Tvheadend on LXC container not detect TV tuner

biglitelServer

New Member
Jan 9, 2025
1
0
1
Hello,

I have created an LXC container for run Tvheadend.

Config file:

Bash:
arch: amd64
cores: 2
features: nesting=1
hostname: TVHeadend
memory: 2048
net0: name=eth0,bridge=vmbr0,gw=192.168.0.1,hwaddr=,ip=192.168.0.7/24,type=veth
ostype: debian
rootfs: local-lvm:vm-107-disk-0,size=8G
searchdomain: 192.168.0.1
swap: 512
unprivileged: 1
#port plug tv tuner
lxc.mount.entry: /dev/bus/usb/003 dev/bus/usb/003 none bind,optional,create=dir 0 0
#tv tuner
lxc.mount.entry: /dev/dvb dev/dvb none bind,optional,create=dir
#?
lxc.cgroup2.devices.allow: c 212:* rwm
lxc.cgroup2.devices.allow: c 250:* rwm
lxc.cgroup2.devices.allow: c 189:* rwm

In LXC container I can find the tv tuner. In Tvheadend the tuner not show.

In virtual Debian with USB PassThrough tv tuner show in Tvheadend.

I read many tuto for run Tvheadend and Passthrought USB TV tuner.

I don’t see what I missed for my tuner work on this config.