The officially official Devuan Forum!

You are not logged in.

#1 2025-11-30 07:26:16

fuchur
Member
Registered: 2025-11-10
Posts: 7  

[SOLVED] Lates Builds and Qemu

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 time

for the following module

uio gpio_keys sha1_generic sha256_arm64 libaes
snd lz4_compress ipv6 rfkill

I 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.59

but they cannot be found in the packet source. Do I need to add anything in the source.list?

Thank you

fuchur

Offline

#2 Today 00:16:16

fuchur
Member
Registered: 2025-11-10
Posts: 7  

Re: [SOLVED] Lates Builds and Qemu

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.pgp

and 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 vt100

I'll see if this was a good idea...

fuchur

Offline

Board footer