-
Notifications
You must be signed in to change notification settings - Fork 175
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
NetGear A6150 does not work on Ubuntu kernel 5.11 #7
Comments
Hi @loocy3 I need you to post the results of the following command: $ sudo uname -a && mokutil --sb-state && lsusb && rfkill list all && dkms status && iw dev I did just a little research on that adapter. Is it a nano adapter? It appears to be based on a 8812bu chipset. When you say that you "upgraded", can you be specific? Did you install Ubuntu 21.04 over 20.04 or something similar to that?/ The reason I am asking is that these Realtek drivers really need to be uninstall prior to distro version upgrades. You can read about it in README in the Regards |
Thank you!
|
Hi @loocy3 (Shan)
It is highly likely that the above is the problem. See if the follow article can help you: If it does help, let me know and I will see about putting a short guide up or a link to this article in case others have problems.
Be careful about moving files around when the problem has not been determined. You should run the Regards |
Hi Morrownr, Thank you very much. Thank you |
Hi Shan
The adapter is being recognized because lsusb is telling us what it is. That doesn't mean all is well with the hardware of usb port but we can continue. Next time you stop by, bring an easy problem with you... heh heh. How about you run the following and post the results: $ sudo rfkill unblock wlan So far what we know is that your driver is installed and we have the right driver, The driver seems to be waiting to start the adapter but something is blocking it. Do you have airplane mode on? If you system is a laptop, there can be a lot of different ways that airplane mode can be turned on and off. Some laptops have a physical button and some use a key combination. If you tell what computer you have, maybe we can figure it out. Nick |
Thank you very much! Here are the results of the commands:shan@shan-desktop:
shan@shan-desktop: |
Let's see what this says: $ dkms status FYI: It is best with these Realtek drivers to uninstall them before upgrades that include a kernel version upgrade such as v5.8 to 5.11. I know that is a pain but then there is a reason I have this site available: https://github.com/morrownr/USB-WiFi Users have a lot fewer problems with adapters that use in-kernel drivers. |
Nick, Thank you very much for your help. Best, |
Shan, That is good news. Enjoy. Nick |
The driver does not work on ubuntu kernel: 5.11.0-38-generic(Realtek) with NetGear A6150.
I have successful used 88x2bu driver on ubuntu kernel: 5.8(Realtek) but it does not work after I upgrade ubuntu to 5.11(Realtek).
So I reinstalled 88x2bu-20210702, it still does not work.
No wireless interface show in 'lshw -C network'.
Could you have a check? Thank you.
The text was updated successfully, but these errors were encountered: