xtknight / mt7610u-linksys-ae6000-wifi-fixes

Trying to fix the MT7610U chipset driver by MediaTek so it's usable on modern Linux kernels and with nl80211/NetworkManager (and not completely breaking on old ones, maybe...)
187 stars 71 forks source link

Debian 9 - Not working (Ac600 Archer T2u Tp-link) #46

Open devbrunocorrea opened 5 years ago

devbrunocorrea commented 5 years ago

I try install driver on Debian 9, but not working. I need help with this, please.

Dongle:

Usb Wireless Dual Band Ac600 Archer T2u Tp-link

uname -a

Linux debian 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64 GNU/Linux

lsusb

Bus 001 Device 004: ID 148f:761a Ralink Technology, Corp.

lsmod | grep "7610"

mt7610u_sta 892928 0 mt7610u 630784 0 cfg80211 589824 6 mt7610u,mac80211,mt7610u_sta,ath9k,ath,ath9k_common usbcore 253952 5 mt7610u,usbhid,mt7610u_sta,xhci_pci,xhci_hcd

Gnome, network manager: Screenshot from 2019-04-04 09-16-26

Screenshot from 2019-04-04 09-18-02

I've tried countless possibilities. Has anyone managed to work with a similar environment?

fernandomariano commented 5 years ago

I would suggest trying Fedora 30 or Ubuntu 19.04. Since Kernel 4.19 there is native support for mt7610u.

devbrunocorrea commented 5 years ago

As per your tip, I tested it on Ubuntu 19.04 and it worked. Anyway, I'm still insisting on Debian, I got tested with kernel 4.19, 4.20 and 5, but it also did not work (detected but did not connect). Thanks Fernando.