Changes between Version 58 and Version 59 of wireless/modem
- Timestamp:
- 06/25/2020 04:26:12 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/modem
v58 v59 1791 1791 * Use UCI commands to configure interface: 1792 1792 {{{ 1793 uci set network.lan= # remove br-lan to avoid routing conflict 1793 1794 uci set network.wan=interface 1794 1795 uci set network.wan.proto=dhcp 1795 1796 uci set network.wan.ifname=usb0 1796 1797 uci commit network 1798 }}} 1799 * Refresh network interfaces 1800 {{{ 1801 /etc/init.d/network restart 1797 1802 }}} 1798 1803 Using STTY/cat/echo enter these AT commands, more details [wiki:/wireless/modem#ATcommands here]: