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
dmesg
command 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
lsmod
to list currently loaded modules and verify if modules likeusbserial
,option
, orqmi_wwan
are present.
- Ensure that the necessary kernel modules for PCIe and USB communication are loaded. Use
-
Use
lsusb
andlspci
:- Run
lsusb
andlspci
to see if the modem is recognized at the hardware level. If it appears inlspci
but notlsusb
, it might be a PCIe issue.
- Run
-
ModemManager and NetworkManager:
- Ensure that ModemManager and NetworkManager services are running. Use
systemctl status ModemManager
andsystemctl status NetworkManager
to check their status. - If the modem is detected, use
mmcli -L
to list modems andmmcli -m 0
to 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
mmcli
to 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: