Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| nvidia [2021/08/01 13:52] – norman | nvidia [2026/04/16 09:37] (current) – [Nvidia Driver Install] norman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Nvidia Driver Install ====== | + | ====== Nvidia |
| + | |||
| + | Works for debian 11 on proxmox 7.3 and also Truenas. | ||
| + | |||
| + | |||
| + | For proxmox: | ||
| + | |||
| + | The driver is already embedded. Just load apropriate modules | ||
| + | |||
| + | '' | ||
| + | |||
| + | '' | ||
| + | |||
| + | then install mstflint | ||
| + | |||
| + | '' | ||
| + | |||
| + | then | ||
| + | |||
| + | mstflint -d xx:yy.z q | ||
| + | |||
| + | You should see your configuration. | ||
| + | |||
| + | Then enable your link by | ||
| + | |||
| + | ip link set ibsxxxx up | ||
| + | |||
| + | Sometimes after flashing of mcx314 to mcx354 for instance you need to change guids for infiniband | ||
| + | |||
| + | mstflint -d ca:00.0 --guids 0002c9b300067400 0002c9b300067401 0002c9b300067402 0002c9b300067403 sg | ||
| + | |||
| + | then reload pci-e by | ||
| + | |||
| + | echo " | ||
| + | |||
| + | echo " | ||
| + | |||
| + | you should in principle see your cards by ip a and in the network manager | ||
| + | |||
| + | |||
| + | ====== Nvidia Graphics | ||
| =====for systemd ===== | =====for systemd ===== | ||
| Line 14: | Line 54: | ||
| < | < | ||
| options nouveau modeset=0</ | options nouveau modeset=0</ | ||
| + | |||
| + | Or in terminal for script: | ||
| + | < | ||
| + | < | ||
| + | |||
| Regenerate the kernel initramfs: | Regenerate the kernel initramfs: | ||
| Line 27: | Line 72: | ||
| https:// | https:// | ||
| + | Enter terminal < | ||
| then stop X server: | then stop X server: | ||
| Line 42: | Line 88: | ||
| P.S. If can.t find nvidia control panel, run nvidia-settings as root in terminal. | P.S. If can.t find nvidia control panel, run nvidia-settings as root in terminal. | ||
| + | |||
| + | ===== Uninstall ===== | ||
| + | < | ||