From owner-freebsd-current@FreeBSD.ORG Wed Aug 26 18:14:56 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CE76106564A for ; Wed, 26 Aug 2009 18:14:56 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.swip.net [212.247.155.1]) by mx1.freebsd.org (Postfix) with ESMTP id 977D98FC1C for ; Wed, 26 Aug 2009 18:14:55 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=j7IS-TA4QJqAs8v4O2UA:9 a=jmITTcePzT0SVDMr040fEF9YXEkA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe09.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 950940941; Wed, 26 Aug 2009 20:14:53 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 26 Aug 2009 20:15:09 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <20090826130557.4b80cb1f.ota@j.email.ne.jp> In-Reply-To: <20090826130557.4b80cb1f.ota@j.email.ne.jp> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908262015.10733.hselasky@c2i.net> Cc: Yoshihiro Ota Subject: Re: USB Card Reader not detected 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: Wed, 26 Aug 2009 18:14:56 -0000 On Wednesday 26 August 2009 19:05:57 Yoshihiro Ota wrote: > Hi. > > I have a 9-in-1 card reader that works fine on 7.1-RELEASE. > I tested on 8-BETA2 or 3, updated with CVS this Monday but devices like daX > didn't come up. Hi, If there are no messages printed at all in dmesg, then you can try enabling USB debugging for the HUB: sysctl hw.usb.uhub.debug=15 --HPS