I am on FreeBSD 4.1.1 (according to website, burncd hasn't changed at
4.2 or -current).
cdmachine# burncd -f /dev/acd0c data cdimage.1 fixate
next writeable LBA 0
writing from file cdimage.1 size 43568 KB
only wrote -1 of 32768 bytes
burncd: ioctl(CDRIOCCLOSETRACK): Input/output error
Hmm.
cdmachine# less /usr/src/usr.sbin/burncd/burncd.c
...
if (ioctl(fd, CDRIOCCLOSETRACK) < 0)
err(EX_IOERR, "ioctl(CDRIOCCLOSETRACK)");
What gives here? Any clues? This is a CD-R machine which looks like:
acd0: CD-RW <MATSHITA CD-RW CW-7585> at ata0-slave using WDMA2
and the kernel is telling me:
acd0: READ_TOC - ILLEGAL REQUEST asc=24 ascq=00 error=04
acd0: WRITE_BIG - ILLEGAL REQUEST asc=2c ascq=00 error=04
acd0: SYNCHRONIZE_CACHE - ILLEGAL REQUEST asc=2c ascq=00 error=04
------
Dave Hayes - Consultant - Altadena CA, USA - [EMAIL PROTECTED]
>>> The opinions expressed above are entirely my own <<<
Do not take life too seriously; you will never get out of it alive.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message