d22arm Posted October 18, 2016 Posted October 18, 2016 Hi, can you add CONFIG_USBIP_CORE=m CONFIG_USBIP_VHCI_HCD=m CONFIG_USBIP_HOST=m CONFIG_USBIP_DEBUG=n to kernel config? 3.4.112-sun8i These modules are needed for usbip. Thanks
Igor Posted October 18, 2016 Posted October 18, 2016 https://github.com/igorpecovnik/lib/commit/21a5f49c33000b597d2a3b82a23999c479442b7b Self compile or wait until kernel update becomes available (in less than a day) in our testing repository.
d22arm Posted October 26, 2016 Author Posted October 26, 2016 i was install http://image.armbian.com/betaimages/Armbian_5.23.161026_Orangepipc_Ubuntu_xenial_3.4.112_desktop.7z but still have error d22@orangepipc:~$ sudo apt-get install usbip Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libusbip0 The following NEW packages will be installed: libusbip0 usbip 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 48.0 kB of archives. After this operation, 163 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://ports.ubuntu.comxenial/universe armhf libusbip0 armhf 0.1.7-3 [20. 6 kB] Get:2 http://ports.ubuntu.comxenial/universe armhf usbip armhf 0.1.7-3 [27.5 kB ] Fetched 48.0 kB in 0s (80.8 kB/s) Selecting previously unselected package libusbip0. (Reading database ... 132379 files and directories currently installed.) Preparing to unpack .../libusbip0_0.1.7-3_armhf.deb ... Unpacking libusbip0 (0.1.7-3) ... Selecting previously unselected package usbip. Preparing to unpack .../usbip_0.1.7-3_armhf.deb ... Unpacking usbip (0.1.7-3) ... Processing triggers for man-db (2.7.5-1) ... Setting up libusbip0 (0.1.7-3) ... Setting up usbip (0.1.7-3) ... Processing triggers for libc-bin (2.23-0ubuntu4) ... root@orangepipc:/etc# sudo modprobe usbip-host root@orangepipc:/etc# sudo modprobe usbip-core root@orangepipc:/etc# sudo usbipd -D usbip err: stub_driver.c: 33 (open_sysfs_stub_driver) usbip_common_mod.ko and usbip.ko must be loaded ** (process:5711): ERROR **: driver open failed can you help me?
Igor Posted October 26, 2016 Posted October 26, 2016 can you help me? Yes. Old smelly kernel and staging drivers from abandoned project is worst possible combination and I suspected that it wont work. If you need this functionality, get usb-redirector. Confirmed working - we are building it on the way. If not, peek here.
Vladimir Nesterenco Posted December 30, 2018 Posted December 30, 2018 Hi Igor! Could you add usbip support to Tinkerboard? Thank youin advance, Vladimir
Igor Posted December 31, 2018 Posted December 31, 2018 9 hours ago, Vladimir Nesterenco said: Hi Igor! Could you add usbip support to Tinkerboard? Thank youin advance, Vladimir Configs are here: https://github.com/armbian/build/tree/master/config/kernel and it should be clear. You are welcome to do it for others as well. ... and send a PR. https://www.armbian.com/get-involved/
Recommended Posts