Contribute
Register

HP Probook 6470b

Status
Not open for further replies.
Out of curiosity, do you any difference in system logs when patching 11d4198b vs. 11d41984 (sound assertions and ambient noise reduction)?
Nope, it is exactly the same in my experience with the same 2 sound assertions (AppleHDAPath at line 1360 & AppleHDAEngine at line 519).
 
Hi!
So, I've decided to give MaciASL (v1.2) a shot and go with "easy" DSDT making.
Took F.42 (that's current) BIOS ACPI dump from Linux, decoded, then proceeded exactly as in kpkp's first post in this thread through applying Rehabman's repo patches.
No errors, 7 warnings, got DSDT which is about half the size of the original - hmm, maybe that's ok.
Booted, all looks good except that sleep doesn't work at all. PC wakes up immediately. :problem:
I remember seeing other people with the same problem, but I can't find these posts anymore.
Anyone has come across this? Any ideas?
Link to patched DSDT.
 
I just did my DSDT again using the version 1.2 and it still works fine (sleep)... but i did not update my BIOS, maybe that is to blame?
 
but i did not update my BIOS, maybe that is to blame?
hard to say. sleep works fine with "old" DSDT.
how big are your DSDT files (text and binary) after patching?

I'll have to do manual patching sometime later and see how that works with F.42.
Or maybe mighty Rehabman will come to help with some suggestion...

upd.:
but I see that CPU temperature is much higher now, it may go up to 100 ℃
probably BIOS impact, I see that happening with all DSDT versions I have.
 
hard to say. sleep works fine with "old" DSDT.
how big are your DSDT files (text and binary) after patching?

I'll have to do manual patching sometime later and see how that works with F.42.
Or maybe mighty Rehabman will come to help with some suggestion...
That is normal that the size went down, Rehabman did some streamlining (it went from 130+kb to 55kb, going from memory). For example my desktop has only a 8kb dsdt after Master Chief done some crazy stuff (for the time) with the dsdt, there is a huge amount of code in the DSDT that has no effect on the OSX.
 
Hi!
So, I've decided to give MaciASL (v1.2) a shot and go with "easy" DSDT making.
Took F.42 (that's current) BIOS ACPI dump from Linux, decoded, then proceeded exactly as in kpkp's first post in this thread through applying Rehabman's repo patches.
No errors, 7 warnings, got DSDT which is about half the size of the original - hmm, maybe that's ok.
Booted, all looks good except that sleep doesn't work at all. PC wakes up immediately. :problem:
I remember seeing other people with the same problem, but I can't find these posts anymore.
Anyone has come across this? Any ideas?
Link to patched DSDT.

It think it might make sense to diff your two DSDTs.

General method:
Code:
# disassemble both
iasl -d dsdt1.aml
iasl -d dsdt2.aml
# compile both
iasl dsdt1.dsl
iasl dsdt2.dsl
# disassemble both
iasl -d dsdt1.aml
iasl -d dsdt2.aml
diff dsdt1.dsl dsdt2.dsl

But check your system.log for wake reason. And check your BIOS settings for wake on usb/wake on lan.
 
I compared the "original", unedited DSDT tables from F.40 and F.42 and there is only a single change (pic attached).
Probably HP made changes in other tables.
I guess I can continue to use F.40 DSDT with F.42 BIOS.

Screen Shot 2013-07-12 at 10.39.48.png

And yes, wake is caused by "Wake reason: EHC2 EHC1", could it be a problem with USB ID's?
 
I compared the "original", unedited DSDT tables from F.40 and F.42 and there is only a single change (pic attached).
Probably HP made changes in other tables.
I guess I can continue to use F.40 DSDT with F.42 BIOS.

View attachment 61297

Something removed from an _INI method. Bug fix of some sort?

And yes, wake is caused by "Wake reason: EHC2 EHC1", could it be a problem with USB ID's?

What USB patches do you use? What does ioreg show for native IDs?
 
Something removed from an _INI method. Bug fix of some sort?

quite a lot of them:
Version: F.42 (20 May 2013) Fixes
- Fixes an issue where the shift key or control key do not function properly and are repeatedly activated after being pressed one time while the system is in the preboot environment or in the DOS environment.
- Fixes an intermittent issue where a battery that has been fully discharged does not recharge properly.
- Fixes an issue which causes the incorrect vendor name for the ADATA memory module to be displayed in the F10 BIOS Setup.
- Fixes issue where system does not boot properly from a Verbatim USB 3.0 drive.
- Fixes an issue where the system does not power on (boot) properly after changes are made to the Boot Options under the System Setup in the F10 BIOS Setup.
- Fixes an issue where the system stops functioning properly and displays a black screen after the lid is closed while the system is powering on and is then opened.
- Fixes an issue where the right alt and right ctrl keys on a USB keyboard connected to the system do not function properly in the preboot operating system environment.
- Fixes issue which causes the BitLocker recovery screen to be displayed when the system is restarted after the Computrace support is enabled in the BIOS.
- Fixes issue where the built in serial port do not function properly in the DOS environment.
- Fixes issue where system displays the HP Logo for an additional 30 seconds after the modem device is disabled under the BIOS F10 Setup.
» Version: F.41 (1 Apr 2013)
Fixes
- Fixes an intermittent issue where a system battery that has been completely discharged does not recharge properly.


What USB patches do you use?
What does ioreg show for native IDs?

Yours, from 4x30s repo.
Screen Shot 2013-07-12 at 17.16.04.pngScreen Shot 2013-07-12 at 17.16.49.png
 
Status
Not open for further replies.
Back
Top