You are not logged in.
Hi,
The HDDs are detected by the BIOS but not from ArchLinux.
Have I install a driver from the AUR? If yes which one?
The Card is in the JBOD Mode and has 4x WD Red 3 TB attached.
I changed extra the Card from Delock to LSI because the Broadcomchip.
Any suggestions?
Cheers
Last edited by Morta (2022-01-01 12:21:55)
Offline
I found https://aur.archlinux.org/packages/storcli/ and https://www.thomas-krenn.com/de/wiki/StorCLI
but is in this package the driver included? I can't install the driver from the broadcom site named MR_LINUX_DRIVER_7.19-07.719.04.00-1.tgz.
The deb package fails with dpkg -i *.deb or are the drivers also included in the kernel?
Offline
Please post the output of `lspci -nnk` relating to the card.
Offline
Please post the output of `lspci -nnk` relating to the card.
Ok, I will do this when i have access to the device.
Offline
lspci -vvv
lspci -nnk
Why doesn't show me the 4 WD Red 3TB HDDs? Have I to install the AUR Package of MegaRAID to manage?
Offline
Please post the output of dmesg. The megaraid_sas module is shown as loaded by lspci so hopefully it produced some output.
Edit:
You may have to cross flash it to 9300-4i IT to get access to the disks even if they are configured as JBOD.
Last edited by loqs (2021-12-29 17:51:36)
Offline
sudo dmesg | nc termbin.com 9999
sudo storcli /c0 show all | nc termbin.com 9999
I want to use them in JBOD Mode and with the two other WD Red HDD plugged on the Mainborad in a MDADM Raid 5
Offline
https://sapikuda.com/linux/2020/08/28/e … h-storcli/
Looks I have to do this
It’s very bad that they don’t produce anymore miniITX boards with LGA 1200 socket and 6 SATA-ports
Offline
It was missconfigured in the BIOS. I have to adjust the settings in the Motherboard and is now working but this idiots send me 4 TB HDD instead of 3TB so I have to replace two drives.
Offline
I have the problem that the UEFI configuration is stateless every time a reboot the drivers are lost.
sudo dmesg | nc termbin.com 9999
sudo lspci -nnk | nc termbin.com 9999
How I can make the configuration persistent?
Any help very welcome
It's awful.
Offline
Please post the output of `lspci -nnk` relating to the card.
04:00.0 RAID bus controller [0104]: Broadcom / LSI MegaRAID SAS 2108 [Liberator] [1000:0079] (rev 03)
Subsystem: Broadcom / LSI MegaRAID SAS 9264-8i [1000:9264]
Kernel driver in use: megaraid_sas
Kernel modules: megaraid_sas
Offline
loqs wrote:Please post the output of `lspci -nnk` relating to the card.
04:00.0 RAID bus controller [0104]: Broadcom / LSI MegaRAID SAS 2108 [Liberator] [1000:0079] (rev 03)
Subsystem: Broadcom / LSI MegaRAID SAS 9264-8i [1000:9264]
Kernel driver in use: megaraid_sas
Kernel modules: megaraid_sas
It seems like the termbin(s) have expired.
Doubt lspci reads from BIOS, though. Could be it does but my hunch is that it reads from PCI config space.
Offline