
[A]: The manual of iMCs03 was uploaded on 04/19/2003. Please check it.
[A]: It doesn't have the problem though following warning might go out when iMCs03's driver(usc.o) is insmoded.
/*----------------------------------------------*/
Warning: loading usc.o will taint the kernel: no license
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
/*----------------------------------------------*/
[A]: iMCs03's current consumption is 90mA or less. USB can provide up to 500mA per a port, you can drive iMCs03 by USB bus power, if the total current consumption of the motor drivers, the sensors and iMCs03 itself is not exceeded 500mA.
[A]: The INCLUDE of Makefile of the driver and the sample source program attached to iMCs03 as follow:
/*----------------------------------------------*/
INCLUDE= /usr/src/linux/include
/*----------------------------------------------*/
In the case of using RedHat7.3 or RedHat8.0, please change the path as follow:
/*----------------------------------------------*/
INCLUDE= /usr/src/linux-2.4/include
/*----------------------------------------------*/
[A]: Is UHCI(Universal Host Controller Interface) already loaded? When loading urbtc.o, uhci is needed.