> > 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
unfortunately, that's not the problem. - erik