trying to install mt7610u (linksys ae6000)
|
1st Mar, 2016, 10:44 AM
Post: #46
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
(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 |
|||
1st Mar, 2016, 01:06 PM
Post: #47
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
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 |
|||
1st Mar, 2016, 04:15 PM
Post: #48
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
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. |
|||
2nd Mar, 2016, 12:20 AM
Post: #49
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
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? |
|||
2nd Mar, 2016, 06:20 AM
Post: #50
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
(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. |
|||
2nd Mar, 2016, 07:05 AM
Post: #51
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
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)
|
|||
2nd Mar, 2016, 07:09 AM
Post: #52
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
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. |
|||
4th Mar, 2016, 09:13 AM
Post: #53
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000) | |||
4th Mar, 2016, 10:16 AM
Post: #54
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
eBay
|
|||
7th Mar, 2016, 06:40 AM
(This post was last modified: 7th Mar, 2016 06:41 AM by Nachteule.)
Post: #55
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
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 |
|||
7th Mar, 2016, 06:59 AM
Post: #56
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
(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. |
|||
7th Mar, 2016, 07:14 AM
(This post was last modified: 7th Mar, 2016 07:15 AM by Nachteule.)
Post: #57
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
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 |
|||
7th Mar, 2016, 07:21 AM
Post: #58
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000) | |||
7th Mar, 2016, 07:38 AM
Post: #59
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
Quote:What does dmesg report? Is it reading the "/etc/Wireless/RT2870STA/RT2870STA.dat" file? Yes, it does. This was the issue |
|||
7th Mar, 2016, 07:39 AM
Post: #60
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000) | |||
« Next Oldest | Next Newest »
|