Re: [usbip-devel] USB/IP
Status: Alpha
Brought to you by:
hirofuchi
From: Valentina M. <val...@gm...> - 2014-02-10 19:36:51
|
Hi Constantine, The most up-to-date version of the Linux version of USB/IP can be found here [1], in Greg Kroah-Hartman's Linux tree (just use git clone <URL> to clone it). > So, as far as I've concerned, I'd better build the whole > custom linux kernel with the usbip debug-driver built-in > to debug usbip, wouldn't I? Yes. You should use the kernel version in the above mentioned tree as USB/IP is guaranteed to work with it. > > If so, which linux distro is worth being chosen for > building and testing that custom kernel and, especially, > usbip, in particular, and does distro really matter? > I've got CentOS 6.5 and Ubuntu 13.10 > on a virtual machine under Windows 7. > I prefer CenOS, but what if it I'd better choose > Ubuntu cause its' official version of the kernel > is most up-to-date? The distro doesn't really matter. I, personally, had issues with Linux Mint when using another kernel in the sense that the GUI wouldn't load any more, but if you're using VMs only for testing USB/IP and developing someplace else, you don't even need GUI. I'd say you should go with whatever distro you like. > And what else information might be useful for me > to manage to try debugging usbip? Just like in other C software projects, gdb and printk/printf are your best friends. However, I should point out that this driver is already under active developement (I am working on it as part of OPW); this means you should always make sure you have the latest source version. Hope I was able to help. Thanks, Valentina [1] http://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ |