Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 1998 08:43:19 -0800 (PST)
From:      Matthew Jacob <mjacob@feral.com>
To:        Richard J Kuhns <rjk@grauel.com>
Cc:        freebsd-scsi@FreeBSD.ORG
Subject:   Re: New problem with <ARCHIVE VIPER 2525 25462 -007> under -current
Message-ID:  <Pine.LNX.4.04.9812160840560.11079-100000@feral-gw>
In-Reply-To: <13943.52451.453181.907266@moran.grauel.com>

next in thread | previous in thread | raw e-mail | index | archive | help

The write is in variable mode (of all things>. It needs to be in fixed
block mode. Do a mt -f /dev/rsa0 blocksize 512. Why it thinks it came up
in variable is a mystery to me. This might be a good QUIRK_FIXED candidate
(when I check the code in) for this f/w- I think other 525's may in fact
support variable (which, IIRC, isn't really variable in that it still has
to be modulo 512).



On Wed, 16 Dec 1998, Richard J Kuhns wrote:

> Some time ago, after I switch to CAM, I reported that I could no longer
> write tapes, altho I could read just fine.  With a new kernel (cvsuped
> 12/15/98), I can still read tapes just fine, but here's what happens when I 
> try to write:
> 
> moran:~$ tar -cvf /dev/rsa0  zigzag-0.61.tar.gz 
> zigzag-0.61.tar.gz
> tar: can't write to /dev/rsa0 : Invalid argument
> 
> Dec 16 10:00:04 moran /kernel: (sa0:ahc0:0:6:0): WRITE(06). CDB: a 0 0 28 0 0 
> Dec 16 10:00:04 moran /kernel: (sa0:ahc0:0:6:0): ILLEGAL REQUEST csi:0,0,80,8 asc:0,13
> Dec 16 10:00:04 moran /kernel: (sa0:ahc0:0:6:0): Audio play operation successfully completed
> 
> Relevant info:
> 
> ahc0: <Adaptec 2940 Ultra SCSI adapter> rev 0x00 int a irq 10 on pci0.20.0
> ahc0: aic7880 Single Channel A, SCSI Id=7, 16/255 SCBs
> ...
> Waiting 10 seconds for SCSI devices to settle
> sa0 at ahc0 bus 0 target 6 lun 0
> sa0: <ARCHIVE VIPER 2525 25462 -007> Removable Sequential Access SCSI-CCS device 
> sa0: 3.300MB/s transfers
> ...
> moran:~$ mt status
> Mode      Density         Blocksize      bpi      Compression
> Current:  QIC-320         variable       16000    unsupported
> ---------available modes---------
> 0:        QIC-320         variable       16000    unsupported
> 1:        QIC-320         variable       16000    unsupported
> 2:        QIC-320         variable       16000    unsupported
> 3:        QIC-320         variable       16000    unsupported
> 
> Any suggestions?  I intend to buy a new tape drive sometime after the
> holidays, but it would still be nice to have this one working.
> 
> -- 
> Richard Kuhns			rjk@grauel.com
> PO Box 6249			Tel: (765)477-6000 \
> 100 Sawmill Road				    x319
> Lafayette, IN  47903		     (800)489-4891 /
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-scsi" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.04.9812160840560.11079-100000>