Open smadaminov opened 4 years ago
There is no need to recompile the kernel and uio_pci_generic
module installed via apt
:
sudo apt update
sudo apt upgrade
sudo apt install --reinstall linux-image-generic
sudo apt install linux-modules-extra-$(uname -r) linux-image-extra-virtual
Found on SO.
For some reason Ubuntu kernel
5.3.0-53-generic
in Ubuntu 18.04 does not haveuio_pci_generic
module available by default: