From owner-freebsd-usb@FreeBSD.ORG Wed Jan 18 05:55:54 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF8FB16A41F for ; Wed, 18 Jan 2006 05:55:54 +0000 (GMT) (envelope-from aaron@id10t.org) Received: from smtp108.sbc.mail.mud.yahoo.com (smtp108.sbc.mail.mud.yahoo.com [68.142.198.207]) by mx1.FreeBSD.org (Postfix) with SMTP id 9DC9943D76 for ; Wed, 18 Jan 2006 05:55:47 +0000 (GMT) (envelope-from aaron@id10t.org) Received: (qmail 24002 invoked from network); 18 Jan 2006 05:55:46 -0000 Received: from unknown (HELO aaron) (aburruss@sbcglobal.net@69.227.95.119 with login) by smtp108.sbc.mail.mud.yahoo.com with SMTP; 18 Jan 2006 05:55:45 -0000 From: "Aaron" To: Date: Tue, 17 Jan 2006 21:54:57 -0800 Message-ID: <007c01c61bf3$b6cd0450$f10fa8c0@aaron> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcYb87ZTdWUPZBZOS6WidSZ7JLsRxg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Mounting USB drive on Sun HW X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 05:55:54 -0000 Hi there, I'm looking for some help on a problem I'm having with a new setup I've got... I'm running sparc64 6.0 and also have an external USB drive enclosure with a 250GB IDE drive in it. The drive is formatted as a BSD partition (formatting done on another box). I've got the following in my kernel: # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device umass # Disks/Mass storage - Requires scbus and da I.m seeing this in dmesg: root at sun # dmesg |grep -i umass umass0: vendor 0x05e3 USB TO IDE, rev 2.00/0.33, addr 2 umass0: BBB reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT umass0: BBB bulk-out clear stall failed, TIMEOUT umass0: BBB reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT umass0: BBB bulk-out clear stall failed, TIMEOUT umass0: BBB reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT umass0: BBB bulk-out clear stall failed, TIMEOUT umass0: BBB reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT umass0: BBB bulk-out clear stall failed, TIMEOUT umass0: BBB reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT umass0: BBB bulk-out clear stall failed, TIMEOUT root at sun # dmesg|grep -i usb ohci0: mem 0xe2000000-0xe2007fff at device 12.3on pci1 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 ohci1: mem 0xe5000000-0xe5007fff at device 5.3on pci1 usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 umass0: vendor 0x05e3 USB TO IDE, rev 2.00/0.33, addr 2 I see this in usbdevs output: root at sun # usbdevs -v Controller /dev/usb0: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), (0x108e)(0x0000), rev 1.00 port 1 powered port 2 powered port 3 powered port 4 powered Controller /dev/usb1: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), (0x108e)(0x0000), rev 1.00 port 1 addr 2: full speed, self powered, config 1, product 0x0702(0x0702), vendor 0x05e3(0x05e3), rev 0.33 port 2 powered port 3 powered port 4 powered My primary hard drives are da0 and da1 (all the how-to's say that daX should be where I mount.. but /dev only has my two primary drives: -su-2.05b# ls -la /dev/da* crw-r----- 1 root operator 4, 16 Dec 20 20:11 /dev/da0 crw-r----- 1 root operator 4, 18 Dec 20 12:11 /dev/da0a crw-r----- 1 root operator 4, 19 Dec 20 20:11 /dev/da0b crw-r----- 1 root operator 4, 20 Dec 20 20:11 /dev/da0c crw-r----- 1 root operator 4, 17 Dec 20 20:11 /dev/da1 crw-r----- 1 root operator 4, 21 Dec 20 20:11 /dev/da1c crw-r----- 1 root operator 4, 22 Dec 20 12:11 /dev/da1d -su-2.05b# dmesg|grep da.: da0: Fixed Direct Access SCSI-2 device da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da0: 34732MB (71132959 512 byte sectors: 255H 63S/T 4427C) da1: Fixed Direct Access SCSI-2 device da1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da1: 34732MB (71132959 512 byte sectors: 255H 63S/T 4427C) I can plug this into my AMD64 running FreeBSD 6, and it comes up with no problems. I THINK I'm probably missing something totally dumb... Anyone got any help for me on this? Yah.. I know.. get an i386 box with IDE drives. :) This is a small 1U box, and fits in my closet well. so I'd like to use it if possible. Thanks!!! Aaron