Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 13:56:24 -0800 (PST)
From:      Josh Brooks <user@mail.econolodgetulsa.com>
To:        Scott Long <scott_long@btc.adaptec.com>
Cc:        freebsd-scsi@freebsd.org
Subject:   Re: compiling afacli use into kernel for PERC
Message-ID:  <20030124135423.L64423-100000@mail.econolodgetulsa.com>
In-Reply-To: <3E3149CA.4060604@btc.adaptec.com>

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

Thank you Scott,

I downloaded the package and am attempting to use it.  I have a PERC 3/Si
with firmware 2.1-3 build 2951.  Here is what happens:

CLI > controller list
Executing: controller list

Adapter Name       Adapter Type       Availability       Clustering
------------       -------------      ------------       ------------

Command Error: <The requested controller does not exist.>

CLI >


So ... is there a step I am missing ?


Also, the README states that this util is for:

"Version 2.1 firmware."

So what will happen if I upgrade my firmware to 2.7-1, which I want to do
ASAP ?

thanks.

On Fri, 24 Jan 2003, Scott Long wrote:

> Josh Brooks wrote:
>
> > Hello,
> >
> > I am running 4.6-RELEASE, and I have been successfully using my PERC 3/si
> > for many months.
> >
> > I just decided that I want to use afacli to check the status of the
> > server.  So, I added this to my kernel config:
> >
> > options		AAC_COMPAT_LINUX
> >
> > make depend worked fine, but then I did the make and got:
> >
> > linking kernel
> > aac.o(.data+0x39c): undefined reference to `linux_ioctl_register_handler'
> > aac.o(.data+0x3ac): undefined reference to
> > `linux_ioctl_unregister_handler'
> > *** Error code 1
> >
> > What am I doing wrong ?
> >
> > thanks.
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-scsi" in the body of the message
>
>
> You also need to add the line
>
> options		LINUX_COMPAT
>
> to your kernel config.
>
> Alternatively, you can use the FreeBSD-native version that is available
> from Adaptec.  It's designed to work on Dell, HP, and Adaptec flavors
> of cards, and can be found by searching for software downloads that
> are available from the '5400S' card.  It'll be under the name 'aaccli'
>
> Scott
>


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?20030124135423.L64423-100000>