What you will need to do is enable LUN scanning within the kernel. You can get it to work temporarily by typing the command echo scsi add-single-device 0 0 {scsi id} 1 > /proc/scsi/scsi .
For example, if your autochanger and tape drive were on SCSI ID 2, you would type:
echo scsi add-single-device 0 0 2 1 > /proc/scsi/scsi
If this works, the command cat /proc/scsi/scsi should now show the
autochanger device separately.
Then run auto detect (/usr/lib/edge/bin/edge.autodetect)to get new devices from edgemenu. But the correct option will be to enable LUN Scanning to get the changer to be recognized permanently. This is done by running the utility
make menuconfig to enable LUN scanning. You must then rebuild and install
the kernel.
|