Questions tagged [usbipd]

3 questions
1
vote
0 answers

Extract regex substring from command output and pass into another command

Context: USBIPD allows attaching and detaching a microSD card to a WSL instance. This usually involves listing all devices then manually selecting the appropriate bus ID to perform on. Typical output of usbipd wsl list: BUSID VID:PID DEVICE …
Drise
  • 4,310
  • 5
  • 41
  • 66
0
votes
0 answers

FTDI device not working WSL with usbipd-win

I try to use a FTDI device (0403:6010) on a Windows 10 PC using WSL. For that I follow instructions given there and instal usbipd-win successfully: https://learn.microsoft.com/en-us/windows/wsl/connect-usb On the WSL2 (Ubuntu 20.04), I installed the…
0
votes
0 answers

OpenCV over WSL: select() timeout, usb usb1: Not yet implemented

When I try to run OpenCV over WSL using the usbipd_win library and a recompiled kernel (enabled UVC support), I get the error message [ WARN:0@30.423] global cap_v4l.cpp:1119 tryIoctl VIDEOIO(V4L2:/dev/video0): select() timeout. dmesg: usb usb1: Not…