You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
386 B
14 lines
386 B
3 years ago
|
#!/usr/bin/bash
|
||
|
|
||
|
nmcli connection modify --temporary lte gsm.auto-config yes
|
||
|
nmcli connection modify --temporary lte gsm.home-only yes
|
||
|
nmcli connection modify --temporary lte connection.autoconnect-retries 20
|
||
|
|
||
|
# restart modem
|
||
|
sudo systemctl stop ModemManager
|
||
|
/usr/comma/lte/lte.sh stop_blocking
|
||
|
sudo systemctl restart lte
|
||
|
|
||
|
#sudo systemctl restart ModemManager
|
||
|
sudo ModemManager --debug
|