RehabMan / OS-X-ACPI-Battery-Driver

Implements an Advanced Configuration and Power Interface (ACPI) based battery manager kernel extension (kext/driver) for non-Apple laptops running OS X.
Other
178 stars 58 forks source link

After update to 1.50, the system reports contradictory state #1

Closed jafd closed 10 years ago

jafd commented 10 years ago

After update to the latest git master (as of today, January 23, 2014), the kext still cannot find and properly show the battery status (reporting overall read timeouts), but the thing that changed is that the OS now thinks it is on battery power.

screen shot 2014-01-23 at 19 05 09

Can't there be a fallback to assume the system is always on AC if the information can't be read?

(I understand I must first fix the DSDT, but the discussion of that belongs elsewhere, I assume.)

RehabMan commented 10 years ago

May not be a problem in 1.51. Please try it.

jafd commented 10 years ago

With vanilla DSDT, it reports no battery at all. That is, the icon does not appear. I think the problem is sorts of solved.

RehabMan commented 10 years ago

If you're saying you have a DSDT unpatched/not working, I'm happy that the kext doesn't crash (I fixed a bug related to a crash with buggy DSDT recently). I'm not going to attempt making a battery icon appear with a broken DSDT. There is no benefit.