Contribute
Register

Realtek ALC283 No Audio Devices

Status
Not open for further replies.
Joined
Oct 16, 2019
Messages
2
Motherboard
Acer Aspire E5-571g
CPU
Intel i5-5200U
Graphics
Intel HD Graphics 5500 & GeForce 820M
Hi, Im trying to make audio work, i have ALC283 codec.
Yesterday i got it working by placing AppleALC.kext and Codecommander.kext in /L/E with boot argument, set via Clover Configurator, alcid=15. It was working fine until i rebooted.
Now i can't make it work, i tried other layout-id but none of them worked.


Running on Catalina 10.15.1 Beta 19B68f
An audio codec dump has also been grabbed
The output of debug info of applealc and lilu is attached
 

Attachments

  • alcdbg_liludbg_log.txt
    39.6 KB · Views: 175
  • EFI:CLOVER.zip
    1.9 MB · Views: 117
  • ioreg.ioreg
    3.9 MB · Views: 63
  • patchmatic.zip
    54.2 KB · Views: 60
  • terminal_command.zip
    2.3 KB · Views: 91
  • kextcache_output.txt.zip
    1.2 KB · Views: 72
Hi
it's me, It was working fine until i rebooted.
Do you fixed it?
 
Hi
it's me, It was working fine until i rebooted.
Do you fixed it?

Apparently it's a know bug of AppleALC, it has been reported here:


So i used fixHPET in clover configurator and now it's working fine.
 
I have a laptop acer aspire e1 571 2.2 i7 HD4000 high Sierra installation is successful but problem sound driver
Help me!
 
I have a laptop

 
I have a Intel NUC Haswell i5-4250U - Mojave that I updated from Sierra.
After update there is no audio anymore, no audio drivers are available, the usb audio not seen, the bluetooth audio not working, the coreaudiod is not loaded.
I have been implementing the B method: Acidanthera/AppleALC, as suggested by the thread:

https://www.tonymacx86.com/threads/mojave-applehda-audio.260004/

To me it seems that AppleALC is working partially and I could not figure out what else needs to be done.
I tried many layout's with no better outcome.

I observed one difference between Mojave ioreg and Sierra ioreg:
The HDEF's PinsConfiguration is different

Code:
kextstat|grep -y acpiplat
   15    2 0xffffff7f830da000 0x9c000    0x9c000    com.apple.driver.AppleACPIPlatform (6.1) F5A615E4-D5B8-3E06-A29F-F79EA07A15EF <14 13 12 8 7 6 5 3 1>

kextstat | grep -y appleintelcpu


kextstat|grep -y applelpc
  115    0 0xffffff7f8319b000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 6DD4B940-38F9-3E34-8641-19F57B5FA0A8 <114 13 6 5 3>

kextstat|grep -y applehda
  117    1 0xffffff7f82cea000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (282.54) E00FE0E4-B03D-34C5-8DC9-39C7D8D50B6B <116 104 99 13 8 7 6 5 3 1>
  147    0 0xffffff7f82e7c000 0xb7000    0xb7000    com.apple.driver.AppleHDA (282.54) 88BFC11D-179D-3546-A3C9-B542C9127590 <146 122 117 116 104 99 7 6 5 3 1>
  148    0 0xffffff7f82d09000 0x2000     0x2000     com.apple.driver.AppleHDAHardwareConfigDriver (282.54) 6241C986-0105-3441-A337-4A77AEC76A86 <5 3>


kextstat | grep 'Lilu\|AppleALC\|AppleHDA'
   18    3 0xffffff7f81054000 0x7b000    0x7b000    as.vit9696.Lilu (1.3.9) D45C65A2-D10E-33FD-9F8E-0EF9DB832A2B <8 6 5 3 2 1>
   20    0 0xffffff7f811b8000 0x134000   0x134000   as.vit9696.AppleALC (1.4.3) 626A0E74-C938-3D17-942D-CF123D571334 <18 13 8 6 5 3 2 1>
  117    1 0xffffff7f82cea000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (282.54) E00FE0E4-B03D-34C5-8DC9-39C7D8D50B6B <116 104 99 13 8 7 6 5 3 1>
  147    0 0xffffff7f82e7c000 0xb7000    0xb7000    com.apple.driver.AppleHDA (282.54) 88BFC11D-179D-3546-A3C9-B542C9127590 <146 122 117 116 104 99 7 6 5 3 1>
  148    0 0xffffff7f82d09000 0x2000     0x2000     com.apple.driver.AppleHDAHardwareConfigDriver (282.54) 6241C986-0105-3441-A337-4A77AEC76A86 <5 3>

I am attaching my current EFI's Clover folder, the Mojave ioreg, the Sierra ioreg, log debug


I have a similar problem for my audio, similar realtek-alc283.
The FixHPT didn't help me.
 
I have a similar problem for my audio, similar realtek-alc283.
The FixHPT didn't help me.

I figure out why the audio didn't work after the update.
There was in the log something like:
"
localhost kernel[0]: (AppleSystemPolicy) <AppleSystemPolicy`AppleSystemPolicy::logExecutable(char const*, char const*, int)> log-executable mig callout failed 0x10000004 (path: /Library/Audio/Plug-Ins/HAL/InstantOn.driver/Contents/MacOS/InstantOn responsiblePath: /usr/sbin/coreaudiod isExecution: 0)
"

And I observed that coreaudiod was quarantined and after boot it wasn't launched.

Once that I delete the old content from /Library/Audio/Plug-Ins/HAL/ and I reboot the audio panel and audio was present again.

I mention that I run Catalina 10.15.4.1, Lilu 1.4.3, AppleALC 1.4.8.
 
Status
Not open for further replies.
Back
Top