Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Posts posted by Jake Lo

  1. will this cover creation of SSDT as i have the touch screen e7250 with the i5 and i've still not got around to this ;)

     

    Is this in relation to the version of ApplePS2Controller ?

    Go here for the official beta ssdtPRGen.sh 

    Yes, ApplePS2Controller v1.5

     

    random question alert:

     

    can i install OS X on an SD card, and boot from it?

    Yes, I have heard of that configuration running successfully, but I have not tested it personally. I guess it depends on the BIOS if it'll allow boot from SD card.

  2. Ok I will remove those two (it came with it when I used unifail)

     

    I don't know what QE/CI is nor do I know how to change the DVMT in BIOS. I can see that it says 64MB in BIOS, though.

    See here regarding DVMT. Without that mod, you will not get full graphics acceleration (QE/CI)

     

    I know that if I boot into Clover, I have to hit F4 to get the DSDT, right? What do I do with that?

    That will extract the RAW file that will need to be fix and patch to allow better performance of the system.

     

    I'll be writing a full guide for this model shortly. For now you could use the files from here.

    • Like 1
  3. Do you have full QE/CI? Did you set the BIOS DVMT to 96MB?

    Are you using any DSDT/SSDT?

     

    These 2 kexts are not needed, AppleIntelE1000e.kext is all you need for Ethernet.

    AtherosE2200Ethernet.kext

    RealtekRTL8111.kext
    • Like 1
  4. What kext do you have for mouse?

    I'm currently using ApplePS2Controller 1.5. Even though it shows no touchpad detected in Preferences, you still have 2 fingers scrolling.

    You can right click with 2 finger tapping and 1 finger double tap will allow drag and drop. That's enough for me, I mainly use the trackstick with the help of Smartscroll, I have full middle button scrolling and inertia.

    Ahmad was working to develop VoodooPS2Controller for version v7, but still in development I think.

  5. You need to select the DSDT in /Extra that's right for your system's specs and rename it as DSDT.aml.

    What is your system's specs?

    Do you have only HD 3000 or has nVidia NVS4200m as well?

    What is the display resolution?

     

    If you have just the Intel HD 3000 with 1366x768 resolution, then select DSDT-E6420.aml and rename it to DSDT.aml

    If it's higher resolution like 1600x900, then select DSDT-E6402_2ch.aml and rename it to DSDT.aml

    If you have the optimus, then select DSDT-NVS.aml and rename it to DSDT.aml, make sure to disable Optimus in the BIOS.

    This is all specified in the guide.

  6. @robertostudios

    Remove the fakePCIID_XHCIMux and patch DSDT with this. Credits to Rehabman

    into device name_adr 0x001D0000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end;
    into device name_adr 0x001A0000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end;
    into device name_adr 0x00140000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end;

    Tested on 10.11 GM (15A284). Webcam and sleep works so far. Tested all USB ports, but not tested the speed.

     

    Does headphone work after wake from sleep with your files?

  7. Just looked at your new Config.plist and realized the mistake on my part.

    You need to remove disabled: in front of disabled:AppleIntelFramebufferCapri. Restore your FB to vanilla and should be good.

    <dict>
    <key>Comment</key>
    <string>HDMI-audio HD4000 0x01660003, port 0304</string>
    <key>Find</key>
    <data>
    AwQAAAAEAACBAAAA
    </data>
    <key>Name</key>
    <string>disabled:AppleIntelFramebufferCapri</string>
    <key>Replace</key>
    <data>
    AwQAAAAIAAAGAAAA
    </data>
    </dict>
  8. For Brightness, install this to /Clover/Kexts/10.11.

    For Headphone, autoswitching is not working. You need to plug in the headphone, enable sleep and then wake it up.

    Then to switch back to internal speak, unplug headphone, enable sleep again and then wake it up.

    No known fix at the moment.

  9. JakeLo,

    i'm a realy stupid man...! :  

    in post @482 i have read "rename" and not "replace".......and now i'm not able to restart, same allocating error, also if i try to start from a other disk...

    i'm able to start on 10.10.5  from a older version of clover, but impossible to mount the EFI partition to change back the name.

    i'm stuck with a dead system....

    did someone have a idea how to solve this without reinstall.... i don't want to lose my working partition.

    for information, in my laptop , i have 2 HDD, one is 1Tera ssd, with a backup of a working 10.10.5, and a backup of EFI.

    the other HDD is 256 Giga ssd, with WIN8, osx 10.10.5 , and EFI partition.

    only Win8 is able to start....

     

    thank for hep a stupid man !

    Try EFI Mounter v2, you can select the disk to mount and fix your issue.

×
×
  • Create New...