Changes between Version 88 and Version 89 of wireless/modem
- Timestamp:
- 05/06/2022 08:44:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/modem
v88 v89 2364 2364 systemctl disable ModemManager 2365 2365 /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 2366 mmcli -m 0 --enable #execute mmcli commands as you would normally 2367 2367 mmcli -m 0 --simple-connect="apn=$APN" 2368 2368 }}}