Skip to content

maage/mt7610u_wifi

 
 

Repository files navigation

mt7610u_wifi

Ubuntu 14.10 w/ Kernel 3.16.0-29-generic compatible driver for ASUS Dual-Band Wireless-AC600 Wi-Fi Adapter (USB-AC51)

I didn't clean up any of the warnings and I pretty much did the quickest hacks to get this functioning.

Kernel panics after 1-5 mintues of connection on Xubuntu 14.10. I spent about 15 total hours trying to get ubuntu to crap out logs or some sort of information regarding it and it just refuses. The issue is that Kexec-tools is broken (again) so until that gets fixed I can't be bothered to care. Myabe when Vivid comes out I'll revisit this.

sudo apt-get update
sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/likwidoxigen/mt7610u_wifi.git
cd ~/rtl8812au
make
sudo make install

At this point I did

sudo modprobe -v mt7650u_sta
iwconfig

I saw the RA0 adapter but I could only configure it manually not in network-mangager.

Out of frustration I did the "windows fix" and rebooted the thing. That did the trick. It all popped up in network manager like it was supposed to and I could connect like a boss.

References:

Things that don't work to get a core dump or any sort of panic info & general info:

About

Ubuntu 14.10 compatible driver for ASUS Dual-Band Wireless-AC600 Wi-Fi Adapter (USB-AC51)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.3%
  • Objective-C 16.6%
  • Other 1.1%