toleda / audio_CloverALC

macOS Realtek ALC onboard audio with Clover
679 stars 109 forks source link

ALC1150 Front Panel audio crippled #100

Closed ahmadfiroz closed 7 years ago

ahmadfiroz commented 7 years ago

Rear Panel works well but front panel detects as headphones. But the audio is crippled. Not a hardware issue ( checked in windows )

OS Version : 10.12.3 Motherboard: z170 pro gaming

toleda commented 7 years ago

Crippled means what? Case?

ahmadfiroz commented 7 years ago

Distorted . Sounds like grrr. Grrr. Nzxt h440

bool3max commented 7 years ago

@ahmadfiroz I have the EXACT same issue. Audio works perfectly if the headphones are plugged in to my case's front panel 3.5mm port, but if they're plugged in directly to my MOBO's 3.5mm jack, the audio is very quiet and crippled/distorted (unusable). @toleda

I'm on 10.12.4, ALC1150, and running the latest version of AppleALC.kext and Lilu.kext (however I've been getting this problem on 10.12.3 too), also latest Clover version.

EDIT: Whoops, I thought this was the repo of AppleALC, not CloverALC, sorry. Still, we do have the same issue, pretty interesting.

toleda commented 7 years ago

@ahmadfiroz z170 pro gaming/macOS does not support the external headphone amplifier. Try https://github.com/RehabMan/EAPD-Codec-Commander

bool3max commented 7 years ago

@toleda I don't think that's the issue, see #101

ahmadfiroz commented 7 years ago

Uninstalling Realtek Driver from windows fixed the issue for me . thanks

tvhung83 commented 7 years ago

@toleda was right, I can fix my front headphone port (ALC3236) using Codec Commander and run 2 commands (following this tutorial: https://www.youtube.com/watch?v=MTbVfRXMJ2I)

$ hda-verb 0x19 SET_PIN_WIDGET_CONTROL 0x25
$ hda-verb  0x21 SET_UNSOLICITED_ENABLE 0x83
tvhung83 commented 7 years ago

@ahmadfiroz please close ticket if your issue is resolved.