From owner-freebsd-current Sun Aug 29 2:47:47 1999 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id A975A14BD0 for ; Sun, 29 Aug 1999 02:47:41 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id LAA16231; Sun, 29 Aug 1999 11:44:30 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Jordan K. Hubbard" Cc: current@FreeBSD.ORG Subject: Re: No longer able to rip CD data under -current. In-reply-to: Your message of "Sun, 29 Aug 1999 02:38:28 PDT." <532.935919508@localhost> Date: Sun, 29 Aug 1999 11:44:30 +0200 Message-ID: <16229.935919870@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <532.935919508@localhost>, "Jordan K. Hubbard" writes: >> Trouble could be if ripit picks up from stat(2) before >> it opens the device, we don't know the underlying blocksize >> until after open, floppy drives for instance support many >> different sectorsizes. > >Sorry for the confusion - I'm not even using ripit to test now, >I'm simply putting an audio CD in the drive and trying: > ># dd if=/dev/rcd0c of=/dev/null >dd: /dev/rcd0c: Invalid argument >[console log: dscheck: b_bcount 512 is not on a sector boundary (ssize 2048)] Ahh, but that wont work. An audio CD has 2352 bytes "sectors". dd will default to 512 bytes, but I'm not even sure you can read the audio that way. I was looking at ports/audio/tosha which seems to send CAM/SCSI commands to do the stunt. >I figured ripit was too "high level" a test and I should just try and >get some data off the thing again before moving on. :) I've tried >/dev/rcd0a and /dev/cd0c too, just for grins, no luck. Though trying >the block device does yield a different message on the console: > >(cd0:ahc0:0:4:0): READ(10). CDB: 28 0 0 0 0 0 0 0 1 0 >(cd0:ahc0:0:4:0): ILLEGAL REQUEST asc:64,0 >(cd0:ahc0:0:4:0): Illegal mode for this track >(cd0:ahc0:0:4:0): cddone: got error 0x16 back Yes, that is what I would expect too. Try calling tosha directly, and if it fails, please truss or ktrace it. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message