Sleep and hibernate not working in HP pavilion dv6

  1. you don’t: that’s for another OS (OpenSUSE)
  2. Please read this:

(You violated rule#1 of posting screenshots)

  1. type:

    systemctl suspend
    
  2. If that did something and you did not have to reboot your computer, please do the following:

    journalctl --system --boot=0 | grep "suspend entry"
    journalctl --system --boot=0 | grep "suspend exit"
    

    then have a look at the begin and end time and post the output of:

    journalctl --system --boot=0 --since "YYYY-MM-DD HH:MM:SS" --until "YYYY-MM-DD HH:MM:SS"
    

    where obviously --since is the datetime of suspend entry and --until is the datetime of suspension exit.

  3. If you did have to reboot your computer, use boot=-1 instead of boot=0.

:+1: