Re: [OpenWrt-Devel] mediatek mt7601u?

2014-09-24 Thread Luca Olivetti
El 22/09/14 09:54, Luca Olivetti ha escrit: El 22/09/14 01:51, Claudio Leite ha escrit: I'm not sure the MediaTek driver still uses the old format from the Ralink driver. If so, this might be helpful:

Re: [OpenWrt-Devel] mediatek mt7601u?

2014-09-22 Thread Luca Olivetti
El 22/09/14 01:51, Claudio Leite ha escrit: I'm not sure the MediaTek driver still uses the old format from the Ralink driver. If so, this might be helpful: https://github.com/WRTnode/openwrt-packages/blob/master/ralink/ralink-wifi/files/lib/wifi/ralink.sh I think that was for a project

Re: [OpenWrt-Devel] mediatek mt7601u?

2014-09-21 Thread Luca Olivetti
El 20/09/14 17:35, Luca Olivetti ha escrit: OK, it's a matter of adding -DRT_BIG_ENDIAN to WFLAGS *but* it still doesn't work: it progresses further (it reads most of the eeprom values correctly, including the mac, but a couple of values are still different from the laptop), but then it

Re: [OpenWrt-Devel] mediatek mt7601u?

2014-09-21 Thread Claudio Leite
* Luca Olivetti (l...@ventoso.org) wrote: The problem is that, while the interface shows up in the luci interface, I have can see no scan result and when I configure the essid and a wpa passphrase it doesn't associate. Does luci only work with interfaces that support iw (this one doesn't)?

Re: [OpenWrt-Devel] mediatek mt7601u?

2014-09-20 Thread Luca Olivetti
El 19/09/14 21:58, Luca Olivetti ha escrit: El 19/09/14 19:24, Luca Olivetti ha escrit: I made an openwrt recipe but it doesn't work (I see the interface but as soon as I try to ifconfig up it segfaults), I guess it's an endianness problem (I also tried without the second patch, just in case).

[OpenWrt-Devel] mediatek mt7601u?

2014-09-19 Thread Luca Olivetti
Hello, I just received an usb wifi adapter that I wanted to use with an openwrt router, but the Chinese lottery, instead of the expected chipset, gave me an adapter based on the ralink/mediatek mt7601u. I managed to make it work on the laptop with the supplied driver and a couple of patches

Re: [OpenWrt-Devel] mediatek mt7601u?

2014-09-19 Thread Luca Olivetti
El 19/09/14 19:24, Luca Olivetti ha escrit: Hello, I just received an usb wifi adapter that I wanted to use with an openwrt router, but the Chinese lottery, instead of the expected chipset, gave me an adapter based on the ralink/mediatek mt7601u. I managed to make it work on the laptop

Re: [OpenWrt-Devel] mediatek mt7601u?

2014-09-19 Thread Luca Olivetti
El 19/09/14 19:24, Luca Olivetti ha escrit: I made an openwrt recipe but it doesn't work (I see the interface but as soon as I try to ifconfig up it segfaults), I guess it's an endianness problem (I also tried without the second patch, just in case). I'm almost sure it's an endianness issue.