From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8bc4c61cf66cd1406c11d38cba5e0922@coraid.com> From: erik quanstrom Date: Wed, 13 Feb 2008 11:37:06 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] usbd problem In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 528e6132-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. - erik