We can download and install the latest LSI drivers in Proxmox to activate the LSI cards by performing the following steps:
- Run the following command to install the necessary program for compiling:
# apt-get install build-essential
- Run the following command to install header files for the currently installed kernel:
# apt-get install pve-headers-<version>-pve
- Download the LSI drivers from http://www.avagotech.com/support/download-search.
- Extract the downloaded driver in /usr/local/src.
- After extracting the driver, the directory may appear as follows:
# /usr/local/src/megaraid_sas-v00.00.05.30
- Enter the driver directory and rename makefile to makefile.orig. Then, copy makefile.standalone ...