Good question: Ac1200 wifi adapter brostrend driver download
PENGUIN RESEARCH ALBUM DOWNLOAD | 845 |
INTO THE BADLANDS SEASON 3 EPISODE 1 DOWNLOAD MP4 | 990 |
CS 1.6 FREE DOWNLOAD FOR PC | 170 |
RUNARES.BAT FILES DOWNLOAD | 367 |
smac89/ubuntu wireless adapter warwickbromleyfiles.co.uk
- Installation
- Disable built-in wireless card
- Remove the driver
- Note
- Alternative installation
First to install the driver (Taken from rtlau):
sudo apt install build-essential git dkms rtlau-dkms # git clone warwickbromleyfiles.co.uk git clone warwickbromleyfiles.co.uk cd rtlau make sudo make install # load the module sudo modprobe au # Add the module to dkms so that it is rebuilt and installed when the kernel updates make clean sudo mkdir -p /usr/src/au/ sudo cp -r . /usr/src/au/ sudo dkms add -m au -v sudo dkms build -m au -v sudo dkms install -m au -v # Restart network manager sudo service network-manager restart
You might want to disable your built in card, so this is what you do:
Add the following line to :
NetworManager doesn't manage interfaces configured in the file. Replace with the interface you want to disable, if it's not the name of the built-in interface.
Then restart network manager
Honestly, I recommend disabling it from your BIOS. Gives a much cleaner feel overall.
To remove the driver
sudo modprobe -r au sudo make uninstall sudo dkms remove -m au -v --all
Completely
sudo apt remove --purge rtlau-dkms
Note
The reason why this works at all is because of a file in the folder. Mine looks like this:
Alternative installtion
Try this as another option for installing this driver
-