You are not logged in.
Pages: 1
Hi
I have the last image running in qemu (rpi-5-devuan-daedalus-6.12.59-arm64-ext4-2025-11-29-0206.img).
I get this error message:
module XXXX: .gnu.linkonce.this_module section size must match the kernel's built struct module size at run timefor the following module
uio gpio_keys sha1_generic sha256_arm64 libaes
snd lz4_compress ipv6 rfkillI then wanted to (re)install the following default packages
i linux-headers-bcm2712-rpi - Linux kernel headers for 6.12.59 on arm64
i linux-image-bcm2712-rpi - Linux kernel, version 6.12.59but they cannot be found in the packet source. Do I need to add anything in the source.list?
Thank you
fuchur
Offline
Hi
I found this solution for myself. I'm using a kernel, etc., as well as the latest firmware from http://raspbian.raspberrypi.com/raspbian/ in Devuan. I created a file called raspbian.sources:
Types: deb
URIs: http://raspbian.raspberrypi.com/raspbian/
Architectures: armhf
Suites: trixie
Components: main contrib non-free rpi
Enabled: yes
Signed-By: /usr/share/keyrings/raspbian-archive-keyring.gpg
Types: deb
URIs: http://archive.raspberrypi.com/debian/
Suites: trixie
Components: main
Enabled: yes
Signed-By: /usr/share/keyrings/raspberrypi-archive-keyring.pgpand added the following to /etc/apt/preferences:
...
Package: *
Pin: release n=daedalus
Pin-Priority: 900
Package: *
Pin: release n=trixie
Pin-Priority: 400
...I also changed the following in /etc/inittab to get a login shell.
# Example for systemd-nspawn
# Only /dev/console exists inside nspawn, so we need a getty on that.
# Also make sure to comment out the gettys on tty* above.
C0:2345:respawn:/sbin/getty -8 --noclear --keep-baud console 115200,38400,9600
#T0:23:respawn:/sbin/getty -L serial0 115200 vt100I'll see if this was a good idea...
fuchur
Offline
Pages: 1