1

I am in a conundrum. My fresh install of Ubuntu on a desktop PC does not have the required drivers for a network dongle. As such, I am unable to install the required functions to install the drivers (ex: make, dkms, etc...). A wired connection is out of the question.

If there is some way to install these from the install USB I would love to know, but until that happens I am in the dark.

For context, I have an ASUS AC53 Nano that needs drivers and the install instructions are here

1 Answers1

0

With a temporary internet connection by tethering, please open a terminal and do:

sudo apt update
sudo apt install build-essential bc dkms git
git clone https://github.com/morrownr/88x2bu-20210702.git
cd 88x2bu-20210702
sudo ./install-driver.sh

Reboot. Your wireless should now be working.

chili555
  • 61,330