Updated nmcli with gsm (markdown)

GNU 2022-12-13 16:29:21 +08:00
parent 1806f30737
commit 1f127bc682

@ -204,6 +204,16 @@ sudo gpio write 15 0
# Enable ModemManager debug
change `/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service`
add --debug after `/usr/sbin/ModemManager`
```bash
...
[Service]
Type=dbus
BusName=org.freedesktop.ModemManager1
ExecStart=/usr/sbin/ModemManager --debug
StandardError=null
Restart=on-abort
...
```
Then
```