Jump to content

ALC662v2 AppleHDA.kext for 10.11 El Capitan Kext version 272.36


1 Screenshot

About This File

Check Purple tag , its indicate changed files.

 Share


User Feedback

Recommended Comments

It also require DSDT patch

 

into device name_adr 0x001B0000 set_label
begin
HDEF
end;
into_all all code_regex AZAL replaceall_matched
begin
HDEF
end;
into method label _DSM parent_adr 0x001B0000 remove_entry;
into device name_adr 0x001B0000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
Store (Package (0x08)\n
{\n
"codec-id", \n
Buffer (0x04)\n
{\n
0x62, 0x06, 0xEC, 0x10\n
}, \n
"layout-id", \n
Buffer (0x04)\n
{\n
0x96, 0x02, 0x00, 0x00\n
}, \n
"device-type", \n
Buffer (0x0F)\n
{\n
"Realtek ALC662"\n
}, \n
"PinConfigurations", \n
Buffer (Zero) {}\n
}, Local0)\n
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
Return (Local0)\n
}
end;
into method label DTGP remove_entry;
into definitionblock code_regex . insert
begin
Method (DTGP, 5, NotSerialized)\n
{\n
If (LEqual (Arg0, Buffer (0x10)\n
{\n
/* 0000 */ 0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44, \n
/* 0008 */ 0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B\n
}))\n
{\n
If (LEqual (Arg1, One))\n
{\n
If (LEqual (Arg2, Zero))\n
{\n
Store (Buffer (One)\n
{\n
0x03\n
}, Arg4)\n
Return (One)\n
}\n
If (LEqual (Arg2, One))\n
{\n
Return (One)\n
}\n
}\n
}\n
Store (Buffer (One)\n
{\n
0x00\n
}, Arg4)\n
Return (Zero)\n
}
end;
into device name_hid PNP0000 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
into device name_hid PNP0100 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
into device name_hid PNP0B00 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
into device name_hid PNP0103 code_regex_not IRQNoFlags code_regex Name\s\(([^,]+),\sResourceTemplate\s\(\)\n\s+\{((?:.|\n)*)\}\) replace_matched
begin
Name (%1, ResourceTemplate ()\n
{\n
IRQNoFlags ()\n
{0}\n
IRQNoFlags ()\n
{8}\n
%2
})
end

  • Like 3
Link to comment
Share on other sites

Hi Friends,

I'm new in this world of HackIntosh. I'm trying to install the driver for Audio ALC662 on my El Capiton hack version, but nothing work. I read on a post above that can be do it with "Layout 12 with Clover", but I do not know where to start... Could someone please, help me? Or send me a link with a tutorial on how to make?

Thanks a lot, and sorry for bothering.

Link to comment
Share on other sites

Edit your config.plist in Clover Configurator and select Audio Layout 12 , or google "Adding AppleHDA layout in clover config.plist"

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...