Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2003 14:45:40 -0700
From:      "Kenneth D. Merry" <ken@kdm.org>
To:        Leif Neland <leifn@neland.dk>
Cc:        "Justin T. Gibbs" <gibbs@scsiguy.com>, freebsd-scsi@FreeBSD.ORG
Subject:   Re: Adaptec 19160 SCSI controller configuration error: 02
Message-ID:  <20030121144540.A3912@panzer.kdm.org>
In-Reply-To: <05c601c2c193$183d2990$6805a8c0@gina>; from leifn@neland.dk on Tue, Jan 21, 2003 at 10:21:27PM %2B0100
References:  <05b801c2c17a$a3cb0f40$6805a8c0@gina> <67532704.1043174381@aslan.btc.adaptec.com> <05c601c2c193$183d2990$6805a8c0@gina>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 21, 2003 at 22:21:27 +0100, Leif Neland wrote:
> 
> ----- Original Message -----
> From: "Justin T. Gibbs" <gibbs@scsiguy.com>
> To: "Leif Neland" <leifn@neland.dk>; <freebsd-scsi@FreeBSD.ORG>
> Sent: Tuesday, January 21, 2003 7:39 PM
> Subject: Re: Adaptec 19160 SCSI controller configuration error: 02
> 
> 
> > > This might be OT, because I haven't even found the HD's yet, so I
> haven't
> > > installed FreeBSD on it.
> > >
> > > I'm building a new machine with an Adaptec 19160 scsi controller.
> > >
> > > When I boot without cables, I get no errors.
> > >
> > > When I boot with the 68-wire cable with terminator in the end, I get the
> > > message
> > >
> > > Scsi controller configuration error: 02 (Both with and without disks)
> > >
> > > Note, it is not "Adaptec SCSI controller errorcode 02", men "SCSI
> controller
> > > configuration error: 02"
> >
> > You probably need a device on the channel in order for the cable
> > detection to work.  If cable detection fails, this will look like
> > an overterminated configuration to the card.
> >
> Thanks for your answer.
> 
> To be honest, the adapter was supposed to be used in a Linux mail server.
> But, to quote adaptec: http://shor.ter.dk/827735964
> 
> "The Adaptec SCSI Card 19160 was designed for use under Microsoft desktop
> operating systems only.
> 
> There are no Linux drivers available for the Adaptec SCSI Card 19160. "

Not true.

This is from drivers/aic7xxx/aic7xxx_pci.c on Linux 2.4.20:

        {
                ID_AHA_19160B,
                ID_ALL_MASK,
                "Adaptec 19160B Ultra160 SCSI adapter",
                ahc_aic7892_setup       
        },

i.e. the driver does recognize it.

The file is the same under FreeBSD.  (The core driver is the same for
FreeBSD and Linux, the OS glue is different.)  So it'll work in either OS.

> So the adapter fails on two points: It is not to be used with Microsoft, but
> linux, and the server is not on a desktop, but in a rack :-)
> 
> So it must be returned.

You don't need to return it at all.

It should work fine.  I'd recommend just getting disks and installing
FreeBSD on it.

Ken
-- 
Kenneth Merry
ken@kdm.org

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?20030121144540.A3912>