Intel NUC Bluetooth not in Docker Container recognized

Not sure where to beginn / where to look at next for troubleshooting.

My system:

  • Intel NUC with Proxmox Hypervisor
  • Ubuntu 22.04 with Linux Kernel 5.19.0-32-generic (HWE Kernel)
  • dbus is installed and enabled (VM was rebooted)
  • Wifi PCI passtrough is done (Wifi has bluetooth and wifi)
  • bluez is installed on VM

Bluetooth is on VM recognized

dmesg | grep -i blue
[    3.858101] Bluetooth: Core ver 2.22
[    3.858394] NET: Registered PF_BLUETOOTH protocol family
[    3.858606] Bluetooth: HCI device and connection manager initialized
[    3.858834] Bluetooth: HCI socket layer initialized
[    3.859055] Bluetooth: L2CAP socket layer initialized
[    3.859263] Bluetooth: SCO socket layer initialized
[   27.717781] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   27.717786] Bluetooth: BNEP filters: protocol multicast
[   27.717789] Bluetooth: BNEP socket layer initialized

dbus file/path exits

ls -ls /run/dbus
total 0
0 srw-rw-rw- 1 root root 0 Mar  1 20:13 system_bus_socket

and is mounted in docker

    volumes:
      - /etc/localtime:/etc/localtime:ro
      - ./volume/config:/config
      - /run/dbus:/run/dbus:ro

When adding the bluetooth integration the Message “no unconfigured bluetooth adapters found” appears.

As it seems i need to use the function: “All functions”.

Than it works. But the usb ports are also mapped to this vm. Any my other VM lost the access to the deconz usb stick. :confused:

I removed the PCI device and found 2 usb devices. My known deconz usb stick and a unknown usb device. On my nuc is no usb device attached so i tried the unknown usb device (without the PCI device!) and it works now. :slight_smile:

1 Like