morrownr / 88x2bu

Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets
435 stars 74 forks source link

(info) Just wanted to thank you for making this... #82

Closed blakeyjason closed 2 years ago

blakeyjason commented 2 years ago

I had been working on trying to debug a EAP-TLS issue between a Pi4 and OpenWRT for about a day and a half. Then i had the bright idea to try an external dongle (which didn't have a driver available out of the box). Used your scripts, build the driver, rebooted, and bang - EAP-TLS up and running.

Thanks very much!

morrownr commented 2 years ago

I'm not a fan of Broadcom either. The good thing is the RasPi folks do give us the ability to deactivate it.

I like to tinker with RasPi's also. In case you are not aware of this repo:

https://github.com/morrownr/USB-WiFi

That repo has all kinds of information about USB WiFi on Linux/RasPi's and it has links to a lot of adapters that work with in-kernel drivers. The advantages of the in-kernel drivers are numerous... they are Linux Wireless standards compliant. WPA3 works... in fact, a lot of things work that won't work with these Realtek drivers.

Good luck with your project.

blakeyjason commented 2 years ago

That page is super helpful! Thanks for doing all that work. Amazon order incoming...

Thanks again!

morrownr commented 2 years ago

You are welcome. I like to see happy Linux users getting things done.

Now I'm curious what you ordered?

blakeyjason commented 2 years ago

Hi,

just a little Panda PAU03 - works great out of the box, EAP-TLS comes right up.

Thanks again, jason

Tafhim commented 2 years ago

I want to add to this instead of creating another. I had this Simplecom NW632 that was not working in neither Manjaro nor EndeavourOS (both are arch based). I don't know much other than dmesg. Used that info to google around and eventually found the repo. It just worked. I can't thank you enough.

I have a few cases when it does have problems. Should I create a new issue to report those?

Also I am just curious how you debug issues like this? Is there a place where you start? I want to work on linux drivers myself so that I can contribute.

morrownr commented 2 years ago

I want to add to this instead of creating another. I had this Simplecom NW632 that was not working in neither Manjaro nor EndeavourOS (both are arch based). I don't know much other than dmesg. Used that info to google around and eventually found the repo. It just worked. I can't thank you enough.

You are welcome.

I have a few cases when it does have problems. Should I create a new issue to report those?

Yes

Also I am just curious how you debug issues like this? Is there a place where you start? I want to work on linux drivers myself so that I can contribute.

How about you start a new issue called "How do you debug issues?" and we'll see where it goes.

I'll be glad to help you learn to work on driver. Bring the topic up in the new issue.

Regards