SIM Card Not Detected
Revision as of 12:25, 8 May 2024 by Lukas.Krasauskis (talk | contribs) (Created page with "__TOC__ ==Summary== On some of the devices with specific modems, it may take a while to detect that the sim card has been inserted and thus this guide aims to show what to d...")
Summary
On some of the devices with specific modems, it may take a while to detect that the sim card has been inserted and thus this guide aims to show what to do in cases where the sim card is not detected.
Solutions
This section showcases two methods on how to reboot/reset your modem when a sim card is not being detected by the device.
WebUI
- Simply log in to the WebUI of your device and navigate to the Status -> Network -> Mobile page. Once you're there just press Restart Connection this will reboot your device modem and after a few seconds your sim card should be detected.
CLI/SSH
- If you prefer using the command line interface, you need to connect to the device using CLI/SSH (use SSH software such as PuTTY client):
CLI/SSH username: root CLI/SSH password: <your router’s password>
- Once you're logged in use one of the fallowing commands to reboot device's modem.
root@Teltonika:~# gsmctl -Q
or
root@Teltonika:~# gsmctl --reboot
You should see a message: Modem was reset and after a few seconds the modem should reboot and the sim card should be detected.