Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. Try manually creating the installer from guide here.
  2. I use this patch for E7440/E7240, no need to patch kext anymore into device label PXSX parent_label RP05 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x08)\n {\n "AAPL,slot-name",\n "Built-in",\n "device_type",\n Buffer (0x11)\n {\n "Media controller"\n },\n "model",\n Buffer (0x18)\n {\n "O2 Micro SD card reader"\n },\n "compatible",\n Buffer (0x0D)\n {\n "pci14e4,16bc"\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n }\n end;
  3. No need to patch AppleSDXC anymore with this patch when upgrading your system into device label PXSX parent_label RP05 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package()\n {\n "AAPL,slot-name",\n "Built-in",\n "device-type", Buffer() { "Media Controller" },\n "model", Buffer() { "O2 Micro SD Card Reader" },\n "compatible", Buffer() { "pci14e4,16bc" },\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n }\n end;
  4. Do you have HD4400 or HD4600? If you could put your specs in your signature, it would be easier to help you without guessing.
  5. Which graphics card does it show in System Information when you booted in SafeMode? Have you tried booting with the flags -f -v GraphicsEnabler=Yes or -f -v GraphicsEnaber=No
  6. Yes, the final version of 10.10.3 is now available in the App Store.
  7. Please list your system specs. Does your system have a Sandy Bridge or Ivy Bridge CPU? Does it have Intel HD Graphics or Nvidia or something else?
  8. You need both AppleIntelframebufferAzul and AppleIntelHD5000Graphics installed to /S/L/E Do you have translucent Menu Bar? Do you have animated screensaver? I don't use Clover patches for Graphics and fakeID for Desktop HD4600 (80860412). The patches I used enables HDMI video and Audio without hang and restore the mobile HD4400 80860a16
  9. Which version of GenericUSBXHCI did you have?
  10. Yes, you can just use this bootpack for new boot disk and skip the EDP as it's fully tuned. Bootpack will work up to 10.9.5, let me know if you need one for Yosemite. Sounds like you have voodoohda stuff removed except the preference pane, you could just right-click and select remove. As for brightness control, use Fn+F3(ScrollLock) and Fn+Insert(Pause).
  11. Not sure if you have FB patched in your Clover Config, but I have the kexts patched here. Don't remember seeing unsupported CPU error during my upgrade though.
  12. What kext are you using for audio? VoodooHDA or patched AppleHDA? VGA is not supported, HDMI will need a patch FB to work. Try using this bootpack. Launch MyHack and select install Extra, Use your Own and point to this. Skip the EDP stuff. Bootpack included : patched FB for HDMI, patched AppleHDA , remove VoodooHDA and AppleHDADisabler if you have them installed Extra-E5520.zip
  13. 1) repair permission and cache 2) make sure you have the new patch for 10.10.2 3) Install EADPfix or CodecCommander
  14. Please post the whole screen as the crash could be before that.
  15. You'll need AppleIntelHD3000Graphics and AppleIntelSNBGraphicsFB for the HD3000 to get full QE/CI, so restore them.
  16. Did you set the BIOS according to the guide?
  17. Haswell is supported from OS X 10.8.5 and up. You'll need a patched Kernel for you Haswell processor. Just google for it. Assuming you're using Chameleon and no other graphics card, boot with -v -f IntelAzulFB=12
  18. beachandbytes, Are you having issue with Mavericks or Yosemite?
  19. Remove this in Chameleon and you'll have audio npci=0x2000 For Clover, can you confirm if the display is blank (not loading) or just dark? Have you tried turning on brightness or connect to an external HDMI connection? Maybe try enable Nvidia injection.
  20. HMDI/DVI/DP might be tied to the Nvidia card.
  21. file is corrupted. upload again please or just attach the context
  22. Chameleon Guide Target OS X release: Yosemite 10.10.2 The specs: BIOS A13 (needs HDD set to AHCI mode) Intel QM87 Express chipset Intel i7-4800MQ 2.69GHz quad-core Haswell-MB CPU -> needs Haswell-patched kernels integrated Intel HD4600 GPU (PCI ven id 0x8086, dev id 0x0416) discrete Nvidia Quadro K3100M GPU (PCI ven id 0x10de, dev id 0x11b6)17" 1920x1080 WideScreen LCD 16GB DDR3L-1600 RAM Intel i217-LM Gigabit Ethernet (PCI ven id 0x8086, dev id 0x153a) Realtek ALC3226 High Def audio (PCI ven id 0x8086, dev id 0x8c20) Intel wireless card 7260 (PCI ven id 0x8086, dev id 0x08b1 - unsupported) + Bluetooth 4.0 (PCI ven id 0x8087, dev id 0x07dc) Sonix Technology integrated HD webcam (USB internal, PCI ven id 0x0c45, dev id 0x64d2) O2 Micro SD card reader (PCI ven id 0x1217, dev id 0x8520) CD/DVD drive 1 x headset port 1 x mic port 1 x eSata/USB 2.0 port 4 x USB 3.0 1 x VGA 1 x HDMI 1 x DisplayPort 1 x 34mm ExpressCard BIOS Settings: Set BIOS to default. Then set SATA Operations to AHCI. Disable "Enable Switchable Graphics" Working: Full QE/CI with Nvidia Quadro K3100M (LVDS display) Wireless (Replaced with supported device) HDMI Video/ DP Video HDMI Audio with HDMIAudio.kext v1.0 ( Stop working after sleep and will require a reboot to work again) Internal Speaker/Headphone/Mic USB 3.0/USB 2.0/eSata Ports SD Card Reader DVD Player Webcam LAN WIP: HDMI Audio Fixed Sleep/Wake (not with LID close). Wake to blank screen unless AC is connected before wake. Not Working: ExpressCard SmartCard Reader Step 1: Prepare Bootable USB Drive Follow step #2 of guide here to create the Yosemite USB Installer Note: Add the patched Haswell Kernel (10.10.2) Step 2: Install OS X Yosemite Follow steps #3 from same guide above Note: Boot from the eSata/USB 2.0 combo port on the back Step 3: Post-Installation Follow steps #4 from guide above Note: Need to copy patched Haswell Kernel from Installer to HDD/SSD M6800.zip
  23. They are possible. It's working on my E7440 with HD4400.
×
×
  • Create New...