0

I'm very new to Ubuntu and Linux in general, because the wifi adapter doesn't work when I launch ubuntu I have the drivers downloaded on a USB drive from this source "https://github.com/abperiasamy/rtl8812AU_8821AU_linux". I downloaded the drivers with a computer running Windows and installed them on a USB stick. How would I install them?

After running lsusb my adapter does show up

Zack300
  • 13

1 Answers1

1

If you have someone who has Ubuntu with wifi, You can ask them to compile the file for you.

As you wrote you have a running Windows computer so they can send you the compiled files for the Github link you had sent. After that, you will put the compiled files onto your Ubuntu device (via USB), and after type the command in "sudo modprobe -a rtl8812au"

Goodluck on your journey with Ubuntu!