*BSD News Article 96605


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.mel.aone.net.au!news.netspace.net.au!news.mira.net.au!news.vbc.net!vbcnet-west!bulb.garlic.com!news.scruz.net!usenet
From: myers@iname.com
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Audio CD writing errors
Date: 1 Jun 1997 01:00:26 GMT
Organization: scruz-net
Lines: 40
Sender: myers@freebsd.mindspring.com
Message-ID: <5mqhja$ggr@news.scruz.net>
NNTP-Posting-Host: 165.227.120.34
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Newsreader: knews 0.9.8
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:41957


Thanks to the many folks who pointed me to "tosha", which reads CD audio
tracks from a SCSI CD-ROM drive.  Now that I've got my audio tracks on
disk, I'd like to burn a custom audio CD.  Here's the process I go through:


wormcontrol select PHILIPS CDD2000
wormcontrol prepdisk double
wormcontrol track audio
rtprio 5 team -v 1m 5 < track1.cdr | rtprio 5 dd of=/dev/rworm0 obs=23520
...
wormcontrol fixate 0


Except that the rtprio command line generates the following errors:

dd: /dev/rworm0: Invalid argument
92+0 records in
1+0 records out
23520 bytes transferred in 0.528387 secs (44513 bytes/sec)
team: guy pid 3495: error on upstream receive
team: stop remaining 4 guys
team: guy had error
team: guy pid 3496: guy was aborted
team: guy pid 3497: guy was aborted


And the console shows the following errors:

worm0(ahc1:4:0): ILLEGAL REQUEST asc:21,0 Logical block address out of range
worm0(ahc1:4:0): ILLEGAL REQUEST asc:b5,0 Vendor Specific ASC


Writing data CDs appears to work fine -- I just ran a dummy test case.  OS
is version 2.2.2; CD writer is a Philips CDD2600.

Any ideas?  Many thanks.

-David.