trying to install mt7610u (linksys ae6000)
|
7th Mar, 2016, 07:55 AM
(This post was last modified: 7th Mar, 2016 07:55 AM by Nachteule.)
Post: #61
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
Watch the commits on github
|
|||
7th Mar, 2016, 07:56 AM
Post: #62
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
... and look to the (closed) issues
|
|||
7th Mar, 2016, 08:24 AM
Post: #63
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
So..... ???
Code: @@ -1086,8 +1086,8 @@ int RtmpOSFileRead(RTMP_OS_FD osfd, char *pDataPtr, int readLen) Code: https://github.com/xtknight/mt7610u-linksys-ae6000-wifi-fixes/commit/d25d8aa7b9cdc7fb7ff2a15f0c8bb993f4dad7cd Do you have a 5G cellphone? Maybe turn on tethering, and see if you can see it in the list. |
|||
7th Mar, 2016, 09:13 AM
(This post was last modified: 7th Mar, 2016 09:14 AM by Nachteule.)
Post: #64
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
No, my old Samsung Google Nexus only does 2.4G
I want to build an AP (5G) with hostapd and this dongle |
|||
7th Mar, 2016, 09:23 AM
(This post was last modified: 7th Mar, 2016 09:26 AM by Nachteule.)
Post: #65
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
So, new kernel packages for RPi1 and RPi2 (version 4.1.13) with module mt7610u_sta included are online
Btw, if module is not loaded automatically, it has to be added to file /etc/modules |
|||
7th Mar, 2016, 09:59 AM
Post: #66
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
Cool. So was it just the mod to rt_linux.c? I was going to try it myself in a bit.
Btw.. too bad you couldn't hook up a cantenna to a rpi. I have an antenna I made that's good for more than 1 mile. Code: https://web.archive.org/web/20050110015445/http://www.netscum.com/~clapp/wireless.html |
|||
7th Mar, 2016, 12:55 PM
Post: #67
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
WooHoo!!
Applied the fix to rt_linux.c in the source I posted last, and it not only sees my 5G. I needed to specify my 5G in the RT2870STA.dat, wpa_supplicant.conf, and /etc/network/interfaces files. I tried adding 2 essid's following a readme a week or so ago, but that just screwed things all to hell.. lol. I still get a "failed" in one line, and "error" in 3. Not sure if they're relevant to my situation or not though. I know nothing about networking.. I learn as I go. Code: $ sudo -s Code: root@xbian:/home/xbian# iwlist ra0 scan Code: root@xbian:/home/xbian# iwconfig Code: xbian@xbian ~ $ sudo -s Code: [ 11.167935] loading fw...... edit: that's built on the Valentine's release. |
|||
7th Mar, 2016, 03:20 PM
Post: #68
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
btw... all the other 5G sources are 135Mb/s as well, even another SHAW-(x)-5G in my area. So I guess that's as good as it gets.
|
|||
7th Mar, 2016, 09:54 PM
Post: #69
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
Found out why my unit's capped out at 135 Mb/s, while I read others at 400 Mb/s. It's the bandwidth your provider gives you. I have a choice of 20 Mhz or 40 Mhz. Depending on the QAM, 40 Mhz caps out at 200 Mhz. 80 Mhz channels max out at 433.3 Mhz, and 160 Mhz channels max out at 866.7 Mhz. lol.
Code: https://en.wikipedia.org/wiki/IEEE_802.11ac#Data_rates_and_speed The only things I can change in modem, is... Code: Wireless Radio Enable = Enabled Unless it's modem specific, I'd say my provider hasn't caught up to the rest of the world. Actually.. reading below that chart on wikipedia, it sounds like it is the modem.. or the chipset it uses more specifically.. Quote:Several companies are currently offering 802.11ac chipsets with higher modulation rates: MCS-10 and MCS-11 (1024-QAM), supported by Quantenna and Broadcom. Although technically not part of 802.11ac, these new MCS indices are expected to become official in the 802.11ax standard (2017-2019), the successor to 802.11ac. |
|||
11th Mar, 2016, 04:58 PM
Post: #70
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
So... I just found a script that makes setting up the kernel stuffs automatic. Only problem, is it downloads the wrong kernel package. I've been playing with it on Ubuntu Mate on my pi, and it's the only way I can get the damn source to compile. It just creates a non-compatible module.
Code: #!/usr/bin/env python Code: https://github.com/notro/rpi-source |
|||
14th May, 2017, 06:52 AM
Post: #71
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
Just got one of the MT7610u (148f:7601 Ralink Technology, Corp.) dongles today. After reading through 5 pages I have no idea how to install it?
A little help please, thank you. |
|||
14th May, 2017, 10:18 PM
(This post was last modified: 14th May, 2017 10:21 PM by Nachteule.)
Post: #72
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000) | |||
15th May, 2017, 02:18 AM
Post: #73
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
(14th May, 2017 10:18 PM)Nachteule Wrote: @TheDutypaid Yes, have read the same. Mine just won't play ball. It was fine on another pi running Retropie but not with Xbian. In the Xbian config Network was greyed out just with a up/down arrow next to it and my router page did not show it connected. lsusb, shows the dongle, so does that mean it is 'installed'? I am not sure if I should go for a full clean install, but then it took me sometime to install all the plugins. |
|||
15th May, 2017, 02:32 AM
Post: #74
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
(15th May, 2017 02:18 AM)TheDutypaid Wrote:(14th May, 2017 10:18 PM)Nachteule Wrote: @TheDutypaid No, that's just indication that there is device connect to usb port, nothing more Module mt7610u_sta has to be loaded, and sudo ip addr has to show ra0 as device Terminal root@xbian ~ # lsmod | grep mt mt7610u_sta 938483 0 cfg80211 475598 1 mt7610u_sta root@xbian ~ # ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether b8:27:eb:80:41:65 brd ff:ff:ff:ff:ff:ff inet 192.168.1.50/24 brd 192.168.1.255 scope global eth0 valid_lft forever preferred_lft forever 3: ra0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether f4:f2:6d:1d:fe:9e brd ff:ff:ff:ff:ff:ff inet 192.168.1.61/24 brd 192.168.1.255 scope global ra0 valid_lft forever preferred_lft forever root@xbian ~ # sudo ifconfig eth0 Link encap:Ethernet HWaddr b8:27:eb:80:41:65 inet addr:192.168.1.50 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1494 errors:0 dropped:0 overruns:0 frame:0 TX packets:891 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:856024 (835.9 KiB) TX bytes:111612 (108.9 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:50 errors:0 dropped:0 overruns:0 frame:0 TX packets:50 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:2358 (2.3 KiB) TX bytes:2358 (2.3 KiB) ra0 Link encap:Ethernet HWaddr f4:f2:6d:1d:fe:9e inet addr:192.168.1.61 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:18169 errors:0 dropped:0 overruns:198 frame:198 TX packets:165 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:4576640 (4.3 MiB) TX bytes:27770 (27.1 KiB) root@xbian ~ # ^^ That's output of my test XBian with usb dongle connected Quote:I am not sure if I should go for a full clean install, but then it took me sometime to install all the plugins. Make backup of your /home folder (Kodi xbian-config GUI, category Backup), then you should be save to make fresh install and you can restore /home whenever you want |
|||
15th May, 2017, 05:53 AM
Post: #75
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
Here is the output,
Terminal 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul t qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP gr oup default qlen 1000 link/ether 74a:38:4a:02:ea brd ff:ff:ff:ff:ff:ff inet 192.168.1.90/24 brd 192.168.1.255 scope global eth0 valid_lft forever preferred_lft forever I do have both the dongle and my LAN plugged in at the same time so I can SSH in. |
|||
« Next Oldest | Next Newest »
|