-
Posts
14365 -
Joined
-
Last visited
-
Days Won
871
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
Dell Latitude E5520 Missing Bluetooth Controller Transport USB Install
Jake Lo replied to vashwood's topic in The Archive
Try this config config.plist.zip -
Dell Latitude E5520 Missing Bluetooth Controller Transport USB Install
Jake Lo replied to vashwood's topic in The Archive
Have you reset the BIOS to "Load Defaults", hit Apply. Then change SATA Operations to AHCI? -
No, it's controlled by keyboard combo keys (Fn+PrtScr) to toggle on and off. Same for the E7470 too.
-
Dell Latitude E5520 Missing Bluetooth Controller Transport USB Install
Jake Lo replied to vashwood's topic in The Archive
Try replacing with these files follow my clover guide E5520.zip -
Try this in terminal networksetup -setairportpower en1 on
-
No it doesn't.
- 13 replies
-
- macOS Sierra
- E6420
-
(and 1 more)
Tagged with:
-
Trackstick scrolling, I use Smart Scroll. For Brightnes/Audio Control I'm using Karabiner Elements. You could try my config file for it here. First install it and then launch it from app, then Copy it to ~/.karabiner.d/configuration/ "f1": "mute", "f2": "volume_down", "f3": "volume_up", "f4": "vk_consumer_play", "f5": "vk_consumer_next", "f6": "vk_consumer_previous", "f8": "vk_mission_control", "f9": "vk_launchpad", "f11": "vk_consumer_brightness_down", "f12": "vk_consumer_brightness_up", karabiner.json.zip
-
Dell Latitude E5520 Missing Bluetooth Controller Transport USB Install
Jake Lo replied to vashwood's topic in The Archive
Try bootpack here If still fails, just boot to Clover Gui, hit F4. The compress /EfI/Clover/ACPI/Origin folder and attach it here. I'll patch the files and create a bootpack for you. -
Dell Latitude E5520 Missing Bluetooth Controller Transport USB Install
Jake Lo replied to vashwood's topic in The Archive
how long did you wait after seeing that error? Try replacing the Config file with one I attached in post #2 -
Tested R4beta3 on E7440 with El Capitan: Trackstick doesn't work Lost trackpad after wake and rebooted shortly after Tested on E7450: Won't detect touchpad nor trackstick Command and Option keys are reverse
-
Dell Latitude E5520 Missing Bluetooth Controller Transport USB Install
Jake Lo replied to vashwood's topic in The Archive
Try my Clover guide, use E5420 bootpack on post #2. Had to use Legacy not UEFI mode. Remove DSDT and rename DSDT-2ch.aml to DSDT. -
Dell Latitude E5520 Missing Bluetooth Controller Transport USB Install
Jake Lo replied to vashwood's topic in The Archive
which OS X are you installing? Get rid of following kexts in /Kexts/Other AppleACPIPlatform.kext GenericUSBXHCI.kext IO80211Family.kext NullCPUPowerManagement.kext Boot without cache mode -
Dell Latitude E5520 Missing Bluetooth Controller Transport USB Install
Jake Lo replied to vashwood's topic in The Archive
Graphics not loading, try this config config.plist.zip -
Seems I have missed the fact that your system has a second display (Nvidia). You'll need to get that disable either in the BIOS or through DSDT. As far as I know, Dell Latitude don't have that option in the BIOS, so you'll have to do it through DSDT.
-
If you have an Intel Wireless card, there's no patch for it, it's just not supported and needs to be replaced. I suggest DW1550 or DW1510. See here for a list of supported/unsupported cards.
-
so is it just black screen or KP? if it's black screen, try increasing brightness with fn+insert Your above cache was not successful, you see the exit error 77? rerun these sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
-
Probably integrated into the latest Clover. Nice!
- 17 replies
-
I believe this is a Desktop AIO, so you could use the Desktop HD4600 ig-platform-id 0x0D220003, no need to use fakeID in this case, but maybe FakePCIID_Intel_HDMI_Audio for HDMI audio.
- 17 replies
-
No issue with touchpad here...
-
We'll need all the DSDT/SSDT in the Origin folder to be able compile it successfully. Please compress and attach the /EFI/Clover/ACPI/Origin folder
- 17 replies
-
You have everything you need in the EFI in post #1. Just need to install the 4 kext in /Other/LE to /Library/Extensions or /System/Library/Extensions and run the permission fix and rebuild cache. 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 /
-
help please laptop packard bell te11hc hd4000 macos sierra
Jake Lo replied to DCR86's topic in The Archive
Ok, so you have Sierra already installed with Clover and booting? To add sound, network, battery status, and trim are quite easy, but you need to determine what type of devices you have first Do you have Intel or Broadcom ethernet? exact model please Audio, what codec does it have? Touchpad: does it have an Alps, Synaptics, Elantouch, other? Boot to Clover GUI, hit the F4 or Fn+F4 key, then boot to the desktop. Compress and attach the /EFI/Clover folder here I'll have you enable Trim, patch your DSDT/SSDT, enable graphics acceleration, battery status ...etc etc- 5 replies
-
- kext
- hackintosh
-
(and 2 more)
Tagged with:
-
you have an error, rerun the last 2 commands until you have success Child process /usr/sbin/kextcache[569] exited with status 77. To fix audio, enable ResetHDA in Config file To fix wireless, add additional patch to KextToPatch Comment AirPortBrcm4360 - fcvo Disabled Find gflSqgAAdSk= Name AirPortBrcm4360 Replace gflSqgAAZpA= To fix the screen during boot, Enable Legacy Rom Option in BIOs The USB popup is normal if you have USB plugged in before sleep I have everything working, will post a guide when I have some time, been sick with the flu.