Changes between Version 34 and Version 35 of wireless/modem


Ignore:
Timestamp:
12/04/2018 12:27:16 AM (5 years ago)
Author:
Ryan Erbstoesser
Comment:

add info for tobyl2

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v34 v35  
    17421742}}}
    17431743
     1744 * There will be an IP address assigned, something such as 192.168.1.100 to usb0. Test this using the ifconfig command
     1745 * Try first to ping an actual IP address, like 8.8.8.8 (in case DNS isn't working....)
     1746 * Then try a domain name, like www.yahoo.com
     1747  * If a domain name doesn't work, try adding a DNS like the Google DNS as follows and try the ping again:
     1748{{{
     1749echo "nameserver 8.8.8.8" > /etc/resolv.conf
     1750}}}
     1751
    17441752'''OpenWrt Notes:'''
    17451753 * OpenWrt 16.02 and 18.02 have been tested