PeteL Posted Monday at 08:46 PM Posted Monday at 08:46 PM Downloaded the latest build Armbian_25.2.1_Orangepi5_bookworm_vendor_6.1.99_minimal.img Cloned the git repo for rtl88x2bu Built the new module with cd /usr/src/linux-headers-6.1.99-vendor-rk35xx/arch/ ln -s arm64 aarch64 cd /rtl88x2bu make KVER=6.1.99-vendor-rk35xx -j8 make KVER=6.1.99-vendor-rk35xx install modprobe 88x2bu.ko Looked at dmesg, and I see that it gives a message that the kernel is tainted and the module will not load. No working wifi. This same procedure worked fine with the 6.1.75 kernel of a previous release. 0 Quote
royk Posted Tuesday at 12:01 AM Posted Tuesday at 12:01 AM Maybe it's secure boot that's enabled in the bios why the unsigned module won't load? 0 Quote
Werner Posted Tuesday at 04:59 AM Posted Tuesday at 04:59 AM 5 hours ago, royk said: bios Unless OP is using EDKII there is no bios on RK3588 boards in general. 8 hours ago, PeteL said: rtl88x2bu We include this driver already? https://github.com/armbian/build/blob/main/lib/functions/compilation/patch/drivers_network.sh#L292 1 Quote
PeteL Posted Tuesday at 03:20 PM Author Posted Tuesday at 03:20 PM (edited) Yes, there is the 88x2bu module included but it is unable to load because it says that there is an unknown symbol. From what I've read, it may depend on the cfg80211 module, but I do not see that available. When I've built the driver from the repo below, it does just work for me. https://github.com/morrownr/88x2bu https://github.com/cilynx/rtl88x2bu Edited Tuesday at 03:36 PM by PeteL 0 Quote
Werner Posted Tuesday at 03:24 PM Posted Tuesday at 03:24 PM That's quite odd since this is the exact 3rd party driver Armbian ships with its images. An older commit though. Needs to be tested if it can be pushed. 0 Quote
PeteL Posted Tuesday at 03:35 PM Author Posted Tuesday at 03:35 PM Sorry, I linked to the wrong repo, I just checked my git source and it was actually this repo instead. https://github.com/cilynx/rtl88x2bu It looks like it is different than the one that's used by Armbian. 0 Quote
Werner Posted Tuesday at 04:21 PM Posted Tuesday at 04:21 PM Hi Providing logs with PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed. 0 Quote
PeteL Posted Tuesday at 06:20 PM Author Posted Tuesday at 06:20 PM This is taken from a working build in which I compiled the aforementioned driver to make the wireless NIC work. https://paste.armbian.de/ezunugazif Note: My installation is not exactly vanilla, but the u-boot, kernel, dtbs, and most of the OS is still stock Armbian. I built a custom uInitrd to support my restartOS project, of which Armbian is the base for the embedded systems that I support. Thanks, -Pete 0 Quote
Werner Posted Tuesday at 06:35 PM Posted Tuesday at 06:35 PM 14 minutes ago, PeteL said: My installation is not exactly vanilla Good to know. Moved to off-topic. 0 Quote
PeteL Posted Tuesday at 07:05 PM Author Posted Tuesday at 07:05 PM That was a good call to re-org the post. I wanted to get you the logs from a vanilla install illustrating the same problem, but the same wifi adapter actually worked. So now I'm going to rebuild my own image without the newly built driver and test again. Maybe this will save me a step moving forward. Thanks, -Pete 0 Quote
PeteL Posted Tuesday at 07:13 PM Author Posted Tuesday at 07:13 PM Thanks so much for entertaining my issue. I rebuilt my image without the custom compiled module (which I needed to do in the past), and it just worked. You guys are the best. This issue is solved. It was not an Armbian issue. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.