Jump to content

[HOW TO]alc 662 Asrock for device HDAC@7


ytrox
 Share

2 posts in this topic

Recommended Posts

after some troubles I've get a way to fix ''native'' audio support on my asrock alivenf7g.

It doesn't support voodoohda and snow apple hda so I've try to install applehda from 10.5.7 patched with taruga's hdaPatcher, a custom dummy kext containing pinconfig and device-id injetion and device HDEF under ''Name (_ADR, 0x00070000)'' in my dsdt.

Device (HDEF)
           {
               Name (_ADR, 0x00070000)
               Method (_DSM, 4, NotSerialized)
               {
                   Store (Package (0x08)
                       {
                           "layout-id", 
                           Buffer (0x04)
                           {
                               0x0C, 0x00, 0x00, 0x00
                           }, 
                           "codec-id", 
                           Buffer (0x04)
                           {
                               0x62, 0x06, 0xEC, 0x10
                           }, 
                           "device-type", 
                           Buffer (0x0F)
                           {
                               "Realtek ALC662"
                           }, 
                           "PinConfigurations", 
                           Buffer (Zero) {}
                       }, Local0)
                   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                   Return (Local0)
               }
           }

 

et voilà, audio works 2in & 2out. perfect!

the strange thing is that the audio bridge 00070000 is different from standard 001B0000 so I believe that snow hda won't recognize driver

 

Asrock_alc_662.zip

 

Another way to get only output working is using leopard applehda (above) and appleazaliaAudio.kext AppleAzaliaAudio.kext.zip no dsdt patch needed

Link to comment
Share on other sites

  • 4 weeks later...
 Share

×
×
  • Create New...