Skip to content
New issue

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

usbip command not found issue and how to resolve #11

Open
jeanbritz opened this issue Oct 17, 2022 · 4 comments
Open

usbip command not found issue and how to resolve #11

jeanbritz opened this issue Oct 17, 2022 · 4 comments

Comments

@jeanbritz
Copy link

Hi!

Not an issue, just a suggestion to add to the README.

First of all, I like your project!
Just had some issue when starting up on Linux OS.
It seems that usbip is not always installed and doing apt-get install usbip does not work.

Here is some instructions on how to get usbip installed:

sudo apt install linux-tools-virtual hwdata
sudo update-alternatives --install /usr/local/bin/usbip usbip `ls /usr/lib/linux-tools/*/usbip | tail -n1` 20

Got it from this page: https://github.com/dorssel/usbipd-win/wiki/WSL-support

@cmdli
Copy link
Contributor

cmdli commented Nov 15, 2022

Hmm, is this for Windows Subsystem for Linux? I haven't tried that system yet; right now I've only tested on Windows and Pop!_OS. I can take a look at supporting that, but I'm not sure when I will get to it.

@jeanbritz
Copy link
Author

I have ran this project on my Ubuntu OS. Seems that usbip is not installed by default always. Therefore I have provided instructions if someone else faced the same issue. It could also work for WSL, but have not tried it yet. The link was just a reference to the commands to install usbip

@cmdli
Copy link
Contributor

cmdli commented Nov 18, 2022

Ah, gotcha. Yeah, I do agree that the installation instructions are a bit lacking on the Linux side, let me take a look at improving them.

@pepa65
Copy link

pepa65 commented Sep 30, 2023

Those are useful instructions, otherwise usbip is just not there...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants