You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/04.pro/carriers/portenta-mid-carrier/tutorials/user-manual/content.md
+1-91Lines changed: 1 addition & 91 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2352,9 +2352,6 @@ Ensure that the Pro 4G Module is properly mounted on the Portenta Mid Carrier an
2352
2352
2353
2353
```bash
2354
2354
lsusb
2355
-
2356
-
# Or
2357
-
dmesg
2358
2355
```
2359
2356
2360
2357
***Please set up the Pro 4G Module referring to [this section](#using-linux-4). Otherwise, the __ModemManager__ service may not work as intended or be recognized.***
@@ -2411,94 +2408,7 @@ You can now start sending AT commands. Here are a few basic AT commands to test
2411
2408
2412
2409
***For complete information on AT commands compatible with the Pro 4G Module, please refer to the [AT Commands Manual](assets/Quectel_EC2x&EG9x&EG2x-G&EM05_Series_AT_Commands_Manual_V2.0.pdf).***
2413
2410
2414
-
You can use Docker to manage the dependencies and tools needed to send AT commands and ensure a consistent environment. The idea would be that you will have the environment running in a separate instance for testing purposes.
Save this script as run_mm_debug.sh, make it executable, and run it:
2482
-
2483
-
```bash
2484
-
chmod +x run_mm_debug.sh
2485
-
```
2486
-
2487
-
```bash
2488
-
./run_mm_debug.sh
2489
-
```
2490
-
2491
-
To stop the ModemManager process running in debug mode, find its process ID (PID) and kill it:
2492
-
2493
-
```bash
2494
-
ps aux | grep ModemManager
2495
-
```
2496
-
2497
-
```bash
2498
-
sudo kill<PID>
2499
-
```
2500
-
2501
-
Using **`nmcli`**, you can easily send AT commands to your Cat.4 modem to perform various tasks like checking the modem status, signal quality, and network registration. This method provides a straightforward way to interact with your modem from a Linux environment, whether you are performing a simple check or managing more advanced functions.
2411
+
Using **`mmcli`**, you can easily send AT commands to your Cat.4 modem to perform various tasks like checking the modem status, signal quality, and network registration. This method provides a straightforward way to interact with your modem from a Linux environment, whether you are performing a simple check or managing more advanced functions.
2502
2412
2503
2413
Following these steps, you can effectively manage and troubleshoot your modem using AT commands in the Linux environment.
0 commit comments