Hewlett-Packard Smart Array Gen8 Controllers driver: hpsa on Manjaro

This forum only supports Manjaro Linux; it seems you are using a rpm-based distribution.

Please provide the link provided by the following command

inxi -Fxxxzc0 | curl -F'file=@-' https://0x0.st

If you are using Manjaro Linux, and the attempt to use rpm is just a newbie action - be advised - you cannot use rpm packages.

Creating custom packages is possible but the use of it is unsupported.

https://aur.archlinux.org/packages?K=smart+array

Without prejudice and no promise of usability, you can build the only package listed (out-of-date) in the above link

sudo pacman-mirrors --api --set-branch unstable
sudo pacman -Syu base-devel
git clone https://aur.archlinux.org/ssacli
cd ssacli
makepkg -i
1 Like