I have recently aquired an old Adaptec AHA1542b ISA SCSI card and a Sony
SDT-5000 DDS2 DAT drive and am having problems. The SCSI card is the only
SCSI card in my system (a P166 with 64Mb RAM running SuSE 6.3) and the
DAT drive the only SCSI device.
When I try to write to a tape say using a command such as
find /home -print | cpio -ocva > /dev/st0
It writes about 20 Mb then stops with a change media message. Unusual for
a drive with a minium of 4GB capacity. It also seems to be writing very
slowly. After the failure occurs I can no longer do anything with
/dev/st0 without removing the aha1542 module and reloading it as I get
"device not configured" errors.
When it fails the console log contains one of the following messages:
Sent BUS RESET to scsi host 0
st0: Error with sense data: [valid=0] Info fld=0x0, Current st09:00:
sense key Not Ready
or
Sent BUS RESET to scsi host 0
Additional sense indicates Power on, reset, or bus device reset occurred
Additional sense indicates Logical unit is in process of becoming ready
I am running the SCSI adapter as a module. It seems to load OK if i
insmod aha1542. It also recognises the DAT drive. When the SCSI module is
loaded it generates the following messages:
Configuring Adaptec (SCSI-ID 7) at IO:330, IRQ 11, DMA priority 5
scsi : 1 host.
Type: Sequential-Access ANSI SCSI revision: 02
Detected scsi tape st0 at scsi0, channel 0, id 6, lun 0
Which all looks OK to me.
running mt -f /dev/st0 status generates
drive type = Generic SCSI-2 tape
drive status = 318767616
sense key error = 0
residue count = 0
file number = -1
block number = -1
Tape block size 512 bytes. Density code 0x13 (DDS (61000 bpi)).
Soft error count since last status=0
General status bits on (1010000):
ONLINE IM_REP_EN
The 1542b SCSI card jumpers are set to:
Sync negotiation: disabled (factory default)
SCSI Parity Bit: enabled
SCSI address: 7
DMA Channel: 5
Interrupt Channel: 11
DMA Transfer Speed: 8.0
BIOS: disabled
I/O Port Address: 0x330
BIOS Wait State: 0
BIOS Address: DC00
Floppy Support: disabled
DMA Request Channel: 5
DMA Acknowledge Channel: 5
IRQ Channel: 11
The DAT Drive is jumpered as follows:
SCSI ID: 6
Data compression: enabled
SCSI Parity: On
Terminator on: On
Terminator Power: On (I have also tried with this set to off as well)
Oh, I forgot to mention, the drive is connected internally inside my PC.
Any help would be much appreciated. I'm beginning to think the drive
doesn't like the old Adaptec card. I'd prefer not to have to go and buy a
new card if at all possible as I only really want to run this single tape
drive.
Cheers,
Sean.