From owner-freebsd-current@FreeBSD.ORG Sun Jul 19 22:52:18 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A7EE106564A for ; Sun, 19 Jul 2009 22:52:18 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 32C2D8FC15 for ; Sun, 19 Jul 2009 22:52:18 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=PiioE0IkECKPiCO94QMA:9 a=RkhHhzEW_q1FjES_q0dL3rM6D7IA:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 226695088; Sun, 19 Jul 2009 21:52:15 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sun, 19 Jul 2009 21:51:59 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA1; KDE/4.2.4; i386; ; ) References: <7142D2AC7FF846A297A54BE55D821CF0@uk.tiscali.intl> In-Reply-To: <7142D2AC7FF846A297A54BE55D821CF0@uk.tiscali.intl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907192152.01076.hselasky@c2i.net> Cc: krad , current@freebsd.org Subject: Re: usb pen drive not detecting X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 19 Jul 2009 22:52:18 -0000 On Sunday 19 July 2009 20:01:48 krad wrote: > I cant get bsd to detect any usb pen drives on my system. I have a generic > kernel with a few extra options that i cant see Are your pen-drives detected if you set: sysctl hw.usb.ehci.no_hs=1 Before plugging the device? --HPS