On Wed, 2002-10-02 at 17:42, Christopher A. Williams wrote: > OK - tried /dev/ttyUSB0 through 10 with no luck. Verified that it's > /dev/ttyUSB0, USB1, ... in the process. I specificed that it was a > Handspring USB connection and also tried standard serial. No joy... > > Any way I can tell which USB port the mouse is on and work from there, > since the cradle is on the same controller? Could I be doing something > else wrong?
Try tailing /var/log/messages and then plug in your USB device and see what driver is loaded and to what device. Typing 'dmesg' afterwards also gives some more info. -- Greg