Hello all, I have some problems with acpi on my laptop.
Firstly, something strange is happening with battery.
When i plug/unplug AC adapter, acpi stops seeing battery.
Console errors (like ones below) appear and #acpiconf -i batt just shows old values.
I have AC and lid disabled in /boot/loader.conf:
So, with acad disabled, battery works perfectly some time after booting (~40 min here), but then:
Then, terrible thermal error appears!
#acpiconf doesn't show actual information
I think that disabling "thermal" or "cmbat" would be bad idea.
Here is one of /var/log/messages, if error appears it will not disappear until rebooting
Second problem is waking up after suspending to S3,
but i need battery more than it)
I tried to fix DSDT, but it seems nothing has changed, here are both original and fixed asls.
I would appreciate for any ideas how to solve problems.
Regards
Firstly, something strange is happening with battery.
When i plug/unplug AC adapter, acpi stops seeing battery.
Console errors (like ones below) appear and #acpiconf -i batt just shows old values.
I have AC and lid disabled in /boot/loader.conf:
Code:
debug.acpi.disabled="lid"
#to remove console errors when open/close lid
debug.acpi.disabled="acad"
So, with acad disabled, battery works perfectly some time after booting (~40 min here), but then:
Code:
Dec 6 15:46:16 lettuce fsck: /dev/ad4s1d: UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY.
Dec 6 16:20:51 lettuce kernel: acpi_ec0: wait timed out (no response), forcing polled mode
Code:
Dec 6 16:20:51 lettuce kernel: acpi_ec0: EcRead: failed waiting to get data
Dec 6 16:20:51 lettuce kernel: ACPI Exception (evregion-0529): AE_NO_HARDWARE_RESPONSE, Returned by Handler for [EmbeddedControl] [20070320]
Dec 6 16:20:51 lettuce kernel: ACPI Error (psparse-0626): Method parse/execution failed [\_SB_.PCI0.LPC0.BAT1._BST] (Node 0xc5a80860), AE_NO_HARDWARE_RESPONSE
Code:
Dec 6 16:20:57 lettuce kernel: acpi_ec0: EcRead: failed waiting to get data
Dec 6 16:20:57 lettuce kernel: ACPI Exception (evregion-0529): AE_NO_HARDWARE_RESPONSE, Returned by Handler for [EmbeddedControl] [20070320]
Dec 6 16:20:57 lettuce kernel: ACPI Error (psparse-0626): Method parse/execution failed [\_TZ_.THRM._TMP] (Node 0xc5a827c0), AE_NO_HARDWARE_RESPONSE
I think that disabling "thermal" or "cmbat" would be bad idea.
Here is one of /var/log/messages, if error appears it will not disappear until rebooting
Second problem is waking up after suspending to S3,
but i need battery more than it)
I tried to fix DSDT, but it seems nothing has changed, here are both original and fixed asls.
I would appreciate for any ideas how to solve problems.
Regards