From owner-freebsd-current Thu Sep 2 15:26: 1 1999 Delivered-To: freebsd-current@freebsd.org Received: from smtp2.free.fr (smtp2.free.fr [212.27.32.6]) by hub.freebsd.org (Postfix) with ESMTP id 267BC14E9D for ; Thu, 2 Sep 1999 15:25:56 -0700 (PDT) (envelope-from nsouch@free.fr) Received: from free.fr (paris11-53-130.dial.proxad.net [212.27.53.130]) by smtp2.free.fr (8.9.3/8.9.3/Debian/GNU) with ESMTP id AAA12664 for ; Fri, 3 Sep 1999 00:25:52 +0200 Received: (from nsouch@localhost) by free.fr (8.9.3/8.9.1) id AAA00844; Fri, 3 Sep 1999 00:30:25 +0200 (CEST) (envelope-from nsouch) Message-ID: <19990903003025.12652@breizh.free.fr> Date: Fri, 3 Sep 1999 00:30:25 +0200 From: Nicolas Souchu To: freebsd-current@freebsd.org Subject: ATAPI CR writing problem after onp Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e X-Operating-System: FreeBSD breizh 4.0-CURRENT FreeBSD 4.0-CURRENT Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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: 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