-3

I have a wifi dongle with a 88x2bu chipset and morrownr's drivers dont work, i downloaded the newest one to check if it works and it showed the networks but i couldnt connect to them even if i entered the password, it wanted the password over and over again even though i entered it correctly, https://github.com/morrownr/88x2bu-20210702 this is where i installed the drivers from, i did exactly what it wanted it me to do, i tried his old drivers before and they were even worse, i cant switch to ubuntu because of this reason, theres no good drivers for this chipset and dont recommend me to buy a new wifi dongle, i dont want to pay money to use a free os.

Is there anyone with the 88x2bu chipset with a working driver? If so please send me it.

fuz
  • 41
  • 3

1 Answers1

1

Assuming your device is identified like this in lsusb output:

0bda:b812 Realtek Semiconductor Corp. RTL88x2bu

Then you just need an OS with an updated 6.2 Linux kernel. It's provided out-of-the-box by Ubuntu 22.04.3 or 23.04.

R A
  • 927