Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Try adding FakePCIID_XHCIMux.kext if you have USB 2.0 and USB 3.0. If this doesn't work, then add USBInjectAll + port limit patch as well. If only USB 3.0, then add just USBInjectAll + port limit patch.
  2. Just to confirm, did that also solve your wake issue?
  3. ALC292 is known to be causing static noise in the headphone, so VoodooHDA won't fix this issue. With the patch AppleHDA_ALC292 with combination of CodecCommander, that will be fixed. Also will enable HDMI audio if that's important to you.
  4. That would be an USB issue. Look under USB and see if your Bluetooth device shows. Should show something like under USB 2.0 Bus / Hub: BCM20702A0
  5. #Maintained by: RehabMan for: Laptop Patches#battery_Dell-XPS-13.txt # created by RehabMan 9/25/2013 # created originally for ivan0309 # works for: # Dell XPS 13 # Dell Insprion 14z # Dell XPS 15z # Dell Inspiron 14r n4110 # Dell Vostro 5470 (per sonic1978) # Dell Vostro 3750 (per Moorre) # Dell Vostro 3460 (per Vampnight) into method label B1B2 remove_entry; into definitionblock code_regex . insert begin Method (B1B2, 2, NotSerialized) { Return (Or (Arg0, ShiftLeft (Arg1, 8))) }\n end; # battery EC into device label EC0 code_regex CAP0,\s+16 replace_matched begin CAPX,8,CAPY,8 end; into device label EC0 code_regex VOT0,\s+16 replace_matched begin VOTX,8,VOTY,8 end; into device label EC0 code_regex CRT0,\s+16 replace_matched begin CRTX,8,CRTY,8 end; into device label EC0 code_regex FCP0,\s+16 replace_matched begin FCPX,8,FCPY,8 end; into device label EC0 code_regex DCP0,\s+16 replace_matched begin DCPX,8,DCPY,8 end; into device label EC0 code_regex DVT0,\s+16 replace_matched begin DVTX,8,DVTY,8 end; into device label EC0 code_regex BSN0,\s+16 replace_matched begin BSNX,8,BSNY,8 end; # battery methods into method label _BIF code_regex \(\^\^PCI0\.LPCB\.EC0\.DCP0, replace_matched begin (B1B2(^^PCI0.LPCB.EC0.DCPX,^^PCI0.LPCB.EC0.DCPY), end; into method label _BIF code_regex \(\^\^PCI0\.LPCB\.EC0\.FCP0, replace_matched begin (B1B2(^^PCI0.LPCB.EC0.FCPX,^^PCI0.LPCB.EC0.FCPY), end; into method label _BIF code_regex \(\^\^PCI0\.LPCB\.EC0\.DVT0, replace_matched begin (B1B2(^^PCI0.LPCB.EC0.DVTX,^^PCI0.LPCB.EC0.DVTY), end; into method label _BIF code_regex \(\^\^PCI0\.LPCB\.EC0\.BSN0, replace_matched begin (B1B2(^^PCI0.LPCB.EC0.BSNX,^^PCI0.LPCB.EC0.BSNY), end; into method label _BST code_regex \(\^\^PCI0\.LPCB\.EC0\.CAP0, replace_matched begin (B1B2(^^PCI0.LPCB.EC0.CAPX,^^PCI0.LPCB.EC0.CAPY), end; into method label _BST code_regex \(\^\^PCI0\.LPCB\.EC0\.VOT0, replace_matched begin (B1B2(^^PCI0.LPCB.EC0.VOTX,^^PCI0.LPCB.EC0.VOTY), end; into method label _BST code_regex \(\^\^PCI0\.LPCB\.EC0\.CRT0, replace_matched begin (B1B2(^^PCI0.LPCB.EC0.CRTX,^^PCI0.LPCB.EC0.CRTY), end;
  6. Enable Legacy Option ROMs in the BIOS and change darkwake=no Update: New bootpack here
  7. NullEthernet and the SSDT-RMNE.aml were included in the attachment I posted. You just need to place it in /EFI/Clover/kexts/Other. The SSDT-RMNE.aml should go to /EFI/Clover/ACPI/Patched. Under Network in System Information, you should see Ethernet. If it's not set to en0, then do this - Go to /Library/Preferences/SystemConfiguration/ and delete these files: CaptiveNetworkSupport com.apple.airport.preferences.plist com.apple.network.eapolclient.configuration.plist NetworkInterfaces.plist - Go to System Preferences > Network, delete all connection. Then restart - Go to System Preferences > Network, add your connection again. Starting with Ethernet
  8. What bootpack are you using? Try updating with the Sierra bootpack if you haven't already. Also update to latest Clover
  9. Add this DSDT to /EFI/Clover/ACPI/Patched. In Clover Config file, enable Drop OEM SSDT DSDT.aml.zip
  10. If what runs in the background? The AMD card? Launch IOReg, you won't see any card attach to RP05
  11. Should already been patched. Look in Graphics/Display of System Information, do you see only HD5500 or both?
  12. My guide and bootpack is for Sata SSD, not NVME. For NVME, use this bootpack assuming you're on BIOS version 1.15.4
  13. boot with verbose mode. Sometimes you have to let it sit for a couple of minutes before you see the installer
  14. which procedure did you follow? Did you create the EFI shell bootdisk? At the grub prompt, enter these commands, hit enter after each command, then exit and reboot setup_var 0x432 0x3
  15. If you're using my bootpack and following my guide, it's all included. 7. Copy kexts from /EFI/Clover/Kexts/Other/LE to /Library/Extensions of Macintosh SSD Note: Ignore warning/error messages and click OK, then run commands below. 8. Repair permission and rebuild cache. Run command from terminal sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
  16. What version of Yosemite are you installing? Go here and download the patch for your version. Replace the file to your Installer (step 6 of the HowTo.txt in the downloaded patch file) You'll have to reinstall after you format the SSD drive to MBR. With the patch you should be able to select the MBR formatted drive to install.
  17. Try reinstalling Clover loader, use the latest.
  18. I retract my statement in post #5. I got curious and decided to give El Capitan and Sierra a try. I was able to install El Capitan and Sierra but not without issues. Main thing, you need to format the drive to MBR! So that means you'll have to patch the installer with the MBR patch otherwise you won't be able to select the drive during install. You'll encounter the error you're getting now "Operation System Not Found" It's not able to read the GPT formatted drive. Issues I'm encountering: No USB 3.0 Support...right side USB is dead, only usable port is the left side (USB 2.0) Brightness slider not working, brightness stays the same (WIP) After wake from sleep, screen flickers if you don't see the brightness bar to either the lowest or the highest, nothing in between I think the reason is because of the low VRAM 386MB size. My system comes with i5-2467M and only 4GB of built-in ram. You can't add more as it's soldered in. I'd tried patching the FB to increase VRAM to 512 and 1024, but to no effect. Some artifacts will occur due to this low VRAM. I'll write up the steps and bootpack if you're interested in trying El Capitan.
  19. My mistake, I got them reverse. Try replacing with this one config-HDMI2.zip
  20. You didn't set the DVMT prealloc...see prerequisite in my guide.
  21. Can you list the system's specs, starting with the CPU? Does it only have just the HD4400 or also a discrete card? Try setting the BIOS to Load Default. Apply. Then go back and change to UEFI AHCI Enable Legacy Option ROMs Enable XD CPU support Disable TPM Disable Secure Boot Then try booting again.
  22. send me new ioreg with the new config file and HDMI video with audio output capable connected, i.e. Smart TV
  23. Weird, my E7450 with HD5500 doesn't need to patch the FB to work for both DP and HDMI. Try this config. config-HDMI.zip
×
×
  • Create New...