{"id":9387,"date":"2026-08-01T21:27:19","date_gmt":"2026-08-02T04:27:19","guid":{"rendered":"https:\/\/blog.networkpresence.co\/?p=9387"},"modified":"2026-08-07T16:40:52","modified_gmt":"2026-08-07T23:40:52","slug":"adding-areca-storage-controller-drivers-to-rhel-9-based-linux","status":"publish","type":"post","link":"https:\/\/blog.networkpresence.co\/?p=9387","title":{"rendered":"Adding Areca storage controller drivers to RHEL 9 based Linux"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Adding an Areca ARC-188x series PCIe 2.0\/3.0 to SAS\/SATA 6\/12Gb RAID Controller to a server involved installing the arcmsr driver to the existing CentOS 9 based Linux OS.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This install from source from the vendor was required because the package install for kmod-acrmsr failed with an error on a current kernel:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>nothing provides kernel(_dev_info) = 0x749cbadd needed by kmod-arcmsr-1.50.00.05-20210429.12.el9_8.elrepo.x86_64 from elrepo<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The steps to obtain build and install the arcmsr driver from Areca&#8217;s archive were:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">a) Determine the driver to download it and download it to \/usr\/local\/src\/<br>Use the output of &#8220;<code>lspci | grep Areca<\/code>&#8221; to identify the card&#8217;s model # (&#8220;ARC-188x&#8221; in this case) and download the relevant zip file from <a href=\"https:\/\/www.areca.us\/products\/_driver_raidcard_1110.html#linux\">https:\/\/www.areca.us\/products\/_driver_raidcard_1110.html#linux<\/a> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>In our case we downloaded the RHEL 9.4 based zip file and got a file named 9_4.zip from the Areca site, which we extracted to \/usr\/local\/src\/areca-download-rhel9_4\/<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>b) In the \/usr\/local\/src\/areca-download-rhel9_4\/ directory, create a new directory for the extracted contents of the arcmsr-1.51.0X.16-20231226.zip file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir arcmsr-1.51.0X.16-20231226 &amp;&amp; cd arcmsr-1.51.0X.16-20231226 &amp;&amp; unzip ..\/arcmsr-1.51.0X.16-20231226.zip<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">c) In your extracted arcmsr-1.51.0X.16-20231226\/ directory, we need to apply some patches to the arcmsr.c file for modern RHEL 9 based kernels eg: from 5.14.0-6xx onwards kernel levels<br><br>The diff output of the patching required to arcmsr.c is:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>201,202d200\n&lt; \t#include &lt;linux\/pci.h>\n&lt; \t#include &lt;linux\/timer.h>\n1284c1282\n&lt; \t\tnvec = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_INTX);\n---\n> \t\tnvec = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_LEGACY);\n4614c4612\n&lt; \tACB *acb = container_of(t, ACB, eternal_timer);\n---\n> \tACB *acb = from_timer(acb, t, eternal_timer);\n5317c5315\n&lt; \tACB *pacb = container_of(t, ACB, refresh_timer);\n---\n> \tACB *pacb = from_timer(pacb, t, refresh_timer);<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">d) Now you can begin the DKMS Add, Build, Install process with:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Create dkms.conf file in your extracted arcmsr-1.51.0X.16-20231226\/ directory:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cat &lt;&lt; EOF > dkms.conf\nPACKAGE_NAME=\"arcmsr\"\nPACKAGE_VERSION=\"1.51.00.16\"\nBUILT_MODULE_NAME&#91;0]=\"arcmsr\"\nDEST_MODULE_LOCATION&#91;0]=\"\/kernel\/drivers\/scsi\/\"\nAUTOINSTALL=\"yes\"\nEOF<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Setup DKMS source directory:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir \/usr\/src\/arcmsr-1.51.00.16\/\ncp \/usr\/local\/src\/areca-download-rhel9_4\/arcmsr-1.51.0x.16-20231226\/* \/usr\/src\/arcmsr-1.51.00.16\/<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Run the DKMS commands to build and install the kernel module in the \/usr\/src\/arcmsr-1.51.00.16\/ directory:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>dkms add -m arcmsr -v 1.51.00.16\ndkms build -m arcmsr -v 1.51.00.16 ## if needed add: -k `uname -r`\ndkms install -m arcmsr -v 1.51.00.16<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Check with: <code>dkms status<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Reboot to confirm.<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Adding an Areca ARC-188x series PCIe 2.0\/3.0 to SAS\/SATA 6\/12Gb RAID Controller to a server involved installing the arcmsr driver to the existing CentOS 9 based Linux OS. This install from source from the vendor was required because the package &hellip; <a href=\"https:\/\/blog.networkpresence.co\/?p=9387\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[70],"tags":[],"class_list":["post-9387","post","type-post","status-publish","format-standard","hentry","category-sales"],"_links":{"self":[{"href":"https:\/\/blog.networkpresence.co\/index.php?rest_route=\/wp\/v2\/posts\/9387","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.networkpresence.co\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.networkpresence.co\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.networkpresence.co\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.networkpresence.co\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9387"}],"version-history":[{"count":6,"href":"https:\/\/blog.networkpresence.co\/index.php?rest_route=\/wp\/v2\/posts\/9387\/revisions"}],"predecessor-version":[{"id":9396,"href":"https:\/\/blog.networkpresence.co\/index.php?rest_route=\/wp\/v2\/posts\/9387\/revisions\/9396"}],"wp:attachment":[{"href":"https:\/\/blog.networkpresence.co\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9387"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.networkpresence.co\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9387"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.networkpresence.co\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}