My wifi chip doesn't work with any of the repository drivers so I had to go to github and download a tool to compile the 88x2bu driver manually.
After installing it, each time the kernel is updated my wifi stops working. So, this is what I do:
Within a few seconds after the last command is issued the wifi icon comes to life and I get my usually stable and fast connection.
This driver requires the dkms package be installed, but you only have to do that the first time you use this package. There are several 88x2bu github webpages with drivers. This is the one I used:
https://github.com/cilynx/rtl88x2bu
After installing it, each time the kernel is updated my wifi stops working. So, this is what I do:
cd rtl88x2bu_linux/
sudo make clean
sudo make
sudo make install
sudo modprobe -r 88x2bu
sudo modprobe 88x2bu
sudo make clean
sudo make
sudo make install
sudo modprobe -r 88x2bu
sudo modprobe 88x2bu
This driver requires the dkms package be installed, but you only have to do that the first time you use this package. There are several 88x2bu github webpages with drivers. This is the one I used:
https://github.com/cilynx/rtl88x2bu
Comment