Changes between Version 32 and Version 33 of expansion/gw16126
- Timestamp:
- 08/06/2019 11:28:20 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16126
v32 v33 417 417 uci set network.wan.ifname=wwan0 418 418 uci set network.wan.proto=qmi 419 uci set network.wan.timeout= 90419 uci set network.wan.timeout=300 420 420 uci set network.wan.device=/dev/cdc-wdm0 421 421 uci commit network 422 422 }}} 423 423 - 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 426 uqmi -d /dev/cdc-wdm0 --network-scan 427 uqmi -d /dev/cdc-wdm0 --get-signal-info 428 uqmi -d /dev/cdc-wdm0 --start-network hologram --autoconnect #"hologram" can represent any APN 429 ifup wan #brings the interface up 430 uqmi -d /dev/cdc-wdm0 --get-data-status 431 }}} 424 432 425 433