Hi all,
So I've created an Ubuntu LXC Container and I've been trying to get it to access the WinTV-QuadHD PCIe TV Card that I use for Plex. My Config file currently looks like this
And even with the drivers installed I still get this line on the log when I start the container
In my messing around of things I've gotten the log to go as far as each "file" of the tuner card but still nothing. Any ideas?
Thanks!
So I've created an Ubuntu LXC Container and I've been trying to get it to access the WinTV-QuadHD PCIe TV Card that I use for Plex. My Config file currently looks like this
Code:
arch: amd64
cores: 12
hostname: plex
memory: 2861
nameserver: 192.168.0.6
net0: name=eth0,bridge=vmbr0,gw=192.168.0.1,hwaddr=8E:C5:BE:74:50:72,ip=192.168.0.10/24,type=veth
ostype: ubuntu
rootfs: local-lvm:vm-105-disk-0,size=8G
searchdomain: 192.168.0.6
swap: 512
lxc.cgroup.devices.allow: c 195:* rwm
lxc.cgroup.devices.allow: c 511:* rwm
lxc.cgroup.devices.allow: c 212:* rwm
lxc.mount.entry: /dev/nvidia0 dev/nvidia0 none bind,optional,create=file
lxc.mount.entry: /dev/nvidiactl dev/nvidiactl none bind,optional,create=file
lxc.mount.entry: /dev/nvidia-uvm dev/nvidia-uvm none bind,optional,create=file
lxc.mount.entry: /dev/nvidia-modeset dev/nvidia-modeset none bind,optional,create=file
lxc.mount.entry: /dev/nvidia-uvm-tools dev/nvidia-uvm-tools none bind,optional,create=file
lxc.mount.entry: /dev/dvb/ /dev/dvb/ none device,optional,create=dir
And even with the drivers installed I still get this line on the log when I start the container
Code:
lxc-start 105 20190418023149.344 WARN conf - conf.c:mount_entry_on_absolute_rootfs:2308 - Ignoring mount point "/dev/dvb/"
In my messing around of things I've gotten the log to go as far as each "file" of the tuner card but still nothing. Any ideas?
Thanks!