-
Notifications
You must be signed in to change notification settings - Fork 73
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
Possibly missing device id whitelisting? #28
Comments
|
Well I just checked your device ID file and I have the basic standard one so I have no idea what my problem is now. :( |
OK so after days mucking about with this dongle..... set your driver to switch from usb2 to usb3 and inserted it in a rear usb3 port (was previously using front usb2 and usb3 ports through various troubleshooting attempts) and it worked so well the wifi even came up before my NFS mounts! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apologies if I am asking too much. My bodgy half-half ubuntu 20.10/Pop_OS! install seems to not want to play nicely with my new wifi dongle, and your drivers have gotten me the furthest so far over a few days of mucking about and swapping wifi dongles over to get onto the internet using my old slow dongle that works, searching up solutions, switching over to the new dongle, reboot, still not working, repeat.
$ uname -r
5.8.0-7630-generic
this is the cheap amazon wifi dongle https://www.amazon.com.au/gp/product/B07YBS7C4R/ref=ppx_yo_dt_b_asin_title_o03_s00?ie=UTF8&psc=1
$ lsusb
Bus 001 Device 003: ID 0bda:b812 Realtek Semiconductor Corp. RTL88x2bu [AC1200 Techkey]
Serial number is 123456 so I am pretty sure it's a dodgy knock-off of some sort?
Your install works well (much better than the dodgy files included in the url in the amazon listing) and actually goes through cleanly. I can see the driver loaded in lsmod
$ lsmod | grep 88x
88x2bu 3031040 0
cfg80211 782336 1 88x2bu
I've followed the wifi setup hints (set my AP to split 2.4 and 5ghz into different SSIDs, set the channels and widths as recommended). But I am variously getting NetworkManager asking for the password over and over again, or spinning circle endlessly, or a "failed to activate network device" error.
I did get a solid connection briefly before I split my 2.4 and 5ghz wifi, but it was slow and DNS intermittently resolving. Lasted all of 20 seconds or so.
The text was updated successfully, but these errors were encountered: