From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 16:51:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 025C716A420 for ; Fri, 24 Feb 2006 16:51:17 +0000 (GMT) (envelope-from peterjderooij@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85ADD43D48 for ; Fri, 24 Feb 2006 16:51:16 +0000 (GMT) (envelope-from peterjderooij@gmail.com) Received: by wproxy.gmail.com with SMTP id i11so644951wra for ; Fri, 24 Feb 2006 08:51:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=armwe2q/qwC3lOBlzXp5S7JO/V2SrjsF/dK3sGxTvfMJXoKhvt6vKf5YKWE/7IZI50Ninfwdu5+PL9Zb4qA1QEpH82gjm+C37r9U22+wjj5kYvBz68Lz1U7AWv0nCORWyXm+2rDr2mlNCh7M5TOFu4vEnaUY3DJWBu3IGhUm0Es= Received: by 10.65.155.19 with SMTP id h19mr3821599qbo; Fri, 24 Feb 2006 08:51:15 -0800 (PST) Received: by 10.64.53.17 with HTTP; Fri, 24 Feb 2006 08:51:15 -0800 (PST) Message-ID: <141fde50602240851q6a8d09edh@mail.gmail.com> Date: Fri, 24 Feb 2006 16:51:15 +0000 From: "Peter de Rooij" Sender: peterjderooij@gmail.com To: freebsd-questions@freebsd.org In-Reply-To: <447j7kesu5.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43FAED16.4060000@derooij.org> <447j7kesu5.fsf@be-well.ilk.org> Subject: Re: no usb detection during load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter de Rooij List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:51:17 -0000 On 24 Feb 2006 09:26:10 -0500, Lowell Gilbert wrote: > Peter de Rooij writes: > > > Well, very little. FreeBSD 6.0 GENERIC does not detect my USB mouse > > or printer at boot. It did not recognize a USB thumb drive either > > until I added the thing to /etc/fstab. Everything works fine if I > > plug it in after boot. (A bit inconvenient for the mouse...) > > > > How do I force detection at boot? > > I already added usbd_load=3D"YES" and ums_load=3D"YES" to loader.conf, > > with no effect. > > > > dmesg attached. > > Note the detection of ums0 after completion of boot -- that's when I > > plug it in after logging in. > > Hmm. Strange. Does usbdevs(8) show it before kernel detection? [I > doubt it, but without being able to reproduce it myself, I'm kind of > grasping at straws...] > No, doing usbdevs in a shell (is that what you meant?) doesn't show anything either. (It does, of course after re-insertion.) More symptoms: - the detection of the usb drive after adding to fstab was a fluke.=20 The next few boots it was missing again... - I have seen the usb mouse and printer appear at boot twice now; each time after changing boot parameters (boot verbose, boot with ACPI).=20 The usb key appear every time(?) - when the usb mouse is not found there is a 30sec delay after detecting the keyboard and before the message about failure to allocate an IRQ for psm0 (no surprise, there's nothing there.) I am now reinstalling from scratch (not that far back:-) Cheers, Peter