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?