From owner-freebsd-current Wed Feb 27 15:21: 8 2002 Delivered-To: freebsd-current@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id 5323437B405 for ; Wed, 27 Feb 2002 15:20:55 -0800 (PST) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id PAA24065; Wed, 27 Feb 2002 15:19:33 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [162.62.64.10]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id PAA15746; Wed, 27 Feb 2002 15:02:04 -0800 (PST) Received: from hollin.btc.adaptec.com (hollin [162.62.149.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id QAA03914; Wed, 27 Feb 2002 16:19:30 -0700 (MST) Received: (from scottl@localhost) by hollin.btc.adaptec.com (8.11.6/8.11.4) id g1RNHFK04396; Wed, 27 Feb 2002 16:17:15 -0700 (MST) (envelope-from scott_long@btc.adaptec.com) X-Authentication-Warning: hollin.btc.adaptec.com: scottl set sender to scott_long@btc.adaptec.com using -f Subject: Re: usb product identified as ugen From: Scott Long To: Riccardo Torrini Cc: freebsd-current@freebsd.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 27 Feb 2002 16:17:15 -0700 Message-Id: <1014851835.3906.55.camel@hollin.btc.adaptec.com> Mime-Version: 1.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 2002-02-27 at 16:07, Riccardo Torrini wrote: > On 27-Feb-2002 (18:35:18/GMT) Scott long wrote: > > > You don't mention how your kernel is presently configured > > or what other troubleshooting you've done, so all you can > > hope to receive are wild guesses like: > > Usually I don't make stupid questions (I think), sorry for > wasting your time, but after 4 auto-reboot on last 24 hours > I'm not sure of nothing, even of my name :) Yes, I've had those kinds of days also =-) > > > > - Configure a kernel with the umass, scbus, and da devices, > > along with the standard usb devices. This is documented > > in both the GENERIC config file and NOTES... > > Sorry, last time I checked comment I got (for device umass): > USB Iomega Zip 100 Drive (Requires scbus and da) so I think > that was only for Zip, not for all. > It's commented in the 'device umass' line in GENERIC, but that's not a big deal. Is the umass device compiled into the kernel, or loaded as a module? If it's a module, is it loaded before you attach the drive? The usb daemon isn't smart enough yet to load it, it seems. Thus, you must load it manually, else the ugen driver will claim the device. > > > (as I assume that you are running -current) > > Yes, of course (from 3.0). I missing only da devices :( > Going to rebuild world and kernel... > The da device is certainly required, though not having would give you different symptoms, or so I think. Try adding the da device and see what happens. > [...after 4 hours...] > > puff, puff, pant, pant... reboot... > > :( The same, ugen0, ugen0.1 and ugen0.2 but build seems fine, > it compile all world and kernel without need of NO_WERROR. > > > > - There may be a bug. > > A bug would be better than a need for a custom driver for win. > Have you any idea of what can I check now? The USB_DEBUG, UGEN_DEBUG, and UMASS_DEBUG kernel options might be helpful. Scott > > > Riccardo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message