On 09/10/06 17:44 +0100, Roshan wrote:
Devdas Bhagat Wrote:
In kernels 2.4 and below, you need to turn on SCSI emulation (ide-scsi).
Ah! Now, I know, why I shouldn't be using Redhat Linux 9.0 or atleast learn to compile a new kernel. ;)
modprobe ide-scsi. cdrecord -scanbus cdrecord dev=0,0,0 foo.iso where dev is what scanbus tells you your CDRW is detected as.
Devdas Bhagat