Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 1999 00:30:25 +0200
From:      Nicolas Souchu <nsouch@free.fr>
To:        freebsd-current@freebsd.org
Subject:   ATAPI CR writing problem after onp
Message-ID:  <19990903003025.12652@breizh.free.fr>

next in thread | raw e-mail | index | archive | help
Hi,

I have the following errors when I try to append audio to a fixated onp
CD-R

First, shall I reuse burnaudio when reopening a CD?

I made burnaudio work with the following tricks:

>>>

device=/dev/r$1
wormcontrol -f$device prepdisk single
shift
for f in $*
do
	echo Burning file $f
	wormcontrol -f $device track audio
	wormcontrol -f $device nextwriteable
	dd if=$f of=$device bs=2352
done
wormcontrol -f $device fixate 0 onp

<<<

fixate 0 instead of 1
prepdisk single instead of double

>>>

atapi_error: READ_TOC - ILLEGAL REQUEST skey=5 asc=24 ascq=00 error=00
acd0: sequence error (PREP_TRACK)
atapi_error: READ_TOC - ILLEGAL REQUEST skey=5 asc=24 ascq=00 error=00
atapi_error: READ_TOC - ILLEGAL REQUEST skey=5 asc=24 ascq=00 error=00
atapi_error: WRITE_BIG - ILLEGAL REQUEST skey=5 asc=21 ascq=17 error=00
atapi_error: READ_TOC - ILLEGAL REQUEST skey=5 asc=24 ascq=00 error=00
atapi_error: READ_TOC - ILLEGAL REQUEST skey=5 asc=24 ascq=00 error=00
acd0: read_toc failed
acd0: read_toc failed
i4b-L1-timer4_expired: state = F3 Deactivated
atapi_error: READ_TRACK_INFO - ILLEGAL REQUEST skey=5 asc=21 ascq=10 error=00
atapi_error: WRITE_BIG - ILLEGAL REQUEST skey=5 asc=64 ascq=21 error=00
atapi_error: READ_TRACK_INFO - ILLEGAL REQUEST skey=5 asc=21 ascq=10 error=00
atapi_error: WRITE_BIG - ILLEGAL REQUEST skey=5 asc=64 ascq=21 error=00
cd9660: Joliet Extension
i4b-L1-timer4_expired: state = F3 Deactivated
atapi_error: READ_TRACK_INFO - ILLEGAL REQUEST skey=5 asc=21 ascq=10 error=00
atapi_error: WRITE_BIG - ILLEGAL REQUEST skey=5 asc=64 ascq=21 error=00
atapi_error: READ_TRACK_INFO - ILLEGAL REQUEST skey=5 asc=21 ascq=10 error=00
atapi_error: WRITE_BIG - ILLEGAL REQUEST skey=5 asc=64 ascq=21 error=00

<<<

The dmesg is

>>>

atapi: piomode=3, dmamode=1, udmamode=-1
atapi: PIO transfer mode set
acd0: <Traxdata CDRW2260+/V:003.01> CDROM drive at ata0 as master
acd0: drive speed 1034KB/sec, 768KB cache
acd0: supported read types: CD-R, CD-RW, CD-DA, packet track
acd0: supported write types: CD-R, CD-RW, test write
acd0: Audio: play, 128 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: CD-ROM 120mm audio disc loaded, unlocked, lock protected
ata0: unwanted interrupt 2 status = 00
ata_command: timeout waiting for interrupt

<<<

Thanks in advance!

Nicholas

-- 
nsouch@free.fr / nsouch@freebsd.org
FreeBSD - Turning PCs into workstations - http://www.FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990903003025.12652>