Jump to content

FCU4ever

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by FCU4ever

  1. 21 hours ago, Hervé said:

    Is it the device shown in the IOReg output you posted here?

     

    Yes.

     

    I first tried your second solution:

    21 hours ago, Hervé said:

    If, as I expect, the above mod. is unsuccessful, you may try and overwrite some of the fields of the USB descriptor shown in IOReg for your card reader, specifically the following ones:

    • bDeviceClass
    • bDeviceSubClass
    • bDeviceProtocol

    and set them to 0; yous are all set to 255 (0xff). See here for detailed information on USB descriptors.

     

    This what my Vostro200 desktop shows for its USB-internal TEAC CA-200 card reader and I think that's what macOS uses to hook the device and load drivers:

    TEAC_CA-200_CardReader.jpg

     

     

    You would try to set those values through Clover's properties injection. Use Clover Configurator to that effect. You already know that the card reader is located @1a14,0.

    Properties_injection.jpg

     

     

    /!\ No guarantee any of this will  work at all of course...

     

     

    I added PciRoot(0x0)/Pci(0x1a14,0x00)/Pci(0x1a14,0x00) to devices and set bDeviceClass, bDeviceSubClass, bDeviceProtocol to 0

     

    When I look after reboot into iOreg, the values aren't changed. still 0xff. Does this mean it won't work?

    config.plist.zip

  2. Sorry for the misunderstanding. I'll try to explain better:

    - The first problem to resolve was to get the brightness slider in Preferences. To do this I have to add the "Brightness Fix" from Rehabman repo to my DSDT.

    - After I copied the new DSDT to my EFI/Clover/ACPI/Patched and reboot my laptop I saw that the brightness bar has been added to my Preferences but the max brightness of my screen was lower than before I patched my DSDT. The second thing is, when I lower the brightness bar with my mouse nothing happend.

    - The second problem is that I can't control the brightness bar with my FN keys, to can control the brightness bar with my FN keys I added this to my DSDT:

    into method label _Q0E replace_content
    begin
    // Brightness Down\n
    Notify (PS2K, 0x20)\n
    end;
    
    into method label _Q0F replace_content
    begin
    // Brightness Up\n
    Notify (PS2K, 0x10)\n
    end

    - Copied the new DSDT to EFI/Clover/ACPI/Patched and reboot my laptop. Now I can change the brightness bar with my FN keys but the brightness self isn't going up or down.

    - Then I tried your last solution, copied the DSDT and SSDT to EFI/Clover/ACPI/Patched and added the kext to /EFI/Clover/kexts/Other and reboot my laptop. Now the brightness bar disappeared in Preference and the FN keys (FN+F5 and FN+F6) aren't working anymore. But the maximum brightness has increased to it's normal level.

    debug_15621.zip

  3. Removed VoodooPS2Controller and installed SmartTouchpad V4.7 beta 5 with Kext Utility. Add this code to my DSDT to get the FN + keys working with this kext:

    into method label _Q0E replace_content
    begin
    // Brightness Down\n
    Notify (PS2K, 0x20)\n
    end;
    
    into method label _Q0F replace_content
    begin
    // Brightness Up\n
    Notify (PS2K, 0x10)\n
    end

    No luck, I can control the brightness slider with FN + F5 (to get down) and FN + F6 (to get up), but the brightness isn't going down or up. Other solutions?

    debug_21534.zip

  4. I’ve successful installed MacOS Sierra 10.12.6 on my Asus G73SW Laptop with the following specs:

    - Mobile Intel HM65 Express

    - Intel Core I7 2630 QM 2.0 GHz

    - Nvidia GeForce GTX 460M 1,5gb

     

    I’ve got a lot of working but not the brightness control. I’ve done the following steps:

    - Patch DSDT with brightness fix to get the brightness slider in system preference

    - Patch DSDT to control the brightness with my FN keys

     

    The strange thing is that I can control the brightness bar going up and down with my FN keys but the brightness isn’t going up or down. Can someone help me to get this working?

  5. Hello,

     

    I Fixed the keyboard backlight FN keys. I had to add this patch to my DSDT: https://osxlatitude.com/forums/topic/5966-details-about-the-smart-touchpad-driver-features/?page=2&tab=comments#comment-32299

    and change "LPCB" to "SBRG". After that I add the "FnKeys as Function Keys Patch.txt" to my DSDT. At the moment the following FN + F keys work:
    F1 = not working

    F2 = not working 

    F3 = backlight down, work

    F4 = backlight up, work

    F5 = brightness down, not working

    F6 = brightness up, not working

    F7 = Screen Backlight On/Off, not working

    F8 = Video Mirror, not working

    F9 = Touchpad, not working

    F10 = mute, work

    F11 = volume down, workDSDT.zip

    F12 = volume up, work

     

    Can someone help me to get the other FN + F keys working? For now the most important is the brightness up and down. Tried to add the "Fn Brightness Keys Patch.txt" to my DSDT but with no luck.

  6. Fixed the keyboard backlight. I had to add this patch to my DSDT: https://osxlatitude.com/forums/topic/5966-details-about-the-smart-touchpad-driver-features/?page=2&tab=comments#comment-32299

    and change "LPCB" to "SBRG". After that I add the "FnKeys as Function Keys Patch.txt" to my DSDT. At the moment the following FN + F keys work:
    F1 = not working

    F2 = not working 

    F3 = backlight down, work

    F4 = backlight up, work

    F5 = brightness down, not working

    F6 = brightness up, not working

    F7 = Screen Backlight On/Off, not working

    F8 = Video Mirror, not working

    F9 = Touchpad, not working

    F10 = mute, work

    F11 = volume down, work

    F12 = volume up, work

     

    Can someone help me to get the other FN + F keys working? For now the most important is the brightness up and down. Tried to add the "Fn Brightness Keys Patch.txt" to my DSDT but with no luck.

    DSDT.rar

×
×
  • Create New...