Hello,
I have the latest version of Proxmox installed on a mini PC (Core I9 64GRAM 1T nvme).
I have a WIN11 VM which works well and I have attached a touch screen (HDMI with USB)
The GPU Passthrough works well, I start the VM and everything works. After 1min about, the screen still shows up the desktop, the VM runs but the touch screen doesn't reply anymore. I tried to remove the USB and replug it, it works again for 1 min:
My config of WIN 11:
If you have any ideas Many Thanks
I have the latest version of Proxmox installed on a mini PC (Core I9 64GRAM 1T nvme).
I have a WIN11 VM which works well and I have attached a touch screen (HDMI with USB)
The GPU Passthrough works well, I start the VM and everything works. After 1min about, the screen still shows up the desktop, the VM runs but the touch screen doesn't reply anymore. I tried to remove the USB and replug it, it works again for 1 min:
Code:
[1715448.659603] hid-multitouch 0003:2575:0401.000D: input,hiddev0,hidraw0: USB HID v1.10 Mouse [Weida Hi-Tech CoolTouchR System ] on usb-0000:00:14.0-5/input0
[1719475.846616] sda: sda1 sda2
[1769366.736182] usb 1-5: USB disconnect, device number 19
[1769378.707877] usb 1-5: new full-speed USB device number 20 using xhci_hcd
[1769378.861115] usb 1-5: New USB device found, idVendor=2575, idProduct=0401, bcdDevice=14.30
[1769378.861120] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[1769378.861122] usb 1-5: Product: CoolTouchR System
[1769378.861123] usb 1-5: Manufacturer: Weida Hi-Tech
[1769378.864960] input: Weida Hi-Tech CoolTouchR System Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:2575:0401.000E/input/input44
[1769378.865084] input: Weida Hi-Tech CoolTouchR System as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:2575:0401.000E/input/input45
[1769378.865155] hid-multitouch 0003:2575:0401.000E: input,hiddev0,hidraw0: USB HID v1.10 Mouse [Weida Hi-Tech CoolTouchR System ] on usb-0000:00:14.0-5/input0
[1769379.336121] usb 1-5: reset full-speed USB device number 20 using xhci_hcd
root@pve:~#
My config of WIN 11:
Code:
GNU nano 5.4 /etc/pve/qemu-server/100.conf
agent: 1
bios: ovmf
boot: order=scsi0
cores: 4
efidisk0: local:100/vm-100-disk-1.qcow2,efitype=4m,pre-enrolled-keys=1,size=528K
hostpci0: 0000:01:00.0,pcie=1
machine: q35
memory: 7000
meta: creation-qemu=7.2.0,ctime=1685382213
name: tactile
net0: virtio=82:94:86:08:45:84,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
parent: drivers_downloaded
scsi0: local:100/vm-100-disk-0.qcow2,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=9cb36676-6cXXXXX1-a3a4-0534f64778b6
sockets: 1
vga: none
vmgenid: c738a5cc-cd7XXXXXXX-8580-edfddda4f323
Code:
root@pve:~# cat /etc/modprobe.d/vfio.conf
options vfio-pci ids=2575:0401
root@pve:~#