Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Good call Bronxteck. Was busy looking for DW1510 and didn't bother looking at the Intel. However there is a second slot for WWAN he could place the card...
  2. That would explain why it's not working. Check to see if the wireless switch on the side is set to 'On' Check the BIOS to see if it's enabled and detected. If all fails, check to see if it's seated properly.
  3. Download DPCIManager.app. You'll see it under PCI list tab
  4. Check the DEV/VEN ID, make sure it is DW1510 and not DW1520. Dell DW1510 Half Mini PCIe 14e4-432b BCM4322 A/B/G/N Y Y Y Y Y Y - Dell DW1520 Half Mini PCIe 14e4-4353 BCM43224 A/B/G/N N N Y Y Y N kext inj. + patch BCM4360 If you do end up having DW1520, just change you SMBIOS to MBA 5.1 or 5.2.
  5. Add this to KextToPatch to fix the USB on Wake issue <dict> <key>Comment</key> <string>Enable USB3 after wake for Intel 8 series chipset</string> <key>Find</key> <data> xoDIAAAAAQ== </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> xoDIAAAAAA== </data> </dict> To fix the CMD+Insert shutdown issue, go to the terminal and run the following sudo pmset -a hibernatemode 0 sudo pmset -a hibernatefile /Dev/Null To get system to sleep with LID close (I forgot to mention) you have to close the LID twice. First time you notice the LCD won't turn off, second time it's off and sleep initiates. I'm looking for a fix now. GPU lock up happened to me too but mouse will still moves, but have not recently. Some suggest restarting from Windows will eliminate this issue, but I don't have Windows running on it. See if this works for you too. I noticed you still have the FB patch in the config, is that needed still? Have you tested without it? I'll test the DP and see if I get the same result, but prefer to have HDMI working...
  6. Did you follow the troubleshooting guide for Boot0 error I linked above?
  7. Are you using Chameleon or Clover? Clover does not use /Extra folder. If Clover, copy all the kexts in /Extra/Extensions to EFI/Clover/Kexts/10.10 or Other.
  8. Undo what you did from that post and install this and this to /S/L/E.
  9. Upload your config. I'll compare with mine.
  10. 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.
  11. What error are you getting with Chameleon loader? Boot with -v -f
  12. Here. Check Hervé guide, include bootpack too.
  13. 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
  14. Change User Access to Full Access in Security Section.
  15. Bootpack is now available including Clover here for 10.10. AppleIntelPIIXATA2 might be the file you need which is included.
  16. Try unchecking FixLan or whatever you might have checked.
  17. Does your model have just HD3000 or Optimus with nvs4200m? Add NullCPUPowerManagement.kext to /Extra/Extensions
  18. Please detail your steps to installing Clover
  19. 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.
  20. Is the HDD light still on and flashing? Try Fn+Insert (Pause)
  21. 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.
  22. 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
  23. @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
×
×
  • Create New...