From owner-freebsd-questions Mon Apr 1 17:34:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by hub.freebsd.org (Postfix) with ESMTP id 292EB37B405 for ; Mon, 1 Apr 2002 17:34:17 -0800 (PST) Received: from fwd02.sul.t-online.de by mailout07.sul.t-online.com with smtp id 16sCvA-0001Iy-00; Tue, 02 Apr 2002 03:17:12 +0200 Received: from there (320071886283-0001@[217.80.229.251]) by fmrl02.sul.t-online.com with smtp id 16sCuz-1YtoWmC; Tue, 2 Apr 2002 03:17:01 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Thomas =?iso-8859-1?q?W=FCrfl?= To: snorp@email.nu Subject: Re: USB Mp3 Player Date: Tue, 2 Apr 2002 03:17:01 +0200 X-Mailer: KMail [version 1.3.2] References: <20020402000134.320DB36F9@sitemail.everyone.net> In-Reply-To: <20020402000134.320DB36F9@sitemail.everyone.net> Cc: questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <16sCuz-1YtoWmC@fmrl02.sul.t-online.com> X-Sender: 320071886283-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Someone told me that this device needed the DA_Q_NO_6_BYTE quirk in > scsi_da.c, and I have tried to fix it. Apparently I'm not much of a hacker, > so here's the question: has anyone with success been able to attach and > mount this mp3 player? If not, is there any chances of seeing a > patch/fix/whatever for this soon? Hi, have you put this to your scsi_da.c? { /* * Frontier Labs NEX II Digital Audio Player * Doesn't work correctly with 6 byte reads/writes. */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Frontier Labs", ""NEX II Digital Audio Player,"*"}, /*quirks*/ DA_Q_NO_6_BYTE }, Add it to the umass-stuff and rekompile/install your kernel (see handbook). There is also a patch for generic support from Lars Eggert, but this is more tricky: http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/32490 Regards, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message