Changes between Version 87 and Version 88 of wireless/modem


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

added modem manager debugging info

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v87 v88  
    23552355}}}
    23562356
     2357[=#modemmanagerdebug]
     2358=== Modem Manger Debug ===
     2359
     2360!ModemManager can prodcuce verbose debug output.  To do this stop and disable the systemd process, then reload !ModemManager with the debug flag.  In the codeblock below arguments have been added to log the output rather than blast it to the screen. 
     2361
     2362{{{#!bash
     2363systemctl stop ModemManager
     2364systemctl disable ModemManager
     2365/usr/sbin/ModemManager --debug > debug_logfile 2>&1 &  #this will log the output without spamming up the terminal with output.
     2366mmcli -m 0 --enable
     2367mmcli -m 0 --simple-connect="apn=$APN"
     2368}}}
    23572369
    23582370[=#sim]