-
Notifications
You must be signed in to change notification settings - Fork 257
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
IW612 (WiFi) not working on i.MX93EVK #1837
Comments
I have the same issue in the |
Caused by race with Bluetooth driver FW loading |
Fix this using a config file in /etc/modprobe.d
This forces the WiFi FW to load before Bluetooth |
Hi @hcl-dr Thanks for your suggestion. Care to submit a formal patch so that IW612 could work out of the box on imx93-evk? Thanks |
This would be a patch on meta-freescale and depends on both the chip in use as well as user preferences for WiFi.
|
@fabioestevam : You could split the modprobe file in two and just ship the "softdep" part in meta-freescale |
In the report from Andre, I don't see any Bluetooth-related error logs. Do you think the original error is caused by the lack of "softdep"? Were you able to get Wifi working on the imx93-evk? |
I'm using a iMX93QSB which should be same/same. It is working fine with the softdep in place. |
Hello !
I am trying to test the WiFi module (IW612) available on i.MX93EVK and it fails when loading the moal module.
The Issue is detected on both Nanbield and Scarthgap releases.
Steps to reproduce:
1 - Edit/create the wpa_supplicant.conf fiile with the following information:
2 - Probe the mlan and moal modules:
3 - Configure the mlan0:
Below the logs of a test performed on the master branch:
Output log:
At this point the mlan0 is not available.
I appreciate any help.
regards,
Andre
The text was updated successfully, but these errors were encountered: