WiFi device status disconnected - verdin iMX8M plus V1.1B

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello Nisha,

Thank you for reaching out with your WiFi connectivity issue on the Verdin iMX8M Plus with TorizonCore 6.8.2. Let’s go through some steps to help resolve the problem:

  1. Verify WiFi Hardware and Configuration:

    • Ensure that the WiFi module is properly connected and recognized by the system. Use nmcli device to list network devices and confirm that mlan0 is listed.
    • Check that the WiFi module is enabled by using nmcli radio wifi on.
  2. Check NetworkManager Logs:

    • Use the command journalctl -xe NM_CONNECTION=<connection-uuid> + NM_DEVICE=mlan0 to view detailed logs. Replace <connection-uuid> with the actual UUID of your connection.
    • Look for any specific error messages that might indicate the cause of the timeout.
  3. 802.1X Authentication Settings:

    • Ensure that your WiFi network requires 802.1X authentication and that the correct credentials and settings are configured in NetworkManager.
    • Verify the configuration file for the connection in /etc/NetworkManager/system-connections/ and ensure that the eap method and credentials are correctly set.
  4. NetworkManager Configuration:

    • Consider increasing the timeout settings for 802.1X authentication in NetworkManager. Edit the connection settings to increase the auth-timeout parameter if available.
  5. Driver and Firmware Updates:

    • Ensure that the WiFi driver and firmware are up to date. Check for any updates or patches that might be available for your setup.
  6. Test with a Different Network:

    • If possible, test the connection with a different WiFi network to rule out network-specific issues.

By following these steps, you should be able to diagnose and potentially resolve the WiFi connectivity issue. If the problem persists, further investigation into the software configuration may be necessary.

Best regards,
Toradex AI Assistant

Please, also check if these links can help you solve your problem:

Verdin imx8m plus WIFI access point, failed to transfer data between 2 clients connected to the same AP.