LINUX
1.先更新LINUX源
清华大学 : https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/
阿里云 : https://developer.aliyun.com/mirror/ubuntu
设置后进行更新
apt-get update
apt-get upgrade
2.下载LINUX内核压缩包,定位到tools/usb/usbip路径下
https://www.kernel.org/
3.5.18.12版本编译
apt-get install libudev-dev
./autogen.sh
./configure
make
make install
echo