From owner-freebsd-current@FreeBSD.ORG Mon Jul 20 07:35:53 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 A629C106566C for ; Mon, 20 Jul 2009 07:35:53 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 409118FC08 for ; Mon, 20 Jul 2009 07:35:52 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=gg2W7PyvkLb8p4ie143lBA==:17 a=zSSrKSnfKr09rhKs7nQA:9 a=dskoNndWul-nevr6UkFI5rgi1xYA:4 Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1280369423 for current@freebsd.org; Mon, 20 Jul 2009 09:35:50 +0200 To: current@freebsd.org Content-Disposition: inline From: Hans Petter Selasky Date: Mon, 20 Jul 2009 09:35:38 +0200 MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200907200935.38910.hselasky@c2i.net> Cc: 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: Mon, 20 Jul 2009 07:35:53 -0000 On Sunday 19 July 2009 23:16:03 chris scott wrote: > hmm, i notice it nobbles the port to 12 Meg, not ideal is this a know > issue? > It sounds like no IRQ's are generated on your EHCI controller, which is not directly an USB problem. You can try tuning: ACPI support on/off BIOS USB support on/off --HPS