Contribute
Register

HP Probook 450 G2 (Haswell) - issues after upgrade to El Capitan

Status
Not open for further replies.
thank your for your help, here is the registry:

View attachment 154762

Injector for EH01 will have no effect. Your EHCI controller is still named EHC1.

As for XHC injector.

- SSP1 lacks 'port'
- port-count should be the max 'port' value
- there seem to be several ports missing
- it is not installed correctly (no evidence of it loading in ioreg).
 
OK, everything is working now!

Here's what I changed after installation of latest PBI CE:

1) Implemented Clover patch to rename EHC1 to EH01 and EHC2 to EH02

@nguyenmac: this should probably go into the PBI as a default patch for the DSDT

2) created custom USB injector for the XHC port and put it into S/L/E (attached)

Note: I haven't implemented the EH01 hub in the kext, because I don't think it's necessary (see my comments on the bios settings below)

3) as I have both the Option "USB Legacy Support" and "USB XHCI Support" in bios, I played around with switching on and off the legacy support, both seem to work fine with my setup and I left it disabled

4) all 4 USB ports work now, USB3 devices will be recognised correctly on the two USB3 ports on the left hand side

Thanks for the great support!
 

Attachments

  • USBXHCI-HP_PB450G2.kext.zip
    2 KB · Views: 129
Hi guys,

Used this for my 450 G2, thank you for your work!
Now, all usb ports work correctly but I am still having the sleep problem, it can't be woke up after entering sleep.
Any suggestions where to look?
@romanusgermanicus
Yours has this problem?
 
Hi guys,

Used this for my 450 G2, thank you for your work!
Now, all usb ports work correctly but I am still having the sleep problem, it can't be woke up after entering sleep.
Any suggestions where to look?
@romanusgermanicus
Yours has this problem?

What happens when it enters sleep? Do you have blinking power LED?

If so, what happens when you press the power button?
 
The screen is black (i think is the sleep mode o_O ), no blinking of the power led, stays permanently on

So if try to revive it in less then a minute it works, but for a longer period of time doesn't work, i have to shut down from the power button and then reboot.
Hibernate mode is set to zero and I don't have Power Nap enabled.
 
The screen is black (i think is the sleep mode o_O ), no blinking of the power led, stays permanently on

Sleep is delayed by ~15 seconds. And it will not proceed if you have assertions:
check:
Code:
pmset -g assertions

So if try to revive it in less then a minute it works, but for a longer period of time doesn't work, i have to shut down from the power button and then reboot.

The longer time is actual sleep... After the longer time, did you get blinking power LED.

If not, your computer is crashing during the sleep process.
If so, your computer is crashing during the wake process.

Hibernate mode is set to zero and I don't have Power Nap enabled.

What WiFi card are you using?
 
Assertion status system-wide:
BackgroundTask 0
ApplePushServiceTask 0
UserIsActive 0
PreventUserIdleDisplaySleep 0
PreventSystemSleep 0
ExternalMedia 1
PreventUserIdleSystemSleep 0
NetworkClientActive 0
Listed by owning process:
pid 53(powerd): [0x000002a9000801e4] 00:38:08 ExternalMedia named: "com.apple.powermanagement.externalmediamounted"
Kernel Assertions: 0x4=USB
id=500 level=255 0x4=USB mod=01/01/70 02:00 description=com.apple.usb.externaldevice.14a00000 owner=HD710
Idle sleep preventers: IODisplayWrangler

I don't understand this...
I am using BCM943225HM wifi card.
 
pid 53(powerd): [0x000002a9000801e4] 00:38:08 ExternalMedia named: "com.apple.powermanagement.externalmediamounted"

Remove the USB storage device you have plugged in.
 
Assertion status system-wide:
BackgroundTask 0
ApplePushServiceTask 0
UserIsActive 0
PreventUserIdleDisplaySleep 0
PreventSystemSleep 0
ExternalMedia 0
InternalPreventDisplaySleep 1
PreventUserIdleSystemSleep 0
NetworkClientActive 0
Listed by owning process:
pid 53(powerd): [0x00000e6a001002ac] 00:00:49 InternalPreventDisplaySleep named: "com.apple.powermanagement.delayDisplayOff"
Timeout will fire in 269 secs Action=TimeoutActionTurnOff
No kernel assertions.
Idle sleep preventers: IODisplayWrangler

Now it's without usb hdd and on battery power.
 
Assertion status system-wide:
BackgroundTask 0
ApplePushServiceTask 0
UserIsActive 0
PreventUserIdleDisplaySleep 0
PreventSystemSleep 0
ExternalMedia 0
InternalPreventDisplaySleep 1
PreventUserIdleSystemSleep 0
NetworkClientActive 0
Listed by owning process:
pid 53(powerd): [0x00000e6a001002ac] 00:00:49 InternalPreventDisplaySleep named: "com.apple.powermanagement.delayDisplayOff"
Timeout will fire in 269 secs Action=TimeoutActionTurnOff
No kernel assertions.
Idle sleep preventers: IODisplayWrangler

Now it's without usb hdd and on battery power.

Let all assertions clear, then test.
 
Status
Not open for further replies.
Back
Top