Contribute
Register

[solved]thinkpad X1 Yoga Dsdt Error

Status
Not open for further replies.
You need to determine all ports used/not used. Exclude ports which are not used.

External ports:
Make sure USB2 only HSxx ports are marked UsbConnector=0.
Make sure USB2 HSxx ports associated with USB3 ports are marked UsbConnector=3.
And active USB3 SSxx ports UsbConnector=3.

since it‘s a 100 series chipset,and i didn't see any ehci scope on dsdt
i think i don't need to worried about 'USB2 only HSxx ports are marked UsbConnector=0',
am i right?
 
since it‘s 100 series chipset,and i didn't see any ehci scope on dsdt
i think i don't need to worried about 'USB2 only HSxx ports are marked UsbConnector=0',
am i right?

USB2 only HSxx ports can still exist on XHC. XHC can handle USB3 and USB2 ports.
 
USB2 only HSxx ports can still exist on XHC. XHC can handle USB3 and USB2 ports.
i tried to set hs 1 3 6 to 0
also tried to remove the customized ssdt and enable the 15 ports limit on clover

the bluetooth is still not working after wake up.
last time i used both a usb2 stick and usb3 to tried all ports 2 times, i think have found the ports correctly:banghead:
 
i tried to set hs 1 3 6 to 0
also tried to remove the customized ssdt and enable the 15 ports limit on clover

the bluetooth is still not working after wake up.
last time i used both a usb2 stick and usb3 to tried all ports 2 times, i think have found the ports correctly:banghead:

You should not use the port limit patch long-term. It only for determining which ports are used.

the UsbConnector value depends on the port. I cannot help you there,... you have the laptop and can know which ports are USB2 only and which are USB3 (which is USB2+USB3).
 
You should not use the port limit patch long-term. It only for determining which ports are used.

the UsbConnector value depends on the port. I cannot help you there,... you have the laptop and can know which ports are USB2 only and which are USB3 (which is USB2+USB3).

now it‘s working fine!

i forget to uncheck 'allow bluetooth devices to wake this computer'
 

now back to battery problem,

Code:
[FONT=Menlo]wufeis-MacBook-Air:RehabMan wufei$ kextstat|grep -y acpiplat   13    2 0xffffff7f82da0000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
wufeis-MacBook-Air:RehabMan wufei$ kextstat|grep -y appleintelcpu
wufeis-MacBook-Air:RehabMan wufei$ kextstat|grep -y applelpc
   86    0 0xffffff7f82656000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <81 12 5 4 3>
[/FONT]

Code:
[FONT=Menlo]wufeis-MacBook-Air:RehabMan wufei$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HDMI_Audio.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Broadcom_WiFi.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmPatchRAM2.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmFirmwareRepo.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
kext-dev-mode allowing invalid signature -67061 0xFFFFFFFFFFFEFA0B for kext IOBluetoothFamily.kext
kext-dev-mode allowing invalid signature -67061 0xFFFFFFFFFFFEFA0B for kext AirPortBrcm4360.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDAHardwareConfigDriver.kext
kext-dev-mode allowing invalid signature -67061 0xFFFFFFFFFFFEFA0B for kext AppleHDA.kext[/FONT]

attachment includes iogre,clover,rehabman folder and battery patch attempt.txt

thanks in advance!
 
Last edited:
now back to battery problem,

Code:
[FONT=Menlo]wufeis-MacBook-Air:RehabMan wufei$ kextstat|grep -y acpiplat[/FONT][FONT=Menlo]   13    2 0xffffff7f82da0000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>[/FONT]
[FONT=Menlo]wufeis-MacBook-Air:RehabMan wufei$ kextstat|grep -y appleintelcpu[/FONT]
[FONT=Menlo]wufeis-MacBook-Air:RehabMan wufei$ kextstat|grep -y applelpc[/FONT]
[FONT=Menlo]   86    0 0xffffff7f82656000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <81 12 5 4 3>
[/FONT]

