nrc7292_sw_pkg icon indicating copy to clipboard operation
nrc7292_sw_pkg copied to clipboard

Driver breaks on apt update of RPI CM4 6.1.21-v7l+

Open remcolouter opened this issue 1 year ago • 4 comments

I am currently testing with "AHPI7292S" from Alfa Networks. I have used their prebuilt image and it works as long as there is no apt update/upgrade, only with this particular image I could make it work. With the latest apt upgrade it breaks the driver, since it switches to 64-bit. In the /boot/config.txt, I have added "arm_64bit=0" and it boots again the 32-bit version. I am now at 6.1.21-v7l+ but unfortunately it does not work anymore. I have also tried to rebuild the driver within the new kernel, there were no error messages, but unfortunately it never worked again. When I apply the start.py script, I get:

insmod: ERROR: could not insert module /home/pi/nrc_pkg/sw/driver/nrc.ko: Unknown symbol in module wlan0: ERROR while getting interface flags: No such device rmmod: ERROR: Module nrc is not currently loaded

I tried to build the driver on the 64-bit kernel as well, it did the build successfully, but alas the same error message.

Is there anything I can do to make it work with the latest kernel?

remcolouter avatar Jan 23 '24 15:01 remcolouter