<HTML>


<FONT FACE="MS Shell Dlg" DEFAULT="FACE"><FONT SIZE="1" POINTSIZE="8" DEFAULT="SIZE">Hi<BR>

First, have you set up your cdrw drive to emulate scsi? If not, you need to do that first (see cd-writing-howto for details). For cdrdao, you don't specify a /dev node. I know the documentation says you can, but it's never worked for me. You use the bus,id,lun scsi syntax. If you're cd writer is already set up, you can see what scsi id it has by running:<BR>

cdrecord -scanbus<BR>

Once you find that ID, use that with cdrdao's --device switch. If your writer is not set up to emulate scsi, that absolutely must be done first. Again, see cd-writing-howto for details.<BR>

HTH<BR>

On Fri, 5 Sep 2003 20:34:46 -0400 (EDT), Danny Crone wrote:<BR>

<BR>

>After typing<BR>

>cdrdao --driver generic-mmc --source-device <BR>

>/dev/cdromm<BR>

>All that was on the same line.  Then I got the following output.<BR>

><BR>

>Cdrdao version 1.1.5 - (C) Andreas Mueller <<FONT COLOR=0000ff><U>andreas@daneb.de<FONT COLOR=000000 DEFAULT="COLOR"></U>><BR>

>  SCSI interface library - (C) Joerg Schilling<BR>

>  L-EC encoding library - (C) Heiko Eissfeldt<BR>

>  Paranoia DAE library - (C) Monty<BR>

><BR>

>Check <FONT COLOR=0000ff><U>http://cdrdao.sourceforge.net/drives.html#dt<FONT COLOR=000000 DEFAULT="COLOR"></U> for current driver tables.<BR>

><BR>

>ERROR: Cannot open "/dev/cdrecorder": No such file or directory<BR>

>ERROR: Cannot open SCSI device '/dev/cdrecorder': <BR>

>ERROR: Please use option '--device bus,id,lun', e.g. --device 0,6,0<BR>

>ERROR: Cannot setup device /dev/cdrecorder.<BR>

><BR>

>I have an ide cd recorder.  What should I change?<BR>

><BR>


</HTML>