Jump to content

123RaZoR321

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by 123RaZoR321

  1. Hi EMlyDinEsH!

    Thank you, I have successfully found Kexts to enable my keyboard, audio, and wifi.

    I have tried using the EDP to install the Elan kexts first, which did enable my keyboard immediately following that, but my trackpad was still unresponsive. 

    I have also tried your Elan trackpad driver by directly copying it into Extra/Extension and running myFix; however, the trackpad is still not working after multiple reboots. 

    Can I provide you with any information to assist in troubleshooting this for me? Thank you so much for your reply!

    Touchpad won't work with this kext because N53 has Elan V2 which is not supported yet. The attached kexts allow to use touchpad as a mouse. Scrolling, single-,double-,triple- click work.

    keyboard+touchpad.zip

  2. Is it possible to wake this laptop by opening the lid? I've been trying to make this work for some time but nothing seems to make it work.

    Name (_PRW, Package (0x02)
                {
                    0x18, 
                    0x04
                })

    0x18 is supposed to be a GPE Method, but I don't have any GPE Method with Lid in it. 

    Adding

    Method (_L18, 0, NotSerialized)
            {
                Notify (\_SB.LID, 0x80)
            }
    

    to _GPE Scope doesn't work.

    DSDT_N53SV.aml.zip

×
×
  • Create New...