Contribute
Register

HP pavilion 15 battery problem

Status
Not open for further replies.
I've already read your guide, but I do not have the skills to do it right.
The biggest thing I could do is that the system shows the percentage, only after removing the battery (with the EC adapter) and getting back up, then it starts working..
If this is not done, the system will show the value of the charge when turned on (no change)

As per guide, it is likely an existing patch already matches your DSDT.
If you have an issue, you must provide "Problem Reporting" files as per guide, post #1.

Hint: Your DSDT looks like a match for "HP G6 2221ss".
 
As per guide, it is likely an existing patch already matches your DSDT.
If you have an issue, you must provide "Problem Reporting" files as per guide, post #1.

Hint: Your DSDT looks like a match for "HP G6 2221ss".

I tried this patch. Same problem.
I collected all the information
 
I tried this patch. Same problem.
I collected all the information

Your ACPI is not patched correctly.
You have the wrong files in ACPI/patched.
You should have:
DSDT.aml
SSDT.aml (ssdtPRgen.sh)
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-6.aml
SSDT-7.aml
(DropOem=true, SortedOrder to specify order)

Of course, it is best to do renames with config.plist/ACPI/DSDT/Patches... if you did so, you could be down to:
DSDT.aml
SSDT.aml (ssdtPRgen.sh)
(DropOem=false, SortedOrder not needed)

The main laptop Clover guide has correct plists with most common renames already present.

And FixRegions_10000000 is a very bad idea.
And you don't need FixHDA_8000.

Other problems:
- CPU PM not implemented
- USB WiFi not recommended
- USB not implemented correctly
 
Your ACPI is not patched correctly.
You have the wrong files in ACPI/patched.
You should have:
DSDT.aml
SSDT.aml (ssdtPRgen.sh)
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-6.aml
SSDT-7.aml
(DropOem=true, SortedOrder to specify order)

Of course, it is best to do renames with config.plist/ACPI/DSDT/Patches... if you did so, you could be down to:
DSDT.aml
SSDT.aml (ssdtPRgen.sh)
(DropOem=false, SortedOrder not needed)

The main laptop Clover guide has correct plists with most common renames already present.

And FixRegions_10000000 is a very bad idea.
And you don't need FixHDA_8000.

Other problems:
- CPU PM not implemented
- USB WiFi not recommended
- USB not implemented correctly


What should I do with usb?
 
Status
Not open for further replies.
Back
Top