blog:debian_11_suspend_problems
Debian 11 Suspend problems
My debian 11 with an nvidia GeForce RTX 2070 SUPER graphics card started to have suspend problem (when hitting the suspend button), automatic suspend continued to work.
My current workaround is:
Add this line to /etc/default/grub:
GRUB_CMDLINE_LINUX_DEFAULT="text quiet init_on_alloc=0 intel_iommu=off"
No sure if init_on_alloc
or intel_iommu=off
would work alone
- open terminal:
sudo vim /etc/default/grub
- go to: GRUB_CMDLINE_LINUX=“ ” and add to: GRUB_CMDLINE_LINUX=“init_on_alloc=0”
- save and exit
sudo update-grub
- reboot pc
Update: suspend works on Debian 12.7 with the Version 550.54.14 Nvidia Driver
blog/debian_11_suspend_problems.txt · Last modified: 2024-09-29 12:59 by brb
Discussion