Jump to content

Hervé

Administrators
  • Posts

    10040
  • Joined

  • Last visited

  • Days Won

    562

Everything posted by Hervé

  1. Try this patched DSDT for built-in audio. BOD3 (HDAU) of SSDT-7 not patched yet for HDMI audio... HDEF-patched_DSDT.aml.zip
  2. For SMBIOS, target Haswell-based Mac models such as MBA6,2 or MBP11,1/11,2 or even MBP11,3/11,4/11,5.
  3. Ok, well, be aware that your DW1705 wireless card is unsupported and will have to be replaced (or completed) by a supported device (1/2 mini-PCIe card or USB dongle). Look up this non-exhaustive list for guidance. Audio codec seems to be ALC3234. We can confirm that through the PCI id you would find in the device/driver information.
  4. You can start by looking Dell's published specs/datasheet but you can also check the info provided in Windows device manager for instance. Or look up for the various Windows tools that exist today.
  5. On paper, no issue with this Haswell/HD4400-based platform. For you wireless, please double check because that reference seems incorrect. You also need to identify other hardware elements such as audio (codec), LAN card, SD card reader, Bluetooth, etc.
  6. Old & known problem, well documented on the Web. Afaik, Safari still no longer supports Netflix playback despite various ambiguous messages. Switch to another browser like Chrome.
  7. Arf, who's gonna go through those 77pages? If you want to list kext loaded or not loaded, copy paste the sorted list from SysProfiler->Extensions, but not the above! Anyway, let's get this seen in its own dedicated thread. All those systems I tested and verified run Enoch by the way, not Clover...
  8. Sounds like you need to activate KernelPm option to free-up the kernel-based CPU powzer management.
  9. Added TP-Link TL-WN723N v3 802.11b/g/n 150Mbps mini USB adapter and TP-Link TL-WN725N v2 802.11b/g/n 150Mbps nano USB adapter.
  10. I can't explain the behaviour on your E7440 but Dr Hurt's VoodooPS2Controller certainly works on Titou2k4's E7440 so that's another model on which it appears kosher to me. Make sure you don't have duplicate controllers lying around in your EFI partition, /S/L/E, /L/E.
  11. Your laptop may display more info in the BIOS setup pages; failing that, assuming the PC came pre-installed with Windows, you should be able to identify exact hardware or at least hardware pci vendor + device ids through the Device Manager. Look up the device driver info. Re: iGPU vs. discrete GPU, well... isn't the answer obvious?
  12. I specifically advised you NOT to use the kexts of the HWSensors dmg, the tuned FakeSMC I previously provided covered for that. Am I wasting my time with you here? You seem to systematically do differently than advised... HWmonitor: again, please read my previous posts. Bluetooth: Finder's bar icon or PrefPane is the same in terms of turning BT off and on. On looking at your patch, I can clearly see that you did not follow the guide I referred to... You should suss it all out on your own now, good luck.
  13. When you get this type of error repeat last 2 commands (touch + kextcache) or run: sudo kextcache -system-prelinked-kernel
  14. https://osxlatitude.com/index.php?/topic/8959-m6300-el-capitan-install/page-2&do=findComment&comment=59600 You already have the newer and fully tuned FakeSMC v6.13.1363 in the pack I provided. You're supposed to install those (3x) kexts I uploaded in your /E/E folder. The other files too of course. Check CPU speedsptep + GPU throttling with HWMonitor, that's what it's used for! See here for illustration. What about Bluetooth? You said it now worked... DW360 works OOB, no kexts required other than a patch of the Broadcom transport kext if you want to be able to turn BT off/on from the Finder's bar icon. It's all explained in the Bluetooth related thread that you'll find in the R&D->Hardware->Bluetooth forum sub-section. So... does it work or not? Try the following revised DSDT + USB injector kext for USB ports. DSDT_new2.aml.zip USB_Injector2.kext.zip
  15. As long as you replace your old FakeSMC v4.0 with the newer tuned version v6.13.1363, all you need to do is copy the HWmonitor app from the dmg to your Applications folder from where you can run it. Ignore the kexts of the HWSensors dmg. You can go to HWMonitor app preferences menu and adjust icons and info displayed in the Finder's bar. Do you see CPU + GPU throttling at all? Re: battery, try a more recent Rehabman's ACPI battery manager kext like latest v1.60.5 as opposed to your older v1.50.
  16. The BCM5722D kext does not support the Broadcom BCM5756M card by default... It must be patched with the card's id.
  17. Try the attached files. Package contains: revised patched DSDT (fixed EHCx devices + AGP.VID device_type & model (it's FX 1600M, not FX 360M) and modded LAN & WLAN devices) USB injector kext tuned FakeSMC v6.13.1363 (with MBP5,1 SMC keys + nVidia FX 1600M (10de:040d) AGPM tuning) latest BCM5722D v2.3.6 (with added BCM5756M id 14e4:1674) revised Chameleon boot plist revised SMBIOS plist (MBP5,1 profile) kernel.plist (for Enoch boot parameters) M6300_tuning.zip Install Kozlek's HWMonitor app to monitor CPU speedstep +GPU throttling. Once you're happy with the settings, you can copy (not move) all kexts to /L/E, repair permissions, rebuild cache and set KernelBooter_kexts parameter to No in /Extra/kernel.plist. System will then boot a little quicker. If you still don't have all your USB ports after installing those files, we'll modify the devices to EH01/EH02 in the DSDT + USB injector.
  18. Enoch works with recent or older versions of OS X...
  19. Ok, if it's the 3-cell 30Whr battery, then I expect you drainage to be sort of normal and battery usage at around a couple of hours max. 4 to 6hrs is not achievable with the 3-cell battery. OS X does drain more power than Windows due to heavier graphics demand. You can consider such things as turning off unused accessories like Bluetooth, reduce screen brightness and turn off eventual keyboard backlight to maximise battery life. http://forum.notebookreview.com/threads/dell-e6220-user-review.649152/ All to be seen once you've completed your E6220's post-installation tuning. You can refer to my E6220 EC guide and attached full pack for that.
  20. Yes, run DVDPlayer and click on Show supported Features in Help menu. If you have full graphics acceleration, everything will be available/supported; if you don't, you won't be able to open up the app, you'll get an error message. I'll patch your DSDT and prepare the USB injector kext + FakeSMC kext for you.
  21. References to device EHCI of your DSDT should be replaced by EHC1. However text references to "EHCI" for USB bus type are Ok. you'll see those under Device (EHCI) and Device (EHC2). So you replace all references to EHCI by EHC1, except for: "device_type", Buffer (0x05) { "EHCI" }, In fact, with the use of the USB injector, we'll probably replace EHCx devices by EH0x devices. Try MacBookPro5,1 profile on that M6300, it'll be better than MB5,1. Do not use MacBook3,1 or MacPro3,1 SMBIOS, that is unsuitable. Post a saved IOReg output from, say, IOREgistryExplorer. Then we can adjust the D630n USB injector kext to match your M6300 USB ports. You're also using a very old FakeSMC kext too, grab the version from my D630 pack, that'll also give you native CPU speedstep, The included AGPM patch will have to be reviewed to match your FX 360M GPU. Not sure you're actually getting full graphics acceleration. Your DSDT does indeed have a _DSM method to inject nVidia characteristics, but the key parameter device_type is incorrect. DSDT shows: "device_type", Buffer (0x0D) --> incorrect buffer size { "NVDA,Quadro" --> incorrect setting }, and it must be patched to: "device_type", Buffer (0x0C) { "NVDA,Parent" }, It's a very common DSDT patch requirement on systems fitted with nVidia GPUs. The buffer size for GPU model description text is incorrect too; it should be 0x15, not 0x18 though I thought the M6300 was fitted with a Quadro FX 1600M but now you say FX 360M...
  22. Check that you have CPU power management with HWSensors app (provided you use the various sensors kexts that come with associated FakeSMC). If you see CPU multiplier & frequency oscillating in the x8/800MHz to x?/, you have proper CPU speedstep. You say you have a new battery but is it kosher/genuine? There are lots of offerings on the web these days that deliver crap batteries... I've made that experience myself. Battery life also depends on the model you went for: 3 or 6-cell. I get 3 to 4hrs with my non-Dell 6-cell replacement on the E6220, whereas I get well 4 to 5hrs on the Dell 65Wh 6-cell model of my E6230.
  23. You troubles come mostly from the USB ports or lack of it... BW360 will work again OOB once you sort our the USB ports. The M6300 will be like D630/D830 of same generation: you need to make up the relevant USB injector. You can very easily derive it from your IOReg USB port analysis and the SMBIOS profile you use. Grab the USB injector kext of my D630 bootpack or EC guide and you'll see how it's made up.
  24. Did you setup CPU speedstep/power management with the SSDT generator tool?
  25. The disk device name can be used too; for instance in the above example, the command diskutil cs revert /dev/disk2 would normally work too; it's a bit simpler than having to type the entire UUID.
×
×
  • Create New...