Jump to content

Hervé

Administrators
  • Posts

    10092
  • Joined

  • Last visited

  • Days Won

    569

Everything posted by Hervé

  1. Sharing cache contents would be futile. It's dynamically built according to the kexts you have on your own system. One does not copy the cache from one computer to another.
  2. To create your USB installer, I suggest you try the manual method described in guides such as this.
  3. Hervé

    Asus N56JR

    For EDP update, post your: Clover settings (config.plist, Clover installation settings) Enoch settings (kernel/boot/SMBIOS plist files) DSDT table Add-on kexts used
  4. Personally, I don't believe the media slot could be an issue. I have a 2.5" SSHD disc for Windows in the regular SATA slot of my E6440 and an mSATA disc in the combo mini-PCIe/USB/mSATA slot for OS X. I switch from one to the other without any issue whatsoever and it does not matter which one is 1st in the boot list. Your cache issue is due to something else, maybe some kext you inject rather than cache or something along the line. Some BIOS option maybe? The difference on my installation is that I use Enoch and my BIOS is set to legacy mode.
  5. Hervé

    Asus N56JR

    I don't know what was changed to the kext.
  6. Hervé

    Asus N56JR

    Oh, this one... We've already covered it. You seem to have the enable/disable option available in the BT Finder bar's icon, so I'm afraid I've got nothing new to add.
  7. Hervé

    Asus N56JR

    Can you post a screenshot of your SysProfiler Bluetooth and USB->Bluetooth info?
  8. Hervé

    Asus N56JR

    Please look here for answers to your keyboard section. I believe all has already been covered and answered in the past.
  9. There exist several DSDT patches for computer shutdown: some for laptops, some for desktops. I guess you'll have to try a few before you catch the correct one. Or maybe it's one of the patches you applied if you went back to your own patched DSDT... For keyboard remapping or keys swap-out, you can either use the basic but functional built-in facility of OS X (Hackintosh forum are no alternative to OS X user manual or "xxx for dummies" guides). You can also Search the forum on this as it's been covered for many years with details of existing tools (eg: Chameleon modules, Ukelele, DoubleCommand, etc.). I'm sure you'll quickly find the proper forum sub-section for that.
  10. https://osxlatitude.com/index.php?/topic/8368-e6420-intel-hd3000-el-capitan/page-3&do=findComment&comment=58435
  11. You do not need the patched AICPUPM kext on a C2D system. The patched kext is only to avoid the CPU power management issue (Kernel Panic) related to BIOS-locked MSR register on Sandy/Ivy Bridge systems. It'll not change anything for your apparent Shutdown/Restart issue for which you may have to implement a DSDT patch. As stated before, all you need for proper/native CPU power management is: the correctly tuned FakeSMC kext (which you now have) the proper SMBIOS profile (which you now have) C States + P States generation enabled in bootloader config (which you should have enabled by now) no NullCPUPM (get rid of it if still in use)
  12. Black screen issues gets solved by using the above SMBIOS.
  13. I guess you meant the CPU-specific generated SSDT, not the DSDT, because the latter would not vary according to CPU.
  14. These error messages indicate incorrect permissions... Did you check your PM?
  15. Guys, if the Clover method appears to be so troublesome, why don't you switch to Enoch with BIOS in legacy mode? When I see the ton of recent posts on getting Clover to work in UEFI mode in these laptops, I can't understand why people stick to a method they clearly don't fully master.
  16. I've updated the D620/D630 pack thread with the ML 10.8(.5) pack. Tested and verified with a USB2.0 myHack v3.3.1 installer all the way through, so you can use it in full confidence. If you use a USB3.0 key and get USB-related error messages followed by "Still waiting for root device", just unplug your USB3.0 installer and replug it; the installation will then continue. When you create your USB installer, proceed as follows with myHack v3.3.1: 1) create ML10.8 installer 2) install myhack utilities 3) install Extra (my own, pointing to downloaded ML10.8.5 pack) 4) remove problematic extensions 5) install Chameleon
  17. USB issues under El Capitan are well-known and the fixes well-documented. You'll find the necessary information through a Google search or a search on the forum.
  18. Remove those kexts added to /S/L/E and copy them to /Library/Extensions. Then repair permissions and rebuild your cache with following commands: sudo chmod -Rf 755 /Volumes/<USB installer name>/S*/L*/E* sudo chmod -Rf 755 /Volumes/<USB installer name>/L*/E* sudo chown -Rf 0:0 /Volumes/<USB installer name>/S*/L*/E* sudo chown -Rf 0:0 /Volumes/<USB installer name>/L*/E* sudo touch -f /Volumes/<USB installer name>/S*/L*/E* sudo touch -f /Volumes/<USB installer name>/L*/E* sudo /Volumes/<USB installer name>/usr/sbin/kextcache -Boot -U /Volumes/<USB installer name> -K /Volumes/<USB installer name>/S*/L*/Kernels/kernel This assumes you've copied the appropriate Yosemite kernel file to /S/L/K.
  19. Seems you're not using boot option kext-dev-mode=1; that's mandatory with Yosemite.
  20. Sounds like you have no graphics acceleration. You're going to have to tell us more if you hope to get some support. post your system's specs detail how you installed OS X specify the boot loader you're using post your pack
  21. Copy your add-on kexts to /Library/Extensions, repair permissions and rebuild your cache. Chameleon will not inject or load kexts from /E/E if i remember well...
  22. Hervé

    Asus N56JR

    The Qualcomm Atheros BT module may not actually be CSR based (CSR was only acquired by Qualcomm last year). You could undo the CSR kext patch and do the same for the IOBluetoothControllerUSBTransport kext.
  23. Hervé

    Asus N56JR

    Oh! I think you kinda screwed the CSR controller transport kext with your patch there! My guide says to add a new entry by copying and modifying an existing entry, not to wipe out everything! Anyway, try the attached patched kext instead. Simply overwrite the existing PlugIn kext inside IOBluetoothFamily kext, repair permissions, rebuild cache and reboot: sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / (or sudo kextcache -system-prelinked-kernel) Good luck. CSRBluetoothHostControllerUSBTransport.kext.zip
×
×
  • Create New...