nvidia module not loading

Joseph D. Wagner joe at josephdwagner.info
Sat Oct 1 23:55:57 CEST 2016


Do you have the nouveau driver blacklisted in your kernel boot parameters?

rd.driver.blacklist=nouveau video=vesa:off

If not, you'll need to rerun dracut after configuring.

That's the only thing I can think of.  It appears to be working for me.

$ cat /proc/version
Linux version 4.7.5-200.fc24.x86_64 
(mockbuild at bkernel01.phx2.fedoraproject.org) (gcc version 6.2.1 20160916 
(Red Hat 6.2.1-2) (GCC) ) #1 SMP Mon Sep 26 21:25:47 UTC 2016

$ lsmod | grep nvidia
nvidia_drm             45056  2
nvidia_modeset        765952  7 nvidia_drm
nvidia              11472896  110 nvidia_modeset
drm_kms_helper        143360  1 nvidia_drm
drm                   344064  5 drm_kms_helper,nvidia_drm

Joseph D. Wagner


On 10/01/2016 11:29 AM, Robin Laing wrote:
> Hello,
>
> Latest F24 kernel update with akmods.  The kernel modules were created 
> by akmods but when trying to boot the system, the kernel module is not 
> found.
>
> Even trying to run modprobe nvidia fails.
>
> sudo modprobe nvidia
> password:
> modprobe: FATAL: Module nvidia not found in directory 
> /lib/modules/4.7.5-200.fc24.x86_64
>
> If I type in modprobe and nvidia, tab complete gives me a list of 
> nvidia modules to load.
>
>
> ./4.7.5-200.fc24.x86_64/extra/nvidia/nvidia-uvm.ko
> ./4.7.5-200.fc24.x86_64/extra/nvidia/nvidia-drm.ko
> ./4.7.5-200.fc24.x86_64/extra/nvidia/nvidia.ko
> ./4.7.5-200.fc24.x86_64/extra/nvidia/nvidia-modeset.ko
>
>
> All logs just say the the module is not found as above.
>
> Any suggestions?
>
> Robin


More information about the rpmfusion-users mailing list