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 11:18:18 -0500 From: Sape Mullender In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 52894aee-ead3-11e9-9d60-3106f5b1d025 >> 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