Re: [OpenWrt-Devel] AR9132 based mesh does not start

2012-08-29 Thread LEO Airwarosu Yoichi Shinoda
Thomas, I was preparing some trace/log data for you, but Chun-Yeow's suggestion did the trick. Thank you very much anyway. --- shinoda On 2012/08/30, at 6:39, Thomas Pedersen wrote: > On Wed, Aug 29, 2012 at 5:21 AM, LEO Airwarosu Yoichi Shinoda > wrote: >> >> With OpenWrt r33276 (compat-wir

Re: [OpenWrt-Devel] AR9132 based mesh does not start

2012-08-29 Thread LEO Airwarosu Yoichi Shinoda
Chun-Yeow, It worked like a charm! Thanks a million! --- shinoda On 2012/08/30, at 10:31, Yeoh Chun-Yeow wrote: > Hi, Shinoda > > It could be due to old ath9k chipset filtering issue (broadcast packet > is filtered out, such as ARP request) as mentioned in: > https://github.com/cozybit/open80

Re: [OpenWrt-Devel] AR9132 based mesh does not start

2012-08-29 Thread Yeoh Chun-Yeow
Hi, Shinoda It could be due to old ath9k chipset filtering issue (broadcast packet is filtered out, such as ARP request) as mentioned in: https://github.com/cozybit/open80211s/wiki/ath9kFilteringIssueFix So modify as follow in ath9k/recv.c and see how: + if (sc->sc_ah->hw_version.ma

Re: [OpenWrt-Devel] AR9132 based mesh does not start

2012-08-29 Thread LEO Airwarosu Yoichi Shinoda
Chun-Yeow, Thanks for the suggestion, but there's no luck hereā€¦ root@gh3:~# iw phy0 interface add mesh0 type mp root@gh3:~# iw mesh0 set channel 11 root@gh3:~# ifconfig mesh0 192.168.100.23 netmask 255.255.255.0 root@gh3:~# ifconfig mesh0 up root@gh3:~# iw mesh0 mesh join mymesh root@gh3:~# iw me

Re: [OpenWrt-Devel] AR9132 based mesh does not start

2012-08-29 Thread Yeoh Chun-Yeow
Hi, Shinoda Up the mesh interface before joining the mesh network. Like this: > # ifconfig mesh0 up > # iw mesh0 mesh join mymesh --- Chun-Yeow On Wed, Aug 29, 2012 at 8:21 PM, LEO Airwarosu Yoichi Shinoda wrote: > > With OpenWrt r33276 (compat-wireless-2012-07-13), > Buffalo WZR-HP-G300NH (AR

[OpenWrt-Devel] AR9132 based mesh does not start

2012-08-29 Thread LEO Airwarosu Yoichi Shinoda
With OpenWrt r33276 (compat-wireless-2012-07-13), Buffalo WZR-HP-G300NH (AR9132) does not start a mesh until an adjacent monitor interface is created and brought up. For example, let's consider a mesh interface mesh0. # iw phy0 interface add mesh0 type mp # iw mesh0 set channel 11 # iw mesh0 mes