Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. Yes, everything seems to still work except for wifi DW1560. Just need to add these extra hot patches to Config.plist Cap Locks still not working properly, need tab twice to lock and twice to unlock.
  2. Try adding a boot option in the BIOS. Under boot option, create a new boot call whatever you like and point it to /EFI/Clover/Cloverx64.efi I was not able to get a similar model to run in UEFI mode, so I stick with Legacy.
  3. You need to install Clover to the HDD and copy the EFI/Clover files to the HDD'S EFI partition.
  4. DW1550 is a combo card with Bluetooth and Wifi.
  5. yes, replace it with DW1560 Intel wireless are not supported in OS X
  6. See here with workaround. Issue might be fix in 10.12.1 coming out soon.
  7. The specs are very close to my E7470 system, except mine doesn't have touchscreen and VGA port, but has DisplayPort. Only thing not working for me are the SD card reader & fingerprint sensor...not supported. The VGA port might not work Your Intel Wireless is not supported, will need a replacement with a DW1560. The AMD card will need to be disabled via DSDT edit. TPM must be disabled Secure Boot disabled Follow my E7470 guide and bootpack, leave off the DSDT/SSDT in ACPI/Patched folder. Extract the raw files with F4 during Clover boot, and attach the compress /EFI/Clover/ACPI/Origin folder here for patching. You'll have to follow the Prerequisite to set the DVMT to 96mb, don't use the value(s) in the guide, as yours might be different.
  8. Try this DSDT. Also added patch for SDCard reader, not sure your system comes with it. DSDT-sleep.zip
  9. No, don't change that, just need to change it to RP06 like this. #Patch for O2Micro SD Card Reader into device label PXSX parent_label RP06 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "AAPL,slot-name",\n "Built-in",\n "device-type", Buffer() { "Media Controller" },\n "model", Buffer() { "O2 Micro SD Card Reader" },\n "compatible", Buffer() { "pci14e4,16bc" },\n })\n }\n end;
  10. Try setting to Euro keyboard. See here
  11. Replace files in /EFI/Clover with these 5558_HD5500_Only.zip
  12. put it here. It should work right away. ~/.karabiner.d/configuration
  13. Install Karabiner Element and use the attached json file seen here, change the key to your preference with text editor. Word has it that 10.12.1 will have that fix.
  14. Boot to Clover GUI, hit F4, then continue booting to OS X. Compress and attach the Clover folder here. Specific about your computer: Do you have Alps, Elantouch or Synaptics touchpad? Audio codec: ALC255?
  15. Found the value you need to set, it's the same as my E7450. You need to set 0x15b and 0x15c to 0x3 i.e. setup_var 0x15b 0x3 setup_var 0x15c 0x3 Your USB root should have the folder EFI and inside is Boot folder and the file bootx64 in it. /EFI/Boot/bootx64.efi
  16. Upload the backup BIOS file. I'll take a look at it.
  17. Different BIOS uses different utility. Are you able to dump the rom file with the utility I posted?
  18. You can just install AppleHDAIDT, use the hot patches found in my bootpack here. Also need to add a new one for Sierra AppleHDA find 8A19D411 replace 00000000
  19. try here https://forums.lenovo.com/t5/Lenovo-A-B-C-N-S-Flex-Horizon/Universal-BIOS-Backup-ToolKit-2-0/td-p/1205920
  20. Prerequisite: Set DVMT to 96MB (0x3) as per FireWolf’s guide. Steps to change the DVMT value (Done on Windows or WinPE) 1) Universal BIOS Backup ToolKit 2.0.exe - to backup the BIOS 2) UEFITool.exe to find the module labeled Setup or something with Setup in it and extract the PE32 image section (setup.bin) 3) Universal IFR Extractor.exe to extract setup.bin to a readable text file 4) Use notepad to search for “DVMT” in the text file, Locate the value where DVMT is found 5) Format a USB drive to fat32 and create a folder name EFI (SD Card works too) 6) Download the EFI Shell and extract the Boot folder to EFI folder 7) Boot system with the USB and select UEFI Boot 8) At the grub prompt, enter these commands, hit enter after each command, then exit and reboot setup_var 0x3 i.e. setup_var 0x432 0x3 To verify, just enter setup_var 0x432 and hit enter, the value will be listed Note: May have to reset setting again after BIOS upgrade If you need help, then just extract the ROM file, compress and attach it here.
  21. Ok, when you install Clover loader, what settings did you apply?
  22. AppleHDA should be vanilla in /S/L/E and AppleHDAIDT should be install to /S/L/E or /L/E. Should have layout-id set to 12 or (hex 0x0C) in DSDT or 12 in Config.plist under device/audio. If you installed AppleHDA overwriting the vanilla kext and you have audio in El Capitan, then it means you have a patched AppleHDA instead of using the dummyHDA (AppleHDAIDT) + hot patches in Config.
×
×
  • Create New...