>Hi,
>I use SuSE 6.2 Linux and try to switch on my old Wangtek 5525ES SCSI
>Streamer.
>The device is recognised at boot time. I set SCSI-tape support in
>kernel,
>but its obviously not enough. After dd if=/dev/st0 i get Input/output
>error.
>Also mt won`t push the tape. Who can help me please.
>Wangtek is not officially supported by my Linux distrubutor SuSE, but
>a generic SCSI driver must work. Am I right ?
>--
>Zbigniew Lisiecki
What is the output of "mt -f /dev/nst0 status"
Dick Freedman
drive type = Generic SCS-1 tape
drive status = 268435968
sense key error = 0
residue count = 0
file number = 0
block number = 0
Tape block size 512 ybtes. Density code 0x10 (QIC-150/250 (GCR
10000bpi)).
Soft error count since last ststus=0
General status bits on (45010000):
BOT WR_PROT ONLINE IM_REP_EN
Than You for YOur interest.
--
Zbigniew Lisiecki
Your status output looks OK. Notice that your tape is write-protected.
It is possible that your drive or tape is bad. I would get a new tape
if possible, make sure the write protect is off and the use tar or dd
to write a file and try and read it back. Not sure what else you can do.
--
Dick Freedman
--
Zbigniew Lisiecki
Try add "bs=512" to your dd command. The tape has a block
size of 512 according to your status command and you typically
need to read a tape with the correct block size.
QIC tape drives also have other oddities when you write to them.
Wes