with cdrecord it is sometimes required to add the
device name:
The device refers to scsibus/target/lun of
the CD-
Recorder. Communication on SunOS is done
with the SCSI
general driver scg. Other operating systems are
using a
library simulation of this driver. Possible
syntax is:
dev= scsibus,target,lun or dev= target,lun. In
the latter
case, the CD-Recorder has to be connected to
the default
SCSI bus of the machine. Scsibus, target and
lun are
integer numbers. Some operating systems or SCSI
transport
implementations may require to specify a
filename in addi-
tion. In this case the correct syntax for the
device is:
dev= devicename:scsibus,target,lun or dev=
devicename:tar-
get,lun. If the name of the device node
that has been
specified on such a system refers to exactly
one SCSI
device, a shorthand in the form dev=
devicename:@ or dev=
devicename:@,lun may be used instead of
dev= device-
name:scsibus,target,lun.
For example I need to add dev=ATAPI to use cdrx.pl
Thank you
Neil Blue