I have a rock64 box with Libreelec 11.0.1.
I plugged in an usb Wifi adapter
Bus 004 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
but it seems that libreelec on the Rock64 device does not recognize the stick:
rock64:~ # iw list
rock64:~ #
Complete dmesg output:
The module seems from staging, but since I got it from pine64, I was expecting that it has at least basic Linux support:
[ 8.281405] r8188eu: module is from the staging directory, the quality is unknown, you have been warned.
And it is loaded, output of lsmod
The USB wifi adapter connects flawless on a Debian stable system on x86. I see there that firmware gets loaded:
[428204.016092] r8188eu 1-8:1.0: firmware: direct-loading firmware rtlwifi/rtl8188eufw.bin
I copied the FW from the Debian system to the rock64 box with libreelec 11.0.1
rd@h370:/lib/firmware$ scp -r rtlwifi root@rock64-wlan:/storage/.config/firmware
rock64:~ # ls -l /storage/.config/firmware/rtlwifi/
total 1089
-rw-r--r-- 1 root root 11216 Apr 3 22:15 rtl8188efw.bin
-rw-r--r-- 1 root root 13904 Apr 3 22:15 rtl8188eufw.bin
-rw-r--r-- 1 root root 16192 Apr 3 22:15 rtl8192cfw.bin
-rw-r--r-- 1 root root 14818 Apr 3 22:15 rtl8192cfwU.bin
-rw-r--r-- 1 root root 16332 Apr 3 22:15 rtl8192cfwU_B.bin
-rw-r--r-- 1 root root 16014 Apr 3 22:15 rtl8192cufw.bin
-rw-r--r-- 1 root root 16126 Apr 3 22:15 rtl8192cufw_A.bin
-rw-r--r-- 1 root root 16096 Apr 3 22:15 rtl8192cufw_B.bin
-rw-r--r-- 1 root root 16126 Apr 3 22:15 rtl8192cufw_TMSC.bin
-rw-r--r-- 1 root root 31376 Apr 3 22:15 rtl8192defw.bin
-rw-r--r-- 1 root root 31818 Apr 3 22:15 rtl8192eefw.bin
-rw-r--r-- 1 root root 25264 Apr 3 22:15 rtl8192eu_ap_wowlan.bin
-rw-r--r-- 1 root root 31818 Apr 3 22:15 rtl8192eu_nic.bin
-rw-r--r-- 1 root root 25878 Apr 3 22:15 rtl8192eu_wowlan.bin
-rw-r--r-- 1 root root 80208 Apr 3 22:15 rtl8192sefw.bin
-rw-r--r-- 1 root root 122328 Apr 3 22:15 rtl8712u.bin
-rw-r--r-- 1 root root 22172 Apr 3 22:15 rtl8723aufw_A.bin
-rw-r--r-- 1 root root 24118 Apr 3 22:15 rtl8723aufw_B.bin
-rw-r--r-- 1 root root 19200 Apr 3 22:15 rtl8723aufw_B_NoBT.bin
-rw-r--r-- 1 root root 30746 Apr 3 22:15 rtl8723befw.bin
-rw-r--r-- 1 root root 31762 Apr 3 22:15 rtl8723befw_36.bin
-rw-r--r-- 1 root root 20886 Apr 3 22:15 rtl8723bs_ap_wowlan.bin
-rw-r--r-- 1 root root 9120 Apr 3 22:15 rtl8723bs_bt.bin
-rw-r--r-- 1 root root 32108 Apr 3 22:15 rtl8723bs_nic.bin
-rw-r--r-- 1 root root 26398 Apr 3 22:15 rtl8723bs_wowlan.bin
-rw-r--r-- 1 root root 20886 Apr 3 22:15 rtl8723bu_ap_wowlan.bin
-rw-r--r-- 1 root root 32108 Apr 3 22:15 rtl8723bu_nic.bin
-rw-r--r-- 1 root root 26398 Apr 3 22:15 rtl8723bu_wowlan.bin
-rw-r--r-- 1 root root 27726 Apr 3 22:15 rtl8723defw.bin
-rw-r--r-- 1 root root 11662 Apr 3 22:15 rtl8723fw.bin
-rw-r--r-- 1 root root 22996 Apr 3 22:15 rtl8723fw_B.bin
-rw-r--r-- 1 root root 27516 Apr 3 22:15 rtl8812aefw.bin
-rw-r--r-- 1 root root 21204 Apr 3 22:15 rtl8812aefw_wowlan.bin
-rw-r--r-- 1 root root 28984 Apr 3 22:15 rtl8821aefw.bin
-rw-r--r-- 1 root root 28348 Apr 3 22:15 rtl8821aefw_29.bin
-rw-r--r-- 1 root root 19858 Apr 3 22:15 rtl8821aefw_wowlan.bin
-rw-r--r-- 1 root root 127496 Apr 3 22:15 rtl8822befw.bin
rock64:~ #
Display More
but this did not change anything.
Does anybody have a suggestion what might have gone wrong?
Thanks
Rainer