2

My motherboard doesn't have a wifi adapter, so I'm using a tplink. On windows it worked with no problems, however, when i tested it on Ubuntu it didn't work. Searching on internet I found some steps to install the driver to get it working:

sudo apt update
sudo apt install dkms git
sudo apt install build-essential libelf-dev linux-headers-$(uname -r)
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
sudo make dkms_install

After all that it should be working, but it's not what happened. I still cannot connect to the internet via wifi.

I'm using Ubuntu 24.04 LTS (kernel 6.8.0-31-generic).

karel
  • 122,292
  • 133
  • 301
  • 332

2 Answers2

2

I couldn't get the aircrack ones to work in 24.04 with the AC600.

However, these ones work for me:

https://github.com/morrownr/8821au-20210708

C26
  • 151
1

Yes 8821au-20210708 is working!! https://github.com/morrownr/8821au-20210708

I update to 24.04. Difficult. I was so bad that I deleted the dual partition and bye bye Windows for a clean install. Ethernet wire for Internet. Hours and a nightmare to fix this problem. I followed at least 12 different procedures. Nothing! I installed first rtl8812au and nothing! I was thinking in buying another adapter or, even, quit. Finally I arrived here.

The process to install the driver successfully for a non-pro is far from being easy. So, you downloaded the driver 8821au-20210708 and I went to the README (yes, I know, but again, we are non-pro, to follow the guide is not for common users). My biggest recognition and credit to the people who make the driver pack and the README. You are stars!

So, the problem is that there are too many steps involved in a highly changing environment, if you make something wrong, it will not work. So follow README step by step. If you do not know where to find it, after downloading the driver pack, go to Files and find the folder of the pack, the README is inside. Many places you can be wrong if not done properly.

It works, Ubuntu 24.04 with TP-Link AC600 wireless adapter using 8821au-20210708 driver.

Good luck!