Hi everyone,
I got one of those smaller PC, MoreFine S500+ with CPU 5825U
want to used it as a router and small PC for web browsing.
I have installed proxmox 7.4 or 8.0 , and want to passthrough my displaylink device: WavLink WL-UG3501H to ubuntu 22.04 or 23.10
already set up the usual pcie passthrough mention in the wiki, like
https://pve.proxmox.com/wiki/PCI_Passthrough
I have document what I have try in
https://displaylink.org/forum/showthread.php?t=68347
but seems no one was interested in VM in the displaylink forum, so no ones knows the answer.
I was wondering if in this forum, any one successfully passthrough a displaylink USB HDMI to a VM and get video output?
if yes, please let me know, in the VM
1 what kind of OS and version you used
2 which kernel
3 the displaylink driver version.
4 Wayland or X11
thank you so much
I got one of those smaller PC, MoreFine S500+ with CPU 5825U
want to used it as a router and small PC for web browsing.
I have installed proxmox 7.4 or 8.0 , and want to passthrough my displaylink device: WavLink WL-UG3501H to ubuntu 22.04 or 23.10
already set up the usual pcie passthrough mention in the wiki, like
https://pve.proxmox.com/wiki/PCI_Passthrough
I have document what I have try in
https://displaylink.org/forum/showthread.php?t=68347
but seems no one was interested in VM in the displaylink forum, so no ones knows the answer.
I was wondering if in this forum, any one successfully passthrough a displaylink USB HDMI to a VM and get video output?
if yes, please let me know, in the VM
1 what kind of OS and version you used
cat /etc/os-release
2 which kernel
uname -rv
3 the displaylink driver version.
sudo dkms status
sudo systemctl status displaylink-driver.service
/opt/displaylink/DisplayLinkManager -version
4 Wayland or X11
echo $XDG_SESSION_TYPE
thank you so much