Hi! I'm having some trouble installing USBIP on Tinycore 4.2.
Since Tinycore is pretty slim, it doesn't include the staged drivers for USBIP.
I think that Tinycore 4.2 is running the 3.0.3 kernel because when i run 'uname -r' it says '3.0.3-tinycore'.
So I downloaded the 3.0.3 kernel from kernel.org.
Installed the following packages:
compiletc - includes gcc, pkg-config etc.
sysfsutils 2.1.0
tcpdump 3.9.8
glib2-dev 2.30.2
libtool-dev 2.2.8
autoconf 2.68
automake 1.11.1
autogen-dev 5.12
libusb-dev 1.0.8
Then cd into linux-3.0.3/drivers/staging/usbip/userspace
Ran ./autogen.sh, ./configure, make and make install without problems.
This is where it gets complicated, because now i have to run 'insmod usbip-core/host.ko', but these files does not exist in the kernel-package or on the hard drive at all.
I really don't know how to proceed beyond this point. Any help would be greatly appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! I'm having some trouble installing USBIP on Tinycore 4.2.
Since Tinycore is pretty slim, it doesn't include the staged drivers for USBIP.
I think that Tinycore 4.2 is running the 3.0.3 kernel because when i run 'uname -r' it says '3.0.3-tinycore'.
So I downloaded the 3.0.3 kernel from kernel.org.
Installed the following packages:
compiletc - includes gcc, pkg-config etc.
sysfsutils 2.1.0
tcpdump 3.9.8
glib2-dev 2.30.2
libtool-dev 2.2.8
autoconf 2.68
automake 1.11.1
autogen-dev 5.12
libusb-dev 1.0.8
Then cd into linux-3.0.3/drivers/staging/usbip/userspace
Ran ./autogen.sh, ./configure, make and make install without problems.
This is where it gets complicated, because now i have to run 'insmod usbip-core/host.ko', but these files does not exist in the kernel-package or on the hard drive at all.
I really don't know how to proceed beyond this point. Any help would be greatly appreciated.