Re: [linux-usb-devel] error inserting usb module

2005-04-04 Thread Elmano Carvalho
thanks Dave, In the mean time, if anyone else knows more on this, the input is welcome. thx, Elmano On Apr 4, 2005 12:39 PM, David Brownell <[EMAIL PROTECTED]> wrote: > On Monday 04 April 2005 9:02 am, Elmano Carvalho wrote: > > I am trying to insert a usb-test module, provided with the > >

Re: [linux-usb-devel] error inserting usb module

2005-04-04 Thread David Brownell
On Monday 04 April 2005 9:02 am, Elmano Carvalho wrote: > I am trying to insert a usb-test module, provided with the > LTP-20050207 testcase,  in my kernel (ver. 2.6.10) to test my usb > device. I don't know what that is; we recommend folk use "usbtest": http://www.linux-usb.org/usbtest/ Maybe

[linux-usb-devel] error inserting usb module

2005-04-04 Thread Elmano Carvalho
Hello, I am trying to insert a usb-test module, provided with the LTP-20050207 testcase, in my kernel (ver. 2.6.10) to test my usb device. When I do a make in the kernel space, I get warnings about undefined functions in the source code, but the .o files are created anyways. Then when I run #in