1

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?

user-3.14159265359
  • 129
  • 2
  • 5
  • 8

1 Answers1

-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