We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft Windows [Version 10.0.22624.1610]
WSL version: 1.2.4.0
5.15.90.1
Ubuntu 22.04
USBIP
On Linux, I run these commands with no errors:
sudo apt install linux-tools-generic hwdata sudo update-alternatives --install /usr/local/bin/usbip usbip /usr/lib/linux-tools/*-generic/usbip 20
Then in a PowerShell terminal window, I run
usbipd wsl list
and I get a list of USB devices. The one I want is listed as BUSID 13-1.
Now I'm supposed to run
usbipd wsl attach --busid 13-1
but I get the error:
usbipd: error: The selected WSL distribution cannot be reached via the WSL virtual switch; try restarting the WSL distribution.
I try to restart WSL but get the same error.
I should be able to run lsusb from Linux to get a list of the USB devices, including the one I attached.
My USB device is not present.
No response
The text was updated successfully, but these errors were encountered:
Possibly a solution at dorssel/usbipd-win#136
Sorry, something went wrong.
Thanks for reporting this @toml12953.
This issue seems to come from usbpid, so the issue should be created here.
No branches or pull requests
Windows Version
Microsoft Windows [Version 10.0.22624.1610]
WSL Version
WSL version: 1.2.4.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.90.1
Distro Version
Ubuntu 22.04
Other Software
USBIP
Repro Steps
On Linux, I run these commands with no errors:
sudo apt install linux-tools-generic hwdata
sudo update-alternatives --install /usr/local/bin/usbip usbip /usr/lib/linux-tools/*-generic/usbip 20
Then in a PowerShell terminal window, I run
usbipd wsl list
and I get a list of USB devices. The one I want is listed as BUSID 13-1.
Now I'm supposed to run
usbipd wsl attach --busid 13-1
but I get the error:
usbipd: error: The selected WSL distribution cannot be reached via the WSL virtual switch; try restarting the WSL distribution.
I try to restart WSL but get the same error.
Expected Behavior
I should be able to run lsusb from Linux to get a list of the USB devices, including the one I attached.
Actual Behavior
My USB device is not present.
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: