megaraid controller not showing up as drive
by CognitionFailure from LinuxQuestions.org on (#6DC2Q)
I have a megaRAID 9540-2M2 installed. In windows10 I can interact with it using storCLI and see it as a valid drive, but I'm having problems with my debian system dual booted on the same machine.
The device is detected:
Code:$ lspci -v | grep -i megaraidCode:08:00.0 RAID bus controller: Broadcom / LSI MegaRAID 12GSAS/PCIe Secure SAS38xx
Subsystem: Broadcom / LSI MegaRAID 9540-2M2
Kernel modules: megaraid_sasBut storCLI can't find it:
Code:$ sudo /opt/MegaRAID/storcli/storcli64 showCode:CLI Version = 007.2612.0000.0000 June 13, 2023
Operating system = Linux 6.1.0-10-amd64
Status Code = 0
Status = Success
Description = None
Number of Controllers = 0
Host Name = glassDeb
Operating System = Linux 6.1.0-10-amd64Whereas this same command on windows finds the controller.
And it doesn't show up on fdisk at all.
Running debian 12 with kernel 6.1.0-10-amd64. Already updated the device firmware to latest available version.
What am I missing?
The device is detected:
Code:$ lspci -v | grep -i megaraidCode:08:00.0 RAID bus controller: Broadcom / LSI MegaRAID 12GSAS/PCIe Secure SAS38xx
Subsystem: Broadcom / LSI MegaRAID 9540-2M2
Kernel modules: megaraid_sasBut storCLI can't find it:
Code:$ sudo /opt/MegaRAID/storcli/storcli64 showCode:CLI Version = 007.2612.0000.0000 June 13, 2023
Operating system = Linux 6.1.0-10-amd64
Status Code = 0
Status = Success
Description = None
Number of Controllers = 0
Host Name = glassDeb
Operating System = Linux 6.1.0-10-amd64Whereas this same command on windows finds the controller.
And it doesn't show up on fdisk at all.
Running debian 12 with kernel 6.1.0-10-amd64. Already updated the device firmware to latest available version.
What am I missing?