From owner-freebsd-current@FreeBSD.ORG Sat Aug 29 23:21:03 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 D0CED106566B for ; Sat, 29 Aug 2009 23:21:03 +0000 (UTC) (envelope-from grosser@fim.uni-passau.de) Received: from smtprelay11.ispgateway.de (smtprelay11.ispgateway.de [80.67.29.28]) by mx1.freebsd.org (Postfix) with ESMTP id 60DEB8FC16 for ; Sat, 29 Aug 2009 23:21:03 +0000 (UTC) Received: from [84.56.27.250] (helo=[192.168.178.29]) by smtprelay11.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1MhXED-0006oA-Ro; Sun, 30 Aug 2009 01:21:02 +0200 From: Tobias Grosser To: krad In-Reply-To: <5358_1251587213_4A99B48C_5358_145_1_d36406630908291606u7a4e2e89n43305b0c5e6e00e1@mail.gmail.com> References: <1251570251.1238.21.camel@localhost> <5358_1251587213_4A99B48C_5358_145_1_d36406630908291606u7a4e2e89n43305b0c5e6e00e1@mail.gmail.com> Content-Type: text/plain Date: Sun, 30 Aug 2009 01:20:59 +0200 Message-Id: <1251588059.1238.24.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Df-Sender: imapboxtobias@web-wahnsinn.de X-Mailman-Approved-At: Sat, 29 Aug 2009 23:26:04 +0000 Cc: FreeBSD Current 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: Sat, 29 Aug 2009 23:21:04 -0000 On Sun, 2009-08-30 at 00:06 +0100, krad wrote: > > > 2009/8/29 Tobias Grosser > 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: 2.00/1.75, addr 2> > 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, hw.usb.umass.debug=99999 > > For this log first the drive was attached and afterwords it > was detached > again. > > Is there anything useful I can try to debug this problem? I > have DTRACE > and DDB/KDB installed. > > Thanks > > Tobi > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" > > do the drives work when you plug them in via a powered usb hub? > It is the same. Just this: ------------------------------------------------------------------------- ugen0.2: at usbus0 uhub4: on usbus0 uhub4: 2 ports with 2 removable, self powered ugen0.3: at usbus0 umass0: on usbus0 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0:0:0:-1: Attached to scbus0 ------------------------------------------------------------------------- Thanks for your help Tobi