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).