From owner-freebsd-current@FreeBSD.ORG Thu Nov 4 02:02:27 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 212E716A4CF for ; Thu, 4 Nov 2004 02:02:27 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 9193143D46 for ; Thu, 4 Nov 2004 02:02:26 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 4 Nov 2004 02:02:25 +0000 (GMT) To: "Justin R. Smith" In-Reply-To: Your message of "Wed, 03 Nov 2004 16:12:29 EST." <1099516348.787.4.camel@vorpal.math.drexel.edu> Date: Thu, 04 Nov 2004 02:02:25 +0000 From: Ian Dowse Message-ID: <200411040202.aa04314@salmon.maths.tcd.ie> cc: freebsd-current@freebsd.org Subject: Re: USB devices not being created X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 02:02:27 -0000 In message <1099516348.787.4.camel@vorpal.math.drexel.edu>, "Justin R. Smith" w rites: >pci0: at device 29.7 (no driver attached) There are two things you could try that might help: o Add `device ehci' to your kernel config. o Check your BIOS for any `Legacy USB' or related options and try turning them off. Ian