Adaptec raid card install help

i am a new fans of Freebsd OS

when install the OS on my system ,if i removed the Adaptec 71605 raid card . ererything is ok
if add this card on the system , the system will not boot :

aac.jpg


as the document say:

cfg.jpg



so, add the aacraid_load="YES" in the "loader.conf" file:


conff.jpg


The problem still exists…

What should I do?

Thanks!
 
What version of FreeBSD?

There's no need to specifically load aacraid(4), it's already included in the GENERIC kernel.
 
Have you tried 12.0-RELEASE? It might be some variation of the chipset that's not detected correctly.
 
What is the controller model exactly? It's likely this is PR 209468. There's review in progress for this (which I really need to retest and finish): https://reviews.freebsd.org/D18408. If you are up to testing patch, it would be awesome.

Raid card : 71605Q
firmware:Ver. 7.5.0 Build 32118 (2 May 2018 release)
Raid 5 mode

Hi, yuripv
what I did:

1,download these 4 files(from D18408,right ROW)
1111.jpg

2,copy 4 files to
/usr/src/sys/dev/aacraid, overwrite the old files

1111.jpg


3,
Code:
# cd /usr/src/sys/amd64/conf
# cp GENERIC AAAKERNEL
4,
Code:
# cd /usr/src
# make buildkernel KERNCONF=AAAKERNEL
# make installkernel KERNCONF=AAAKERNEL
then, reboot

The problem still exists…
 
Back
Top