helloSystem / hello

Desktop system for creators with a focus on simplicity, elegance, and usability. Based on FreeBSD. Less, but better!
2.31k stars 57 forks source link

Support for unsupported wireless network cards for roadmap in post v1.0? #386

Closed Anvith00 closed 2 years ago

Anvith00 commented 2 years ago

The OS works quite nice on a lot of devices (have tried in a couple of x86_64 devices) but there seems to be less to no support for wireless cards from Realtek, Broadcom, and Mediatek (which I guess is in the nature of it being a FreeBSD fork).

I believe support for wireless devices would be a nice touch in versions following the v1.0 release.

Anvith00 commented 2 years ago

(Am no OS or driver expert, but would it be possible to solve FreeBSD's minimal device driver support by making use of linuxkpi 🤔?)

probonopd commented 2 years ago

Glad helloSystem is working on many of your machines.

it being a FreeBSD fork

Not really a fork, it's using the original FreeBSD kernel and drivers without any changes: https://wiki.freebsd.org/WiFi

Specifically:

Here is a list of well-supported WLAN adapters for FreeBSD: https://gist.github.com/grahamperrin/0d6cca0e463c5fdc089e84ed442e214c If any of the adapters on that list doesn't work out of the box on helloSystem, please let us know.

We want to support all wireless adapters in helloSystem that are supported in FreeBSD. If an adapter is not supported in FreeBSD, then please ask the FreeBSD developers to support it as helloSystem does not work on drivers.

Thanks!