-
Notifications
You must be signed in to change notification settings - Fork 58
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
DWA131 USB wireless Support #543
Comments
Thanks for reporting. Unfortunately we cannot fix this in helloSystem. It seems like the official FreeBSD kernel (which we are using) is not built with support for this device. https://man.freebsd.org/cgi/man.cgi?query=rtwn_usb&apropos=0&sektion=4 says that Apparently this is not the case for the official FreeBSD kernel binary:
So you either need to compile your own kernel or convince the FreeBSD developers to build Does it work on GhostBSD? They are building their own kernel instead of using the one provided by FreeBSD. |
It can be used normally on GhostBSD 23.06.01 |
On GhostBSD, please run:
and post the result here. Maybe they configured their kernel differently. |
Interesting. So their kernel also doesn't show If you can find out what we need to change, I am happy to make the change. |
Hardware Probe |
When I plug in the hardware, the system wireless network does not detect any networks.
https://man.freebsd.org/cgi/man.cgi?query=rtwn_usb&apropos=0&sektion=4&manpath=FreeBSD+12.0-RELEASE&arch=default&format=html
The text was updated successfully, but these errors were encountered: