Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. Upload your config. I'll compare with mine.
  2. Boot 0 error might due to 4k drive, see fix at end of this guide under troubleshooting. To boot with flag, you could either add it to Clover config or when you see the Clover boot, hit the space bar for selection.
  3. What error are you getting with Chameleon loader? Boot with -v -f
  4. Here. Check Hervé guide, include bootpack too.
  5. Try this What files do you have from you Chameleon build? I'm assuming you had Chameleon since you said you're moving to Clover. Any DSDT/SSDT? Kexts used? config.plist.zip
  6. Change User Access to Full Access in Security Section.
  7. Bootpack is now available including Clover here for 10.10. AppleIntelPIIXATA2 might be the file you need which is included.
  8. Try unchecking FixLan or whatever you might have checked.
  9. Does your model have just HD3000 or Optimus with nvs4200m? Add NullCPUPowerManagement.kext to /Extra/Extensions
  10. Please detail your steps to installing Clover
  11. fn+insert is to increase the brightness incase it's off. How about the power button? is it flashing? If it is, then it's still sleeping, a simple tab on the power button will wake it up.
  12. Is the HDD light still on and flashing? Try Fn+Insert (Pause)
  13. I believe that has an Alps Touchpad, same as mine. Only gestures I could get to work are side scrolling and 2 finger scrolling. There's no further development thus far since Sontrg's contribution. If you're a developer and know a thing about touchpad, you're welcome to try to further the development. See thread here that started it all for the Alps scrolling.
  14. There are 2 ways to do this, modify the config.plist with a text editor which I mentioned or use Clover Configuration. Either way, you need to mount the hidden EFI partition. To do it with CC, select mount, enter your password. Click on file to open/import -> point to the config.plist in EFI/Clover directory. Once file is loaded, on the left, click on Kernel and Kext Patches, then in the middle of the window, click on the + sign to add a new patch Enter info as highlighted below. When finish, click on file, save/export
  15. @hukare add this to KextToPatch <dict> <key>Comment</key> <string>9MB cursor bytes patch</string> <key>Find</key> <data> YAAAAABg2Q== </data> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Replace</key> <data> kAAAAABg2Q== </data> </dict> @kvasil See here by Hervé. If you have an O2Micro SD card reader, try that. You'll need to look through the reg to find where you reader is stored, use ioregistryexplorer v2.1
  16. What kind of progress do you have? 2 finger scrolling seems to work with any ps2 kext apparently. How is the scrolling speed? Yes, install the disabler and voodoohda to SLE with a kext utility, works perfectly. Stick with v2.8.4. v2.8.7 or newer has a slight hissing noise from the HP. Power management is fine, I'm getting 14 states last I checked. You could try installing disableturboboostbattery if you want to save more energy. Have you gotten HDMI to work? Mine just hang and reboot...I read that it should work OOB.
  17. Try this config config.plist.zip
  18. 1. Download and install the App AIDA64 v2 (new versions don't has the ACPI tool feature) from the link: http://www.aida64.com/archives 2. Open the Application and right click on the down left corner of the application as shown in the picture below to open the Menu 3. Select the option "ACPI Tool" from the Menu 4. Click on the button "Save Table" and choose "DSDT" from the list to save 5. Similarly, again click on the button "Save Table" and choose "SSDT" to save all the SSDT files one by one (there will upto 4 or more of these SSDT files) I need step 5, all the SSDTs
  19. DSDT is not able to compile correctly, will need the rest of the SSDT file. Follow guide to get all the DSDT/SSDT. Try this for audio, install to /S/L/E add layoutID to 3 in Clover. Patch made by Mirone.
  20. Still waiting for that DSDT. Can you extract it with DPCIManager? to get the specific Conexant audio, can you show Details, Hardware ID?
  21. Replace config file with this. should fix the QE/CI issue.
  22. Launch MaciASL, select 'Patch' and paste this code in the right window, hit Apply, close and save. # Inject Audio info into method label _DSM parent_label HDEF remove_entry; into device label HDEF insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "layout-id", Buffer() { 0x03, 0x00, 0x00, 0x00 },\n "hda-gfx", Buffer() { "onboard-1" },\n "PinConfigurations", Buffer() { },\n })\n }\n end;
×
×
  • Create New...