Jump to content

Hervé

Administrators
  • Posts

    10066
  • Joined

  • Last visited

  • Days Won

    568

Everything posted by Hervé

  1. Try the attached. DSDT.zip Atheros AR9565 is not supported by OS X to date.
  2. Nope sorry, I use the BT service of a factory-fitted Intel wireless card and added a 2nd natively-supported Atheros card in one of the spare 1/2 size mini-PCIe slot.
  3. HD4600 HDMI support not sorted yet on Yosemite; that's "work in progress". Docking station, no idea, not even played with that. I'd say probably similar issues as HDMI support.
  4. I still haven't sorted out my own headphone output so can't really help you out on that one. I've only worked on getting it silent, not throw out garbage noise with the (then inaudible) audio. USB resume on wake and Sleep on lid closure working now?
  5. As far as I know, you can still order Mavericks from Apple and obtain a redemption code to download it. Failing that, Google is your friend...
  6. Why don't you try Mavericks instead? https://osxlatitude.com/index.php?/topic/7091-dell-latitude-e6420-with-i5-2410m-hd3000-and-1600x900-lcd-mavericks/
  7. USB fix is detailed in my E6440 thread; just apply the DSDT patch as detailed, i.e. add the code below to devices EHC1, EHC2 and XHC: Method (_DSM, 4, Serialized) { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x0E) { "AAPL,clock-id", Buffer (One) { 0x01 }, "built-in", Buffer (One) { 0x00 }, "AAPL,current-available", 0x0834, "AAPL,current-extra", 0x0898, "AAPL,current-extra-in-sleep", 0x0640, "AAPL,device-internal", 0x02, "AAPL,max-port-current-in-sleep", 0x0834 }) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } To get sleep to work on lid closure, apply Rehabman's DSDT lid fixes (Lid_PWR + LidPoll). No need for the ACPIPoller kext under Yosemite, only under Mavericks. Rehabman_Lid_fixes.zip
  8. Keep a Mavericks partition to work from. Will allow you to save the Yosemite one if it gets screwed.
  9. Press [space] when on your Yosemite icon at the bootloader. You may have a sticking verbose flag.
  10. Not using a SSDT file already existing in a pack but in fact unsuitable to your CPU by any chance?
  11. Tried to reset BIOS to default settings and just configure HDD to AHCI?
  12. It's GraphicsEnabler, not graphicsenabler... the exact syntax/case matching is of outmost importance for boot options.
  13. Same as in most OS: 'cd' command to change directory. Use 'ls' to list files. For instance: cd /Volumes/Install_OS_X_Yosemite/System/Library/Kernels ls -la Watch that target path in your 'cp' command. You write 'library' when it must be a capital 'L'...
  14. No. But do a search on "touchscreen" and see what you get.
  15. I know it works on some Hackintoshes, but it's not a general thing.
  16. Re: Haswell kernel, it's not hard, no; you'll easily find the perl Terminal command to do this on the vanilla kernel or the pre-patched kernel files on the web.
  17. Haswell platforms are supported from ML 10.8.4, not before. OS X kernel usually must be patched to run on Haswell-based laptops. If you wish to stick to SL, you simply need an older laptop (from CoreSolo/Duo/2Duo to Sandy/Ivy Bridge).
  18. You're highly likely to meet issues with your 1st choice due to CPU and graphics model. 2nd choice is far better as the underlying hardware is more likely to be compatible with OS X. Snow Leopard will not support Haswell platforms though, it only goes up to Sandy Bridge (possibly Ivy Bridge) generation and with 10.6.8. It's just too old now (it does kind of look a little dated today) and Apple dropped all support a year ago. Mavericks or Yosemite is your best choice.
  19. There you go! Now you just have to tidy the installation to add support for things that may not be working such as audio or LAN...
  20. Sorry, no support for any TMX stuff here. You know where to go for that... I strongly suggest you use myHack v3.1.2 to install SL. myHack provides the facility to easily install/remove kexts in/from /Extra/Extensions, leaving all Vanilla kexts untouched in /S/L/E. To boot in 32bit mode, you need to use the bootloader option arch=i386.
  21. You had the kexts before, you listed them in your previous posts. Don't use EDP, it appears you'll screw up your D830 again.
  22. To get rid of NullCPUPowerManagement, simply remove it from /Extra/Extensions and run myFix (quick) as suggested and confirmed in posts #21 and #22. You can also try my edited DSDT by placing it in /Extra under the name of say DSDT_new.aml. You can then safely test it by calling on the file at bootloader prompt by typing: DSDT=/Extra/DSDT_new.aml. Once you're happy that it works, you can delete the old one and rename the new one into DSDT.aml. The DSDT will most defintely fix your black screen issue. I don't know what you were trying re: audio but it's a simple matter of using VoodooHDA + AppleHDADisabler kexts. You had them initially, there was nothing wrong there. If you can only boot into safe mode, you won't be able to run myHack/myFix app. However, you can manuall call myFix from Terminal using the command myfix -qt /.
  23. No reason why your graphics would be limited to that resolution; I guess you may not have full graphics acceleration... What graphics do you have? If Intel GMA X3100, make sure to run SL in 32bit mode. To update to 10.6.8, just download the Combo update off Apple's web site. There are no horror stories that I'm aware of. Audio and Ethernet should work with VoodooHDA + Broadcom 5722D, assuming this has same hardware as D Series. Post your specs as displayed by Terminal command lspci -nn (needs lspcidrv kext installed and loaded).
  24. There you are. This is a fully complete pack (up to 10.6.8), i.e. no need of EDP. It has everything you need to support all your hardware. Install with myHack v3.1.2 or manually replace your /Extra folder with the attached to rebuild your setup. D430_SL_pack.zip
×
×
  • Create New...