[ale] Linux 2.6.0 Kernel Released
Robert L. Harris
Robert.L.Harris at rdlg.net
Thu Dec 18 09:14:10 EST 2003
What issue? I have an IDE burner at home. I just load my modules and
it's good to go. Just for the sake of knowing though here's my setup:
In my lilo.conf I have this:
append="hdc=ide-scsi"
I don't remember when I put it in or if it's needed or not but it
doesn't hurt anything.
Then I use a shell script to do the actual burn:
---------------------------------------
#!/bin/bash
modprobe cdrom
modprobe ide-scsi
modprobe ide-cd
modprobe sg
DEV=`cdrecord -scanbus 2> /dev/null | grep SONY | awk {'print $1 '}`
#cdrecord --speed=8 -v dev=2,0,0 -eject -overburn $1
cdrecord --speed=24 -v dev=$DEV -eject $1
rmmod sg
rmmod ide-cd
rmmod ide-scsi
rmmod cdrom
---------------------------------------
I use a similar script for burning .bin/.cue files but the line is:
cdrdao write --speed 24 --device $DEV --driver generic-mmc --eject --overburn $1
Works like a charm.
Robert
Thus spake Geoffrey (esoteric at 3times25.net):
> Robert L. Harris wrote:
> >
> > For those who haven't, I've been running this for quite a while and it's
> >extremely stable, "seems" faster with preemptive on for my desktops and
> >it's good. Just don't forget to install "module?init-tools" or you WILL
> >have problems.
>
> I understand there may be some issues with the ide-scsi emulation. Have
> you had the opportunity to 'experience' this issue?
>
> --
> Until later, Geoffrey esoteric at 3times25.net
>
> Building secure systems inspite of Microsoft
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
:wq!
---------------------------------------------------------------------------
Robert L. Harris | GPG Key ID: E344DA3B
@ x-hkp://pgp.mit.edu
DISCLAIMER:
These are MY OPINIONS ALONE. I speak for no-one else.
Life is not a destination, it's a journey.
Microsoft produces 15 car pileups on the highway.
Don't stop traffic to stand and gawk at the tragedy.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
More information about the Ale
mailing list