[ale] AOPEN Burner

Christopher Fowler cfowler at outpostsentinel.com
Thu Apr 1 09:17:04 EST 2004


Here is one command I use for my IDE1610 and it works.  This is in my
.bashrc


burn () {
        DEV=`sudo cdrecord --scanbus 2>/dev/null | awk '/IDE1610/ {print
$1}'`
        sudo cdrecord -dev=${DEV} -speed=16 -data -v $1
}

On Thu, 2004-04-01 at 09:03, Geoffrey wrote:
> Christopher Fowler wrote:
> > I just purchased a AOPEN burner at 52x.  I can not seem to coax it to
> > burn any slower.  Cdrecord keeps setting the speed to 52 and I seem to
> > be coastering some blanks.  I've tried -driveropt=forcespeed and
> > -speed=8 but no use.
> 
> I think you want speed=8  NOT -speed=8
> 
> Although I don't know that -speed=8 WON'T work.
> 
> 



More information about the Ale mailing list