Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Did you install it to /System/Library/Extensions and then repair cache and permission?
  2. Follow the instruction under Troubleshooting.
  3. it should be (plus not minus) sudo chmod +x ssdtPRGen.sh
  4. Does your Yosemite SSD shows as RAID with a Lion icon?
  5. Can you list what's not working so we recommend kexts you'll need?
  6. Strange, that DSDT works for me. What you could try is boot with the HDMI video. Then in display preference, select 'Detect Displays' by holding down the Windows Key, the option will appear. You internal LCD should come up then. See if the LCD is set as the default, if not, then set it. I can't guarantee the LCD will come up on a reboot without the HDMI display. I'll need to go back and check to see what changed. The original DSDT was working perfectly before for NVS, just have to figure out why it's no longer working without changing anything. I'll keep everyone posted. By the way, did you make sure that 'Skip Nvidia GFX' is not check in org.chameleon.boot.plist?
  7. Try to recreate the installer 1st. If it still fails with the same error, then yes, redownload from the App store.
  8. Hmm, sounds like your installer is corrupted. Try to recreated. If it still persists, then it could be your copy of Yosemite is corrupted.
  9. Awesome! Thanks for confirming that the guide works. I was going to ask for suggestion to make it more clearer.
  10. I've tested the E6430 with HD 4000 with resolution 1366x768, bios A12 or below. As mentioned on the guide, set BIOS to default, apply and then set SATA operations to AHCI, that's it. External monitors detected automatically when docked, don't use Fn+F8. Have you tried 'Detect Display' from preferences?
  11. Did you use the bootpack Exx20 rename to Extra and the DSDT.aml from E5420 folder? NullCPUPowermanagement is already included. Boot with -v -f and post your error.
  12. Plug in to an HDMI monitor, see if you get a video output there. No issue with the above DSDT on my E6520 with nvs4200m. Latest Bios A19. I don't have an E6420 with NVS to test the Bios version at the moment.
  13. Grab the latest files here. Port replicator works just fine. I could get only 2 displays working: Tested with single DVI/DP or Enhanced Dock with dual DVI/DP LCD with External monitor through Dvi LCD with External monitor through DP 2 External monitors with DVI 2 External monitors with DP 2 External monitors, 1 with DVI, 1 with DP Note: if you have 1 or 2 setup and wants to move to 3 or 4 or 5, put system to sleep, close the LID, then wake system from the port replicator if you have 3 or 4 or 5 and wants to move to 1 or 2, put system to sleep, open the Lid and then wake up the system LCD with HDMI works too, dock don't have HDMI output, HDMI audio works in this case. HDMI video and DVI/DP video through dock works too and get HDMI audio output thru the HDMI video.
  14. Sleep is a bit slow for this system. Just give it a few minutes until you see the flashing light on the front.
  15. You have to install AppleHDA to /System/Library/Extensions even for Clover.
  16. When you use myHack, it installs all the kexts in /Extra/Extensions to /System/Library/Extension/myHack.kext and bumped up the version # to 1111. This way it'll load before the vanilla version and will survive any OS X updates. Try this GenericUSBXHCI. Place it in /Extra/Extensions overwrite the old version. Run myHack/myfix (Quick). Also don't use the SSDT, SSDT-1, SSDT-2 from my Extra, it's for a different CPU. Create your own following this guide. You'll end up with just 1 SSDT. Remove all the SSDT and replace with the new one. GenericUSBXHCI.kext.zip
  17. DW1501 is not supported, will need to be replaced. for Yosemite guide, see here. Bootpack on post #2 use Exx20 but replace dsdt with E5420
  18. Sorry, you're right, there's no option to disable bluetooth in the BIOS. However I don't encounter the same issue as you. Keyboard and touchpad work just fine. Are you sure the keyboard is not responding? I notice during boot, the bluetooth tries to pair up with a wireless keyboard, you could easily drag it over with the touchpad. Then you could log in.
  19. BOOT 0 ERROR If you are using a 4k HDD you can get boot:0 error, to solve this issue do the following. Reboot system back into Yosemite installer (USB FLASH DRIVE). Launch Disk Utility Unmount the partition you installed Yosemite on Launch Terminal and execute the following command: diskutil list (to find the Disk Identifier of your Yosemite partition (eg. disk0s2) dd if=/usr/standalone/i386/boot1h of=/dev/disk0s2 Exit Terminal Boot Normally Note: if you encounter an error that boot1h is not found when running step 6, download attached and place it in the USB Installer/usr/standalone/i386 and start from step 1 again reference: http://www.macbreaker.com/2012/02/hackintosh-boot0-error.html boot1h.zip
  20. I was using 10.9.2 and then upgraded to 10.9.5 with combo update. Keyboard/touchpad all works fine after wake from sleep. Been doing it all day without an issue. Check your BIOS setting. Set all to default and change only to AHCI and Enable Optimus. Check also that you don't have other PS2 controller installed other than voodoops2Controller from my boot pack in System/Library/Extensions. Another thing to try is delete /System/Library/Extensions/myhack.kext. Then run myHack->my fix (quick). Reboot.
  21. This is in both DSDT.aml for Optimus enabled and disabled. I don't recall losing trackpad or keyboard after sleep for Optimus enabled (HD4000) though. Sleep doesn't work for Optimus disabled (Nvs5200m). I'm not sure where he gotten his DSDT if it doesn't have HPET. Device (HPET) { Name (_HID, EisaId ("PNP0103")) // _HID: Hardware ID Name (_UID, Zero) // _UID: Unique ID Name (BUF0, ResourceTemplate () { IRQNoFlags () {0} IRQNoFlags (_Y10) {8} Memory32Fixed (ReadWrite, 0xFED00000, // Address Base 0x00000400, // Address Length ) })
×
×
  • Create New...