is there any way to use Compaq Smart Array 431 controller on 3.x kernel?
I have 431 board with 4 disks, that are seen by the controller during POST, but I'm unable to communicate with it on Linux Mint 17 x86_64 with 3.13.0-24 kernel.
I had it working on other machine with 2.6 kernel.
Tried loading cciss
and hpsa
and reloading udev, but nothing happened.
Also tried to recompile kernel with CONFIG_BLK_CPQ_CISS_DA=y
.
The device is
04:00.0 RAID bus controller: Digital Equipment Corporation DECchip 21554 (rev 01)
and according to Debian HCL should be driven by cpqarray
driver, that I believe is controlled via config flag mentioned above.
I have cpqarrayd
installed, but it won't start since it cannot detect the controller.
What am I doing wrong?