Hi,
I'm trying to pass:
baseus BA04 usb 2.0 Bluetooth 5.1 adapter
to lxc container [105] - unprivileged
I added the following to /etc/pve/lxc/105.conf:
but on container i can see USB device:
but no device path
in /dev/ there's no 'bus' directory.
Should I create manualy the path: /dev/bus/usb?
Maybe that's why bluetooth can't find any BTLE devices?
Can anyone help me?
Thank you in advance,
Regards,
Maciek
I'm trying to pass:
baseus BA04 usb 2.0 Bluetooth 5.1 adapter
Code:
root@pve1:~# lsusb | grep -i bluetooth
Bus 002 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
root@pve1:~# ls -l /dev/bus/usb/002/003
crw-rw-r-- 1 root root 189, 130 Sep 30 14:43 /dev/bus/usb/002/003
I added the following to /etc/pve/lxc/105.conf:
Code:
lxc.cgroup.devices.allow: c 189:130 rwm
lxc.mount.entry: /dev/bus/usb/002/003 /dev/bus/usb/002/003 none bind,optional,create=file
Code:
root@miscale:~# lsusb | grep -i bluetooth
Bus 002 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
in /dev/ there's no 'bus' directory.
Should I create manualy the path: /dev/bus/usb?
Maybe that's why bluetooth can't find any BTLE devices?
Can anyone help me?
Thank you in advance,
Regards,
Maciek