Hi,
Is it possible to passthrough a USB controller so it gets initialized by the container itself and not by the host (just like is possible with a KVM). I need to add firmware etc and prefer it to not bother the host. Also I noticed that when I give the container access to the devices I need to give 'other' right as well otherwise the container can't access it (maybe there's another way, please let me know if so). What I tried thus far is setting the access with chmod 777 /dev/dvb and put in the container:
Please let me know how this should me done properly.
thx.
Is it possible to passthrough a USB controller so it gets initialized by the container itself and not by the host (just like is possible with a KVM). I need to add firmware etc and prefer it to not bother the host. Also I noticed that when I give the container access to the devices I need to give 'other' right as well otherwise the container can't access it (maybe there's another way, please let me know if so). What I tried thus far is setting the access with chmod 777 /dev/dvb and put in the container:
Code:
unprivileged: 1
lxc.apparmor.profile: unconfined
lxc.cgroup.devices.allow: c 212:* rwm
lxc.mount.entry: /dev/dvb dev/dvb none bind,optional,create=dir
Please let me know how this should me done properly.
thx.