Install Asus USB-AC58 wi-fi adapter

How to install Asus USB-AC58 wi-fi adapter drivers on ubuntu 20.04?

1

1 Answer

This device has a Realtek RTL8812BU chipset. You need to install the drivers manually, there is no support "out of the box" and no official drivers. I recommend morrowr repository for unsupported realtek USB This is how to install the needed drivers from terminal:

  1. install dependencies
sudo apt install dkms git build-essential 
  1. download the drivers from github
git clone 
  1. Install the drivers
cd 88x2bu-20210702
sudo ./install-driver.sh

Your computer will reboot at the end of the process, so you might want to save any work in progress

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like