# Activate cdr drive if it was off.
# * Usage: echo "scsi add-single-device 0 1 2 3" >/proc/scsi/scsi
# * with "0 1 2 3" replaced by your "Host Channel Id Lun".
# * Consider this feature BETA.
# * CAUTION: This is not for hotplugging your peripherals. As
# * SCSI was not designed for this you could damage your
# * hardware !
echo "scsi add-single-device 1 0 6 0" >/proc/scsi/scsi
Note that I have 2 scsi cards, you probably want a host of 0.
Jerry