Changes between Version 88 and Version 89 of wireless/modem


Ignore:
Timestamp:
05/06/2022 08:44:47 PM (2 years ago)
Author:
Cale Collins
Comment:

added note to modemmanager debug codeblock

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v88 v89  
    23642364systemctl disable ModemManager
    23652365/usr/sbin/ModemManager --debug > debug_logfile 2>&1 &  #this will log the output without spamming up the terminal with output.
    2366 mmcli -m 0 --enable
     2366mmcli -m 0 --enable #execute mmcli commands as you would normally
    23672367mmcli -m 0 --simple-connect="apn=$APN"
    23682368}}}