From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] usbd problem Date: Wed, 13 Feb 2008 12:09:18 -0500 From: Sape Mullender In-Reply-To: <8bc4c61cf66cd1406c11d38cba5e0922@coraid.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 52ba6e4e-ead3-11e9-9d60-3106f5b1d025 >> > 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. Try usb/usbd -d -1 -V and send me the output. Sape