mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-18 13:18:49 +01:00
Updated nmcli with gsm (markdown)
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
|
||||
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user