Jump to content
4 posts in this topic

Recommended Posts

Had installed Yosemite beta alongside my mavericks using clover both os boot just fine, The only hiccup is i cannot get sound and Lan on Yosemite to work. Any Help will be much appreciated thanks. 

 

Hardware are as follows: 

Asus maximus v formula Motherboard 

Intel i7 3770k cpu 

Intel 82579v gigabit connection 

realtek ALC898

 

 

 

 

Link to comment
https://www.insanelymac.com/forum/topic/300124-yosemite-lan-and-sound/
Share on other sites

Use this flag: kext-dev-mode=1 

And use this patch in your DSDT:

Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x0c)
                    {                        
                        "built-in",
                        Buffer (One)
                        {
                            0x00
                        },
                        "layout-id",
                        Buffer (0x04)
                        {
                            0x07, 0x00, 0x00, 0x00
                        },
                       "PinConfigurations",
                       Buffer (0x00)
                       {
                           0x00
                       }
                    }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
×
×
  • Create New...