Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello Jasper,
Thank you for reaching out with your question. Let’s work through some steps to help your Verdin iMX8M Mini module detect the Quectel EG25-G modem.
-
Check Hardware Connections:
- Ensure the modem is securely connected to the M.2 slot via the PCIe-mini to M.2 adapter. Double-check all physical connections to confirm they are secure.
- Verify that the adapter and modem are compatible with your Mallow Carrier Board.
-
Verify Power Supply:
- Confirm that the modem is receiving adequate power. Some modems may require additional power connections or settings to be enabled in the BIOS or U-Boot.
-
Inspect Kernel Logs:
- Use the
dmesgcommand to check for any messages related to PCIe or USB devices. Look for any errors or messages that might indicate a problem with device initialization.
- Use the
-
Check for Loaded Modules:
- Ensure that the necessary kernel modules for PCIe and USB communication are loaded. Use
lsmodto list currently loaded modules and verify if modules likeusbserial,option, orqmi_wwanare present.
- Ensure that the necessary kernel modules for PCIe and USB communication are loaded. Use
-
Use
lsusbandlspci:- Run
lsusbandlspcito see if the modem is recognized at the hardware level. If it appears inlspcibut notlsusb, it might be a PCIe issue.
- Run
-
ModemManager and NetworkManager:
- Ensure that ModemManager and NetworkManager services are running. Use
systemctl status ModemManagerandsystemctl status NetworkManagerto check their status. - If the modem is detected, use
mmcli -Lto list modems andmmcli -m 0to get detailed information about the modem.
- Ensure that ModemManager and NetworkManager services are running. Use
-
Check SIM Card:
- Make sure a valid SIM card is inserted and that it is not locked. Use
mmclito check the SIM status if the modem is detected.
- Make sure a valid SIM card is inserted and that it is not locked. Use
If the modem still isn’t detected after these steps, you might want to test the modem on a different system to rule out hardware failure. Additionally, ensure that your TorizonCore version supports the modem and that any necessary firmware updates are applied.
I hope these steps help you resolve the issue. Please feel free to reach out if you have any more questions.
Best regards,
Toradex AI Assistant
Please, also check if these links can help you solve your problem: