From owner-freebsd-usb@FreeBSD.ORG Thu Dec 10 09:36:55 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30FC5106566B for ; Thu, 10 Dec 2009 09:36:55 +0000 (UTC) (envelope-from spil.oss@googlemail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id E61D88FC14 for ; Thu, 10 Dec 2009 09:36:54 +0000 (UTC) Received: by yxe1 with SMTP id 1so6890794yxe.3 for ; Thu, 10 Dec 2009 01:36:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type; bh=8bnWv4vKnkH7KQIdmxNRrD1mdsGH4Lrj2XsLFt7+jPQ=; b=rf+jz7++gOJeB3GJl+jLpWpurwIsNUySakV6TZXXjY7SRgubp5OWlruszaK2/dEnVp sKkuihsPpRtEEzRQZWoH2i+ObhqZJeWY6LfiAm2onbsxcRTWNRAiq/2/CQmp3eRcq0xa L3TGkOAV3MNcmIcTkKC2zt4fMWuMQSDKSMH9g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=u1cp65pjNChrxnHg/zkZUUyAeyVfQ6E7a5+CRhkaT2KPRafi40Uum1+zUCR3zo4KBG +TSwPyiOVqQzjmzaGW070BJuIrEwTiEe8DaUWAG7cnkmDdqcFc5bRwNgp1bhNxJy+/Re xd5rVGUX2wJ0OwGurP/0hKTAiKU+Uq7y+axAQ= MIME-Version: 1.0 Received: by 10.101.167.16 with SMTP id u16mr9380274ano.7.1260436080779; Thu, 10 Dec 2009 01:08:00 -0800 (PST) Date: Thu, 10 Dec 2009 10:08:00 +0100 Message-ID: <5fbf03c20912100108p72de71a8t95937304510c9a9a@mail.gmail.com> From: Spil Oss To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Problem with 2.5" USB drive X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spil.oss@gmail.com List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 09:36:55 -0000 Hello all, Can't get my 2.5" USB drive to work reliably. The device has a ALI M5642 Chip and connects 2.5" PATA disks. Vendor 0x0402 is USB_VENDOR_ACERLABS /* Acer Labs */ which ALi is afaik. When I connect it: Dec 8 16:11:20 gw root: Unknown USB device: vendor 0x0402 product 0x5642 bus uhub3 Dec 8 16:11:20 gw kernel: ugen3.2: at usbus3 Dec 8 16:11:20 gw kernel: umass0: on usbus3 Dec 8 16:11:20 gw kernel: umass0: SCSI over Bulk-Only; quirks = 0x0000 Dec 8 16:11:21 gw kernel: umass0:0:0:-1: Attached to scbus0 Dec 8 16:11:21 gw kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Dec 8 16:11:21 gw kernel: da0: Fixed Direct Access SCSI-0 device Dec 8 16:11:21 gw kernel: da0: 40.000MB/s transfers Dec 8 16:11:21 gw kernel: da0: 38154MB (78140160 512 byte sectors: 255H 63S/T 4864C) When I try to dd/fdisk/bsdlabel the disk I tend to get Dec 9 12:47:49 gw kernel: (da0:umass-sim0:0:0:0): AutoSense Failed Sometimes the LED on the cage stays red until I reconnect it. When I first `usbconfig -u 3 -a 2 reset` and then reconnect the disk it is recognized again. Tried both on an Intel GM855 and a nVidia nForce4 system. Errors that pop up when transferring data: Dec 8 16:11:21 gw kernel: (da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 0 0 0 0 0 0 0 0 0 Dec 8 16:11:21 gw kernel: (da0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 Dec 8 16:11:21 gw kernel: (da0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed Strangely it seems that this device was recognized on a previous version of FreeBSD see http://takaq1.plala.jp/freebsd/usb/index.html (not that I've tried!) Not quite clear what version of FreeBSD that is. Ultimately FreeBSD crashes when I play around too long.. Can anyone assist?