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'm having issues including the wilc driver for our WILC 1000 chip over SDIO. The SDIO detection seems to work fine, the driver can be loaded and the device shows up. But when trying to enable the device (ip link set dev wlan0 up), there seems to be a communication issue.
The CMD line looks like this directly after enabling the device:
It looks like it does some sending, then floats and waits for an response from the wilc module.
Maybe some one has an idea what could be wrong?
I appreciate any help, thank you.
Best regards,
Kevin
The text was updated successfully, but these errors were encountered:
Hello,
i'm having issues including the wilc driver for our WILC 1000 chip over SDIO. The SDIO detection seems to work fine, the driver can be loaded and the device shows up. But when trying to enable the device (ip link set dev wlan0 up), there seems to be a communication issue.
Driver version: 20ab626 (git master branch)
CPU: STM32MP1
The device tree:
dmesg log on boot:
Now i load the device driver with
modprobe wilc_sdio
which seems fine:Now i enable the device with
ip link set dev wlan0 up
:Trace-Log directly after enabling the device:
The CMD line looks like this directly after enabling the device:
It looks like it does some sending, then floats and waits for an response from the wilc module.
Maybe some one has an idea what could be wrong?
I appreciate any help, thank you.
Best regards,
Kevin
The text was updated successfully, but these errors were encountered: