trying to install mt7610u (linksys ae6000) - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Network (/forum-25.html) +--- Thread: trying to install mt7610u (linksys ae6000) (/thread-3343.html) |
RE: trying to install mt7610u (linksys ae6000) - greenbag - 1st Mar, 2016 10:44 AM (1st Mar, 2016 12:37 AM)Nachteule Wrote: Seems you are at a dead point Yeah, I'm thinking it's the kernel. Ubuntu's still using 3.13.0-77. I'm about to install knoppix to a usb stick, and see what I can do with it. It's using 4.2.2, so if I can get the driver installed, I'll see what speeds it gives. If somehow it works, then it's not the kernel. We shall see. Is it possible it's just a matter of just not being able to read RT2870STA.dat? It's not that it can't find it... it just can't read it. Code: [ 8.674501] no file read method Or... is it the dat file needs more info inputted? Code: #The word of "Default" must not be removed RE: trying to install mt7610u (linksys ae6000) - greenbag - 1st Mar, 2016 01:06 PM Well, I can guarantee it's not the kernel. Knoppix uses 4.2.2, and although I can't make a connection.. yet... it sees both my 2.4G and 5G access points. It also sees, and reads, the RT2870STA.dat file. That's where I'm stuck.. I need to edit it. I needed to physically put my 5G SSID and passkey, as well as select WirelessMode=3. The device would just keep blinking otherwise. I need my country code and channels and all that crap.. lol. I figured out the "Ca" part.. not the actual code. That's next. Oh.. and it was the easiest install of all... cd the source folder, then just make.. make install. Nothing else was needed to copy anywhere or to insmod anything. Cool. Code: root@Microknoppix:/home/knoppix# iwlist ra0 scan Code: https://github.com/chenhaiq/mt7610u_wifi_sta_v3002_dpo_20130916 RE: trying to install mt7610u (linksys ae6000) - greenbag - 1st Mar, 2016 04:15 PM Success with 5G and kernel 4.2.2. In Knoppix anyway.. Code: knoppix@Microknoppix:~$ iwconfig I needed to specify the device id's when creating the connections.. it's been a while since I've used Knoppix. I also changed the CountryRegion=0 (US), even though I'm in Canada. I don't know if that had any effect though.. I set it about 5 different attempts before it actually connected. It was originally set for Netherlands (CountryRegion=5, CountryCode=DE). So... there's hope. Just need to scour that source to see what he did for the pc platform, and use that for the arm compile. It needs to get past the reading of /etc/Wireless/RT2870STA/RT2870STA.dat error first. I'll leave that to someone who actually knows how to do that... lol. RE: trying to install mt7610u (linksys ae6000) - Nachteule - 2nd Mar, 2016 12:20 AM Wow, one more source an one more step forward to the final success In the new source there is a patch for file op's, maybe this solves the open error of the RT2870STA.dat file. (still waiting for delivery of my usb dongle ) I'm wondering about the low connection speed of 54MBit/s. How long is the distance between Client and AP? RE: trying to install mt7610u (linksys ae6000) - greenbag - 2nd Mar, 2016 06:20 AM (2nd Mar, 2016 12:20 AM)Nachteule Wrote: Wow, one more source an one more step forward to the final success 15 feet. It could just be my service. Code: WiFi 802.11g (common) and 802.11a (rarely used residentially) operate at (up to) 54 Mb/s. and 802.11n (various incarnations) operates at (up to) 600 Mb/s. RE: trying to install mt7610u (linksys ae6000) - Nachteule - 2nd Mar, 2016 07:05 AM Yeah, but 11n is also specified for 5G netwoks. So theoretical it should be possible to establish a connection up to 150MBps (40MHz bandwith, 1 stream) RE: trying to install mt7610u (linksys ae6000) - greenbag - 2nd Mar, 2016 07:09 AM btw... I applied it to the 2016.02.14 release, but still getting the reading of the .dat file issue. All I needed for the build was the headers.. Code: $ sudo -s (2nd Mar, 2016 07:05 AM)Nachteule Wrote: Yeah, but 11n is also specified for 5G netwoks. So theoretical it should be possible to establish a connection up to 150MBps (40MHz bandwith, 1 stream) Maybe I chose the wrong WirelessMode then? Either that, or it's my provider.. "up to" doesn't mean that's what you actually get. Forgot... I even tried connecting via commandline... Code: iwconfig ra0 essid SHAW-5G key s:xxxxxxxxxxx It didn't complain, but iwlist ra0 scan didn't show my 5G either. RE: trying to install mt7610u (linksys ae6000) - Skywatch - 4th Mar, 2016 09:13 AM (1st Mar, 2016 12:37 AM)Nachteule Wrote: Anyway, bought one TP-Link T2U for € 1,- yesterday and waiting now for delivery ... Wow! - Where from? RE: trying to install mt7610u (linksys ae6000) - Nachteule - 4th Mar, 2016 10:16 AM eBay RE: trying to install mt7610u (linksys ae6000) - Nachteule - 7th Mar, 2016 06:40 AM Quote:So... there's hope. Just need to scour that source to see what he did for the pc platform, and use that for the arm compile. It needs to get past the reading of /etc/Wireless/RT2870STA/RT2870STA.dat error first. I'll leave that to someone who actually knows how to do that... lol. Got my dongle last Friday and after fixing one issue (many thanks to xtknight on github) I'm be able now to establish a 135MBit/s connection on at a 2.4G network Code: ra0 Ralink STA ESSID:"BigBellN" Nickname:"MT7610U_STA" 5G should also work, but for further tests I need a 5G AP first RE: trying to install mt7610u (linksys ae6000) - greenbag - 7th Mar, 2016 06:59 AM (7th Mar, 2016 06:40 AM)Nachteule Wrote:Quote:So... there's hope. Just need to scour that source to see what he did for the pc platform, and use that for the arm compile. It needs to get past the reading of /etc/Wireless/RT2870STA/RT2870STA.dat error first. I'll leave that to someone who actually knows how to do that... lol. I get 135MBits/s on 5G when running from my PC, it's just not that fast with the pi. Code: greenbag@lotusland:~$ sudo iwconfig I tried the xtknight source.. it wouldn't compile for me. RE: trying to install mt7610u (linksys ae6000) - Nachteule - 7th Mar, 2016 07:14 AM Quote:I tried the xtknight source.. it wouldn't compile for me. Please be patient, I'll build a new kernel with this module included soon RE: trying to install mt7610u (linksys ae6000) - greenbag - 7th Mar, 2016 07:21 AM (7th Mar, 2016 07:14 AM)Nachteule Wrote:Quote:I tried the xtknight source.. it wouldn't compile for me. What does dmesg report? Is it reading the "/etc/Wireless/RT2870STA/RT2870STA.dat" file? RE: trying to install mt7610u (linksys ae6000) - Nachteule - 7th Mar, 2016 07:38 AM Quote:What does dmesg report? Is it reading the "/etc/Wireless/RT2870STA/RT2870STA.dat" file? Yes, it does. This was the issue RE: trying to install mt7610u (linksys ae6000) - greenbag - 7th Mar, 2016 07:39 AM (7th Mar, 2016 07:38 AM)Nachteule Wrote:Quote:What does dmesg report? Is it reading the "/etc/Wireless/RT2870STA/RT2870STA.dat" file? What did you modify then? |