From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 00:13:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C96BC16A41F for ; Sat, 14 Jan 2006 00:13:32 +0000 (GMT) (envelope-from aburruss@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED7F043D46 for ; Sat, 14 Jan 2006 00:13:29 +0000 (GMT) (envelope-from aburruss@gmail.com) Received: by uproxy.gmail.com with SMTP id a2so57621ugf for ; Fri, 13 Jan 2006 16:13:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=NLBWGU1PhNphyJ3M7C1476kUwA+FhaK6OiWlspMDDtxoKMs6UqggV4KXrvE4WwuWZBWw2MRJFlNZzLTSXIS7eboVRsELc1V7O/X6GKsWsl95nFSxnDgb5Dh4NIAb96Z8IK0NvR7IwSlOXwtJW3fD6lNh5kY9w+D7bzD8Yobih3o= Received: by 10.48.164.9 with SMTP id m9mr104040nfe; Fri, 13 Jan 2006 16:07:20 -0800 (PST) Received: by 10.48.232.8 with HTTP; Fri, 13 Jan 2006 16:07:19 -0800 (PST) Message-ID: <1f1368120601131607n643aeb2cx7ab781dd9a9c76ae@mail.gmail.com> Date: Fri, 13 Jan 2006 16:07:19 -0800 From: Aaron Burruss To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: External USB drive on Sun HW X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 00:13:33 -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 enclosur= e 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@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@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@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 My primary hard drives are da0 and da1 (all the how-to's say that daX shoul= d 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