Need to config this on VM or on proxmox
Need to config this on VM or on proxmox
Thank You
Can u help me if i give you acces on my server?kind of both.
some of the settings need to be done on/to HOST (Proxmox) so HOST knows to provide the capability.
in the link provided, everything BEFORE section "Determine your PCI card address, and configure your VM " is for HOST
and most after the section is mixed. i.e. some command are needed for host to get the information and set the host, and some is to configure the VM.
nothing described in the WiKi is targeted for use inside VM. all of it is used to prepare the host and setup the VM for PCI pass-through,
anything you need to do inside VM would work as if you using a real hardware.
Im thinking to use Cesbo Astra to use dvb-tunersIf by tuner you mean DVB-cards, I would rather recommend to solve it with LXC.
I also built a VDR with KVM and PCI passthrough, but this was sometimes very unstable and the tuners often got out of tune.
I found this howto (unfortunately in german but i think the commands a self-explanatory)
https://www.vdr-portal.de/forum/ind...ier-digital-devices-cine-s2-v6-5-im-containe/
Now the VDR runs stable for months like on bare-metal hardware
i read this but is not helpin meI am with neonmouse on this one. the link seams very workable, and what you do is open in chrome and click on translate. it will give you a native translation.
i read this but is not helpin me
TASK ERROR: q35 machine model is not enabled at /usr/share/perl5/PVE/QemuServer.pm line 2961.
you can only have virtual pcie devices on the q35 machine typeI wouldn't edit the server.pm on line 2961. but... Apparently when ProxMox 5.1-35 initially installed it did not detect the machine type correctly... and I can't figure out after searching for hours to find what would seem to be an elusive yet simple answer.
Thanks I'll give this a go...you can only have virtual pcie devices on the q35 machine type
the i440 does not have an pcie bus
so you have to change the machine type (not on the gui)
qm set <VMID> -machine q35
no the '01:00.0' is the physical slot, 'pcie=1' just uses that card as a pcie inside the vm (instead of pci)My question is: Does PCIE=1 designate the physical slot the device is installed in?
hostpci0: 01:00.0,pcie=1
no the '01:00.0' is the physical slot, 'pcie=1' just uses that card as a pcie inside the vm (instead of pci)
can you post the vm configs (qm config <ID>) and the output of 'lspci' from the host and the vms ?
so if you want the dvb card to show up you have to add to vm 100
Code:hostpci1: 3:00.0,pcie=1 hostpci2: 4:00.0,pcie=1
does this work?
hostpci1: 03:00.0,pcie=1
hostpci2: 04:00.0,pcie=1