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

Ubuntu 23.10 Secure Boot? #196

Open
Amondale opened this issue Dec 4, 2023 · 4 comments
Open

Ubuntu 23.10 Secure Boot? #196

Amondale opened this issue Dec 4, 2023 · 4 comments

Comments

@Amondale
Copy link

Amondale commented Dec 4, 2023

sudo modprobe 88x2bu
modprobe: ERROR: could not insert '88x2bu': Key was rejected by service

This is after compiling per the instructions in Manual Installation (sudo make sign-install) with no errors reported and successful shim install via mokutil.
TIA,
Alex

@morrownr
Copy link
Owner

morrownr commented Dec 4, 2023

Hi @Amondale

This driver working fine with Secure Boot with Ubuntu 23.10 here. Installation via "sudo sh install-driver.sh" tested.

Did the system bios have secure boot turned on when you installed Ubuntu?

@Amondale
Copy link
Author

Amondale commented Dec 5, 2023

Not certain, but probably did have secure boot turned on. I am wondering if there is a way to rip out all trace of this driver, hoping that this usb adapter is supported natively, like Ubuntu 22.04.3 (modprobe finds 88x2bu) after insertion with no driver loaded from this github site.

@morrownr
Copy link
Owner

morrownr commented Dec 5, 2023

Not certain, but probably did have secure boot turned on.

If it is not turned on when installing the os, things won't go well for things like installing this driver. Well, it will install but it won't work.

I am wondering if there is a way to rip out all trace of this driver,

$ sudo sh remove-driver.sh

The in-kernel driver and this driver are not feature equal. They both have features the other does not so you just have to see which works better for you. I recommend using at least kernel 6.4 for the in-kernel driver.

@morrownr
Copy link
Owner

morrownr commented Dec 5, 2023

If it is not turned on when installing the os, things won't go well for things like installing this driver. Well, it will install but it won't work.

To test, simple go into the bios and turn secure boot off and reboot. If the driver works, then you know if it is a secure boot setup problem.

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