Trying to install Wireless Archer T4U Driver - Ask Ubuntu


attempting install tp-link archer t4u driver. downloaded files https://wikidevi.com/wiki/tp-link_archer_t4u

have installed build-essentials.

$ sudo make clean  cd hal/outsrc/ ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko cd hal/outsrc/ ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko  cd hal/led ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko cd core/efuse ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko rm -fr module.symvers ; rm -fr module.markers ; rm -fr modules.order rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~ rm -fr .tmp_versions  $ sudo make  make arch=i386 cross_compile= -c /lib/modules/3.13.0-32-generic/build m=/media/yolande/usb20fd/wireless driver/attempt 1/rtl8812au_8821au_linux-master  modules make[1]: entering directory `/usr/src/linux-headers-3.13.0-32-generic' make[1]: *** no rule make target `driver/attempt'.  stop. make[1]: leaving directory `/usr/src/linux-headers-3.13.0-32-generic' make: *** [modules] error 2   $ sudo make install     install -p -m 644 8812au.ko  /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/ install: cannot stat ‘8812au.ko’: no such file or directory make: *** [install] error 1 $ 

i did following (on ubuntu 14.04 lts) worked. make sure have working internet connection. unplug t4-u. in terminal:

git clone https://github.com/abperiasamy/rtl8812au_8821au_linux.git cd rtl8812au_8821au_linux/ make sudo make install 

if plug in t4-u (no restart or log out needed), recognised.

(answer based on article: http://wiki.beyondlogic.org/index.php?title=tplink_archer_t4u_rtl8812au_linux_drivers, outdated since there's no need manually add t4-u id anymore).


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User