Re: HEADSUP: burncd/cdcontrol need to be rebuilt (CDRIO*SPEED changes)

2002-10-27 Thread Nate Lawson
On Sun, 27 Oct 2002 [EMAIL PROTECTED] wrote:
> Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:
>  | Quoting Nate Lawson <[EMAIL PROTECTED]>:
>  | 
>  | 
>  | 
>  |  |
>  |  | I checked again and my commit had missed the burncd speed conversion.  I
>  |  | just committed it -- rev 1.28 burncd.c.  Sorry about this.  CVSUP,
>  | rebuild
>  |  | burncd, and let me know if there are further problems.
>  |  |
> 
> Nate, Thanks again.  Burncd now works as expected with -s.  BTW, the -s now
> seems to be required and no longer optional.

Sorry for that side effect.  Fixed in rev 1.29, which brings it in line
with the original patch.

-Nate


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: HEADSUP: burncd/cdcontrol need to be rebuilt (CDRIO*SPEED changes)

2002-10-27 Thread eculp
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:

 | Quoting Nate Lawson <[EMAIL PROTECTED]>:
 | 
 | 
 | 
 |  |
 |  | I checked again and my commit had missed the burncd speed conversion.  I
 |  | just committed it -- rev 1.28 burncd.c.  Sorry about this.  CVSUP,
 | rebuild
 |  | burncd, and let me know if there are further problems.
 |  |

Nate, Thanks again.  Burncd now works as expected with -s.  BTW, the -s now
seems to be required and no longer optional.

ed

-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: HEADSUP: burncd/cdcontrol need to be rebuilt (CDRIO*SPEED changes)

2002-10-26 Thread eculp
Quoting Nate Lawson <[EMAIL PROTECTED]>:



 | 
 | I checked again and my commit had missed the burncd speed conversion.  I
 | just committed it -- rev 1.28 burncd.c.  Sorry about this.  CVSUP, rebuild
 | burncd, and let me know if there are further problems.
 | 
Thanks, Nate.  Please ignore my previous email.  I hadn't seen this one.
I'm cvsuping now.  I'll let you know if it doesn't work, tomorrow.

Thanks again,

ed

-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: HEADSUP: burncd/cdcontrol need to be rebuilt (CDRIO*SPEED changes)

2002-10-26 Thread eculp
Quoting Nate Lawson <[EMAIL PROTECTED]>:

 | On Sat, 26 Oct 2002 [EMAIL PROTECTED] wrote:
 | > With current from yesterday, I get the following error when trying to
 | > burn a cd.  I haven't burned one for probably a month or maybe more.
 | > If I remove the -s, the results are the same.
 | >
 | > Does anyone have a suggestion, fix or work around?
 | >
 | >  # burncd -f /dev/acd0c -s 1 data cd0.raw20021022 fixate
 | > burncd: ioctl(CDRIOCWRITESPEED): Input/output error
 | >
 | > Thanks,
 | >
 | > ed
 | 
 | I've changed the subject since I guess a HEADSUP may be necessary.
 | 
 | Try rebuilding burncd.  The CDRIOC*SPEED api was changed to allow the user
 | application to send raw KB/s values whereas before the ioctl took in
 | speeds in multiples of a 1X CDROM (1 = 177KB/s, 2 = 354KB/s, ...)  This
 | was necessary to allow the user app to specify a speed of CDR_MAX_SPEED,
 | which means the drive should choose its highest speed.

Nate,

Thanks, for the input.  I've still got a problem that I'm going to check.
My version was cvsuped and built this morning following Peter's 
instructions in his HEADS UP email.  That is when I saw the problem.  
I was going to burn releases that I had made this past week
just in case :-)

/root # ls -l `which burncd`
-r-xr-xr-x  1 root  wheel  18228 Oct 26 11:11 /usr/sbin/burncd

/var/tmp # uname -a
FreeBSD worldinternet.org 5.0-CURRENT FreeBSD 5.0-CURRENT #31: Sat Oct 26
07:12:23 PDT 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PIII850N  i386
worldinternet.org:

Thanks,

ed


 | 
 | The new versions of cdcontrol and burncd do the translation the kernel
 | used to do so you can still specify flags the same as you always have
 | (i.e. -s 1 like you are doing).
 | 
 | -Nate
 | 
 | 
 | To Unsubscribe: send mail to [EMAIL PROTECTED]
 | with "unsubscribe freebsd-current" in the body of the message
 | 


-- 


-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: HEADSUP: burncd/cdcontrol need to be rebuilt (CDRIO*SPEED changes)

2002-10-26 Thread Nate Lawson
On Sat, 26 Oct 2002, Nate Lawson wrote:
> On Sat, 26 Oct 2002 [EMAIL PROTECTED] wrote:
> > With current from yesterday, I get the following error when trying to
> > burn a cd.  I haven't burned one for probably a month or maybe more.
> > If I remove the -s, the results are the same.
> > 
> > Does anyone have a suggestion, fix or work around?
> > 
> >  # burncd -f /dev/acd0c -s 1 data cd0.raw20021022 fixate
> > burncd: ioctl(CDRIOCWRITESPEED): Input/output error
> > 
> > Thanks,
> > 
> > ed
> 
> I've changed the subject since I guess a HEADSUP may be necessary.
> 
> Try rebuilding burncd.  The CDRIOC*SPEED api was changed to allow the user
> application to send raw KB/s values whereas before the ioctl took in
> speeds in multiples of a 1X CDROM (1 = 177KB/s, 2 = 354KB/s, ...)  This
> was necessary to allow the user app to specify a speed of CDR_MAX_SPEED,
> which means the drive should choose its highest speed.
> 
> The new versions of cdcontrol and burncd do the translation the kernel
> used to do so you can still specify flags the same as you always have
> (i.e. -s 1 like you are doing).
> 
> -Nate

I checked again and my commit had missed the burncd speed conversion.  I
just committed it -- rev 1.28 burncd.c.  Sorry about this.  CVSUP, rebuild
burncd, and let me know if there are further problems.

-Nate


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



HEADSUP: burncd/cdcontrol need to be rebuilt (CDRIO*SPEED changes)

2002-10-26 Thread Nate Lawson
On Sat, 26 Oct 2002 [EMAIL PROTECTED] wrote:
> With current from yesterday, I get the following error when trying to
> burn a cd.  I haven't burned one for probably a month or maybe more.
> If I remove the -s, the results are the same.
> 
> Does anyone have a suggestion, fix or work around?
> 
>  # burncd -f /dev/acd0c -s 1 data cd0.raw20021022 fixate
> burncd: ioctl(CDRIOCWRITESPEED): Input/output error
> 
> Thanks,
> 
> ed

I've changed the subject since I guess a HEADSUP may be necessary.

Try rebuilding burncd.  The CDRIOC*SPEED api was changed to allow the user
application to send raw KB/s values whereas before the ioctl took in
speeds in multiples of a 1X CDROM (1 = 177KB/s, 2 = 354KB/s, ...)  This
was necessary to allow the user app to specify a speed of CDR_MAX_SPEED,
which means the drive should choose its highest speed.

The new versions of cdcontrol and burncd do the translation the kernel
used to do so you can still specify flags the same as you always have
(i.e. -s 1 like you are doing).

-Nate


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message