Jump to content

Recommended Posts

Posted

@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)
               }

btn_donate_SM.gif
Posted

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

Posted



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.

btn_donate_SM.gif
Posted



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

Posted

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

Posted

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

Posted
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?

btn_donate_SM.gif
Posted
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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...