Jump to content

black.dragon74

Retired
  • Posts

    190
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by black.dragon74

  1. plz implement support for this ALPS-Touchpad?

    If it is a precision trackpad then it will have the multitouch gestures. If not, you will get basic mouse emulation. Refer to the thread Jake has asked you to and provide the requested stuffs.

    The 5580 touchpad is I2C connection.

    Haha! It is hell of a machine. Hybrid I2C/PS2 interface along with shared I2C/PS2 interface as if one was not enough to deal with!
  2. You missed the stuffs that I asked you about your machine upon booting Windows. Please provide me with those.

     

    EDIT:

    Furthermore, you have an interesting setup. Your trackpad is on an hybrid interface. So, technically, until a interrupt for I2C is sent, your trackpad will stay on PS2 bus. Hence, you need to boot into windows and tell me the BIOS name of your trackpad as it will be in PTP (precision touchpad) mode under windows.

     

    Then, to get interrupt specifiers, you need to boot your machine with VoodooI2C.kext and Windows 10 _OSI patch applied. (No other patch should be applied). I know it's a lot. But it is the only option.

     

    keyboard only works till I touch the touchpad or the touchpad- buttons !!!

    Even when you boot without VoodooI2C?

     

    EDIT2:

    Okay. I have some good news. The fact that you mentioned that keyboard stops working once you touch your touchpad helped a lot. You can see (if you have a lil bit of this technical knowledge) that your trackpad and keyboard share a hybrid PS2 and I2C interface. They both have share the same ACPI ID too (PS2K).

     

    So, you will need to have an I2C driver for keyboard too. Which doesn't exist. But, the good news is I am already working on it and will try to complete it ASAP.

     

    There is one barrier in the way i.e. I don't have any hardware to test it on. So, you will need to be around for the testing.

     

    Please PM me and then we can take it on from there.

     

    Regards

  3. EDIT: I need you to boot into windows and tell me a couple of things I need to know in order to help you!

    • Is your's a precision touchpad? (Settings > Devices > Touchpad look at the top)
    • BIOS NAME for your touchpad.

    Also, of the two DSDTs you tried, which one worked (sort of) for you? 0x1b or 0x7b?

     

    Regards

  4. Hey! Sorry but your IOREG is corrupt. (weird that your IORegistryExplorer.app passed the check for version 2.1 in gen_debug)

     

    I am seeing that quite often. Guess there is some version of IORegExplorer floating around that pretends to be ver2.1 but is actually not. Anyways.

     

    Please delete the IORegistryExplorer.app from /Applications folder and then, re-run the script. It will automatically download the correct version for you.

     

    Also, have you tried patching yourself? If yes, how far did you manage to go?

     

    EDIT: Never mind. I have pushed an update for gen_debug (ver2.4.2) that checks for IORegistryExplorer in a different way. So, just update your copy and it will do everything auto-magically.

     

    Regards

  5. I am planning on doing something that takes care of it automatically. I and RehabMan are trying to implement a feature that will dump ACPI files automatically if there exists a specific key in config.plist (this may take a while).

     

    Until then, I am writing a function which asks user to reboot and press F4 if the origin ACPI files are non existent or older than 1 day. (will finish it today, maybe.)

     

    Regards

    • Like 1
  6. Chrome is a memory hungry app. All macOS version till date tend to work fine with just 4 gigs of RAM until you plan on doing something very intensive (video editing and rendering).

     

    Also, in my opinion replacing standard HDD with an SSD should be preferred more over a RAM upgrade.

     

    Regards

  7. I also notice the debug folder does not have the IOREg file but a text file, hard to read through that. While running the debug script, do not do anything until it's finish. It suppose to download the IORegistryExplorer.app and extract the file. If it still fails, then try downloading this IORegistryExplorer_v2.1.zip save, compress and attach the file

    A generic log in dumped by gen_debug if the IOREG dump fails after increasing the save times thrice. There could be various reasons for that. Maybe user has some fancy files/folders (files that are not really AML opcode but are in AML format) in CLOVER/ACPI/patched (this is one known issue)

     

    However, I can see user saying:

    The debug folder has no IOREG as the script failed to create it (permission failed). If have now attached one in the OP.

    FaserF, could you please send me a screenshot of what happens when it (gen_debug) tries to dump an IOREG. Maybe I could then work on fixing it.

     

    Cheers!

  8. Hey fellas,

     

    I have seen that quite a lot of you are struggling to get your trackpad working while using VoodooI2C kext.

     

    That's probably because you are unable to do the GPIO pinning which is needed in 99% of the cases.

     

    Although, I am busy due to my exams I will try to help you with the patching in whatever free time I can manage.

     

    Here's what you need to do in order to file a request:

    Note: DO NOT FORGET TO PRESS F4 AT CLOVER BOOT SCREEN BEFORE RUNNING MY SCRIPT.

     

    Regards

    • Like 2
  9. That's because not all Dell's support hybrid interface (both PS2 and I2C) for trackpad. 

     

    From VoodooPS2 log it is quite clear that your trackpad is unsupported via PS2 bus. 

     

    You can only use VoodooI2C.

     

    Regards

  10. after wake up can be lost bluetooth or sound (need to click it in System Preferences for activation)

     You need to create a custom SSDT for proper functioning of USB.

     

    Also, AptioMemoryFix is preferred instead of OsxAptioFix* (brings native NVRAM functionality)

×
×
  • Create New...