>> Are you killing the old usbd before starting a new one?
> 
> yes.
> 
>> And is this uhci or ohci?
> 
> ohci.  oddly, my uhci ich9r machine doesn't recognize
> either of my extensive collection of two usb devices.

You may be running the usbd with faulty dump.c.  If your
devices show up in /dev/usb0/1/status with just one
line and 0x000000 for Class/Subclass/Proto, then you're
almost certainly running the old dump.c.

In dump.c, five lines before the bottom of the file,
change len = b[0] - 1 into len = b[0]

A new version should already have been posted.

        Sape

Reply via email to