Thank you for the hint, that lead me to the solution ... for no obvious reason the /dev/bus/usb/ changed from 001 to 002
So the final working configuration is:
So the final working configuration is:
Code:
lxc.cgroup2.devices.allow: c 212:* rwm
lxc.mount.entry: /dev/dvb dev/dvb none bind,optional,create=dir 0 0
lxc.mount.entry: /dev/bus/usb/002 dev/bus/usb/002 none bind,create=dir
lxc.idmap: u 0 100000 65535
lxc.idmap: g 0 100000 46
lxc.idmap: g 46 46 1
lxc.idmap: g 47 100047 65488
Last edited: