From owner-freebsd-hardware Mon Nov 13 17:43:57 2000 Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.eskimo.com (mx1.eskimo.com [204.122.16.48]) by hub.freebsd.org (Postfix) with ESMTP id DEA5737B479 for ; Mon, 13 Nov 2000 17:43:54 -0800 (PST) Received: from eskimo.com (ripper@eskimo.com [204.122.16.13]) by mx1.eskimo.com (8.9.1a/8.8.8) with ESMTP id RAA27528; Mon, 13 Nov 2000 17:43:43 -0800 Received: (from ripper@localhost) by eskimo.com (8.9.1a/8.9.1) id RAA01390; Mon, 13 Nov 2000 17:43:38 -0800 (PST) Date: Mon, 13 Nov 2000 17:43:38 -0800 (PST) Message-Id: <200011140143.RAA01390@eskimo.com> From: Ross Lippert To: ken@kdm.org Cc: freebsd-hardware@FreeBSD.ORG In-reply-to: <20001113104126.A67137@panzer.kdm.org> (ken@kdm.org) Subject: Re: Yamaha 8824S CDR Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org re: xmcd Here is the xmcd error: CD audio: (pass0:ahc0:0:3:0): READ SUB-CHANNEL. CDB: 42 2 40 0 0 0 0 0 30 0 (pass0:ahc0:0:3:0): ILLEGAL REQUEST asc:24,0 (pass0:ahc0:0:3:0): Invalid field in CDB re: cdplay I can't seem to find a CD which reproduces the cdplay errors, but cdplay still refuses to play the last track on the CD (though it does know the track exists). -r On Mon, Nov 13, 2000 at 06:02:55 -0800, Ross Lippert wrote: > > (using freeBSD4.1) > > Hi. I just got this Yamaha CDR. It seemed fairly well supported from > what I could see on the web and it was in stock at circuit city > (though it called itself Pacific digital on the box-- I don't know > why). > > Burning (with cdrecord) works good at the full 8x speed (occassionally > a startup check of the CDR produces a nonfatal message, but it always > rechecks and succeeds). > > Playback is a little weird. Depending on whether I am using xmcd or > cdplay, some random non-fatal messages pop up about sub channels (I'd > cut and paste, but I am at work now, not at home). Also, cdplay > doesn't play the last track (seems to think it is 0 length or > something) while xmcd does, but xmcd doesn't tic seconds by during > play while cdplay does. Am I expecting too much? It'll be difficult to diagnose this without the error messages. Have you tried this with different CDs? One thing that is likely different between xmcd and cdplay (never used cdplay) is that xmcd uses the SCSI passthrough driver (pass(4)), while cdplay likely uses the cd(4) ioctl mechanism. Either should work okay, although I've found applications in the past (most recently xmms, I think it has been fixed) with buggy code to handle the cd(4) ioctl interface. What happens when you use cdcontrol to play the cd? Does that work? Do you get any error messages? Can you play the last track? Also, xmcd asks you to tell it what sort of drive you have, and it adjusts its behavior accordingly. It will also sometimes list functionality that is not available with a particular drive. Are you certain you configured xmcd for the right drive, and did it list any drive quirks when you configured it? Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message