diff --git a/pages/linux/mmcli.md b/pages/linux/mmcli.md index 905061b19..41bbf9e49 100644 --- a/pages/linux/mmcli.md +++ b/pages/linux/mmcli.md @@ -3,6 +3,18 @@ > Control and monitor the ModemManager. > More information: . +- List available modems: + +`mmcli --list-modems` + +- Print information about a modem: + +`mmcli --modem={{modem}}` + +- Enable a modem: + +`mmcli --modem={{modem}} --enable` + - List SMS messages available on the modem: `sudo mmcli --modem={{modem}} --messaging-list-sms`