Skip to content
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

Open
louies0623 opened this issue Sep 24, 2023 · 6 comments
Open

DWA131 USB wireless Support #543

louies0623 opened this issue Sep 24, 2023 · 6 comments
Labels
freebsd Needs FreeBSD expertise and/or work help wanted Extra attention is needed

Comments

@louies0623
Copy link
Contributor

louies0623 commented Sep 24, 2023

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

@probonopd
Copy link
Member

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 rtwn_usb must be compiled into the kernel.

Apparently this is not the case for the official FreeBSD kernel binary:

% sysctl kern.conftxt | grep rt  
device  uart_ns8250
device  smartpqi
device  uart
device  rtsx
device  virtio
device  virtio_pci
device  virtio_blk
device  virtio_scsi
device  virtio_balloon

So you either need to compile your own kernel or convince the FreeBSD developers to build rtwn_usb support into the official kernel.

Does it work on GhostBSD? They are building their own kernel instead of using the one provided by FreeBSD.

@probonopd probonopd added help wanted Extra attention is needed freebsd Needs FreeBSD expertise and/or work labels Sep 25, 2023
@louies0623
Copy link
Contributor Author

louies0623 commented Sep 26, 2023

It can be used normally on GhostBSD 23.06.01
Maybe we can use their drivers?

@probonopd
Copy link
Member

On GhostBSD, please run:

sysctl kern.conftxt | grep rt  

and post the result here. Maybe they configured their kernel differently.

@louies0623
Copy link
Contributor Author

20230926_210857

@probonopd
Copy link
Member

Interesting. So their kernel also doesn't show rtwn_usb but it works.

If you can find out what we need to change, I am happy to make the change.

@louies0623
Copy link
Contributor Author

louies0623 commented Sep 29, 2023

Hardware Probe
https://bsd-hardware.info/?id=usb:2001-3319

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
freebsd Needs FreeBSD expertise and/or work help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants