Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kanav662 opened this issue Sep 20, 2024 · 3 comments
Open

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

kanav662 opened this issue Sep 20, 2024 · 3 comments

Comments

@kanav662
Copy link

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
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

Try a manual installation:

$ make clean
$ make
$ sudo make install

Post the results of make if you see any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants