atom feed4 messages in org.freebsd.freebsd-scsiATAPICAM support for IDE Tape drive
FromSent OnAttachments
Rohit JalisatgiAug 20, 2003 2:15 pm 
Nate LawsonAug 20, 2003 4:54 pm 
jaso...@sbcglobal.netAug 20, 2003 6:06 pm 
Rohit JalisatgiAug 21, 2003 2:52 pm 
Subject:ATAPICAM support for IDE Tape drive
From:Rohit Jalisatgi (rjal@yahoo.com)
Date:Aug 20, 2003 2:15:57 pm
List:org.freebsd.freebsd-scsi

HI ALL

I am using Seagate TR5 ide tape drive on FreeBSD 5.1. I am using the ATAPICAM to talk to the tapedrive.

camcontrol devlist

<Seagate STT20000A 8A51> at scbus1 target 0 lun 0 (sa0, pass0)

The following READ CDB gives me an error

CDB: 0x08 0x01 0x00 0x00 0x01 0x00

Scsi Status: 0x02

Sense Data: 0x70 0x00 0x05 0x00 0x00 0x00 0x00 0x0a 0x00 0x00 0x00 0x00 0x20 0x00

SenseKey : 0x05 ie Illegal Request Additional Sense: 0x20 0x00 ie Invalid operation code.

Could anyone please help me with the above error? Do I need to apply any patches to the ATAPICAM? Does the ATAPICAM support IDE tape drives.

Thanks.