I recently installed Ubuntu“s recent os 14.04 and am unable to install the driver for my wireless adapter which is the Linksys WUSB6300. Is there any way to configure the driver in any way, or should I purchase another one?
Asked
Active
Viewed 1.4k times
1 Answers
-1
Please install a new driver:
sudo apt-get install git
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux
cd rtl8812AU_8821AU_linux
make
Reinstallation after a kernel upgrade:
cd rtl8812AU_8821AU_linux
make clean
make
sudo make install
Directions come from here.
Wild Man
- 8,327
cinderb00t
- 17