cvxx Posted August 22, 2022 Posted August 22, 2022 Flashed the latest Jammy 5.15.48 image and the device went offline After connecting to HDMI I found out that RTL8188EUS is no longer available. Previous Focal image worked fine in headless mode with a `0bda:8179` dongle. Anyone knows why the driver has been removed? Thanks 0 Quote
Werner Posted August 22, 2022 Posted August 22, 2022 There were some fixes to upstream wifi drivers that have been merged just a few hours ago so maybe this was the cause. Try building your own kernel package for the board with the most recent changes from master using the build framework:https://github.com/armbian/build 0 Quote
cvxx Posted August 29, 2022 Author Posted August 29, 2022 I haven't yet tried to build my own image, but I tested few other dongles. Surprisingly, `0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n` also did not work because of missing firmware `htc_9271-1.4.0.fw`. So, I think that build has issues with not only missing RTL8188EUS. 0 Quote
Igor Posted August 29, 2022 Posted August 29, 2022 38 minutes ago, cvxx said: also did not work because of missing firmware apt-get install armbian-firmware-full resolve this 38 minutes ago, cvxx said: So, I think Those two things are unrelated. We maintain a lot of 3rd party wireless drivers https://github.com/armbian/build/blob/master/lib/compilation-prepare.sh , which normally end users should be dealing with. And with all the problems that are related to the build process. Here you can observe how users from random Linux distribution suffers every time code breaks down due to changes in the kernel code: https://github.com/aircrack-ng/rtl8812au/issues https://github.com/aircrack-ng/rtl8188eus/issues https://github.com/cilynx/rtl88x2bu/issues https://github.com/brektrou/rtl8821CU/issues https://github.com/jwrdegoede/rtl8189ES_linux/issues https://github.com/Mange/rtl8192eu-linux-driver/issues ... With Armbian, plug and play works almost every time. If not, you still have the manual way - as you would need to do with Debian, Ubuntu, Manjaro, Fedora, ... 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.