我正在尝试将 USB 设备连接到 WSL2,但 Windows 上没有设备驱动程序,并且它在Settings -> Bluetooth & Other Devices
PS 实用程序中显示为未知设备,如下所示。
PS C:\WINDOWS\system32> Get-PnpDevice -PresentOnly | Where-Object { $_.InstanceID -match '^USB' }
Status Class FriendlyName InstanceId
Error USB\VID_03FD...
当我这样做时它根本不出现usbipd wsl list
。
有没有办法以某种方式将其附加到 WSL2?
- 设备:Xilinx Platform Cable USB,用于对 Xilinx FPGA 进行编程。
- 主机操作系统:Windows 10 Home 19044
- WSL:CentOS Linux 8