kernel - usbip - Why is linux version different in linux-source package and uname -r? - Ask Ubuntu
i trying install , run usbip using this link. version of linux tools not corespond uname. error when try this:
/usr/lib/linux-tools/`uname -r`/usbipd
when running uname this:
root@allan-ms-7998:/# uname -r 4.2.0-42-generic
in /usr/lib/linux-tools/ folder named 3.13.0-100-generic , not 4.2.0-42-generic. checked witch source installed using dpkg.
root@allan-ms-7998:/# dpkg -s linux-source package: linux-source status: install ok installed priority: optional section: devel installed-size: 30 maintainer: ubuntu kernel team <kernel-team@lists.ubuntu.com> architecture: source: linux-meta version: 3.13.0.100.108 depends: linux-source-3.13.0 description: linux kernel source ubuntu patches package depend on latest linux kernel source code available. ubuntu patches have been applied.
to install usbip 2.0 on 4.2.0-42-generic had find source code usbip. not /usr/lib/linux-tools/. source found in folder: linux-lts-wily-4.2.0 found source in folder: linux-lts-wily-4.2.0/tools/usb/usbip
following instructions in this link able compile, install , run usbip.
installing linux-tools-generic did not work. had compile source.
i can connect arduino on raspberry py's usb port ubunto computer. faster using xrdp , running arduino ide directly on raspberry pi.
Comments
Post a Comment