Jump to content

Hervé

Administrators
  • Posts

    10013
  • Joined

  • Last visited

  • Days Won

    560

Everything posted by Hervé

  1. I've had DW1510 (and DW1520) in my E6220/E6230 prior to switching to Apple's own BCM4360CD and did not require to tape any pins. I think I did the rebranding though...
  2. With HD4000 on a 1600x900 (or higher) built-in LCD, you must inject the following: 1) Capri FB #4/layout-id 0x01660004 (as opposed to 0x01660003) 2) DualLink set to 1 You can do that through DSDT patch of IGPU device located at 0x00020000 or through Clover config.
  3. You must of course delete all BIOS tables applicable to another system such as your Dell E6540 when booting the USB installer on your Lenovo.
  4. Ok for CPU (Haswell i5-4300M with HD4600 integrated graphics), LAN (Intel i217LM) and audio (ALC3226 = ALC292). The rest remains to be specifically defined (wireless, Bluetooth, Card reader). If you run Windows, I suggest you identify the PCI vendor + device ids through apps such as CPUZ or Aida64 or through the device manager. You'll need to: 1) apply the Haswell kernel patch to boot your system properly and avoid KP or boot loop 2) apply the HD4600 tuning: fake Desktop HD4600 id 0x0412 and use Rehabman's FakePCIIDxxx kexts. You have a HiRes screen, so make sure to set DualLink to 1. 3) use Mieze's IntelMausiEthernet driver or AppleIntel1000e kext for the LAN card 4) apply ALC292 AppleHDA patches and use dummy ALC292 kext for audio 5) for Keyboard and TrackPad, look-up the latest Synaptics kexts on the forum The rest will depend on the other hardware being properly identified. You can refer to my E6440 guides to grab kexts (FakeSMC + LAN + audio + CPUPM-related SSDT) from the published bootpacks or your existing E6540 build since those Dell laptops are based on similar hardware as your Lenovo T450p
  5. The Bluetooth part is USB-based and will therefore only work if the card is fitted to a combo PCIe/USB slot such as a laptop's WWAN slot for instance. If you're on a desktop with a adapter board fitted to a PCIe slot, do not expect Bluetooth to be available unless your adapter also offers USB connectivity.
  6. You'll have to identify the exact specs of your hardware elements (LAN, wireless, bluetooth, audio, card reader, trackpad, etc.) so that the right kexts can be provided.
  7. Then inject Intel graphics + layout id 01660003 in Clover and you'll have full graphics acceleration and max resolution on screen.
  8. AR5B95 is compatible but not the best choice if you want AirDrop and Handoff. Opting for a more modern combo BT4.0+wireless card, especially with Sierra, such as those based on BCM4360 or BCM4352 chips would require less patching and be a much better choice (AR5B195 and similar are AR5B95+combo Bluetooth 3.0). One of the best possible choices is to go for an Apple card such as the BCM94360CD with a mini-PCIe adapter board. They work OOB and support all those features with 802.11ac gigabit wireless connectivity. https://osxlatitude.com/index.php?/topic/2120-inventory-of-supported-and-unsupported-wireless-cards/ https://osxlatitude.com/index.php?/topic/1916-the-perfect-mini-pcie-wifi-and-bluetooth-combo-card-for-notebooks/ https://osxlatitude.com/index.php?/topic/7554-broadcom-bcm4360cd-80211-ac-wifi-and-bluetooth-combo-card/
  9. Seems the patch is not applied. Post a zipped copy of your Clover config.plist file.
  10. Unless you've configured the kexts patches through Clover, you'll have to repatch your Azul frambefuffer kext + AppleHDA kext after each update. The patches are readily available in various E6440, E6540 or E7440 and Haswell iGPU threads & guides posted on the forum.
  11. DVD player needs full graphics acceleration to run, so no hope in your case. VGA and Monitor PrefPane are probably linked to absence of framebuffer. Don't expect any fixes here... For wireless, please read the FAQ section. As for Sleep not working when you close the lid, it can depend a several things: defective or disconnected sensor inside the laptop, absence of Sleep altogether (need CPU power management as a pre-requisite), need for DSDT/ACPI adjustments, etc. Check that Sleep works through Apple menu and/or Fn-F1 or Fn-Esc to begin with. You also need to be aware that even if you got Sleep to work, you may encounter graphics nastiness (garbled screen and subsequent need to reboot) on wake. That's what happens on old GMA-based systems that run 64bit versions of OS X without full graphics acceleration. Remember that this will never be a good Hackintosh...
  12. Then I suspect you might have a dying HDD...
  13. Then you're either using the wrong pack or the patched DSDT (or any other patched table) is incorrect. I suggest you post your extracted raw table to get it patched properly. In case you've not done so already, update your BIOS to latest version.
  14. Try & grab the BCM5722D v2.3.6 off the D630 Mav/Yos/EC/Sie packs available here. But 1st of all, check your BIOS settings because it looks like Ethernet is disabled in BIOS...
  15. I see reports of errors on your NTFS partition so you may want to watch out for HDD errors. Then, there is clearly a timeout with your Bluetooth device. Maybe you need to repatch a kext or re-apply a firmware patch. Difficult to say more until you advise on the hardware model....
  16. Please refrain from multiple posting on the LAN matter (and, as a general rule, any other matter). You've posted about it 4 or 5 times in the last few hours and we're not going to reply to each post.
  17. Guys, you can maybe try the BCM5722D v2.3.6 found in the D630 Sierra pack posted here. No guarantee it'll work, but worth a shot if nothing else works... The PCI devices would be better listed with Terminal command lspci -nn in order to display PCI ids alongside device description. This being said, BCM5761 GigEthernet card appears to bear id 14e4:1681 so it's easy to check if covered by suggested kext version. Here's the list of cards supported by the kext: <string>pci14e4,165a</string> <string>pci14e4,167a</string> <string>pci14e4,1672</string> <string>pci14e4,167b</string> <string>pci14e4,1673</string> <string>pci14e4,169b</string> <string>pci14e4,1693</string> <string>pci14e4,1712</string> <string>pci14e4,1713</string> <string>pci14e4,1691</string> <string>pci14e4,1698</string> <string>pci14e4,16b5</string> <string>pci14e4,16b1</string> <string>pci14e4,1692</string> <string>pci14e4,1600</string> <string>pci14e4,1681</string> <string>pci14e4,1680</string> Then, there is the matter of a BIOS ROM parameter of some sort that can interfere with Ethernet. It was mentioned some time ago in discussions with JakeLo. Need to dig that out. This ROM parameter can be enabled or disabled to check subsequent Ethernet behaviour... Edit: found it; it's Legacy Option ROMs option. On some Dell laptops, it needs to be disabled to bring Ethernet back to life.
  18. So you know what to look for now... Hint: E6410 published packs maybe.
  19. You'll have to tell us what audio codec that E5410 has. There's a good chance it'll be listed in the BIOS settings. If not, look on Dell's web site. Failing that, try the usual alternative, i.e. VoodooHDA. Re: battery management, I guess you can try and grab the battery kext I posted in my D630 Mavericks pack or E6220/E6440 Mavericks/Yosemite guides.
  20. I'm a little wary about a "method from youtube and not from this side"... Then BIOS is A03, i.e. ancient. I'd start by updating to the latest version.
  21. Diificult to help without more info... Method used? Bootpack used? Screen resolution? If screen res is 1366x768, you can follow my E6220 guide and re-use the SSDT for i5-2520M. I'd advise to retrieve the E6420 DSDT from a different guide like JakeLo's Latitude/Inspiron/Precision general one.
  22. Erm... where do you get that from? Really? Did you read the comments?
  23. None normally expected. Follow the usual/regular advise: if you do update, take a full backup or image of your current installation in case things do go wrong afterwards.
×
×
  • Create New...