The statically linked arcconf utility does not find my RAID Controller Adaptec ASR8805. # arcconf list Controllers found: 0 Command completed successfully. I then downloaded arcconf_v3_07_23980.zip package from [1] containing another version of arcconf, which is able to find and query the said controller: # ./arcconf list Controllers found: 1 ---------------------------------------------------------------------- Controller information ---------------------------------------------------------------------- Controller ID : Status, Slot, Mode, Name, SerialNumber, WWN ---------------------------------------------------------------------- Controller 1: : Optimal, Slot 10, RAID (Expose RAW), Adaptec ASR8805, 2A14G300269, 50000D1F055A4B00 Command completed successfully. I dont know, if this is an older version and if it is possible to add it to the portage tree. The Version, which worked for me, is also statically linked. [1] https://download.adaptec.com/raid/storage_manager/arcconf_v3_07_23980.zip
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4428dec30d3bfad428acb7a50269cb6340941668 commit 4428dec30d3bfad428acb7a50269cb6340941668 Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2024-04-16 21:09:12 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2024-04-16 21:09:48 +0000 sys-block/arcconf: add 3.07.23980 This older version adds support for legacy 'aacraid' devices. Closes: https://bugs.gentoo.org/930105 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> sys-block/arcconf/Manifest | 1 + sys-block/arcconf/arcconf-3.07.23980.ebuild | 35 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+)