[Solved] usb devices available to guest OS
Posted: 17. Nov 2020, 23:31
Are there only certain USB devices that can be made available to the guest OS from the host? Must the host OS recognize the USB device in a certain way before it can share it with the guest?
My situation:
Host OS: Ubuntu 20.04.1 LTS
Guest OS: Windows Server 2019 Essentials
USB device: PCAN-USB ~ USB to CAN Interface (https://www.peak-system.com/PCAN-USB.199.0.html?&L=1)
The manufacturer's website informs that the drivers for this device are built into the linux kernel.
My situation:
Host OS: Ubuntu 20.04.1 LTS
Guest OS: Windows Server 2019 Essentials
USB device: PCAN-USB ~ USB to CAN Interface (https://www.peak-system.com/PCAN-USB.199.0.html?&L=1)
The manufacturer's website informs that the drivers for this device are built into the linux kernel.
I don't really know much about this but I'm assuming the way the linux driver is implemented is the reason why the USB device is not showing up in the host OS as a "connected USB device" and that is why I'm unable to access the USB device from the guest?Many Linux distributions, or rather the used Linux Kernels, already contain the drivers for PEAK-System's CAN interfaces. The CAN interfaces are then accessed via the common SocketCAN framework as network devices (aka netdev).