My AHA-2940 shows up via lspci
but none of the connected drives show up in lsblk
. What do I need to do to make my system recognize these drives?
My AHA-2940 shows up via lspci
but none of the connected drives show up in lsblk
. What do I need to do to make my system recognize these drives?
In
/etc/default/grub
editGRUB_CMDLINE_LINUX
so that it readsGRUB_CMDLINE_LINUX="pci-assign-busses"
then run the commandsudo update-grub
and restart.