Skip to content

Instantly share code, notes, and snippets.

@maifeeulasad
Created March 31, 2026 15:47
Show Gist options
  • Select an option

  • Save maifeeulasad/5249fa6b421837c8079e34c1503c0951 to your computer and use it in GitHub Desktop.

Select an option

Save maifeeulasad/5249fa6b421837c8079e34c1503c0951 to your computer and use it in GitHub Desktop.
fresh install cuda in raw root shell
sudo apt purge 'nvidia*' -y
sudo apt purge 'cuda*' -y
sudo apt autoremove --purge -y
dpkg -l | grep nvidia
echo -e "blacklist nouveau\noptions nouveau modeset=0" | sudo tee /etc/modprobe.d/blacklist-nouveau.conf
sudo update-initramfs -u
sudo rmmod nvidia_drm nvidia_modeset nvidia_uvm nvidia
sudo sh cuda_13.1.1_590.48.01_linux.run --disable-nouveau --no-cc-version-check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment