You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, When I download openwrt_official_amlogic_s905w_k6.1.119 and load it on the device, the Wi-Fi driver is recognized correctly and can be accessed and used through the web panel, but when I compile and load onother version like Image Builder Version openwrt_amlogic_s905w_k6 the Wi-Fi driver is not loaded by default and must be manually run the terminal and run with the following command:
modprobe rtl8xxxu
ip link set wlan0 up
Addational Info
dmesg output of openwrt_official_amlogic_s905w_k6:
[ 126.319625] usb 1-1: new high-speed USB device number 4 using xhci-hcd
[ 126.471953] usb 1-1: New USB device found, idVendor=0bda, idProduct=f179, bcdDevice= 0.00
[ 126.471981] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 126.471990] usb 1-1: Product: 802.11n
[ 126.471997] usb 1-1: Manufacturer: Realtek
[ 126.472004] usb 1-1: SerialNumber: 1CBFCE525F8A
[ 126.519912] usb 1-1: RTL8188FU rev B (SMIC) romver 0, 1T1R, TX queues 2, WiFi=1, BT=0, GPS=0, HI PA=0
[ 126.519949] usb 1-1: RTL8188FU MAC: 1c:bf:ce:52:5f:8a
[ 126.519960] usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8188fufw.bin
[ 126.520164] usb 1-1: Firmware revision 4.0 (signature 0x88f1)
dmseg out of openwrt_amlogic_s905w_k6.1.119 Image Builder
[ 510.407562] usb 1-1: new high-speed USB device number 5 using xhci-hcd
[ 510.555879] usb 1-1: New USB device found, idVendor=0bda, idProduct=f179, bcdDevice= 0.00
[ 510.555895] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 510.555903] usb 1-1: Product: 802.11n
[ 510.555911] usb 1-1: Manufacturer: Realtek
[ 510.555918] usb 1-1: SerialNumber: 1CBFCE525F8A
The text was updated successfully, but these errors were encountered:
Device Information | 设备信息
OpenWrt Version | 系统版本
Describe the bug | 问题描述
Hi, When I download openwrt_official_amlogic_s905w_k6.1.119 and load it on the device, the Wi-Fi driver is recognized correctly and can be accessed and used through the web panel, but when I compile and load onother version like Image Builder Version openwrt_amlogic_s905w_k6 the Wi-Fi driver is not loaded by default and must be manually run the terminal and run with the following command:
modprobe rtl8xxxu ip link set wlan0 up
Addational Info
dmesg output of openwrt_official_amlogic_s905w_k6:
dmseg out of openwrt_amlogic_s905w_k6.1.119 Image Builder
The text was updated successfully, but these errors were encountered: