Jump to content

Hervé

Administrators
  • Posts

    10027
  • Joined

  • Last visited

  • Days Won

    561

Everything posted by Hervé

  1. According to Dell M4800 support web pages, audio controller is based on Realtek ALC3226 (=ALC292) codec. http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=DFR6K&fileId=3529517277&osCode=W732&productCode=precision-m4800-workstation&languageCode=en&categoryId=AU It's the same codec as fitted to E6440 or E7440 and for which you'll find patched kexts in existing guides. For instance, here.
  2. In order to obtain full graphics acceleration on your Intel HD4400, you need: 1) to use Rehabman's FakePCIID set of kexts 2) inject Desktop HD4600 id (0412) to the OS (i.e. pretend your mobile HD4400 is desktop HD4600) 3) inject the appropriate Azul framebuffer to the OS (presumably 0x0a260006) You can do 2) and 3) either through Clover config or DSDT patch.
  3. You can download myHack and, inside the extracted app package, you'll find the complete lspci package under Contents/Resources folder. Install the lspci utility it as follows: copy the lspcidrv kext to /L/E copy the lspci + setpci + update-pciids programs to /usr/bin copy the share folder to /usr/local repair permissions to /L/E with Terminal commands: sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo kextcache -Boot -U / update your local PCI database with Terminal command: sudo update-pciids ` You'll then be able to list your PCI attached components with Terminal command: lspci -nn ` Example: E6230:~ admin$ lspci -nn pcilib: 0000:00:1f.3 64-bit device address ignored. pcilib: 0000:00:1b.0 64-bit device address ignored. pcilib: 0000:00:16.0 64-bit device address ignored. pcilib: 0000:00:14.0 64-bit device address ignored. pcilib: 0000:00:02.0 64-bit device address ignored. pcilib: 0000:00:02.0 64-bit device address ignored. 00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09) 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09) 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04) 00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04) 00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 04) 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04) 00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04) 00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4) 00:1c.1 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4) 00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4) 00:1c.3 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 [8086:1e16] (rev c4) 00:1c.5 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 [8086:1e1a] (rev c4) 00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04) 00:1f.0 ISA bridge [0601]: Intel Corporation QM77 Express Chipset LPC Controller [8086:1e55] (rev 04) 00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04) 00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04) 02:00.0 Network controller [0280]: Qualcomm Atheros AR928X Wireless Network Adapter (PCI-Express) [168c:002a] (rev 01) 0b:00.0 SD Host controller [0805]: O2 Micro, Inc. OZ600FJ0/OZ900FJ0/OZ600FJS SD/MMC Card Reader Controller [1217:8221] (rev 05) E6230:~ admin$
  4. Usually, you load the patch file as it's often written/formatted to be interpreted, rather than copy paste the code.
  5. You have to manually create your USB installer; then use Enoch or Clover as bootloader. Clover is also a powerful tool to fine tune your installation but it requires much more knowledge and skills to grasp & master.
  6. It's entirely up to you to decide whether you want to update BIOS or not. Decide according to the announced enhancements or new features. GT640 should work OOB if I remember well, though you may need the nVidia Web driver. You can scrounge the Net on the matter.
  7. Yes, it goes without saying, re-use the DSDT of a model of identical specs (the nVidia model in your case). Afaik, E6510 only differs from E6410 by screen size. For your HDD, make sure you've set SATA operation mode to AHCI in the BIOS settings.
  8. Of course you can use Enoch. You'll find copies of DSDT in most E6410/E6510-related threads on the forum; just use the search facility. You may update BIOS but check if it's worth it on Dell's web site (on older systems, latest BIOS often only brought enhanced password encryption)
  9. Instant reboot may be due for missing KernelPm CPU option in Clover config; it's required to handle kernel-based CPU Power Management for Haswell CPUs (AsusAICPUPM is for Sandy/Ivy Bridge platforms). You may want to add the following hardware details to your specs: LAN card model Audio codec SD card reader model Bluetooth model etc.
  10. Weird, it's the same KP as that experienced with VoodooPS2Controller v1.8.9. I don't believe your KP bears a direct link with the model of SSD. It's something else. Since last loaded kexts is CoreStorage, can you check CS status of your drives (when both are in) with Terminal command: diskutil list Then, if there is a fusion/logical drive created, you may want to revert it to legacy mode diskutil cs revert /dev/<disk name>
  11. https://osxlatitude.com/index.php?/topic/8970-el-captain-on-inspiron-3542-core-i3/page-3&do=findComment&comment=59774
  12. What are those hardware specs? There's a good chance the LAN card will be the same as that fitted to the E6x20 so try the AppleIntel1000e kext (it's available in all E6x20/E-x30/E6x40 packs). For your Broadcom wireless card, check our non-exhaustive inventory here.
  13. DW1530 is BCM43228, not just BCM4322 (e.g. DW1510, which works OOB). That chip is not supported; all details here. NB: a 802.11n 2.4GHz/5GHz card losing connections is typical of a need to split the 2 x networks and use dedicated SSIDs instead of a common one, i.e. one dedicated SSID for the 2.4GHz network and another dedicated SSID for the 5GHz network. This has solved issues for many people, though usually symptoms were experienced in OS X not Win. For Win10, there appears to be ample topics on the matter on the web... NB2: no need for double and triple post on a given matter. Thanks.
  14. Patching the DSDT in such a way is not sufficient; it needs to be accompanied by a USB injector kext where you define all your USB ports (according to the DSDT definitions or -better- IOReg) for your selected SMBIOS profile. You'll find an example in the pack of the D630 guide I linked above. It's explained in full details on Rehabman's repo.
  15. Sheikh Wahab, with a bit of attention and forum search... https://osxlatitude.com/index.php?/topic/2120-inventory-of-supported-and-unsupported-wireless-cards/ https://osxlatitude.com/index.php?/topic/8739-patching-airportbrcm4360-kext-for-unsupported-mac-models/
  16. El Capitan appears to need a near-real 8Go (formatted), so most people will require a 16Go key. Did you partition your key GTP and format it OS X (journaled)?
  17. Since Yosemite, one has to create the USB installer manually. Literally dozens of posts detailing the procedure everywhere. Look it up in the various Yosemite/El Capitan guides we have on this forum. Here for instance or the other threads of that same section. An "Extra" folder will indeed be mostly for reference although it is still used by Enoch Chameleon branch for DSDT, SSDT, boot plist , SMBIOS plist and kext injections. Useless for Clover. When you saw references to an EFI partition, it was probably for Clover, that's where the Clover files go, unlike Enoch. For FakeSMC, I recommend you use a recent version from Rehabman or Kozlek. For PS2 controller, use those kexts we've listed in the 10.11.4 update thread of the Mac OS X forum subsection. I highly recommend the VoodooPS2Controller rather than the ApplePS2Controller on our Dell Latitude laptops since they have Alps trackpads. You can't directly upgrade per se from Mavericks to Yos or El Capitan on a myHack installation; you have to re-install over it and replace your boot loader. It's easy enough to do. My reference to Mavericks was purely for the OP to reach success in installing OS X since he was not with Yos or EC through the manual way...
  18. Try this patched DSDT for built-in audio. BOD3 (HDAU) of SSDT-7 not patched yet for HDMI audio... HDEF-patched_DSDT.aml.zip
  19. For SMBIOS, target Haswell-based Mac models such as MBA6,2 or MBP11,1/11,2 or even MBP11,3/11,4/11,5.
  20. 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.
  21. 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.
  22. 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.
  23. 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.
  24. 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...
×
×
  • Create New...