Contribute
Register

No sound after sleep - Probook clover

Status
Not open for further replies.
I just made a fresh install using the forum guide. All my devices work great except audio. No devices found under "Sound" option in system profiler. As i saw in the loaded Extensions, the AppleHDAIDT.kext is missing from them and only AppleHDA.kext is in there (not loaded though). In /Library/Extensions there is "AppleHDA_ProBook.kext" installed and loaded. So i followed the injection trick here (post #22): http://www.tonymacx86.com/el-capita...applehda-injector-dummyhda-3.html#post1223804 but no sound after that too. What should i make for my audio to work?
 
I just made a fresh install using the forum guide. All my devices work great except audio. No devices found under "Sound" option in system profiler. As i saw in the loaded Extensions, the AppleHDAIDT.kext is missing from them and only AppleHDA.kext is in there (not loaded though). In /Library/Extensions there is "AppleHDA_ProBook.kext" installed and loaded. So i followed the injection trick here (post #22): http://www.tonymacx86.com/el-capita...applehda-injector-dummyhda-3.html#post1223804 but no sound after that too. What should i make for my audio to work?

http://www.tonymacx86.com/el-capita...zbook-using-clover-uefi-hotpatch-10-11-a.html

"Problem Reporting"
 
When i follow this talking about the transition from PBI, i can't boot in OSX (black screen after loading screen with apple).

* Steps i did:
- remove all files in EFI/Clover/ACPI/patched except for SSDT.aml
- Copied the:
SSDT-HACK.aml
SSDT-BATT.aml
SSDT-IGPU.aml
SSDT-KEY102.aml
(Didn't copy the SSDT-USB-4x40s.aml cause i have Probook 6560b)


- Selected the : config_6x60s.plist from /.config folder
 
When i follow this talking about the transition from PBI, i can't boot in OSX (black screen after loading screen with apple).

* Steps i did:
- remove all files in EFI/Clover/ACPI/patched except for SSDT.aml
- Copied the:
SSDT-HACK.aml
SSDT-BATT.aml
SSDT-IGPU.aml
SSDT-KEY102.aml
(Didn't copy the SSDT-USB-4x40s.aml cause i have Probook 6560b)


- Selected the : config_6x60s.plist from /.config folder

Boot verbose, show photo.

Also, you will need to post your EFI/Clover folder as ZIP (remove 'themes').

Note: SSDT-IGPU.aml is wrong for the hardware details in your profile. If your profile is accurate, due to 1600x900 screen, you need SSDT-IGPU-HIRES.aml.
 
Boot verbose, show photo.

Also, you will need to post your EFI/Clover folder as ZIP (remove 'themes').

Just placed the following in patched folder:

SSDT-HACK.aml
SSDT-BATT.aml
SSDT-IGPU-HIRES.aml
SSDT-KEY87.aml

Now i can boot, my audio devices (output/input) is shown under System Info!
Still have no sound though :(

Here is my clover file:View attachment CLOVER.zip
 
Just placed the following in patched folder:

SSDT-HACK.aml
SSDT-BATT.aml
SSDT-IGPU-HIRES.aml
SSDT-KEY87.aml

Now i can boot, my audio devices (output/input) is shown under System Info!
Still have no sound though :(

Here is my clover file:View attachment 183887

As i can see in /L/E folder the AppleHDA_ProBook.kext Info.plist doesn't include the following additional property keys:

<key>com.apple.iokit.IOPCIFamily</key>
<string>1.1</string>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.2.0a1</string>

Should i include them to this kext and re-install it like described in post #22 here: http://www.tonymacx86.com/el-capita...applehda-injector-dummyhda-3.html#post1223804?
 
As i can see in /L/E folder the AppleHDA_ProBook.kext Info.plist doesn't include the following additional property keys:

<key>com.apple.iokit.IOPCIFamily</key>
<string>1.1</string>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.2.0a1</string>

Should i include them to this kext and re-install it like described in post #22 here: http://www.tonymacx86.com/el-capita...applehda-injector-dummyhda-3.html#post1223804?

The kext in the repo definitely includes them. If your copy doesn't include them, it is because you changed the content of the file or your copy of the repo is not up-to-date.

If you followed the guide, to sync:
Code:
cd ~/Projects/probook.git
git stash
git pull
make install_hda

If still not working...

Read guide post #1, "Problem Reporting"
 
The kext in the repo definitely includes them. If your copy doesn't include them, it is because you changed the content of the file or your copy of the repo is not up-to-date.

If you followed the guide, to sync:
Code:
cd ~/Projects/probook.git
git stash
git pull
make install_hda

If still not working...

Read guide post #1, "Problem Reporting"

Yes, just saw that..is included, sorry! :( (still have no sound though)
Here is my latest resulted zip: View attachment latest_results.zip

Thanks for your patience Rehabman. :)
 
Status
Not open for further replies.
Back
Top