The laptop doesn't enter suspension or sleep mode on Ubuntu.
The laptop doesn't enter suspension or sleep mode on Ubuntu.
Have you explored this option? You can find more details here: https://wiki.archlinux.org/index.php/Ryz...k_freezing
```
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.
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.