I get a new laptop one week ago (an HP EliteBook 845 g7 with an AMD Ryzen Pro 4750U). The first problem I had was with the GPU and I fixed it by updating it to Ubuntu 20.10. This a beta version but it works pretty well for now (I needed newer kernel than the 5.4 which is the default one in Ubuntu 20.04).
Now, I'm trying to solve the second problem which is related to suspend : I can't get my laptop to sleep mode. If I close the lid or click on the suspend button in the menu, the PC pauses all media, lock and turn off the screen but the fan stay on and consume about 4W (which correspond to the CPU consumption at his lowest frequency). I have this problem since I installed Ubuntu 20.04 and I really don't know what to do, I searched on the internet but I found nothing that's worked for me. When I look to
I think it's related to my problem as ACPI manage the sleep mode.
Now, I'm trying to solve the second problem which is related to suspend : I can't get my laptop to sleep mode. If I close the lid or click on the suspend button in the menu, the PC pauses all media, lock and turn off the screen but the fan stay on and consume about 4W (which correspond to the CPU consumption at his lowest frequency). I have this problem since I installed Ubuntu 20.04 and I really don't know what to do, I searched on the internet but I found nothing that's worked for me. When I look to
dmesg
errors I get that :
Code:
romain@romain-HP-EliteBook-845-G7-Notebook-PC:~$ sudo dmesg | grep Error
[sudo] password for romain:
[ 0.391619] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.BUSB.SAT1], AE_NOT_FOUND (20200528/dswload2-162)
[ 0.391625] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200528/psobject-220)
[ 0.420184] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PEP._STA.TPOS], AE_NOT_FOUND (20200528/psargs-330)
[ 0.420190] ACPI Error: Aborting method \_SB.PEP._STA due to previous error (AE_NOT_FOUND) (20200528/psparse-529)
[ 0.426317] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PEP._STA.TPOS], AE_NOT_FOUND (20200528/psargs-330)
[ 0.426323] ACPI Error: Aborting method \_SB.PEP._STA due to previous error (AE_NOT_FOUND) (20200528/psparse-529)
[ 0.427799] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PEP._STA.TPOS], AE_NOT_FOUND (20200528/psargs-330)
[ 0.427805] ACPI Error: Aborting method \_SB.PEP._STA due to previous error (AE_NOT_FOUND) (20200528/psparse-529)
[ 0.430807] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PEP._STA.TPOS], AE_NOT_FOUND (20200528/psargs-330)
[ 0.430807] ACPI Error: Aborting method \_SB.PEP._STA due to previous error (AE_NOT_FOUND) (20200528/psparse-529)
[ 0.430807] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PEP._STA.TPOS], AE_NOT_FOUND (20200528/psargs-330)
[ 0.430807] ACPI Error: Aborting method \_SB.PEP._STA due to previous error (AE_NOT_FOUND) (20200528/psparse-529)
[ 0.445731] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PEP._STA.TPOS], AE_NOT_FOUND (20200528/psargs-330)
[ 0.445739] ACPI Error: Aborting method \_SB.PEP._STA due to previous error (AE_NOT_FOUND) (20200528/psparse-529)
[ 0.662718] ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20200528/exoparg2-393)
[ 0.662735] ACPI Error: Aborting method \_TZ.GTTP due to previous error (AE_AML_PACKAGE_LIMIT) (20200528/psparse-529)
[ 0.662738] ACPI Error: Aborting method \_TZ.CHGZ._TMP due to previous error (AE_AML_PACKAGE_LIMIT) (20200528/psparse-529)
[ 0.663121] ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20200528/exoparg2-393)
[ 0.663135] ACPI Error: Aborting method \_TZ.GTTP due to previous error (AE_AML_PACKAGE_LIMIT) (20200528/psparse-529)
[ 0.663139] ACPI Error: Aborting method \_TZ.CHGZ._TMP due to previous error (AE_AML_PACKAGE_LIMIT) (20200528/psparse-529)
[ 0.813940] RAS: Correctable Errors collector initialized.
[ 0.818130] ACPI Error: No handler for Region [ECRM] (0000000040948e9b) [EmbeddedControl] (20200528/evregion-127)
[ 0.818136] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20200528/exfldio-261)
[ 0.818144] ACPI Error: Aborting method \_SB.GPIO._EVT due to previous error (AE_NOT_EXIST) (20200528/psparse-529)
I think it's related to my problem as ACPI manage the sleep mode.