-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
Yes, upgrade to the latest before dumping the files.
-
so remove those files again and video is back to normal? What version of BIOS are you running? Can you export the raw files so I could create a new bootpack for Sierra.
-
Sounds like cache was not done successfully.
-
[SOLVED] Sierra on E5550 - No audio, camera, bluetooth, etc
Jake Lo replied to TexasBear1's topic in The Archive
Brightness slider should be working. Did you follow the post Installation? Copying the kexts from /EFI/Clover/kexts/Other/LE to /Library/Extensions, repair permission and rebuild cache For Brightness Fn key working, see the post install of my E7450 guide Go with a replacement internal wifi...DW1560 or DW1830 -
No need to reimage. Just update the EFI partition.
-
Try moving FakePCIID and FakePCIID_Intel_HD_Graphics from /E/C/k/Other/LE to /E/C/k/Other
-
[SOLVED] Sierra on E5550 - No audio, camera, bluetooth, etc
Jake Lo replied to TexasBear1's topic in The Archive
Try the new bootpack patched from your files. Replace/ not merge file and folders to /EFI/Clover Your Origin folder confirmed your system has only HD5500. -
That depends on the resolution of your internal display, if it's 1366x768, you have the correct files. As for audio, did you follow the post install instruction? Copying the kexts in /EFI/clover/kexts/Other/LE to /Library/Extensions Repair permission and rebuild cache. Assuming successful rebuilding of cache, you should have audio after reboot
-
[SOLVED] Sierra on E5550 - No audio, camera, bluetooth, etc
Jake Lo replied to TexasBear1's topic in The Archive
Check the Display tab in the BIOS. Does it have an Optimus option? Boot to Clover GUI, hit the F4 key. Wait a second and then boot into OSX Mount EFI partition, use EFI Mounterv3 found in the Clover guide. Compress and attach /EFI/Clover/ACPI/Origin folder here Launch DPCIManager https://sourceforge.net/projects/dpcimanager/ Grab screenshot of Status and PCI List , attach or post it here Launch IOReg IORegistryExplorer_v2.1.zip Save it, compress and attach it here With those info, I'll be able to patch your files specific to your system. Is your BIOS A15? -
[SOLVED] Sierra on E5550 - No audio, camera, bluetooth, etc
Jake Lo replied to TexasBear1's topic in The Archive
Does your model have GT820M as well or only HD 5500? Intel Wireless is not supported, need to be replaced if that's what you have -
Use Karabiner-Element app. See example here under Sierra post installation
-
It's a de-compiling issue. You probably see 3 errors, fixing the 1st will clear the rest. Selecting the 1st error will bring you to this statement Warnings can be ignore If (LEqual (PM6H, One)) { CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW) // _RW_: Read-Write Status Store (Zero, ECRW (If (PM0H) { CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN) // _LEN: Length Store (Zero, F0LN) })) } replace it with this will fix the whole thing. Note: this will error again after you save and reopen the file again every time. If (LEqual (PM6H, One)) { CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW) // _RW_: Read-Write Status Store (Zero, ECRW) } If (PM0H) { CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN) // _LEN: Length Store (Zero, F0LN) }
-
Install macOS Sierra on Fujitsu Siemens Scaleo P2 G31T-M2
Jake Lo replied to poesie100's topic in The Archive
Both, so I could compare. Mount your EFI partition from the USB. Inside the EFI folder is your Clover folder. Compress and attach. You can use this app to mount- 12 replies
-
- hackintosh
- sierra
-
(and 1 more)
Tagged with:
-
Install macOS Sierra on Fujitsu Siemens Scaleo P2 G31T-M2
Jake Lo replied to poesie100's topic in The Archive
attach your Clover folder for review, also you didn't attach pix of the boot screen. use the more reply options on the lower right to attach by the way, we don't support Tony stuff here...- 12 replies
-
- hackintosh
- sierra
-
(and 1 more)
Tagged with:
-
Check the timestamp after system wake. You could try downloading latest version https://bitbucket.org/RehabMan/os-x-eapd-codec-commander/downloads/ Update: Reverting back to AppleHDA_ALC292.kext and remove AppleHDAALC.kext. Changed layout-id back to 1 in Config.plist and re-enable the audio hot patches. Reason? Audio resumes with AppleHDA_ALC292 after wake, but sporadic with AppleHDAALC. Tested on E7440 with same kexts.
-
That's correct Fn+F1 shuts down system, not sleep. For sound after wake, make sure you have CodecCommander.kext in /L/E. Run in terminal to see if it's doing what it's suppose to be doing, powering up EAPD log show | grep CodecCommander
-
Ok, try DSDT now. Should fix sleep issue. For Brightness control, use Fn+F3 and Fn+Pause As for brightness not retaining, I'll have to look more into it. Could be NVRam is not working.
-
Did you replace the Config file too? Had to change layout-id to 12. Yes, remove AppleHDA_ALC292 from /L/E and repair permission & rebuild cache Was the left USB3 working prior? If so, then remove the EH01 and EH02 patch from the Config file.
-
Sorry, I left out FakePCIID.kext. Just re-upped a new bootpack, made some modification on the DSDT and switched audio kext to AppleALC.kext, so AppleHDA_ALC292.kext will no longer be used. If you could run this and list the output here, we could determine what is causing the instant wake issue log show --style syslog | fgrep "Wake reason" If you have a different version of the BIOS A13 or plan on updating to the latest, you could export the raw files with that version of BIOS and I'll patch them for you. Just let me know what version of BIOS and attach the Origin folder here.
-
G752VY---any suggest DSDT path for keyboard backlight?
Jake Lo replied to tenglendon's topic in The Archive
try karabiner-elements app to re-assign FN keys- 14 replies
-
G752VY---any suggest DSDT path for keyboard backlight?
Jake Lo replied to tenglendon's topic in The Archive
I thought VoodooI2C is for touchpad and touchscreen only. So with just that, you have both keyboard and touchpad working?- 14 replies
-
Yes, the latest is v4200. I just retested the files with E7440_A20 (Haswell) and it worked just fine.
-
after copying the kexts from /E/C/k/O/LE to /Library/Extensions, were you successful in repairing permission and rebuild cache? display the output here after you ran the commands.
-
see here Although I don't think your graphics is supported. You should opt for an "i" series CPU for HD4400 or HD4600.