

Other Drivers Asus usb-ac51 driver windows 8. ASUS RT-AC51 Wireless Router Firmware ASUS RT-AC51 WiFi Router Firmware ASUS RT-AC51 Dual-Band Router Firmware RT-AC51 Firmware ASUS Router. Problems can arise when your hardware device is too old or not supported any longer. The code that I'll paste below, will fix your AC51 so you can use it on Ubuntu or the other distributions of Linux.Many thanks for Asus usb-ac51 windows 8.1 :) This will help if you installed an incorrect or mismatched driver. Note: If you want to change os/linux/config.mk setting, please remove driver and reinstall.Ī lot of people are having trouble trying to use the ASUS AC51 on the latest versions of Ubuntu.

#copy RT2870STA.dat to /etc/Wireless/RT2870STA/RT2870STA.dat => $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c # To fix "error: too few arguments to function ¡¥iwe_stream_add_event" # compile driver source code, need administrator.

=> $wpa_supplicant -Dralink -ira0 -c wpa_nf -d

Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'. ** Build for being controlled by WpaSupplicant with Ralink Driver Go to the Asus website, go to support, look for your adapter and download the driver for it and install it. => $wpa_supplicant -Dwext -ira0 -c wpa_nf -d Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'. ** Build for being controlled by NetworkManager or wpa_supplicant wext functions Set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"ĭefine the linux kernel source include file path LINUX_SRCĭefine the GCC and LD of the target machine So far I have done this (I have done 1 to 14 but don't understand the Build instructions in 15 and below):ģ) Located Linux driver in /UT_USB_AC51_1016/Linuxħ) List installed drives with command: lsblkĨ) Locate usbkey (usally called something like /dev/sdb1)ĩ) Create mount dir for usbkey with command: mkdir /media/usbġ0) Mount usbkey with command: mount /dev/sdb1 /media/usbġ1) Install driver dependencies and wifitools with these commands:ġ2) Change to asus dir at usbkey with command: cd /media/usb/asusġ3) Untar driverpackage to subdir with command: tar -xvf mt7610u_wifi_sta_v3001_dpo_20130725.tarġ4) Change to driver subdir with command: cd mt7610u_wifi_sta_v3001_dpo_20130725 I am pretty new to this, i have no experience at all in installing drivers in linux manually through terminal, normally i just use its own auto-detection of hardware.īut I happen to own this fine old pc with only a normal LAN card installed so I bought this wifi dongle: ASUS usb-ac51, i downloaded their linux driver, but then I had to give up.
