Proxmox is Linux. You can follow Linux guides from the internet for this. Which drivers does your tuner need? You can usehow to load the linux drivers?
modprobe
to load them and if they work add them to /etc/modules.pct config LXC_ID_NUMBER
)? Is this tuner known to work on Linux ( https://www.linuxtv.org/wiki/index.php/MSI_DigiVox_mini_II_V3.0 )?pct config LXC_ID_NUMBER
)? What is the numeric ID of the video
group inside the container? What is the output of ls -lsR /dev/dvb/
on the Proxmox host when the USB tuner is connected and the drivers are loaded?You don't need any of that to passthrough a tuner device. For a tuner you passthrough /dev/dvb/*.lxc.cgroup2.devices.allow: a
lxc.cap.drop:
lxc.cgroup2.devices.allow: c 188:* rwm
lxc.cgroup2.devices.allow: c 189:* rwm
lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
lxc.mount.entry: /dev/ttyUSB1 dev/ttyUSB1 none bind,optional,create=file
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file
lxc.mount.entry: /dev/ttyACM1 dev/ttyACM1 none bind,optional,create=file
lxc.cgroup2.devices.allow: c 226:128 rwm
lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file
lxc.cgroup2.devices.allow: c 226:0 rwm
lxc.mount.entry: /dev/dri/card0 dev/dri/card0 none bind,optional,create=file
lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir
This means that your tuner is not recognized by the kernel/drivers as a DVB-T tuner. Did you look at this website: https://www.linuxtv.org/wiki/index.php/MSI_DigiVox_mini_II_V3.0 (which I found when searching forls -lsR /dev/dvb/
get me this
cannot access '/dev/dvb/': No such file or directory
1d19:1101
)?I can show you as soon as there is a /dev/dvb. It's a line likeokay but i dont know how to passthough /deb/dvb
dev0: /dev/dvb/adapter0/frontend0,gid=VIDEO_GROUP_ID,uid=0
for each file under /dev/dvb/* or you can use the Proxmox web GUI.Usei also dont know what is the numeric id of the video what you asking
getent group video
inside the container to find the ID of the Linux group video inside the container.You need to figure out why there is no /dev/dvb on the Proxmox host even though the driver is loaded for your USB tuner.i already read about this tuner and it seems to work with this driver what i already installed
rtl2832u
dmesg | grep -i rtl
[ 4.267232] usbcore: registered new interface driver dvb_usb_rtl28xxu
[ 21.452589] rtl2832 1-0010: Realtek RTL2832 successfully attached
[ 21.452600] usb 1-2: DVB: registering adapter 0 frontend 0 (Realtek RTL2832 (DVB-T))...
[ 21.452605] dvbdev: dvb_create_media_entity: media entity 'Realtek RTL2832 (DVB-T)' registered.
[ 21.454588] rtl2832_sdr rtl2832_sdr.1.auto: Registered as swradio0
[ 21.454591] rtl2832_sdr rtl2832_sdr.1.auto: Realtek RTL2832 SDR attached
[ 21.454592] rtl2832_sdr rtl2832_sdr.1.auto: SDR API is still slightly experimental and functionality changes may follow
[ 21.461376] rc rc0: lirc_dev: driver dvb_usb_rtl28xxu registered at minor = 0, raw IR receiver, no transmitter
You need to have a /dev/dvb directory on the Proxmox host.what do i need to do to make it work from web gui?
Make sure to load the same drivers (and possibly firmware) as you did on the Debian 13 VM. Maybe (re)create a Debian 13 VM on Proxmox first (with USB passthrough) to get see it create a /dev/dvb directory? I would expect something likeyes it works before
and i also made a debian 13 vm in vmware and there it also works
DVB: registering adapter 0 frontend 0
in the system log.We use essential cookies to make this site work, and optional cookies to enhance your experience.