Code:
[FONT=Menlo]wufeis-MacBook-Air:RehabMan wufei$ sudo touch /System/Library/Extensions && sudo kextcache -u /[/FONT]
[FONT=Menlo]Password:[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HDMI_Audio.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Broadcom_WiFi.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmPatchRAM2.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmFirmwareRepo.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67061 0xFFFFFFFFFFFEFA0B for kext IOBluetoothFamily.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67061 0xFFFFFFFFFFFEFA0B for kext AirPortBrcm4360.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDAHardwareConfigDriver.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67061 0xFFFFFFFFFFFEFA0B for kext AppleHDA.kext[/FONT]

attachment includes iogre,clover,rehabman folder and battery patch attempt.txt
View attachment 186719
thanks in advance!

Use the debug version of ACPIBatteryManager to determine which battery methods are failing.

Use ACPIDebug.kext to determine specifically where (if needed).
 
Use the debug version of ACPIBatteryManager to determine which battery methods are failing.

Use ACPIDebug.kext to determine specifically where (if needed).

i didn't see any failing, but it keeps switching form 'Battery is discharging' to '!fBatteryPresent'
Code:
4/26/16 3:13:26.000 PM kernel[0]: ACPIBatteryManager: AppleSmartBattery: Battery is discharging.
4/26/16 3:13:26.000 PM kernel[0]: ACPIBatteryManager: constructAppleSerialNumber called
4/26/16 3:13:26.000 PM kernel[0]: ACPIBatteryManager: rebuildLegacyIOBatteryInfo called
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: pollingTimeOut called
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: pollBatteryState: path = 1
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: getBatterySTA called
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: setBatterySTA: battery_status = 0xf
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: !fBatteryPresent
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: clearBatteryState: do_update = true
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: rebuildLegacyIOBatteryInfo called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: pollingTimeOut called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: pollBatteryState: path = 1
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: getBatterySTA called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: setBatterySTA: battery_status = 0x1f
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: getBatteryBIF called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: validateObject return 0x0
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: setBatteryBIF: acpibat_bif size = 13
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fPowerUnit       = 0x0
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fDesignCapacityRaw  = 152000
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fMaxCapacityRaw     = 55170
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fBatteryTech     = 0x1
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fDesignVoltage   = 15200
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCapacityWarningRaw = 181
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fLowWarningRaw      = 13
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fDeviceName      = '00HW028'
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fSerialNumber    = ' 2900'
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fType            = 'LiP'
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fManufacturer    = 'LGC'
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: Calculating for WATTS
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fDesignCapacity(mAh)  = 10000
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fMaxCapacity(mAh)     = 3629
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: getBatteryBST called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: setBatteryBST: acpibat_bst size = 4
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fPowerUnit       = 0x0
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: currentStatus    = 0x1
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCurrentRate     = 6152
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCurrentCapacity = 55060
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCurrentVoltage  = 17187
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: Calculating for WATTS
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCurrentRate(mA) = 404
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCurrentCapacity(mAh) = 3622
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fAverageRate = 303
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: AppleSmartBattery: Battery is discharging.
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: constructAppleSerialNumber called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: rebuildLegacyIOBatteryInfo called
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: pollingTimeOut called
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: pollBatteryState: path = 1
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: getBatterySTA called
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: setBatterySTA: battery_status = 0xf
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: !fBatteryPresent
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: clearBatteryState: do_update = true
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: rebuildLegacyIOBatteryInfo called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: pollingTimeOut called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: pollBatteryState: path = 1
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: getBatterySTA called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: setBatterySTA: battery_status = 0x1f
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: getBatteryBIF called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: validateObject return 0x0
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: setBatteryBIF: acpibat_bif size = 13
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fPowerUnit       = 0x0
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fDesignCapacityRaw  = 152000
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fMaxCapacityRaw     = 55170
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fBatteryTech     = 0x1
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fDesignVoltage   = 15200
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCapacityWarningRaw = 181
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fLowWarningRaw      = 13
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fDeviceName      = '00HW028'
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fSerialNumber    = ' 2900'
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fType            = 'LiP'
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fManufacturer    = 'LGC'
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: Calculating for WATTS
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fDesignCapacity(mAh)  = 10000
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fMaxCapacity(mAh)     = 3629
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: getBatteryBST called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: setBatteryBST: acpibat_bst size = 4
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fPowerUnit       = 0x0
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: currentStatus    = 0x1
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCurrentRate     = 5788
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCurrentCapacity = 54990
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCurrentVoltage  = 17176
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: Calculating for WATTS
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCurrentRate(mA) = 380
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCurrentCapacity(mAh) = 3617
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fAverageRate = 341
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: AppleSmartBattery: Battery is discharging.
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: constructAppleSerialNumber called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: rebuildLegacyIOBatteryInfo called
4/26/16 3:14:41.000 PM kernel[0]: ACPIBatteryManager: pollingTimeOut called
4/26/16 3:14:41.000 PM kernel[0]: ACPIBatteryManager: pollBatteryState: path = 1
4/26/16 3:14:41.000 PM kernel[0]: ACPIBatteryManager: getBatterySTA called
4/26/16 3:14:41.000 PM kernel[0]: ACPIBatteryManager: setBatterySTA: battery_status = 0xf
4/26/16 3:14:41.000 PM kernel[0]: ACPIBatteryManager: !fBatteryPresent
 
i didn't see any failing, but it keeps switching form 'Battery is discharging' to '!fBatteryPresent'
Code:
4/26/16 3:13:26.000 PM kernel[0]: ACPIBatteryManager: AppleSmartBattery: Battery is discharging.
4/26/16 3:13:26.000 PM kernel[0]: ACPIBatteryManager: constructAppleSerialNumber called
4/26/16 3:13:26.000 PM kernel[0]: ACPIBatteryManager: rebuildLegacyIOBatteryInfo called
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: pollingTimeOut called
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: pollBatteryState: path = 1
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: getBatterySTA called
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: setBatterySTA: battery_status = 0xf
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: !fBatteryPresent
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: clearBatteryState: do_update = true
4/26/16 3:13:41.000 PM kernel[0]: ACPIBatteryManager: rebuildLegacyIOBatteryInfo called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: pollingTimeOut called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: pollBatteryState: path = 1
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: getBatterySTA called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: setBatterySTA: battery_status = 0x1f
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: getBatteryBIF called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: validateObject return 0x0
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: setBatteryBIF: acpibat_bif size = 13
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fPowerUnit       = 0x0
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fDesignCapacityRaw  = 152000
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fMaxCapacityRaw     = 55170
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fBatteryTech     = 0x1
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fDesignVoltage   = 15200
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCapacityWarningRaw = 181
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fLowWarningRaw      = 13
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fDeviceName      = '00HW028'
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fSerialNumber    = ' 2900'
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fType            = 'LiP'
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fManufacturer    = 'LGC'
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: Calculating for WATTS
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fDesignCapacity(mAh)  = 10000
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fMaxCapacity(mAh)     = 3629
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: getBatteryBST called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: setBatteryBST: acpibat_bst size = 4
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fPowerUnit       = 0x0
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: currentStatus    = 0x1
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCurrentRate     = 6152
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCurrentCapacity = 55060
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCurrentVoltage  = 17187
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: Calculating for WATTS
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCurrentRate(mA) = 404
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fCurrentCapacity(mAh) = 3622
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: fAverageRate = 303
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: AppleSmartBattery: Battery is discharging.
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: constructAppleSerialNumber called
4/26/16 3:13:56.000 PM kernel[0]: ACPIBatteryManager: rebuildLegacyIOBatteryInfo called
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: pollingTimeOut called
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: pollBatteryState: path = 1
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: getBatterySTA called
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: setBatterySTA: battery_status = 0xf
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: !fBatteryPresent
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: clearBatteryState: do_update = true
4/26/16 3:14:11.000 PM kernel[0]: ACPIBatteryManager: rebuildLegacyIOBatteryInfo called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: pollingTimeOut called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: pollBatteryState: path = 1
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: getBatterySTA called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: setBatterySTA: battery_status = 0x1f
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: getBatteryBIF called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: validateObject return 0x0
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: setBatteryBIF: acpibat_bif size = 13
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fPowerUnit       = 0x0
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fDesignCapacityRaw  = 152000
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fMaxCapacityRaw     = 55170
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fBatteryTech     = 0x1
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fDesignVoltage   = 15200
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCapacityWarningRaw = 181
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fLowWarningRaw      = 13
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fDeviceName      = '00HW028'
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fSerialNumber    = ' 2900'
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fType            = 'LiP'
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fManufacturer    = 'LGC'
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: Calculating for WATTS
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fDesignCapacity(mAh)  = 10000
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fMaxCapacity(mAh)     = 3629
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: getBatteryBST called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: setBatteryBST: acpibat_bst size = 4
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fPowerUnit       = 0x0
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: currentStatus    = 0x1
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCurrentRate     = 5788
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCurrentCapacity = 54990
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCurrentVoltage  = 17176
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: Calculating for WATTS
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCurrentRate(mA) = 380
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fCurrentCapacity(mAh) = 3617
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: fAverageRate = 341
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: AppleSmartBattery: Battery is discharging.
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: constructAppleSerialNumber called
4/26/16 3:14:26.000 PM kernel[0]: ACPIBatteryManager: rebuildLegacyIOBatteryInfo called
4/26/16 3:14:41.000 PM kernel[0]: ACPIBatteryManager: pollingTimeOut called
4/26/16 3:14:41.000 PM kernel[0]: ACPIBatteryManager: pollBatteryState: path = 1
4/26/16 3:14:41.000 PM kernel[0]: ACPIBatteryManager: getBatterySTA called
4/26/16 3:14:41.000 PM kernel[0]: ACPIBatteryManager: setBatterySTA: battery_status = 0xf
4/26/16 3:14:41.000 PM kernel[0]: ACPIBatteryManager: !fBatteryPresent

Check your ioreg,... perhaps you have two battery objects, one which is not present and didn't disable it.

Generally, if a second battery object is returning non-zero from _STA, it needs to be changed to return zero.
 
Status
Not open for further replies.
Back
Top