Install raid card LSI 9264-8i

Hi, I bought a raid controller on Aliexpress but I can’t get it to work. Dietpi doesn’t recognise any hard drives plugged into the controller. Could anyone tell me how to get it to work? It’s a LSI 9264-8i. Thanks in advance. Regards!

You’re using the x86_64 image? (because it’s an PCIe card?)

1 Like

Yes, the card is PCI-express, I added it to the PC days after installing Dietpi, Dietpi was installed from a USB boot directly on the machine, it is not virtualized

Probably it requires some drivers that are not pre-installed. Theoretically you could ask card provider on this.

1 Like

I have asked without an answer… I am still waiting… but I have asked the question to see if anyone else has encountered this problem.

Have you checked dmesg and lspci? If it is recognized?

2 Likes

is this a Broadcom controller?

1 Like

Does LSPCI work on dietpi? tells me that the command does not exist
DMESG, I didn’t know it and it gives a lot of information, tomorrow I’ll read it calmly to see if it shows the device, but suddenly and at first glance it doesn’t come out.

If you notice, there’s not LSI 9264-8i, there’s 9260-4i/9260-8i/9260DE-8i/9261-8i, but not 9264-8i

ok…Ok… I just went over well, and with the command he throws me this:

[    0.827756] megaraid_sas 0000:01:00.0: controller type	: MR(256MB)
[    0.827816] megaraid_sas 0000:01:00.0: Online Controller Reset(OCR)	: Enabled
[    0.827876] megaraid_sas 0000:01:00.0: Secure JBOD support	: No
[    0.827932] megaraid_sas 0000:01:00.0: NVMe passthru support	: No
[    0.827989] megaraid_sas 0000:01:00.0: FW provided TM TaskAbort/Reset timeout	: 0 secs/0 secs
[    0.828063] megaraid_sas 0000:01:00.0: JBOD sequence map support	: No
[    0.828120] megaraid_sas 0000:01:00.0: PCI Lane Margining support	: No
[    0.828178] megaraid_sas 0000:01:00.0: megasas_init_mfi: fw_support_ieee=0
[    0.828249] megaraid_sas 0000:01:00.0: INIT adapter done
[    0.828305] megaraid_sas 0000:01:00.0: JBOD sequence map is disabled megasas_setup_jbod_map 5797
[    0.883779] megaraid_sas 0000:01:00.0: pci id		: (0x1000)/(0x0079)/(0x1000)/(0x9264)
[    0.883881] megaraid_sas 0000:01:00.0: unevenspan support	: no
[    0.883955] megaraid_sas 0000:01:00.0: firmware crash dump	: no
[    0.884027] megaraid_sas 0000:01:00.0: JBOD sequence map	: disabled
[    0.884102] megaraid_sas 0000:01:00.0: Max firmware commands: 1007 shared with default hw_queues = 1 poll_queues 0

at least it’s available on my RPi4 i use for testing

root@DietPiProd:~# lspci
00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2711 PCIe Bridge (rev 10)
01:00.0 USB controller: VIA Technologies, Inc. VL805/806 xHCI USB 3.0 Controller (rev 01)
root@DietPiProd:~#

1 Like

I managed to see the problem, the controller was being recognized, I discovered it thanks to the command that you indicated to me, (DMESG), and I carried out more checks, the controller required creating raid, so that’s how I got it to recognize the hard drives, thank you so much!!!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.