From owner-freebsd-current@FreeBSD.ORG Sun Mar 13 23:32:13 2005 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 00D0716A4CE for ; Sun, 13 Mar 2005 23:32:13 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 174B643D2D for ; Sun, 13 Mar 2005 23:32:12 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 13 Mar 2005 23:32:11 +0000 (GMT) To: Xavier Maillard In-Reply-To: Your message of "Mon, 14 Mar 2005 00:20:20 +0100." Date: Sun, 13 Mar 2005 23:32:10 +0000 From: Ian Dowse Message-ID: <200503132332.aa59556@salmon.maths.tcd.ie> cc: freebsd-current@freebsd.org Subject: Re: umass doesn't work here 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: Sun, 13 Mar 2005 23:32:13 -0000 In message , Xavier Maillard writes: >When I plug my USB key, I should see something in my >/var/log/messages as stated into my >/usr/local/etc/devd/umass.conf file: ... >But nothing happens. Two things you could try are: o Add `device ehci' to your kernel config o Check your BIOS for `Legacy USB' or a similar setting and disable it. In some cases, especially without EHCI enabled, the BIOS's legacy USB support can prevent the UHCI or OHCI driver from working. Ian