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/14 05:15] Sean Rhonedevices:nvidia-open-gpu-kernel-modules [2024/08/13 19:44] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
- 
-  * 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)) 
- 
-====== Dependencies ====== 
- 
-  * [[distros:fedora_workstation_gnome|Fedora]] 
-  * Last tested: 2022/10/13 
- 
-  sudo dnf install kernel-devel gcc-c++ 
- 
-====== Download/Update Source ====== 
- 
-**** 
- 
-  cd ~ && mkdir -p ~/'Projects' && rm -Rf ~/'Projects/nvidia-open/src' && git clone --branch 'main' --depth '1' --recurse-submodules 'https://github.com/NVIDIA/open-gpu-kernel-modules.git' ~/'Projects/nvidia-open/src' && sync 
- 
-====== Compile ====== 
- 
-**** 
- 
-  cd ~/'Projects/nvidia-open/src' && make modules -j$(nproc) && sync 
- 
-====== Install ====== 
- 
-**** 
- 
-  cd ~/'Projects/nvidia-open/src' && sudo make modules_install -j$(nproc) && sync 
- 
-====== 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 
- 
-====== 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 
  
/srv/www/wiki/data/attic/devices/nvidia-open-gpu-kernel-modules.1665738945.txt.gz · Last modified: (external edit)