Search results

Loading Google Results...
  1. mihael

    Synaptics Clickpad on I2C

    Hello RehabMan, Someone started developing i2c clickpad driver for osx http://github.com/alexandred/VoodooI2C but he didn't continue developing :'(
  2. mihael

    [Guide] How to patch DSDT for working battery status

    RehabMan, did you test what your laptop would do if the battery level reach 2% or 1% ?
  3. mihael

    [Guide] How to patch DSDT for working battery status

    I know that it is all kind of silly, but I think the laptop must to go sleep automatically before the battery reach 0%. My DSDT reports that the laptop works from the battery, but when battery reach 2% then DSDT reports that it plugged the AC-adapter. It's strange..
  4. mihael

    [Guide] How to patch DSDT for working battery status

    No, I mean that I don't want to plug the AC-adapter into the laptop and it's unplugged, but I see that the battery icon said it's plugged. And it happens only when left 2% of battery.
  5. mihael

    [Guide] How to patch DSDT for working battery status

    RehabMan, I have a problem with battery information, because when left only 2% of the battery I see that AC-adapter is plugged in, but really it is not plugged and as a result the laptop turns off when the battery got 0%. Is it the driver problem or DSDT?
  6. mihael

    How to make keyboard backlight work?

    The H_EC OperationRegion. I tried to re-write the code in those methods without RefOf/DerefOf but have no luck...
  7. mihael

    How to make keyboard backlight work?

    Yes you understand correctly, thanks! CMDR defined as: CMDR, 8,
  8. mihael

    How to make keyboard backlight work?

    ECMD run While (ECRD (RefOf (CMDR))) and ECRD stuck on Store (DerefOf (Arg0), Local0) How to fix this problem?
  9. mihael

    How to make keyboard backlight work?

    Please tell me where I need to put traces and what to check in those traces? Now I only see if several times press Fn+F10 to enable backlight: EC _Q52 -> 0x44 kbdbUp step EC _Q52 -> 0x44 kbdbUp step EC _Q52 -> 0x44 kbdbUp step EC _Q52 -> 0x44 kbdbUp step EC _Q52 -> 0x44 kbdbUp step EC...
  10. mihael

    How to make keyboard backlight work?

    Method (ECRD, 1, Serialized) { If (LEqual (ECUP, Zero)) { WTGP (0x58, One) Sleep (0x10) } Store (DerefOf (Arg0), Local0) Return (Local0) } Method (ECWT, 2, Serialized) { If (LEqual (ECUP, Zero)) { WTGP (0x58, One) Sleep...
  11. mihael

    How to make keyboard backlight work?

    Hello, RehabMan! I found methods for keyboard backlight control: //For brightness up If (LEqual (Local2, 0x43)) { If (LGreaterEqual (ECRD (RefOf (KBDB)), 0x0A)) { \rmdt.p1("EC _Q52 -> 0x43 kbdbDown step") Subtract (ECRD (RefOf (KBDB)), 0x0A, Local1)...
  12. mihael

    Synaptics Clickpad on I2C

    Any help for get working my touchpad with your Synaptics kext. Because you are the only one, who develop driver for Synaptics touchpads for OSX..
  13. mihael

    Synaptics Clickpad on I2C

    Hello RehabMan, Can you help me with my touchpad?
  14. mihael

    Fans in OSX won't work

    In this thread http://www.tonymacx86.com/hp-probook/72043-new-fan-control-dsdt-silent-fan-higher-temps.html you playing with laptop fans in DSDT. Why you won't help me with my fans if you have knowledge base for it? I found methods for control fans in SSDT-1 and DSDT. I need to start my fans...
  15. mihael

    How to make keyboard backlight work?

    Can you help me?
  16. mihael

    How to make keyboard backlight work?

    Applying these patches doesn't have any effect. Any suggestions?
  17. mihael

    How to make keyboard backlight work?

    Patches I used: - battery fix - sound fix(for not using HDAEnabler) - hdmi audio fix - rename GFX0 to IGPU..
  18. mihael

    I have no sound after sleep ACL282

    Thank you! With https://github.com/Dolnor/EAPD-Codec-Commander sound works after sleep!
  19. mihael

    Fans in OSX won't work

    One guy said me: call this methods in _INI and _WAK Is it right? I tried that, but no luck.
  20. mihael

    How to make keyboard backlight work?

    I use your VoodooPS2 And for example, when I volume up with Fn+F8 I see in log ApplePS2Keyboard: sending key e030=48 down But when I try to enable keyboard backlight with Fn+F10 or turn down brightness with Fn+F9 there is no messages in the log. Keyboard backlight works perfectly in BIOS...
Back
Top