Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. The Bluetooth can be make to work but very inconsistent, but Intel wireless will not be supported. That's just a generic message whether you have a working wireless or not. If your card is supported, it'll show up underneath Interfaces.
  2. Ok. Thanks for testing.
  3. You can also easily convert it with a simple command on the terminal: echo -n whateveryouwant | xxd For example, To convert MacBookAir6,2 board id "Mac-7DF21CB3ED6977E5" echo -n Mac-7DF21CB3ED6977E5 | xxd yields this: 00000000: 4d61 632d 3744 4632 3143 4233 4544 3639 Mac-7DF21CB3ED69 00000010: 3737 4535 77E5 As you can see by adding lines 1 and 2 give you the full hexadecimal 4d61 632d 3744 4632 3143 4233 4544 3639 3737 4535 Here's what the Clover patch would look like: <dict> <key>Comment</key> <string>DW1520 Whitelist Patch (MBA6,2)</string> <key>Find</key> <data> TWFjLTJFNkZBQjk2NTY2RkU1OEM= </data> <key>Name</key> <string>AirPortBrcm4360</string> <key>Replace</key> <data> TWFjLTdERjIxQ0IzRUQ2OTc3RTU= </data> </dict>
  4. Sorry I made a change in the Config file. Had to disable the AppleHDA hot patches when using AppleALC. I re upload the bootpack.
  5. DW1510 works OOB, but only has wireless, no bluetooth
  6. Ok, I'm replacing the patched AppleHDA_ALC290 with AppleALC instead, give this a try. Here's a new bootpack, remove AppleHDA_ALC290 from /L/E or /S/L/E, repair permission and rebuild cache AppleALC will run from Clover/kexts/Other, just need to declare which layout-id to use. I remove the declaration from the DSDT so it can be done from Config.plist so you could change it easily. I have layout-id=28 set now, the only other layout-id you try is 3. Only 2 known patched ALC290 out there that I could find. If 28 doesn't work, then switch it to 3 under Devices/Audio Vostro_5460_v2.zip
  7. If you want combo, then DW1550 is a good choice. See here for list of tested devices
  8. Yup, seems to EH01 (USB 2.0) issue now try this one, rename to DSDT.aml DSDT-fixSleep.aml.zip If still not working, try this one. If still fails, just stick with the one that works. DSDT-sleep_v3.zip
  9. Replace files with these: DSDT/Config/AppleHDA_ALC290 3 ports for HDMI had been added for HD4000. If it works, you can disable 205 since it was originally added. Then disable 304 to see if it still works to determine which one fits your system. If it still works, then your port is 406, otherwise, enable 304 and disable 406. New patched ALC290 has been move to layoutid=28 so I had to update the DSDT/Config.plist If this still doesn't work, then you could go back to the original files. Vostro_HDMI.zip
  10. Hmm, interesting you're able to install El Capitan and not Sierra, they both virtually the same as it pertains to installation. The error you get is due to USB issue. The files I included is just for basic installation, it does not have all the kexts for audio, mouse, ethernet. etc.. To get the other devices working, we'll need start by patching the DSDT/SSDT. Could you get me the following: Extract raw files (boot to Clover, hit F4, compress and attach /EFI/Clover/ACPI/Origin folder) Screenshot of status and PCI List DPCIManager https://sourceforge.net/projects/dpcimanager/ Saved IOReg IORegistryExplorer_v2.1.zip Save System Report (system information)
  11. Try this patched AppleHDA, replaced to /L/E, see if it makes a difference. For Brightness and other Fn keys, try using Karabiner-Elements app to reassign the keys. AppleHDA_ALC290.kext.zip
  12. How were you able to install OS X on this MBR partition in the first place? You patch the MBR on the installer.
  13. Either UEFI or Legacy is fine, but MacOS requires GPT. Is your Windows formatted with MBR? If so, you'll need an MBR patch for MacOS to install. The reason I mentioned BIOS A11 is because anything over will cause artifacts. You can try it yourself to confirm. If you find that it does occur, then downgrade to A11. But our experience is that just downgrading to A11 is not enough, you have to downgrade to A02/A03, then upgrade to A11. If you opt for UEFI, then you'll have to reinstall Windows, Windows will run on GPT/UEFI starting with Windows 7 64bit I believe.
  14. There's some changes in the new DSDT when you updated the BIOS. I applied the same patches, but doesn't seem to have the same result. can you run this again. post output here log show --style syslog | fgrep "Wake reason"
  15. try this one DSDT-sleep-v2.zip
  16. try this dsdt patched from Bios A18. replacing the /EFI/Clover/ACPI/Patched/DSDT.aml make a backup of the original DSDT just in case DSDT-A18.zip
  17. Yes, sorry the wording was not clear. I meant the bootpack has been updated with those changes.
  18. Known issue for this card, it's not getting an IP address. There's no new development for this kext as far a I know. Others were able to fix it by setting the Speed to 100baseTX I believe.
  19. Try my Clover guide, bootpack on post #2 Or you could use Hervé's guide with his bootpack, but replace the DSDT.aml from my bootpack, both will work. DSDT.aml patched from BIOS A11, so make sure to use that version.
  20. try now. It's also available in the my clover guide bootpack link. I made another change
  21. GT630M is not supported and id being disabled by DSDT/SSDT patching. Give this bootpack a try. Follow my Clover guide how to use this bootpack Vostro_5460_A07.zip
  22. If you're able to update your BIOS, let me know the version. Boot to Clover gui, hit F4, compress and send me the new Origin folder. I'll repatch it
  23. Please specify your system's specs. CPU? Display resolution? Ethernet? Touchpad? Bios version? etc... Boot to Clover, hit F4, then Attach your Clover folder here for review.
×
×
  • Create New...