Mirone Posted September 30, 2013 Posted September 30, 2013 @fingger try this: http://www.sendspace.com/file/xm5dai change layoutId in teh patch HDEF your DSDt.aml change 12 to 1. look: Method (_DSM, 4, NotSerialized) { Store (Package (0x0c) { "built-in", Buffer (One) { 0x00 }, "layout-id", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (0x00) { 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) }
crusher Posted September 30, 2013 Posted September 30, 2013 How to fix Sound Card in my DSDT.aml?This is my patch.But don't work ok. Device (HDEF) { Name (_ADR, 0x001B0000) OperationRegion (HDAR, PCI_Config, 0x4C, 0x10) Field (HDAR, WordAcc, NoLock, Preserve) { DCKA, 1, Offset (0x01), DCKM, 1, , 6, DCKS, 1, Offset (0x08), , 15, PMES, 1 } Method (_PRW, 0, NotSerialized) { Return (Package (0x02) { 0x0D, 0x05 }) } Method (_DSM, 4, NotSerialized) { Store (Package (0x04) { "layout-id", Unicode ("Z"), "PinConfigurations", Buffer (0x30) { /* 0000 */ 0x10, 0x40, 0x11, 0x01, 0xF0, 0x00, 0x00, 0x40, /* 0008 */ 0xF0, 0x00, 0x00, 0x40, 0xF0, 0x00, 0x00, 0x40, /* 0010 */ 0xF0, 0x00, 0x00, 0x40, 0xF0, 0x00, 0x00, 0x40, /* 0018 */ 0x50, 0x30, 0x81, 0x01, 0x60, 0x90, 0xA1, 0x90, /* 0020 */ 0xF0, 0x00, 0x00, 0x40, 0x20, 0x21, 0x45, 0x07, /* 0028 */ 0xF0, 0x00, 0x00, 0x40, 0xF0, 0x00, 0x00, 0x40 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } Mobo: GA-Z90 M Gaming CPU: i9 9900K RAM: 16GB Kingstone NVMe: Samsung 970 250GB SanDisk SSD: 500GB
fingerr Posted September 30, 2013 Posted September 30, 2013 @finggertry this: http://www.sendspace.com/file/xm5dai change layoutId in teh patch HDEF your DSDt.aml change 12 to 1. Hi Mirone, in rush I forgot to remove VoodooHDA, and it doesn't work Any advice? Once again, Thanks!! -- regards fingerr
Mirone Posted September 30, 2013 Posted September 30, 2013 Hi Mirone, in rush I forgot to remove VoodooHDA, and it doesn't work Any advice? Once again, Thanks!! -- regards fingerr boot with -x and remove voodoohda.
Mirone Posted September 30, 2013 Posted September 30, 2013 @crusher so do not just fix the DSDT, kext have to correct too.
fingerr Posted September 30, 2013 Posted September 30, 2013 boot with -x and remove voodoohda. Already done, but still not working. I'll try different DSDT patch, because when used this one kext didn't loaded so I used chameleon HDAenabler module and jext got loaded but no sound. --EDIT-- I've tried this DSDT mod, kext is loaded but no devices detected. Method (_DSM, 4, NotSerialized) { Store (Package (0x06) { "hda-gfx", Buffer (0x0A) { "onboard-1" }, "layout-id", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } Any ideas? -- regards fingerr
atinajero Posted September 30, 2013 Posted September 30, 2013 Hello there! I am having a hard time understanding how to set up the path maps for editing the Platform.xml file. If you could help me, that would be tremendously appreciated! I've attached my platform.xml and codec_dump_dec.txt.svg Thanks! lijero13ss.zip
crusher Posted September 30, 2013 Posted September 30, 2013 Already done, but still not working. I'll try different DSDT patch, because when used this one kext didn't loaded so I used chameleon HDAenabler module and jext got loaded but no sound. --EDIT-- I've tried this DSDT mod, kext is loaded but no devices detected. Method (_DSM, 4, NotSerialized) { Store (Package (0x06) { "hda-gfx", Buffer (0x0A) { "onboard-1" }, "layout-id", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } Any ideas? -- regards fingerr "layout-id", Buffer (0x04) { 0x0C, 0x00, 0x00, 0x00 Mobo: GA-Z90 M Gaming CPU: i9 9900K RAM: 16GB Kingstone NVMe: Samsung 970 250GB SanDisk SSD: 500GB
Mirone Posted September 30, 2013 Posted September 30, 2013 @fingger @crusher send me your codec_dump+DSDT+ioreg.
Mirone Posted September 30, 2013 Posted September 30, 2013 Hello there! I am having a hard time understanding how to set up the path maps for editing the Platform.xml file. If you could help me, that would be tremendously appreciated! I've attached my platform.xml and codec_dump_dec.txt.svg Thanks! your codec is conexant cx2085?
crusher Posted September 30, 2013 Posted September 30, 2013 @fingger@crusher send me your codec_dump+DSDT+ioreg. This my GetDump+DSDT.am and IoReg. Thank you. DSDT.aml.zip GetDump.zip Ibragic’s iMac.zip Mobo: GA-Z90 M Gaming CPU: i9 9900K RAM: 16GB Kingstone NVMe: Samsung 970 250GB SanDisk SSD: 500GB
atinajero Posted September 30, 2013 Posted September 30, 2013 your codec is conexant cx2085? My codec is Conexant CX20590
Mirone Posted September 30, 2013 Posted September 30, 2013 @crusher I think you did not understand, and I need codec_dump not the GetDump that belongs to voodoohda.
Mirone Posted September 30, 2013 Posted September 30, 2013 @atinajero send me your codec_dump+dsdt+ioreg.
fingerr Posted September 30, 2013 Posted September 30, 2013 @fingger@crusher send me your codec_dump+DSDT+ioreg. Here it is. Thanks in advance, fingerr. intelcodec0.zip DSDTL.dsl.zip IOReg.zip
Mirone Posted September 30, 2013 Posted September 30, 2013 Attached Try this: http://www.sendspace.com/file/wfcfse
atinajero Posted October 1, 2013 Posted October 1, 2013 Unfortunately it didn't work. I installed the kext via kext wizard. I copied the dsdt.aml file to my extra folder
atinajero Posted October 1, 2013 Posted October 1, 2013 repair permissions and rebuild caches? Yep I did that after installing the kext and still nothing changed. Sound is not working yet. Any suggestions? Edit: I got audio working! I followed a guide from osx86 site. Thanks for your help!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now