On Thu, Nov 26, 2020 at 3:20 PM Ferruh Yigit <[email protected]> wrote: > > script is checking the existing of the kernel module file, but in some > distros kernel modules are stored compressed, like as 'vfio-pci.ko.xz'.
Since this script expects modprobe to be installed (coming with kmod tools), it means modinfo is available. Checking for module availability should be "modinfo vfio-pci". -- David Marchand

