Is there any way to pass a usb dongle to docker containers. I want to use it with matter server and home assistant containers. I googled a little bit but it seems that ist is not supported?
Running dmesg | grep -i usb
i can see the dongle but I don’t know how to pass it to the containers.
[314792.185740] usb 3-2: USB disconnect, device number 6
[314799.771635] usb 3-2: new full-speed USB device number 7 using xhci_hcd
[314800.013961] usb 3-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[314800.013972] usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[314800.013976] usb 3-2: Product: CSR8510 A10```
According home assistant documentation bluez has to be installed to the host, something that is missing from truenas scale I think.
Home assistant is the apps catalog, so I guess bluez should be included now?
Any help/tips appreciated