How do I install WiFi drivers from GitHub if I’m new to all of this?

0
17
Asked By CuriousCat227 On

I'm looking to install a WiFi driver from this GitHub repo: https://github.com/morrownr/88x2bu-20210702. However, I'm really new to this sort of thing and could use some guidance. Any tips or step-by-step instructions would be greatly appreciated!

3 Answers

Answered By DistroDude99 On

The simplest fix might be just updating your kernel. Which Linux distribution are you running?

CuriousCat227 -

I'm using Ubuntu.

Answered By KernelNerd42 On

If your distro is using kernel version 6.12 or newer, you might not even need that driver. A compliant, in-kernel driver for rtl8822/12bu chipsets is already available and works well. It's worth checking if your distro has updated to that version before going through the installation.

NewbieExplorer -

Which distros have you found that are running kernel 6.12 or newer?

Answered By TechGuru101 On

Check out the instructions provided on the GitHub page for your specific Linux distribution. They usually have detailed steps outlined that can really help you out.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.