View Single Post
 
Old 08-20-2010, 09:44 AM
cynargo cynargo is offline
Jaguar
 
Join Date: Jul 2010
Posts: 31
I've tried leaving only the "Name( ... )| as you said, but no effect.
I've also tried making the "OHC" device look more like the one in nv based MacBook
Code:
            Device (OHC1)
            {
                Name (_ADR, 0x00120000)
                Method (_S3D, 0, NotSerialized)
                {
                    Return (0x03)
                }

                Method (_S4D, 0, NotSerialized)
                {
                    Return (0x03)
                }

                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x03)
                        {
                            "AAPL,device-internal", 
                            0x60, 
                            Buffer (0x01)
                            {
                                0x00
                            }
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }
But that also doesn't work. I guess it needs something more, but I can't figure out what.

Gone Linux.
Reply With Quote