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
I've got a custom board with a 4.9.170 kernel on Linux on aarch64 (Allwinner). I compiled the driver successfully, it is loaded on boot and dmesg shows me that the driver seems to be in the working state, the firmware has been loaded fine and the wlan interface is in the UP state. But every time I try to scan the devices I see in syslog that the driver loads the firmware again and with the success status. SDIO pins seems to be in the working state. Here is the log:
What is interesting I have the exact same board (the same OS, kernel version, device tree and hardware) except for the wifi module rtl8822bs and it works out nice (with a respective driver, of course), so I am not sure my rootfs is configured wrong.
I also managed to compile Android OS on the Allwinner board (which used to be Linux) and compiled the 8723ds driver for it but wifi still does not work, the log is the same as for the LInux. So I believe it is not the kernel distinction that is to blame as well.
This issue might not be in the current driver software, but how can I troubleshoot it further?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I've got a custom board with a 4.9.170 kernel on Linux on aarch64 (Allwinner). I compiled the driver successfully, it is loaded on boot and
dmesg
shows me that the driver seems to be in the working state, the firmware has been loaded fine and the wlan interface is in the UP state. But every time I try to scan the devices I see in syslog that the driver loads the firmware again and with the success status. SDIO pins seems to be in the working state. Here is the log:This is a snippet of the SDIO parameters in the device tree file that are used (they work for other wifi modules such as rtl8822bs):
As I said earlier, every time I try to scan the devices I get:
What is interesting I have the exact same board (the same OS, kernel version, device tree and hardware) except for the wifi module rtl8822bs and it works out nice (with a respective driver, of course), so I am not sure my rootfs is configured wrong.
I also managed to compile Android OS on the Allwinner board (which used to be Linux) and compiled the 8723ds driver for it but wifi still does not work, the log is the same as for the LInux. So I believe it is not the kernel distinction that is to blame as well.
This issue might not be in the current driver software, but how can I troubleshoot it further?
Thanks in advance.
The text was updated successfully, but these errors were encountered: