Jump to content

[Kext] ALC662v2 AppleHDA for El Capitan


Hanger1(H1)
 Share

7 posts in this topic

Recommended Posts

  • 1 month later...
  • 2 months later...

It somewhat works for me.

 

Sometimes I boot the computer and the sound icon is dimmed out, so I have to reboot it and then the sound icon works and sound plays.

 

I noticed that if you keep the volume really high, there is a lot of static from the speakers.

Link to comment
Share on other sites

  • 3 months later...
  • 6 months later...

Not worked on my desktop :(

Use "HDEF Patch" in DSDT

 

#Automatically adjusted by AppleHDA Patcher.app

# original by RehabMan
 
 
#   Inject Audio info
into method label _DSM parent_label HDEF remove_entry;
into device label HDEF insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
    Return (Package()\n
    {\n
        "AAPL,slot-name", Buffer() { "Built in" },\n
        "layout-id", Buffer() { 0x05, 0x00, 0x00, 0x00 },\n
        "device_type", Buffer() { "Audio Controller" },\n
        "built-in", Buffer() { 0x00 },\n
        "PinConfigurations", Buffer() { },\n
        "hda-gfx", Buffer() { "onboard-1" }\n
    })\n
}\n
end
 
 
If it is don't work, then use kext -> http://www.osx86.net/files/file/4677-alc662-mac-os-x-el-capitan-10113with "HDEF Patch" in DSDT
 
P.S. Sorry my bad english
Link to comment
Share on other sites

 Share

×
×
  • Create New...