Contribute
Register

ASUS K43SV/A43SV with Mountain Lion, working on it, help needed

Status
Not open for further replies.
My Laptop is Asus k43sv, it may be same with yours. i've followed your installation steps, but the touchpad doesn't work till now. i hope someone gives me a solution to fix this problem. Thanks.

ApplePS2Nub.kext and ApplePS2Controller.kext could make it works as a mouse.
 
how to turn on/off bloetooth device?

My model dosen't have bluetooth. Are you sure that you have? Please paste your ioreg log file or other log files for hardware info.
 
Thank's, the touchpad is totally working (only mouse).

i'm sorry for new question. Anyone can explain me the steps to patch DSDt.aml to work for AppleHDA ALC269?

my laptop audio just work with VoodooHDA, but without internal & external mic.
 
Thank's, the touchpad is totally working (only mouse).

i'm sorry for new question. Anyone can explain me the steps to patch DSDt.aml to work for AppleHDA ALC269?

my laptop audio just work with VoodooHDA, but without internal & external mic.

Is it explained not well in my top post?

BTW, if you are same model with me, you could copy them(dsdt file and drivers) directly.
 
Is it explained not well in my top post?

BTW, if you are same model with me, you could copy them(dsdt file and drivers) directly.

i've tried your dsdt & kexts but it doesn't work for me.
 
update to 10.8.2 today, details in top post
 
i've tried your dsdt & kexts but it doesn't work for me.

I think I made a mistake for those attachments. Please try the dsdt file in ASUS-K43SV-20120812.zip in top post again.
 
  • About ALC269 audio, DSDT patch like this: (or in this page https://gist.github.com/3294402), please use it to replace the current HDEF part. (remember to patch the DTGP too). And the driver, patched AppleHDA is in attachement, just put it into /S/L/E.
    Code:
                Device (HDEF)
                {
                    Name (_ADR, 0x001B0000)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x0C)
                            {
                                "revision-id", 
                                Buffer (0x04)
                                {
                                    0x05, 0x00, 0x00, 0x00
                                }, 
                                "subsystem-id", 
                                Buffer (0x04)
                                {
                                    0x70, 0x72, 0x00, 0x00
                                }, 
                                "subsystem-vendor-id", 
                                Buffer (0x04)
                                {
                                    0x86, 0x80, 0x00, 0x00
                                }, 
                                "layout-id", 
                                Buffer (0x04)
                                {
                                    0x1C, 0x00, 0x00, 0x00
                                }, 
                                "PinConfigurations", 
                                Buffer (Zero) {}, 
                                "PlatformFamily", 
                                Buffer (One)
                                {
                                    0x00
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }


How to patch DTGP ?
 
Status
Not open for further replies.
Back
Top