From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 12:54:03 2005 Return-Path: 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 34AC616A4CE for ; Fri, 18 Feb 2005 12:54:03 +0000 (GMT) Received: from extgw01.msys.intellispace.net (extgw01.msys.intellispace.net [160.79.150.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C154A43D49 for ; Fri, 18 Feb 2005 12:54:02 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from malone.intellispace.net (malone.intellispace.net [160.79.145.141]) by extgw01.msys.intellispace.net (Postfix) with ESMTP id 8189631565 for ; Fri, 18 Feb 2005 07:52:00 -0500 (EST) Received: from [192.168.2.45] (66.9.108.98) by malone.intellispace.net (5.1.053) id 42130EE00011E031 for questions@freebsd.org; Fri, 18 Feb 2005 07:44:57 -0500 Message-ID: <4215E4EA.6040707@azimapower.com> Date: Fri, 18 Feb 2005 07:51:54 -0500 From: jdyke Organization: Azima Inc. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: UMass storage device errors - hangs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jdyke@azimapower.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 12:54:03 -0000 I have a IDE drive in a USB enclosure attahced to FreeBSD5.3-STABLE. Occaisionly, becoming more often, i get the following errors on the console. kernel: umass0: BBB reset failed, TIMEOUT kernel: umass0: BBB bulk-in clear stall failed, STALLED kernel: umass0: BBB bulk-out clear stall failed, STALLED kernel: umass0: BBB reset failed, STALLED kernel: umass0: BBB bulk-in clear stall failed, STALLED kernel: umass0: BBB bulk-out clear stall failed, STALLED kernel: umass0: BBB reset failed, STALLED kernel: umass0: BBB bulk-in clear stall failed, STALLED kernel: umass0: BBB bulk-out clear stall failed, STALLED kernel: umass0: BBB reset failed, STALLED kernel: umass0: BBB bulk-in clear stall failed, STALLED kernel: umass0: BBB bulk-out clear stall failed, STALLED kernel: umass0: BBB reset failed, STALLED kernel: umass0: BBB bulk-in clear stall failed, STALLED kernel: umass0: BBB bulk-out clear stall failed, STALLED at the system hangs. i have to hard boot the machine, at which point all drives will show up as not properly unmounted, so i usually run fsck on them, and try to reboot again after for a clean boot. This last time, i still have messages in dmesg saying the drives were not properly dismounted. output from # dmesg | grep -E "umass|usb" usb0: on uhci0 usb0: USB revision 1.0 usb1: on uhci1 usb1: USB revision 1.0 usb2: on uhci2 usb2: USB revision 1.0 usb3: on uhci3 usb3: USB revision 1.0 umass0: Prolific Technology Inc. Mass Storage Device, rev 2.00/1.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 WARNING: /usbpri was not properly dismounted WARNING: /usbsec was not properly dismounted This has happened about 3-4 times in the life of this box (3+ months) and each time forces a hard boot. One other item i should mention, is i also have a DVD drive that i had to rebuild the kernel with atapicam support. While the errors happened before the recompile, i did notice this on the freebsd-handbook umass page... "Since the burner is seen as a SCSI drive, the driver atapicam(4) should not be used in the kernel configuration." Granted the drive is not the burner, but could there be conficts and i'm making the original problem worse? Any help is greately appreciated. I saw lots of like errors googling, but no real solutions. Jeff