Re: [usbip-devel] Usbip on Linux 3.2
Status: Alpha
Brought to you by:
hirofuchi
From: Tobias P. <tob...@fa...> - 2015-09-06 16:28:54
|
Hello Petr! > Hi, I tried to use usbip on Linux 3.2 unsuccessfully. > So I tried to get it from the source and it wouldn't compile against 3.2. > I fixed the compilation errors and published the changes on > https://github.com/pjump/usbip.git If you look at the version history, this code is horribly out of date and will not apply against a modern kernel. The good news is that usbip is part of the mainline kernel now, so you should be able to just use the modules in /kernel/drivers/usb/usbip/ from your stock kernel (or from staging if it is an older one). The userspace tools' source is also distributed with the kernel, but most probably your distro packages it seperately (e.g. https://packages.debian.org/stretch/usbip). Regards, Tobias Polzer |