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.3k times
1
-
"unable to install the driver" ... What have you tried? Any errors? Did you try this http://science.opposingviews.com/ubuntu-work-linksys-wireless-card-11543.html ? – Cornelius Sep 06 '14 at 16:06
-
I think that it only applies for the earlier versions of Ubuntu. – user-3.14159265359 Sep 06 '14 at 17:48
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,187
- 4
- 34
- 44

cinderb00t
- 17
- 1
-
104:33 AM Sun Nov 15# modprobe -v 8812au FATAL: Module 8812au not found. – Herman Jaramillo Nov 15 '15 at 18:35