Radxa E24C drivers

On Debian’s official kernel, rt2800usb (wifi driver) is included — just need to use firmware-ralink

But on your rk2312 vendor kernel, this module is missing !!! Now it is possible?
I can’t even compile the driver, I’ll need to patch in the upstream rt2x00 code.
I tryed to install Debian kernel vmlinuz-6.1.0-41-arm64 but recive kernel panic:
ERROR Please RESET the board

WiFi? Unless I’m mistaken the E24C doesn’t have WiFi support. At least I don’t see it on the web page and I don’t see anything to indicate my unit has it.

What makes you think it has WiFi? I’d like to know if I’m missing something.

I write about USB Wi-Fi dongle

Ahhh. I get what you’re saying. It was definitely disabled in their kernel build. Radxa will have to answer that one.

$ grep -i rt2800 config-6.1.43-23-rk2312 
# CONFIG_RT2800PCI is not set
# CONFIG_RT2800USB is not set

If the official Debian ARM kernel is the same version you may be able to simply copy the kernel module. On the other hand there could be a very good reason it isn’t in the Radxa kernel.

1 Like