1827802 Members
2316 Online
109969 Solutions
New Discussion

Re: mandrake and ml370

 
Siva Kondepati
Occasional Contributor

mandrake and ml370

unable to make mandrake recognize the dat tape drive. bios was able to detect but OS is not recognizing.
Any help in this regard is really appreciated.
Thanks,
-Siva
1 REPLY 1
Colin Topliss
Esteemed Contributor

Re: mandrake and ml370

Have you ensured that the relevant modules are loaded?

Try doing an lsmod. Look for entries similar to:

st 27760 0 (autoclean)
scsi_mod 97268 5 [st sr_mod sg aic7xxx ide-scsi]

st is the SCSI Tape module:

If it is not loaded, you can insmod the st module manually to see if this cures your problem.

You should see in dmesg or /var/log/messages something like (though this example shows a DLT, not a DAT):

scsi1 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36

aic7880: Ultra Single Channel A, SCSI Id=7, 16/253 SCBs

(scsi1:A:3): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: Quantum Model: DLT4000 Rev: D782
Type: Sequential-Access ANSI SCSI revision: 02

If you don't see the entry for your SCSI interface, then its likely that that module is not loaded either. Subsequently you won't see the entry for your DAT drive either.

Col.