morrownr / 88x2bu-20210702

Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets - v5.13.1
Other
961 stars 175 forks source link

Bad exit status: 2 after linux 6.1.0 kernel update #232

Open kanav662 opened 1 month ago

kanav662 commented 1 month ago

Dkms build error: 10

I just updated the kernel from 5.1.5 to 6.1.0

I forgot to remove the drive before and now the driver is not functioning.

I have tried uninstalling and installing again but i get this error.

Please help

morrownr commented 1 month ago

Hi @kanav662

It is a really good idea to update the driver before updating the kernel.

Find a way to get internet connectivity.

Run the following in the driver directory:

$ git pull $ sudo sh install-driver.sh

It is a good idea to keep a low cost adapter around that is plug and play:

https://github.com/morrownr/USB-WiFi/blob/main/home/USB_WiFi_Adapters_that_are_supported_with_Linux_in-kernel_drivers.md

kanav662 commented 1 month ago

PXL_20240920_212049434 Still facing this issue. I had been using this driver on my previous kernel and it was working flawlessly. Now its giving me this error

morrownr commented 1 month ago

Try a manual installation:

$ make clean $ make $ sudo make install

Post the results of make if you see any problems.