Changes between Version 58 and Version 59 of wireless/modem


Ignore:
Timestamp:
06/25/2020 04:26:12 PM (4 years ago)
Author:
Cale Collins
Comment:

added more notes to toby UCI commands

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v58 v59  
    17911791* Use UCI commands to configure interface:
    17921792{{{
     1793uci set network.lan= # remove br-lan to avoid routing conflict
    17931794uci set network.wan=interface
    17941795uci set network.wan.proto=dhcp
    17951796uci set network.wan.ifname=usb0
    17961797uci commit network
     1798}}}
     1799* Refresh network interfaces
     1800{{{
     1801/etc/init.d/network restart
    17971802}}}
    17981803Using STTY/cat/echo enter these AT commands, more details [wiki:/wireless/modem#ATcommands  here]: