Changes between Version 18 and Version 19 of wireless/modem/AMITMDG
- Timestamp:
- 10/17/2022 03:52:21 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/modem/AMITMDG
v18 v19 65 65 66 66 = Software 67 68 == SSH 69 It is possible to SSH into the MDG200 70 71 Default SSH username/password: (If it has not been changed in the webgui) 72 73 admin/wirelessm2m 74 75 Command list is provide [here] 76 67 77 == AT Commands and Script 68 78 … … 72 82 73 83 The script logs into the web ui on the device, sets the password if needed (required on first login), set the mode to "modem" mode, sets the sim selection to the external sim (on the GW board), and set AT_NMEA mode then reboots the device. 84 85 Download the init_mdg200.sh script [http://trac.gateworks.com/attachment/wiki/wireless/modem/AMITMDG/init_mdg200.txt here] 74 86 75 87 Here are the commands run in order (assuming attached script is on the board at /root/init_mdg200.sh): … … 84 96 }}} 85 97 86 After the command runs, the modem reboots and re-initializes into modem modem with the AT interface exposed that modemmanager can then latch on to. This takes 30-45 seconds to complete to the point modem manager can then communicate with it. From there, I wassimply able to do the following to gain internet activity.98 After the command runs, the modem reboots and re-initializes into modem modem with the AT interface exposed that modemmanager can then latch on to. This takes 30-45 seconds to complete to the point modem manager can then communicate with it. From there, we were simply able to do the following to gain internet activity. 87 99 88 100 {{{