1

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?

Mr. T
  • 201

1 Answers1

2

In /etc/default/grub edit GRUB_CMDLINE_LINUX so that it reads GRUB_CMDLINE_LINUX="pci-assign-busses" then run the command sudo update-grub and restart.

Mr. T
  • 201