LicheePi Zero
WiFi 模块是不带 BT,已焊在 SDC1 接口,SDC0 给 SDHC 卡。
己替换了 boot.scr丶sun8i-v3s-licheepi-zero-dock.dtb 和最新的 r8723bs.ko 档。
insmod 成功载入,但无法起动 wlan0:
回传:
[ 1242.587837] rtl8723bs: accquire FW from file:rtlwifi/rtl8723bs_nic.bin
SIOCSIFFLAGS: Operation not permitted
求解!谢谢!
root@LicheePi:~# insmod r8723bs.ko
[ 1226.284386] RTL8723BS: module init start
[ 1226.288600] RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
[ 1226.295887] RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
[ 1226.309131] pnetdev = c19dc000
[ 1226.351951] RTL8723BS: rtw_ndev_init(wlan0)
[ 1226.362681] RTL8723BS: module init ret =0
root@LicheePi:~# ifconfig wlan0 up
[ 1242.587837] rtl8723bs: accquire FW from file:rtlwifi/rtl8723bs_nic.bin
SIOCSIFFLAGS: Operation not permitted
root@LicheePi:~# iwconfig
usb0 no wireless extensions.
wlan0 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
lo no wireless extensions.
root@LicheePi:~# ls -l /lib/firmware/rtlwifi/
total 444
-rw-r--r-- 1 root root 13904 May 5 2017 rtl8188eufw.bin
-rw-r--r-- 1 root root 13540 May 5 2017 rtl8192cfw.bin
-rw-r--r-- 1 root root 14818 May 5 2017 rtl8192cfwU.bin
-rw-r--r-- 1 root root 14800 May 5 2017 rtl8192cfwU_B.bin
-rw-r--r-- 1 root root 16014 May 5 2017 rtl8192cufw.bin
-rw-r--r-- 1 root root 20526 May 5 2017 rtl8192defw.bin
-rw-r--r-- 1 root root 88856 May 5 2017 rtl8192sefw.bin
-rw-r--r-- 1 root root 122328 May 5 2017 rtl8712u.bin
-rw-r--r-- 1 root root 20886 May 5 2017 rtl8723bs_ap_wowlan.bin
-rw-r--r-- 1 root root 9120 May 5 2017 rtl8723bs_bt.bin
-rw-r--r-- 1 root root 32108 May 5 2017 rtl8723bs_nic.bin
-rw-r--r-- 1 root root 26398 May 5 2017 rtl8723bs_wowlan.bin
-rw-r--r-- 1 root root 11662 May 5 2017 rtl8723fw.bin
-rw-r--r-- 1 root root 22996 May 5 2017 rtl8723fw_B.bin
root@LicheePi:~#