Giter VIP home page Giter VIP logo

Comments (6)

probonopd avatar probonopd commented on July 24, 2024

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.

from iso.

louies0623 avatar louies0623 commented on July 24, 2024

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

from iso.

probonopd avatar probonopd commented on July 24, 2024

On GhostBSD, please run:

sysctl kern.conftxt | grep rt  

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

from iso.

louies0623 avatar louies0623 commented on July 24, 2024

20230926_210857

from iso.

probonopd avatar probonopd commented on July 24, 2024

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.

from iso.

louies0623 avatar louies0623 commented on July 24, 2024

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

from iso.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.