[OpenWrt-Devel] [PATCH] ath79: Add support for Ubiquity

Joe Ayers joe at ayerscasa.com
Sun Nov 18 19:19:31 EST 2018


testing update for Nanostation M5 XW:

indeed this entry is needed in 02_network:

        ubnt,nano-m-xw)
                ucidef_add_switch "switch0" \
                        "0 at eth0" "5:lan" "1:wan"
                ;;

 On a laptop on the LAN, I observe frames egressing (arp requests) and
TX counts triggered by a ping on the device of a laptop IP address.
However, no frames are being received.  There were corresponding TX
packet counts with the ping, but always 0 count RX.

The wlan0 was not showing due to defaulted /etc/config/wireless with
"option disabled '1'".    I changed this option to '0' and restarted
the network:


wlan0     Link encap:Ethernet  HWaddr 04:18:D6:A6:70:B5
          inet6 addr: fe80::618:d6ff:fea6:70b5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:108 errors:0 dropped:0 overruns:0 frame:0
          TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:10987 (10.7 KiB)  TX bytes:16383 (15.9 KiB)

Success, I am able to connect to SSID "OpenWrt" and access the device via ssh.

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list