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?
Asked
Active
Viewed 1,032 times
1 Answers
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