Jump to content

vanquybn

Members
  • Posts

    74
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by vanquybn

  1. Perhaps everyone can give this a try - I cobbled together a copy of 'VoodooPS2Controller.kext' that seems to work well with most Alps trackpads under 10.11.x with working multitouch.

     

    This kext file was created from the 'RehabmanMerge.zip' download above and combined with an older version of 'VoodooPS2Trackpad.kext' (1.9.0).

     

    I have also added a 'FingerZ' value of 10 under the Alps section in 'Info.plist' for better sensitivity (may need to be adjusted for some Alps touchpads).

     

    Tested on Dell Latitude e6430 and e5420.

    Thank for your kext. However this version got problem with multiple selection when combine mouse and "shift" key.

  2.  

    Hi All,

     

    I have another question about this laptop. I need to get HDMI video/audio output to work.

     

    I have FakePCIID.kext, FakePCIID_Intel_HD_Graphics.kext, FakePCIID_Intel_HDMI_Audio.kext in /S/L/E.

     

    System Information / Extensions says that FakePCIID_Intel_HD_Graphics.kext and FakePCIID_Intel_HDMI_Audio.kext aren't loaded, even though FakePCIID.kext is…

     

    Is this the way it's supposed to look? Or is there something wrong that I need to figure out to get these two kexts loaded?

     

    Thanks,

    Ken

     

     

    Which graphic card that you are using on your OSX. it won't load if you disabled intel graphich card (HD4600) on your bios.

  3. I have patched my DSDT:

    Device (PNLF)
                        {
                            Name (_HID, EisaId ("APP0002"))  // _HID: Hardware ID
                            Name (_CID, "backlight")  // _CID: Compatible ID
                            Name (_UID, 0x0A)  // _UID: Unique ID
                            Name (_STA, 0x0B)  // _STA: Status
                        }
    

    And using ACPIBacklight.kext. However I cannot figure out where's my brightness slider?

    Please help!

     

    post-10106-0-21337100-1448942757_thumb.png

  4. Hi all,

     

    I am using latest version of ACPIBatteryManager, I also use patched DSDT/SSDT but my battery does not work. Would you please help?

     

    post-10106-0-84896400-1448243845_thumb.png

    AICPUPMI: CPU Low Frequency Mode.............: 800 MHz
    AICPUPMI: CPU Maximum non-Turbo Frequency....: 2800 MHz
    AICPUPMI: CPU Maximum Turbo Frequency........: 3800 MHz
    AICPUPMI: CPU P-States [ (8) 19 36 ]
    AICPUPMI: CPU C3-Cores [ 0 4 5 ]
    AICPUPMI: CPU C6-Cores [ 0 4 5 7 ]
    AICPUPMI: CPU C7-Cores [ 0 1 2 3 4 7 ]
    AICPUPMI: CPU P-States [ (8) 19 21 36 ]
    AICPUPMI: CPU C3-Cores [ 0 1 4 5 6 ]
    AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 ]
    AICPUPMI: CPU C7-Cores [ 0 1 2 3 4 5 7 ]
    AICPUPMI: CPU P-States [ (8) 15 19 21 36 ]
    AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 ]
    AICPUPMI: CPU C7-Cores [ 0 1 2 3 4 5 6 7 ]
    AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 ]
    AICPUPMI: CPU P-States [ (8) 15 17 19 21 36 ]
    AICPUPMI: CPU P-States [ (8) 15 17 19 20 21 36 ]
    AICPUPMI: CPU P-States [ 8 15 16 (17) 19 20 21 36 ]
    AICPUPMI: CPU P-States [ (8) 15 16 17 19 20 21 23 36 ]
    AICPUPMI: CPU P-States [ 8 15 16 (17) 18 19 20 21 23 36 ]
    AICPUPMI: CPU P-States [ 8 13 15 16 (17) 18 19 20 21 23 36 ]
    AICPUPMI: CPU P-States [ (8) 13 14 15 16 17 18 19 20 21 23 36 ]
    
  5. Hi all,

    thank you for the kext. I am using BCM94352. At the startup the bluetooth icon is enable. but I cannot connect my Apple Magic Mouse. I alway need run follow command to connect my mouse:

     

    sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport

    sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport

     

    Please let me know how to resolve this issue. thanks!

  6. Are you using my kext for your bluetooth? Your device doesn't require firmware update, so don't use my kext. So, there is nothing we can do using my firmware patch for your LED flickering. It might be related to your bios and DSDT, so try to check the ACPI code related to your Bluetooth in DSDT if you have Fn keys for the bluetooth which might help. 

    Thank you for the support, I just try Export DSDT and repatched again, everything work fine except the flickering :D, my Fn keys work fine. I should accept the flickering as life :)).

×
×
  • Create New...