From owner-freebsd-usb@FreeBSD.ORG Thu Sep 30 19:33:41 2010 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 BB099106564A; Thu, 30 Sep 2010 19:33:41 +0000 (UTC) (envelope-from amsibamsi@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1DB9A8FC14; Thu, 30 Sep 2010 19:33:40 +0000 (UTC) Received: by eyx24 with SMTP id 24so1226416eyx.13 for ; Thu, 30 Sep 2010 12:33:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=UPnUOs1bcDzcwMzwAsiMKhbG/3QbqmC6tmhQsPH4oXk=; b=Wo0fDsEYMkDr1KTO89RvWfjHqMe7atuWyxXNIoI1+wl6vZ9YszOYSfcLekf6nkKgJY HlyWjsdkUlte4YGlLhiNmRidFbr9ZSh1O/AtuPSI8P7B1mVesZVzJwhA+Lr1aOybUneu bizkVAQ+g1ilOj1B1OQAaJSK6wOM+IVo0mLtQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=OfY2ghif7SQqhZDavFihXbN1mA1bvmONRJ4SxAbL3tij9kKREEEZOCqo5UsZUNqB6X +FPhND/zwLyJkmflw619I5xJY3xt7c2jETlhuY8rSvnbMwxRCxwqk8Fj56YTV6zsYZzm /dSJ98E6nX7HGNvlCG4wSaDTKt2RVvyZgsoTY= Received: by 10.14.37.10 with SMTP id x10mr2599854eea.33.1285873864272; Thu, 30 Sep 2010 12:11:04 -0700 (PDT) Received: from hulk.l.ttyv0.net (80-219-18-72.dclient.hispeed.ch [80.219.18.72]) by mx.google.com with ESMTPS id v59sm294784eeh.16.2010.09.30.12.11.01 (version=SSLv3 cipher=RC4-MD5); Thu, 30 Sep 2010 12:11:02 -0700 (PDT) Message-ID: <4CA4E0C3.1050707@gmail.com> Date: Thu, 30 Sep 2010 21:10:59 +0200 From: Anselm Strauss User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.11) Gecko/20100723 Thunderbird/3.0.6 MIME-Version: 1.0 To: freebsd-usb@freebsd.org, freebsd-questions@freebsd.org References: <4CA3B8F5.80904@gmail.com> In-Reply-To: <4CA3B8F5.80904@gmail.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: USB disk on CS5536 unstable 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: Thu, 30 Sep 2010 19:33:41 -0000 Maybe sending it to just the USB list was too specific ... On 09/30/10 00:08, Anselm Strauss wrote: > Hi > > I have an ALIX board that has an AMD Geode and the CS5536 companion chip > with integrated USB on it. When I connect a USB disk I have observed > various problems. For example when I run fsck_ufs on a 250 GB partition > the process gets stuck in biord state and fsck reports unreadable > sectors. When I do a dd over the whole disk and direct it to /dev/null > it suddenly returns with no error, but having read only a small fraction > of the disk. I tried it with two different disks and two different ALIX > boards. I'm pretty sure the disks are okay since I tried them on other > hardware. > > As far as I know there was some trouble with the chip regarding > timeouts. Under load after some time the USB just stops responding. I > have tried 8.0 and 8.1. Is there any known problem? How can I track this > down? > > Anselm