Hi,
i succefully pass USB ZWave stick using :
lxc.cgroup.devices.allow: c 166:* rwm
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file
I'm trying :
Bus 003 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
crw-rw-r-- 1 root root 189, 261 Jul 13 12:49 bus/usb/003/006
I can't find device name in /dev/ so i used :
lxc.cgroup.devices.allow: c 189:* rwm
lxc.mount.entry: /dev/bus/usb/003/006 dev/bus/usb/003/006 none bind,optional,create=file
without success :/
Any help please ?
Thx
i succefully pass USB ZWave stick using :
lxc.cgroup.devices.allow: c 166:* rwm
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file
I'm trying :
Bus 003 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
crw-rw-r-- 1 root root 189, 261 Jul 13 12:49 bus/usb/003/006
I can't find device name in /dev/ so i used :
lxc.cgroup.devices.allow: c 189:* rwm
lxc.mount.entry: /dev/bus/usb/003/006 dev/bus/usb/003/006 none bind,optional,create=file
without success :/
Any help please ?
Thx