Changes between Version 32 and Version 33 of expansion/gw16126


Ignore:
Timestamp:
08/06/2019 11:28:20 PM (5 years ago)
Author:
Cale Collins
Comment:

added remaining information necessary to establish a connection using OpenWRT

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16126

    v32 v33  
    417417uci set network.wan.ifname=wwan0
    418418uci set network.wan.proto=qmi
    419 uci set network.wan.timeout=90
     419uci set network.wan.timeout=300
    420420uci set network.wan.device=/dev/cdc-wdm0
    421421uci commit network
    422422}}}
    423423  - the default registration timeout of 10 seconds may not be enough so in the example above we have set it to 90 seconds.
     424 * With /etc/config/network configured issue the following commands to establish a connection:
     425{{{#!bash
     426uqmi -d /dev/cdc-wdm0 --network-scan
     427uqmi -d /dev/cdc-wdm0 --get-signal-info
     428uqmi -d /dev/cdc-wdm0 --start-network hologram --autoconnect #"hologram" can represent any APN
     429ifup wan #brings the interface up
     430uqmi -d /dev/cdc-wdm0 --get-data-status
     431}}}
    424432
    425433