Hi, > configure don't find usb.h . What do I need for it. Only > kernel USB support or libusb or something else.
You need the kernel include files. usb.h is usually found in /usr/include/linux/usb.h. Depending on your distribution you may have to install a package that contains only the include files of the kernel or the complete kernel tree. Needless to say that your kernel must support USB, so you need a kernel > 2.2.18 (or > 2.4.0). Regards, Oliver
