Contribute
Register

Fix no sound after sleep on 1150 (and possibly other realtek's)

Status
Not open for further replies.
I have a problem with my audio, the audio only sounds when i have connected the minijack cable in the headphones input of the case, if i connect the minijack cable on the motherboard input, audio not works... I try to change it on system preferences, but still not working... whats happend?

I have Sierra 10.12.5
 
Last edited:
I installed your kext and the system would never sleep, it would only turn the display off and back on again.
 
Wow! Putting the kext you linked and installing using kextbeast worked! I was a little bit concerned when you linked an Xcode project, I was worried I was going to have to learn how to use CodecCommander, but it looks like you did all the hard work for us. Thanks!!

Edit:

Is anyone else having a problem with it not working the SECOND time you go to sleep? It works the first time, and then the second time it goes to sleep and wakes up ... no sound :(. If anyone has any ideas I'm open to them.

You can see my entire boot config here:
https://github.com/puhfista/Hackintosh
 
Last edited:
Hey,

EDIT: got this working by building the kext from the sources, setting Update Nodes to TRUE in the info.plist file, installing the kext with KextBeast and setting the Clover boot flag darkwake=8.

Thanks a lot for the help!

...

tried this pre-made kext out with my MoBo with the same ALC1150 sound chip:

Gigabyte Z170MX-Gaming 5, LGA1151, Intel Z170

unfortunately, does not work, will look for another solution.

Audio:
Realtek® ALC1150 codec
TI Burr Brown® OPA2134 operational amplifier
Support for Sound Blaster X-Fi MB3
High Definition Audio
2/4/5.1/7.1-channel
Support for S/PDIF Out
 
Last edited:
This all works fine for ALC1150 but with iMac 14.2 definition there is always the distracting pop if a sound has to play. Before I have always used MacPro definition, because it doesn't has the pop. Is there anyway to have iMac definition with no pop?
 
/
Another successful sleep/wake fix: GA-Z170N-WIFI (2.0), I7 6700K,Sierra 10.12.3 (This has a ALC1150) :thumbup:

This is what I have as a working Audio configuration just before fixing the sleep/wake issue. setting a base line:

1. Installing Sierra as per normal Unibeast/Multibeast Sierra installation guide:
2. Audio driver setting ALC1150 + 100 Series Audio (In Multibeast)
3. I am always checking if the clover configurator has: "Audio Inject number to 1"
4. Clover configuration: Darkwake=0 (8 or 4 didn't fix this the sleep/wake issue for me)
3. Sometimes (I have done many re-installs) the audio work immediately (Dunno why), sometimes I have to do
4. From this guide: https://www.tonymacx86.com/threads/audio-realtek-alc-applehda-guide.143757/
5. I use Section II, option 1: audio_cloverALC.command.zip
6. Now the audio works but sleep/wake breaks it:

Fixing Recipe:
  1. Download Codeccommander source
  2. Compile with Xcode (Note: May be this procedure also works when editing a precompiled Codeccommander if you struggle with Xcode)
  3. Move to Desktop
  4. Open a terminal window and cd into /Users/xxx/Desktop/CodecCommander.kext/Contents
  5. Edit Info.plist (I use vi)
  6. Search the LAST <key>Realtek ALC1150</key>
  7. Change "Update Nodes" from false to true
  8. <key>Update Nodes</key>
  9. <true/>
  10. Add to /S/L/E with kextbeast
  11. reboot
Info.plist attached for completeness, hope this helps others.
Thanks for the guidance provided in this thread and other treads.This issue was by far the hardest to fix :banghead:


This post helped me to solve sleep/wake the problem on Gigabyte GA-H170-D3H with macOS Sierra10.12.6 and ALC1150.

Thanks a lot.
 
Pure BRILIANT. Thanks a lot. Worked on Sierra 10.12.6 with GA-Z97X-UD5H-BK. I was looking for a solution on this for more than a year. Thanks again man!
 
Thank you for guide! Worked for me on High Sierra. I installed modified CodecCommander.kext on EFI parition (EFI/CLOVER/kexts/Other).

I attached modified kext based on latest RehabMan CodecCommander if someone isn't familiar with editing plist file.
 

Attachments

  • RehabMan-CodecCommander-2017-0501.zip
    26.5 KB · Views: 309
Status
Not open for further replies.
Back
Top