-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Support] Installation does not appear to have worked (Secure Boot) #4
Comments
Hi @cory171185 Let's see what we can do. Run the following command and post the results: $ lsusb |
This is in the uninstalled state, as the last thing I did was run the automatic uninstall script. |
I was just looking to make sure the device ID is in the driver and it is so that is not the problem.
You may have to set a password to enter UEFI for the ability to disable Secure Boot to work.
Did you uninstall that driver? $ sudo make uninstall |
I did try to set a password and the UEFI page for secure boot looked the same. I can try to pursue this more.
I'm not sure if I did before, but I just ran that command. I'll try to run the install script again and see if anything changes. |
I ran |
Here is something to try: $ sudo mokutil --reset Restart your computer. $ sudo reboot A MOK management screen should appear. In the MOK management screen, select reset MOK list, then reboot $ sudo reboot then reattempt installation: $ sudo install-driver.sh You should see a MOK screen on reboot again but this time DO NOT press continue. You need to enroll the key: Shim UEFI Key Management Press any key... Select "Enroll key" Select "Continue" Select "Yes" When promted, enter the password you entered earlier. Hopefully that corrects the problem. It appears that I need to work on the docs to ensure users know to select "Enroll key". Extra info: Using a USB WiFi adapter in Linux does not have to be this painful. See the Main Menu for this site: https://github.com/morrownr/USB-WiFi Reading menu items 1 and 2 should provide information that could be of benefit. |
Just a suggestion but perhaps try running rfkill to check if the device is hard or soft blocked? Eg on an enabled and working device |
I ran this, no output |
@morrownr I tried the steps you listed, in a bit of a scrambled way, and there was no change. I went through the steps to reset the mok list, while still being in an installed state from having run the auto install script. I saw the mok management screen and selected to reset the list. Then when the computer booted, I ran the uninstall script, then rebooted. I then went through the steps to reset the mok list again, in case it was important to do those in an uninstalled state, and at the mok configuration screen it gave me an error saying there was nothing to erase. Then I ran the install script, but there was nothing during the install about mok configuration, and the mok management screen did not appear during boot. I don't have any more time to continue troubleshooting today, but I will return to try more. I will read through all the linked info in the repo. Sorry if I missed or overlooked something, I realize I probably should have selected to enroll the mok key the first time around. I did see your great repo with the list of plug-and-play adapters. Unfortunately, I had already bought this adapter with the realtek chipset a few months ago, and want to give it another try to get working before I give up on it 😅. If I can't I will just go with one of the mediatek ones that are supported in kernel |
FYI: the
I understand. It just so happens that Realtek does a bad job with their Linux support. I will continue trying to help you as we both have time. Here is a link to a pinned issue in USB-WiFi: I do my best to help Linux users with information about usb adapters that work wonderfully with Linux. |
I rewrote the Secure Boot instructions today. You can pull the changes with: $ git pull I needed to update a test system so I installed Ubuntu 24.04.1 clean and then followed the instructions. The system had Secure Boot on. I rewrote the docs as I was using them. It worked. I did not have any problems. However, I realize my docs probably contributed to your problem so you probably need to do a |
I attempted to follow the instructions for installation, but it appears to not be working. The Ubuntu Wi-Fi settings page says "No Wi-Fi Adapter Found" and there is no wireless icon in the top right of the screen near the power button of my GNOME desktop.
I may have made a mistake while attempting to install or completely overlooked something. Also, if this is not the right place to ask for support I completely understand, just let me know.
Install log:
This is more or less a clean install of Ubuntu 24.04 Desktop. The only thing I did is update packages, configure Firefox, and attempt to get this wireless adapter working (Asus USB-AX55 Nano). I had previously attempted to use the instructions and driver from a different repo (https://github.com/lwfinger/rtl8852bu), but did not get it working. I'm also using nvidia graphics (proprietary) if that is relevant.
This is my whole bash history in case it helps (<200 lines):
The first time I attempted to follow the instructions in this repo with the automatic install script, when the mok configuration screen appeared after boot, I selected 'Continue boot', and the computer booted normally but the Wi-Fi did not work. I then tried uninstalling and reinstalling several times. Since that first time, the screen has not appeared, except for when I followed the instructions for manual install. That time, I selected 'Enroll MOK' and followed the steps specified in the instructions for the manual install, but that resulted in the same outcome of normal boot with no Wi-Fi.
I tried uninstalling and reinstalling with different settings for the configuration prompt before rebooting. I tried all 3 options for the USB settings (0, 1, 2). I tried putting the adapter in different ports on my computer, both USB 3 and USB 2, front and back of the case.
After reading the FAQ, I also attempted to disable Secure Boot to see if that would allow the Wi-Fi to work, but I could not find a way to do it on my ASUS motherboard with UEFI, as the option was grayed-out.
This is what it looks like when I uninstall:
I am willing to troubleshoot. I am not a super advanced user but I have been using linux and I know the basics. Any help would be very appreciated! And if this is not the right place or you don't want to provide support I totally understand. Thank you!
The text was updated successfully, but these errors were encountered: