Jump to content
21 posts in this topic

Recommended Posts

Hi,

 

the laptop is Acer Aspire V5-571PG i5

os x 10.11.3

 

This is the first hack in this pc and i cannot find a working appleHDA or patch for this.

 

codec id: 0x10EC0269

revision: 0x0100

audio device: 0x80861E20

sub device: 0x1025072D

layout-id: 01 00 00 00

 

 

thanks

Link to comment
https://www.insanelymac.com/forum/topic/311275-alc269vc-acer-laptop/
Share on other sites

i added 0x67 to csr in clover config, it should be disabled, at least on my pc i can load xtrafinder which does not work with sip

 

i tried appleHDA patcher 269vc2, 269vc3 and yosemite appleHDA 269vc, 269vc2

 

ioreg says layout id 1

The instructions from the app, clearly indicate to use 3 layout.

You have to try the first version available for your codec.
After each test, cancel Mirone folder from the desktop.
repeat the procedure by selecting the next version
Test them one at a time, with this layout

It uses a wrong layout id and it does not work on any of my devices

Sir, is you that use the wrong layout-id ;)

An hackintosh does not inject this property, so you have it somewere (DSDT, SSST,HDAEnabler.kext.. or any other injector you have installed)

layout 3

ver 1, ver 2 and ver 3.

 

none of them work

i m using the full patched kext in s/l/e

Was already patched? layout-id 1 mentioned by you indicate that you use someone else work before.

BTW you apply the HPET patch to your dsdt?

  • Like 1

yea, sorry

layout 1 was set in clover, now it s 3

 

i m already using a dsdt, i extracted everything in linux and i patched almost everything to make it to work, but no, i did not patch the hpet :P

i ll path it and try again

nothing


# Fix IRQs
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 IRQNoFlags\s\(\)\n\s+\{(\d+)\} removeall_matched;




# Fix HPET
into device name_hid PNP0103 code_regex IRQNoFlags\s\(\)\s+\{\d+\} removeall_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 () {0}\n
	IRQNoFlags () {8}\n
	IRQNoFlags () {11}\n
	IRQNoFlags () {15}\n%2})
end;

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))\n
                    {\n
                        Return (Buffer (One)\n
                        {\n
                            0x03\n
                        })\n
                    }\n
                    Return (Package (0x0C)\n
                    {\n
                        "AAPL,slot-name", Buffer (0x09) { "Built in" },\n
                        "layout-id", Buffer (0x04) { 0x03, 0x00, 0x00, 0x00 },\n
                        "device_type", Buffer (0x11) { "Audio Controller" },\n
                        "built-in", Buffer (One) { 0x00 },\n
                        "PinConfigurations", Buffer (Zero) {},\n
                        "hda-gfx", Buffer (0x0A) { "onboard-1" }\n
                    })\n
                }
end;

EDIT:

 

Found it, from yosemite applehda thread

I don t know why but mirone audio never worked for me in any pc

Thanks for the help

×
×
  • Create New...