[Bug 900384] Re: usbipd requires usbip_common_mod.ko and usbip.ko kernel modules, which are not available in any package

2013-01-24 Thread Claudio Mignanti
Hi, re-reading the usbip code I found that the previous patch (in comment #20) is incorrect. Here a proof of concept patch for path change in usbip kernel driver. usbip$ bzr diff === modified file 'src/cmd/bind-driver.c' --- src/cmd/bind-driver.c 2009-04-30 23:30:45 + +++

[Bug 900384] Re: usbipd requires usbip_common_mod.ko and usbip.ko kernel modules, which are not available in any package

2013-01-23 Thread Claudio Mignanti
I have Ubuntu 12.04LTS and the problem appear to be the userspace program not inside the kernel. $ uname -a Linux HEX 3.2.0-36-generic-pae #57-Ubuntu SMP Tue Jan 8 22:01:06 UTC 2013 i686 i686 i386 GNU/Linux $ lsmod | grep usbip usbip_host 22084 0 usbip_core 15333 2

[Bug 900384] Re: usbipd requires usbip_common_mod.ko and usbip.ko kernel modules, which are not available in any package

2013-01-23 Thread Claudio Mignanti
I download the usbip sources from launchpad package and I made the follow dirty patch to test if the problem is really related to usbip path $ bzr diff === modified file 'src/cmd/bind-driver.c' --- src/cmd/bind-driver.c 2009-04-30 23:30:45 + +++ src/cmd/bind-driver.c 2013-01-23