Mediatek mt7610u USB WiFi Driver for 802.11ac

Post Reply
Message
Author
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

Mediatek mt7610u USB WiFi Driver for 802.11ac

#1 Post by rcrsn51 »

This is another next-generation AC-mode driver for devices like the Linksys AE6000. The mt7610u driver is not present in any current mainstream kernel. However, there is a patched vendor driver that compiles in recent platforms like Tahrpup k3.14.20.

For other Puppies, this driver is a disaster. Avoid it.

--------------------------
Last edited by rcrsn51 on Tue 08 Mar 2016, 01:35, edited 3 times in total.

User avatar
ardvark
Posts: 1448
Joined: Tue 02 Jul 2013, 03:43
Location: USA

#2 Post by ardvark »

Hi rcrsn51...

I do have an adapter that has either the 7601 or the 7610 chip, I can't remember which, I would need to run Tahr to hopefully find out. If I have the correct chipset and your driver can be installed and run live (doesn't require a frugal or full install of Tahr,) I wouldn't mind running some tests for you. :)

I've got some things to do today, I'll let you know which chip I have either tonight or tomorrow at some point, Lord willing. :wink:

Thanks for creating this driver for folks...

Regards...
Our Lord and Savior [url=http://peacewithgod.jesus.net/]Jesus Christ[/url] loves and cares about you most of all!

PLEASE READ! You don't have to end up [url=http://www.spiritlessons.com/Documents/BillWiese_23MinutesInHell_Text.htm]here![/url]

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#3 Post by rcrsn51 »

Plug in the adapter and run the command: lsusb.

Identify the vendor:product ID codes.

User avatar
ardvark
Posts: 1448
Joined: Tue 02 Jul 2013, 03:43
Location: USA

#4 Post by ardvark »

rcrsn51 wrote:Plug in the adapter and run the command: lsusb.

Identify the vendor:product ID codes.
Hi...

it looks like I have the 7601...

Code: Select all

Bus 001 Device 004: ID 148f:7601 Ralink Technology Corp.
So I'm pretty sure your driver won't work. If you want to compile the 7601 driver, if you haven't already done so already, I would be happy to test that one for you. :wink:

Regards...

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#5 Post by rcrsn51 »

The mt7601u driver has already been discussed elsewhere in the forum.

User avatar
ardvark
Posts: 1448
Joined: Tue 02 Jul 2013, 03:43
Location: USA

#6 Post by ardvark »

rcrsn51 wrote:The mt7601u driver has already been discussed elsewhere in the forum.
I had forgotten that, thank you. :)

Regards...

p310don
Posts: 1492
Joined: Tue 19 May 2009, 23:11
Location: Brisbane, Australia

#7 Post by p310don »

Is there any driver for this wifi module?

I have recently purchased a dongle that does nothing, and aparently has this chip in it.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#8 Post by rcrsn51 »

I recently looked at some new github projects for this driver. In my tests, they continue to be garbage.

The device is Windows-only.

p310don
Posts: 1492
Joined: Tue 19 May 2009, 23:11
Location: Brisbane, Australia

#9 Post by p310don »

The device is Windows-only.
That sucks. I was looking at two different devices in the shop. One had a nice penguin on the back, was half the price but half the speed. So I went for the faster one assuming Linux supported pretty much everything. Idiot.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#10 Post by rcrsn51 »

If you want an AC-mode adapter, the one that works for me is the Realtek 8812au driver, like the Edimax EW-7811UTC.

p310don
Posts: 1492
Joined: Tue 19 May 2009, 23:11
Location: Brisbane, Australia

#11 Post by p310don »

Actually just now, I have gotten it to work.

Following this process:

Code: Select all

git clone https://github.com/jurobystricky/Netgear-A6210.git

Code: Select all

cd Netgear-A6210

Code: Select all

make

Code: Select all

make install
This has worked on Tahr with 3.14.56 PAE kernel. The wifi usb dongle I have is the Asus USB-AC55. I had trouble getting it to work earlier because I (idiot) didn't have the kernel sources loaded..

I will see how long it works for, but am posting from it now :)

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#12 Post by rcrsn51 »

That's good news, but this appears to be a different driver than the mt7610u.

Post Reply