pkgs icon indicating copy to clipboard operation
pkgs copied to clipboard

Enable Bluetooth inside kernel?

Open jetersen opened this issue 2 years ago • 4 comments

Currently Bluetooth drivers are not enabled in the kernel.

There are use cases for k8s like home assistant to communicate with bluetooth devices.

https://www.kernelconfig.io/config_bt

https://github.com/siderolabs/talos/discussions/5609#discussioncomment-2796418

jetersen avatar May 21 '22 17:05 jetersen

Bluetooth stack was a major source of vulnerabilities in the past, and it's for pretty specific use case.

I thought if we should instead build it as modules, and offer them as system extensions?

smira avatar May 23 '22 12:05 smira

@frezbo what do you think?

smira avatar May 23 '22 12:05 smira

@frezbo what do you think?

yes, let's do that, since we would have the nvidia oss also released as a module and come up with a plan for releasing and versioning modules alongside talos releases

frezbo avatar May 23 '22 13:05 frezbo

Sounds like a good solution 😊

jetersen avatar May 23 '22 20:05 jetersen