On Monday 09 May 2005 2:13 pm, Ville Medeiros wrote: > Hi, > > I am trying to run the testusb.c > (http://www.linux-usb.org/usbtest/testusb.c) but the usbtest driver > not appear when I check with usbtree. > > My procedure is, > > 1 compile the kernel with usb driver in built-in mode. > 2 - # modprobe usbtest > 3 - # lsmod usbtest â there is. > 4 - # usbtree - and the usbdriver not appear, so I cant to run the testusb.c > > What is the problem? How can I run this test?
You may need to use the module parameters to make the #ifdef GENERIC stuff kick in and bind according to the vendor and product codes for the device you're testing. - Dave ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_ids93&alloc_id281&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
