From owner-freebsd-current@FreeBSD.ORG Sun Aug 30 16:25:39 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 2564D106566B for ; Sun, 30 Aug 2009 16:25:39 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.tele2.se [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id AEB958FC15 for ; Sun, 30 Aug 2009 16:25:38 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=GvZn1osWK1sA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6I5d2MoRAAAA:8 a=eRsS2kvmjT0x5yolq-4A:9 a=AbOZimRGJ5lB4e4uCBoA:7 a=p9-djYAyHnG4mK8d5xv2qAaEb9AA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe14.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 561213924; Sun, 30 Aug 2009 18:25:36 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sun, 30 Aug 2009 18:25:56 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <1251570251.1238.21.camel@localhost> In-Reply-To: <1251570251.1238.21.camel@localhost> 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-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908301825.57281.hselasky@c2i.net> Cc: Tobias Grosser Subject: Re: USB Harddrive not recognized (umass appears, da0 not) 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, 30 Aug 2009 16:25:39 -0000 On Saturday 29 August 2009 20:24:11 Tobias Grosser wrote: > Hi, > > I just bought two external USB hard drives and tried to use them on > > http://svn.freebsd.org/base/stable/8@196642 > > The drives are: Western Digital My Passport Essential (500 and 320 GB) > > After connecting them I get these log messages: > ------------------------------------------------------------------------ > ugen0.2: at usbus0 > umass0: > on usbus0 > umass0: SCSI over Bulk-Only; quirks = 0x0000 > umass0:0:0:-1: Attached to scbus0 > ------------------------------------------------------------------------ > > However there is never any 'ad' device created. So I am not able to use > the harddisk. > > > "camcontrol devlist" does not return anything. > > > "camcontrol rescan all" blocks in: > ------------------------------------------------------------------------ > 1279 root 1 45 0 3472K 828K cbwait 0 0:00 0.00% camcontrol > ------------------------------------------------------------------------ > and returns after removing the usb disk. > > > After removing the disk I always get: > ------------------------------------------------------------------------ > % sudo camcontrol rescan all > camcontrol: CAMIOCOMMAND ioctl failed: Invalid argument > ------------------------------------------------------------------------ > > > /var/log/messages output is attached for > hw.usb.debug=99999 Try only: sysctl hw.usb.umass.debug=-1 And send new log. --HPS