7. Linux
4.Install the driver module
(1)Copy the driver module file (cb31_cb.o)
Copy the driver module file named cb31_cb.oto the directory which includes module related to PCMCIA.
#cp
Add the five lines below to load module so that the CB31U will be recognized.
device “cb31_cb”
class “scsi” module “cb_enabler”, “cb31_cb” card “RATOC CardBus UltraSCSI CB31”
manfid 0xc015, 0x0100 bind “cb31_cb”
(3)Reboot your system for your changes to take effect.
# reboot
You have now completed the installation.
5.Confirm the installation
When you insert the CB31U while pcmcia module is running, you will hear a recognition sound and see the following message.
scsi0: AdvanSys SCSI 3.2M : PCI Ultra 16 CDB: IO E400/F, IRQ10
scsi: 1 host
If PCMCIA database (/etc/pcmcia/config) is wrong or the CB31U is not recognized, you will hear a rejecting sound. In such a case, check the message which will appear in /var/log/messages.
Linux
NOTE: We
SCSI devices on Linux
66