Contribute
Register

[solved] ALC255 - No audio only UPNP Sound Device

Status
Not open for further replies.
Joined
Jan 20, 2017
Messages
5
Motherboard
Acer 17X - 1.08 - Clover
CPU
i7-7700HQ
Graphics
GTX 1080 1920x1080
Hello,

I am not able to get audio working. I've tried voodooHDA, AppleHDA Patcher, and AppleALC and nothing seems to work. I've also patched HDEF, along with IRQ fix. I'm at a lost of what to do as I've been trying to get it done for the past week. Can someone take a look at my files and help me?

Thank you,
 

Attachments

  • debug_13044.zip
    6.6 MB · Views: 51
Hello,

I am not able to get audio working. I've tried voodooHDA, AppleHDA Patcher, and AppleALC and nothing seems to work. I've also patched HDEF, along with IRQ fix. I'm at a lost of what to do as I've been trying to get it done for the past week. Can someone take a look at my files and help me?

Thank you,

Focus on AppleALC.kext.
Your kextcache proves it is not installed, and it shows other problems you need to resolve.

...

Your kextcache output proves kexts are not installed correctly.
All kexts you need must be installed to the system volume.
Read post #2 of the Clover guide for details:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093
 
Focus on AppleALC.kext.
Your kextcache proves it is not installed, and it shows other problems you need to resolve.

...

Your kextcache output proves kexts are not installed correctly.
All kexts you need must be installed to the system volume.
Read post #2 of the Clover guide for details:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093


I currently have my kexts inject through Clover. Do I need to install them to /L/E or /S/L/E to have them work properly?

Edit: NVM I read it. I will copy everything to /L/E and see if the audio works.
 
I currently have my kexts inject through Clover. Do I need to install them to /L/E or /S/L/E to have them work properly?

Your question is answered in the guide (post #2) already linked by my previous reply.
 
Your question is answered in the guide (post #2) already linked by my previous reply.

Yeah, sorry I read it. I missed that part. I will try that and post back with results.
 
No dice, I deleted all the kexts out clover on my EFI and put it in L/E then rebuild the cache and permissions. AppleHDA and AppleALC are being loaded. I'm not sure what could be the issue. Do I need to experiment with different layout IDs?
 

Attachments

  • debug_5348.zip
    2.4 MB · Views: 40
Last edited:
No dice, I deleted all the kexts out clover on my EFI and put it in L/E then rebuild the cache and permissions. AppleHDA and AppleALC are being loaded. I'm not sure what could be the issue. Do I need to experiment with different layout IDs?

Keep in mind you'll need certain "essential kexts" in EFI/Clover/kexts/Other for installer/recovery.
(must really read carefully)

Your ioreg shows you're injecting layout-id=2. It is not one of the supported layout-id values for your codec.
Note:
Code:
u430:Downloads Admin$ ls -l ~/Projects/lilu/applealc.git/Resources/ALC255/layout*
-rw-r--r--  1 Admin  staff  37457 Apr 24  2018 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout13.xml
-rw-r--r--  1 Admin  staff   3609 Oct 17 16:59 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout13.xml.zlib
-rw-r--r--  1 Admin  staff  37457 Apr 24  2018 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout17.xml
-rw-r--r--  1 Admin  staff   3609 Oct 17 16:59 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout17.xml.zlib
-rw-r--r--  1 Admin  staff  22493 Apr 24  2018 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout18.xml
-rw-r--r--  1 Admin  staff   1655 Oct 17 16:59 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout18.xml.zlib
-rw-r--r--  1 Admin  staff  16595 Nov 18 20:30 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout21.xml
-rw-r--r--  1 Admin  staff  37457 Apr 24  2018 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout27.xml
-rw-r--r--  1 Admin  staff   3608 Oct 17 16:59 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout27.xml.zlib
-rw-r--r--  1 Admin  staff  37700 Apr 24  2018 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout28.xml
-rw-r--r--  1 Admin  staff   3662 Oct 17 16:59 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout28.xml.zlib
-rw-r--r--  1 Admin  staff  16594 Apr 24  2018 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout3.xml
-rw-r--r--  1 Admin  staff   1635 Oct 17 16:59 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout3.xml.zlib
-rw-r--r--  1 Admin  staff  37475 Oct 14 06:48 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout30.xml
-rw-r--r--  1 Admin  staff   3622 Oct 17 16:59 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout30.xml.zlib
-rw-r--r--  1 Admin  staff  37457 Apr 24  2018 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout99.xml
-rw-r--r--  1 Admin  staff   3609 Oct 17 16:59 /Users/Admin/Projects/lilu/applealc.git/Resources/ALC255/layout99.xml.zlib
 
It looks like in my config.plist may have been commenting it out as #layout-id. I changed it to layout-id, and set it to 3. However, it didn't work. I tried Layout ID 13 as listed in applealc. Should I just go down the line in trying layout-ids?

Edit. Got it working with Layout ID 13. HDAEnabler.kext was somehow in the /L/E so I deleted it and now I have sound.

Thanks for the help!
 
Last edited:
It looks like in my config.plist may have been commenting it out as #layout-id. I changed it to layout-id, and set it to 3. However, it didn't work. I tried Layout ID 13 as listed in applealc. Should I just go down the line in trying layout-ids?

Edit. Got it working with Layout ID 13. HDAEnabler.kext was somehow in the /L/E so I deleted it and now I have sound.

Thanks for the help!

Marked solved.
 
Status
Not open for further replies.
Back
Top