Changes between Version 77 and Version 78 of wireless/modem


Ignore:
Timestamp:
10/08/2021 09:44:33 PM (3 years ago)
Author:
Tim Harvey
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v77 v78  
    16731673The following shell commands will create an init script that will ensure a sierra wireless modem is taken out of 'Airplane' mode on bootup (assuming 'modem control' device is {{{/dev/ttyUSB3}}} - change appropriately for your device):
    16741674{{{#!bash
    1675 # set Modem data/control device in /etc/config/gpsd
     1675# set Modem data/control device in /etc/config/network
    16761676uci set network.wan.ctrl_device=/dev/ttyUSB3
    16771677uci commit