From owner-freebsd-usb@FreeBSD.ORG Mon May 4 11:55:07 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 E4C74106564A; Mon, 4 May 2009 11:55:07 +0000 (UTC) (envelope-from hpcharles@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 89C478FC08; Mon, 4 May 2009 11:55:07 +0000 (UTC) (envelope-from hpcharles@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so2343755ywe.13 for ; Mon, 04 May 2009 04:55:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Y/N1U8w1dUS6H7ePIb7aDeHJBeIU4jn4T8w0bHbPOnQ=; b=RfReDLMqwZe4jSb/s/zvDOkQWP+oi8xQ41zZQfDAlgDQCC88xB7AyH+Jp481kREj/v UJYRwlPt/BOeGKfNGPHuUlsDdx+u8Rj2pmkcxTx1KEjK97sKrkU3qdE7ASMgJXwWhl1U 5O+rJcH5677ZarE8DlsDynwoh3NdSuQbkaXdo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=dU5swPPeICgoILZvF41TF1RWhqxMPYw2ZZbKZyXhlKVNKxsyjbDYyB8lXQdruOdQYL Cbs/JOZqyA6717Do/klFBjQjbTGf7/kQ15P8+bj8BI4ZKyRO3Q0ze+LO1k0bY5XF60+n DeXC8YjglsvN+MVa3o8qYVxk0t+OP8v/SF+Wc= MIME-Version: 1.0 Received: by 10.90.74.7 with SMTP id w7mr4177374aga.77.1241436305049; Mon, 04 May 2009 04:25:05 -0700 (PDT) In-Reply-To: <200905032000.n43K07fQ065544@freefall.freebsd.org> References: <200905031950.n43JoKEs075263@www.freebsd.org> <200905032000.n43K07fQ065544@freefall.freebsd.org> Date: Mon, 4 May 2009 13:25:05 +0200 Message-ID: <4734a3ed0905040425i1ed6acd5k5b296ae99d59c5bd@mail.gmail.com> From: Henri-Pierre Charles To: FreeBSD-gnats-submit@freebsd.org, freebsd-usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Henri-Pierre Charles Subject: Re: usb/134193: System freeze on usb MP3 player insertion X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hpcharles@gmail.com List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2009 11:55:08 -0000 Hello, On Sun, May 3, 2009 at 10:00 PM, wrote: > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D134193 > >>Category: =A0 =A0 =A0 usb >>Responsible: =A0 =A0freebsd-usb >>Synopsis: =A0 =A0 =A0 System freeze on usb MP3 player insertion >>Arrival-Date: =A0 Sun May 03 20:00:07 UTC 2009 Well, finally I did more testing and with my patch (added quirk NO_SYNCHRONIZE_CACHE in umass.c) the system allow to mount, read, write. But it seem that write sometimes failed : Symptom: mount the key cp mp3 file md5 file umount the key re-mout the key md5 file give an other sum (and the sound is horrible) I'm not specialist of the usb/umass quirk. Is there anything else to try ? (FYI the mp3 mount/read/write like a charm on linux xubuntu) Thanks for any help ! This patch is for helping my daughters to use their mp3, help me to answer to their question "Dad, why don't you install linux everywhere ?" :-) (No flame, just kidding) --=20 HPC