Jump to content

Hervé

Administrators
  • Posts

    10040
  • Joined

  • Last visited

  • Days Won

    562

Everything posted by Hervé

  1. Unzipped! It should auto-unzip with Safari.
  2. You should indeed be able to use the DSDT posted for "E6430 1600x900 and above" model. That"ll have the correct graphics settings, namely: DualLink set to 1 Capri layout-id 0x01660004
  3. Remove the offending Shiki kext since it appears to cause issues at installation time. It's a very recent addition to the bootpack. I'll remove it from the pack posted in the guide and will recommend to use it as as post-installation item.
  4. That's a matter of point of view. You can extract your EDID with various Windows-based tools. One of the most popular one to that effect is Entech's Monitor Asset Manager. Once you've obtained it, it's not difficult to inject it through a mod of your display override. Post a new IOReg output from system booted with nVidia graphics enabled to confirm the override already shown in the previous output (756e6b6e-717).
  5. Last update: - Target OS X release: El Capitan 10.11.xThis is an Enoch-based installation using the well-known/well-documented vanilla manual method detailed below: Working: full QE/CI with HD4600 graphics (with DSDT patch for Azul FB #12) HDMI output with patched AppleIntelFramebufferAzul kext DVI output through port replicator E-Port K07A002 with patched AppleIntelFramebufferAzul kext full audio, including jack microphone input and headset output (with patched AppleHDA kext) HDMI audio (with patched AppleIntelFrameBufferAzul kext) built-in Gigabit Ethernet (with AppleIntelE1000e kext) native speedstep (with tuned Kozlek's FakeSMC (SMC keys=2.13f9/SMC compatible=smc-huronriver) and MBA11,1 SMBIOS profile) Turbo boost to x33 3.3GHz (getting CPU multipliers x8/12/26 + Turbo multipliers x27/28/29/30/31/32/33) sleep & wake (with DSDT patch for EHCx/XHC/HDEF/GLAN _PRW; sleeps Ok on Energy Savings settings/Fn-F1/Apple menu option/power button/lid closure; wakes Ok through lid opening/power button wireless with any compatible card battery management and monitoring (with ACPIBatteryManager kext) SD card reader (with DSDT patch for compatibility with Apple's default reader) integrated webcam OOB keyboard backlight control OOB (for backlit models) all USB3.0 ports (with DSDT EHCx/XHC/Darwin patch + FakePCIID_XHCIMux & USB injector kexts) Express card slot OOB Not Working: VGA output unsupportedNot tested: SmartCard reader fingerprint scanner 1) 10.11 USB installer creation Double click on InstallESD.dmg found in Install OS X El Capitan.app/Contents/SharedSupport to mount the dmg image Then mount BaseSystem.dmg (hidden file) open /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg Use Disk Utility to restore the contents of BaseSystem.dmg on a USB key (or HDD partition) formatted Mac OS extended (journaled). Remove link for Packages in folder System/Installation of your USB key rm /Volumes/OS\ X\ Base\ System\ 1/System/Installation/Packages Copy folder Packages located in InstallESD.dmg to folder System/Installation of your USB key cp -R /Volumes/OS\ X\ Install\ ESD/Packages /Volumes/OS\ X\ Base\ System\ 1/System/Installation Copy the 2 hidden files (BaseSystem.dmg & Basesystem.chunklist) of InstallESD.dmg to the root of your USB key cp /Volumes/OS\ X\ Install\ ESD/BaseSystem.* /Volumes/OS\ X\ Base\ System\ 1 Install Enoch r2848 (latest at time of writing) on the USB installer with all default settingsEnoch-rev.2848.pkg.zip Copy the above Enoch r2848 installer package to the root of the USB installer Copy the following (unzipped/extracted) E6440 bootpack to the root of the USB installerE6440_i5-4300M_HD4600_EC-Pack.zip Create a folder called Kernels under /System/Library (normally, it won't exist at that stage) Copy the appropriate El Capitan kernel to /System/Library/Kernels. Copies of the kernels are available here 2) 10.11 installation Boot the 10.11 USB installer (it may take a little time to kick in) with -f -v boot flags At OS X installer main screen, open up Disk Utility in Utilities menu If applicable, partition your target disk in GPT/GUID scheme Create your target 10.11 partition and format it as OS X Extended (Journaled) Close Disk Utility and proceed with OS X 10.11 installation as usual 3) Post-installation fine-tuning Reboot the 10.11 USB installer (it may take a little time to kick in) At OS X installer main screen, open up Terminal in Utilities menu Verify CoreStorage installation disk mode diskutil list If CoreStorage activated for Fusion drive (i.e. presence of a logical disk), revert to legacy mode diskutil corestorage revert <device> (for example: /dev/disk1) Identify your freshly made 10.11 partition name df Copy the Extra folder from the USB installer to your identified 10.11 disk partition cp -R /Extra /Volumes/<your fresly made 10.11 partition name> (for example: cp -R /Extra /Volumes/OSX_disk) Reboot the 10.11 USB installer, press a key at delay bar (or F8) to interrupt boor process and select your freshly made 10.11 disk partition. You'll then be booting El Capitan for the 1st time Complete the 1st boot installation finalisation Once at the 10.11 desktop, run the Enoch r2848 package from your USB installer to install Enoch on your HDD; it should be installed on the 1st partition of the disk Eject the 10.11 USB installer and put it aside Disable hibernation (can be done later, but should be done): open up Terminal and type the following commands sudo pmset hibernatemode 0 sudo pmset hibernatefile /dev/null sudo rm -f /var/vm/sleepimage copy all kexts from /Extra/Extensions to /Library/Extensions (ignore and acknowledge the permissions-related error messages) copy patched AppleHDA from /Extra/Extensions/Copy_to_SLE to /System/Library/Extensions (ignore and acknowledge the permissions-related error messages) repair kexts permissions and rebuild cache sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /S*/L*/E* sudo touch -f /L*/E* sudo kextcache -Boot -U / Edit /Extra/kernel.plist and set KernelBooter_kexts parameter to No (this will suspend kext injection from /E/E and speedup boot time) <key>KernelBooter_kexts</key> <string>No</string> If your E6440 is fitted with a different CPU than the i5-4300M, download Pike R Alpha's SSDT generator tool and generate your own CPU-specific SSDT. Copy the resulting SSDT.aml file to /Extra folder (it's normally prompted by the tool). Reboot your finalised El Capitan installation Please note that: Loading injected kexts from /E/E with boot option KernelBooter_kexts=Yes is slower than loading cached kexts placed in /S/L/E or /L/E. But it's a useful recovery method if add-on kexts placed in /L/E or kernel cache get screwed! As such, keep /E/E untouched. After any kexts modification, whether to /S/L/E or to /L/E, repair permissions and rebuild cache as detailed above. Other E6440 laptops fitted with a different CPU will require a different (and suitable) SSDT table than provided in the above pack (can be looked up on the web or created with Pike R Alpha's SSDT generator tool).
  6. I meant an Apple script... Try the attached. Touchpad Settings.zip It's not my creation but Dr Hurt's I think (can't remember). If you want to see how it works and what it does, browse inside the package to Contents/Resources/Scripts. You'll find the actual script which can be viewed with OS X Script Editor. It's a simple matter of automatically running the script at login.
  7. You can create a script to execute that action at boot time.
  8. IOReg output shows all the correct and expected info for the nVidia graphics. But I guess you still booted with nv_disable set since I'm not seeing any nVidia framebuffer loaded... If your wireless works with the patched DSDT, can you try and share your screen, reboot your Tosh and then try to access it via Screen Share?
  9. Ok, try the attached revised DSDT. DSDT.aml.zip Building on your IOReg info, I basically applied the following patches: renamed device PXSX under RP01 @0x001C0000 to ARPT for compliance with Apple's own device naming injected DSM method described & detailed here into RP01.ARPT to declare compatibility of AR5B95 card with Atheros AR9380 chip Let's look at the graphics card now...
  10. Yes, the BIOS version limit applies to all version of OS X so far.
  11. Ok, now post a zipped copy of a saved output of IORegistryExplorer. The wireless AR5B95 should work with the DSDT patch specified in the wireless inventory thread and the screen may work with injection of the nVidia parameters.
  12. Yes, you can try to remove the CellPhoneHelper kext via single user mode. Try and boot with -s flag, type the displayed mount command (you can ignore the fsck one) and run the following commands: rm -Rf /S*/L*/E*/CellPhoneHelper.kext chmod -Rf 755 /S*/L*/E* chown -Rf 0:0 /S*/L*/E* touch -f /S*/L*/E* kextcache -system-prelinked-kernel If you get an error 77, re-type the last 2 x commands. Once cache has rebuilt, just type: exit and the system should continue booting with the repaired cache.
  13. Screen is detected as external, not built-in LCD. Try and post a zipped copy of your DSDT. Extract the raw one if necessary.
  14. A text editor is perfectly Ok to patch the Info.plist file of CellPhoneHelper; that's what I use. The common mistake is to do a copy/paste of a patch that's not applicable to the given OS X version you run on your Hack. Apple modifies the syntax and parameters of this kext in almost every version of the OS... Where do you keep your add-on kexts such as FakeSMC and PS2 controller? You're using regular Chameleon so it's either /S/L/E or /L/E but if you attempt to boot without cache a system where critical add-on kexts such as FakeSMC are placed in /L/E, you will always fail because Yosemite and above ignore /L/E when you boot without cache. In that case, you may attempt to recover the situation by booting the USB installer up to the main installer screen and then try to fix your actual installation through Terminal. You could proceed as follows: 1) delete the patched CellPhoneHelper kext from /S/L/E: sudo rm -Rf /Volume/<OS X partition name>/S*/L*/E*/CellPhoneHelper.kext 2) manually repair permissions and rebuild the cache: sudo chmod -Rf 755 /Volume/<OS X partition name>/S*/L*/E* sudo chown -Rf 0:0 /Volume/<OS X partition name>/S*/L*/E* sudo touch -f /Volume/<OS X partition name>/S*/L*/E* sudo /Volume/<OS X partition name>/usr/sbin/kextcache -Boot -U /Volume/<OS X partition name>/ -K /Volume/<OS X partition name>/S*/L*/Kernels/kernel If you get an error at the end, repeat the last 2 x commands with line recall. Once you've recovered, I would advise you to migrate from good old Chameleon to Enoch. Reason for this is that recent versions of Enoch have improved features: to apply some limited number of kernel patches on-the-fly to call on kexts placed in /E/E and inject them through a special boot parameter. You can combine this to placing add-on kexts in /L/E (from where kexts are cached) so that if you screw up your cache, you can boot without cache whilst retaing add-on kexts injection from /E/E. It totally supports kexts experimentation.
  15. People really should stop using those tools that provide no error log to their users. In addition the manual commands required have been listed all over this forum a trillion time; I don't know why they're not being used... Which bootloader do you use? Clover or Enoch? Depending on version, I understand the former may no longer booting with our cache, whilst you can with the latter. From you description, it seems you've indeed screwed up your cache, probably as a result of incorrectly acting your CellPhoneHelper kext. Once you clarify the situation re: bootloader and attach your missing screenshots (use "More Reply options" button to attach pictures), we'll be able to move forward and maybe make progress.
  16. Booting normally to a black screen is often a sign of EDID issues. When you boot with nVidia disabled, does OS X show a built-in LCD in About This Mac->Displays ? If nothing is shown, try the following: go to the Sharing PrefPane and setup screen sharing take a note of the provided vnc connection details reboot normally to your black screen if you have another Hack of Mac on your network, go to Connect to Server..., then browse to see your Hack and select screen sharing access If you don't have another Mac or Hack on your network, use a PC on which you'll install VNC and access the Hack remotely using the details listed when you shared the screen You may then access your Hack and find you have full graphics acceleration. Check if the built-in screen is detected in About this Mac -> Displays If OS X reports no detected display, you'll have to retrieve your PC's EDID through, say, Windows and inject it through a modification of the Display Override profile applicable to your system.
  17. Lookup my E6220 guide and use the FakeSMC kext provided in the Siera pack. It's specifically tuned in terms of SMC keys for Sandy Bridge platform MBP8,1. Last ting to look at would the your activated DSDT patches in Clover ACPI section. That's quite a few you've activated. May be you need to start from an empty list...
  18. You can use the existing Clover installation guide published by JakeLo. it covers El Capitan and Sierra. For the HD4000-only model, everything works. Only the wireless card may not work if the laptop is fitted with an unsupported model. Swap it out for a supported model in that case. If you want narrower guidance, you can look at my Enoch-based E6230 guide. 99% of the provided material is reusable on the E6430. Simply retrieve the E6430's DSDT off an existing E6430 guide since you have the HighRes LCD screen (the E6230 is LoRes and will not inject the adequate Capri graphics layout-id).
  19. Ok, well, I see 3 x other possible defects in your config.plist: you've activated P States and C States generation, which is only for C2D/C2Q/1st gen Core CPUs. Do not use that on Sandy Bridge platforms and later you're not injecting Intel graphics and SNB layout-id 0x01000300 for your HD3000 (you'll need to add DualLink if your LCD has a res of 1600x900 or higher) no SMBIOS profile defined; ideally you should use something like Sandy Bridge MBP8,1/8,2/8,3. NB: to begin with, you may remove the FakeSMC PlugIn sensor kexts and only use the "basic" FakeSMC kext.
  20. I see some unexplained FakeCPUID in the config.plist. Is that normal?
  21. For audio, you may try to install VoodooHDA + AppleHDADisabler, even if temporarily. DPCIManager may then show the specs of the Realtek audio.
  22. Images attached after duly downsizing (from 4000x3000 @3+MB to 800x600 @100KB). Boot in verbose mode to see where things hang.
  23. HDMI video output normally works OOB (at least with Chameleon/Enoch) but patching the SNB framebuffer is required to support HDMI audio. The patch is also better to set HDMI output with the proper connector type anyway. All details here. If your Clover config does not have this yet, simply add the necessary patches. Basically, your vanilla layout-id looks like this: Vanilla SNB framebuffer kext: 01 02 04 00 10 07 00 00 10 07 00 00 // Nb of connectors -> "04" 05 03 00 00 02 00 00 00 30 00 00 00 // built-in laptop display 02 05 00 00 00 04 00 00 07 00 00 00 // display port 03 04 00 00 00 04 00 00 09 00 00 00 // display port 04 06 00 00 00 04 00 00 09 00 00 00 // display port and you want to patch it like this: 01 02 04 00 10 07 00 00 10 07 00 00 // vanilla: nb of connectors -> "04" 05 03 00 00 02 00 00 00 30 00 00 00 // vanilla: laptop's own LCD display 02 05 00 00 00 08 00 00 05 00 00 00 // patched: HDMI, display port #5 (built-in port) 06 02 00 00 00 04 00 00 08 00 00 00 // patched: VGA, display port #8 (built-in + docking-station port) 04 06 00 00 00 04 00 00 07 00 00 00 // vanilla: DVI, display port #7 (docking-station port) In Clover config, this will translate into the following on-the-fly patch: Name: AppleIntelSNBGraphicsFB Find: 020500000004000007000000030400000004000009000000040600000004000009000000 Replace: 020500000008000005000000060200000004000008000000040600000004000007000000 -
  24. Lion is still usable, absolutely (isn't Win7?), it may just look and feel a little old to some people. Less so than Snow Leopard I guess... Each OS X version had its X-Code variant. Lion had its own naturally.
×
×
  • Create New...