F5F Stay Refreshed Software Operating Systems The laptop doesn't enter suspension or sleep mode on Ubuntu.

The laptop doesn't enter suspension or sleep mode on Ubuntu.

The laptop doesn't enter suspension or sleep mode on Ubuntu.

Pages (2): Previous 1 2
D
Dominik_SK
Member
238
01-29-2022, 09:27 AM
#11
Have you explored this option? You can find more details here: https://wiki.archlinux.org/index.php/Ryz...k_freezing
D
Dominik_SK
01-29-2022, 09:27 AM #11

Have you explored this option? You can find more details here: https://wiki.archlinux.org/index.php/Ryz...k_freezing

D
dsmiller95
Junior Member
21
01-29-2022, 09:27 AM
#12
```
idle=nomwait
```

Make sure to save the changes and then rebuild the kernel or update your GRUB configuration if necessary. If you're using a desktop environment, check your system settings or boot menu options for similar settings.
D
dsmiller95
01-29-2022, 09:27 AM #12

```
idle=nomwait
```

Make sure to save the changes and then rebuild the kernel or update your GRUB configuration if necessary. If you're using a desktop environment, check your system settings or boot menu options for similar settings.

N
Ninja_Gurl5000
Junior Member
9
01-29-2022, 09:27 AM
#13
Open the grub configuration file with nano.
Add the line `GRUB_CMDLINE_LINUX_DEFAULT= add idle=nomwait` within the quotes.
Press ctrl+x, enter to confirm, then run `sudo update-grub`.
Reboot the system afterward.
N
Ninja_Gurl5000
01-29-2022, 09:27 AM #13

Open the grub configuration file with nano.
Add the line `GRUB_CMDLINE_LINUX_DEFAULT= add idle=nomwait` within the quotes.
Press ctrl+x, enter to confirm, then run `sudo update-grub`.
Reboot the system afterward.

Pages (2): Previous 1 2