User Tools

Site Tools


devices:nvidia-open-gpu-kernel-modules

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devices:nvidia-open-gpu-kernel-modules [2022/10/13 07:51] Sean Rhonedevices:nvidia-open-gpu-kernel-modules [2022/10/14 05:15] (current) Sean Rhone
Line 3: Line 3:
   * NVIDIA Linux Open GPU Kernel Module Source ((https://github.com/NVIDIA/open-gpu-kernel-modules))   * NVIDIA Linux Open GPU Kernel Module Source ((https://github.com/NVIDIA/open-gpu-kernel-modules))
   * main ((https://github.com/NVIDIA/open-gpu-kernel-modules/tree/main))   * main ((https://github.com/NVIDIA/open-gpu-kernel-modules/tree/main))
-  * :!: TODO: This is being adapted from StepMania notes 
  
 ====== Dependencies ====== ====== Dependencies ======
- 
-===== Fedora Workstation ===== 
  
   * [[distros:fedora_workstation_gnome|Fedora]]   * [[distros:fedora_workstation_gnome|Fedora]]
-  * Last tested: 2021/12/29+  * Last tested: 2022/10/13
  
   sudo dnf install kernel-devel gcc-c++   sudo dnf install kernel-devel gcc-c++
Line 32: Line 29:
   cd ~/'Projects/nvidia-open/src' && sudo make modules_install -j$(nproc) && sync   cd ~/'Projects/nvidia-open/src' && sudo make modules_install -j$(nproc) && sync
  
-====== GSP ======+====== GSP and Components ======
  
-****+  520.56.06
  
   wget -O '/tmp/nv.run' 'https://us.download.nvidia.com/XFree86/Linux-x86_64/520.56.06/NVIDIA-Linux-x86_64-520.56.06.run' && chmod +x '/tmp/nv.run' && sudo '/tmp/nv.run' --no-kernel-modules   wget -O '/tmp/nv.run' 'https://us.download.nvidia.com/XFree86/Linux-x86_64/520.56.06/NVIDIA-Linux-x86_64-520.56.06.run' && chmod +x '/tmp/nv.run' && sudo '/tmp/nv.run' --no-kernel-modules
  
 +====== Kernel Options ======
 +
 +  * See [[notes:kernel_parameters#open_module]]
 +  * :!: nouveau blacklist, unsupported GPUs, and modeset are required
 +
 +====== Verify ======
 +
 +  modinfo 'nvidia' | grep 'Dual MIT/GPL'
 +
 +  cat '/proc/driver/nvidia/version' | grep 'Open Kernel Module'
 +
 +  nvidia-smi -q | grep 'GSP Firmware Version'
 +
 +  ls '/lib/firmware/nvidia/'*'/gsp.bin'
 +
 +====== Uninstall ======
 +
 +  * 520.56.06
 +
 +  wget -O '/tmp/nv.run' 'https://us.download.nvidia.com/XFree86/Linux-x86_64/520.56.06/NVIDIA-Linux-x86_64-520.56.06.run' && chmod +x '/tmp/nv.run' && sudo '/tmp/nv.run' --uninstall
  
/var/www/wiki/data/attic/devices/nvidia-open-gpu-kernel-modules.1665661913.txt.gz · Last modified: 2022/10/13 07:51 by Sean Rhone