Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not automatic load Wifi Driver #668

Open
sajjadsabzkar opened this issue Dec 7, 2024 · 0 comments
Open

does not automatic load Wifi Driver #668

sajjadsabzkar opened this issue Dec 7, 2024 · 0 comments

Comments

@sajjadsabzkar
Copy link

sajjadsabzkar commented Dec 7, 2024

Device Information | 设备信息

  • SOC: S905W
  • Model: X96-mini

OpenWrt Version | 系统版本

  • Kernel Version: 6.1.119
  • Release: official

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:

[  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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant