Re: Problem with burncd

2009-06-12 Thread Alexander Best
the burncd: ioctl(CDRIOCFIXATE); Input/output error. is being caused by a bug in ata-queue.c. the fix is in HEAD. here's the PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=95979 with a patch. cheers. ___ freebsd-questions@freebsd.org mailing list

Problem with burncd

2009-06-09 Thread Carmel
I just installed FreeBSD-7.2. I attempted to burn a CD; however, when the burn completes, I receive this message: burncd: ioctl(CDRIOCFIXATE); Input/output error. This is the command line: # burncd -ev -s max fixate data notes.txt Now, if I do not use the 'fixate' command, no error message is

Re: Problem with burncd

2009-06-09 Thread Wojciech Puchar
burncd: ioctl(CDRIOCFIXATE); Input/output error. This is the command line: # burncd -ev -s max fixate data notes.txt are notes.txt your CD image? at least should be multiple of 2kB, and probably some minimal size. i don't know what is minimal track size but in order of 100K.

Re: Problem with burncd

2009-06-09 Thread Lowell Gilbert
Carmel carmel...@hotmail.com writes: I just installed FreeBSD-7.2. I attempted to burn a CD; however, when the burn completes, I receive this message: burncd: ioctl(CDRIOCFIXATE); Input/output error. This is the command line: # burncd -ev -s max fixate data notes.txt Now, if I do not

Re: Problem with burncd

2009-06-09 Thread Tim Judd
On 6/9/09, Carmel carmel...@hotmail.com wrote: I just installed FreeBSD-7.2. I attempted to burn a CD; however, when the burn completes, I receive this message: burncd: ioctl(CDRIOCFIXATE); Input/output error. This is the command line: # burncd -ev -s max fixate data notes.txt Now, if I

Re: Problem with burncd

2009-06-09 Thread Polytropon
On Tue, 9 Jun 2009 16:31:10 -0400, Carmel carmel...@hotmail.com wrote: I just installed FreeBSD-7.2. I attempted to burn a CD; however, when the burn completes, I receive this message: burncd: ioctl(CDRIOCFIXATE); Input/output error. This is the command line: # burncd -ev -s max fixate

Re: Problem with burncd

2009-06-09 Thread Bob Johnson
On 6/9/09, Carmel carmel...@hotmail.com wrote: I just installed FreeBSD-7.2. I attempted to burn a CD; however, when the burn completes, I receive this message: burncd: ioctl(CDRIOCFIXATE); Input/output error. I have been getting that error message on and off for some time (years) now. The

Re: problem with burncd, hardware or not ?

2005-08-02 Thread guzman
I shuold have mentionned it, but I did try cdrecord with atapicam enabled, same results... On Sun, Jul 31, 2005 at 02:34:15PM -0700, Gary W. Swearingen wrote: [EMAIL PROTECTED] writes: only wrote -1 of 32768 bytes: Input/output error burncd: ioctl(CDRIOCFLUSH): Input/output error I got

problem with burncd, hardware or not ?

2005-07-31 Thread guzman
Hi, When I try to burn data with burncd here what I get : written this track 136368 KB total 136368 KB only wrote -1 of 32768 bytes: Input/output error burncd: ioctl(CDRIOCFLUSH): Input/output error and in dmesg : acd0: timeout waiting for ATAPI ready after it's impossible to access cd drive

Re: problem with burncd, hardware or not ?

2005-07-31 Thread Gary W. Swearingen
[EMAIL PROTECTED] writes: only wrote -1 of 32768 bytes: Input/output error burncd: ioctl(CDRIOCFLUSH): Input/output error I got something like that on 5.4 (i386 or amd64, I forget) and cured it by using cdrecord from cdrtools port after rebuilding kernel to support it. That might tell you