1. sudo
install module-assistant2. sudo apt-get install usbip-source
3. sudo m-a a-i usbip
This will not only build the kernel module .deb package, but also automatically install it.
Now that the module is installed, we can load it into our kernel as follows:
modprobe usbip
We can use modinfo to see usbip module information:
modinfo usbip
阅读(1652) | 评论(0) | 转发(0) |