tici modem restart script

pull/24471/head
Adeeb Shihadeh 3 years ago
parent 191fbd4f67
commit ce0cc1f228
  1. 13
      selfdrive/hardware/tici/restart_modem.sh

@ -0,0 +1,13 @@
#!/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
Loading…
Cancel
Save