On 21 Jun 2023 17:48, Zakaria Farhati wrote:
Hello,
I have installed Debian 12 for a couple of weeks, 2 days ago, I noticed
that when I plug the power cable, the system/desktop does not respond and
freezes for 1 min. What should I do to solve this issue?

The first thing is to check logs for related entries :
  # dmesg
  # vi /var/log/syslog
and if using systemd
  # journalctl

You may pipe to
  grep -i "power"
to filter results, but it may filter useful ones.

Reply via email to