-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
I see HDMI audio patch is already included in the Config.plist so it should work. What issue are you having when you plug in an HDMI monitor with audio capable?
-
[SOLVED] Getting DW1550 / DW1560 / DW1830 to work on Sierra
Jake Lo replied to bigahega's topic in The Archive
Open your Config.plist with a Plist editor (Xcode or plistedit pro). Add the patch in post #2 to KextToPatch section. Add the 4 kexts posted in post #1 to /Library/Extensions and run the permission fix and rebuild cache sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / Note: if you don't know how to edit Config with with plist editor, you could use Clover Configuration (latest version 4.43) Add the highlighted patch as the diagram. -
looking at our output, I don't see AppleHDA_ALC293.kext listed when you ran the permission fix and rebuild cache. Try running the commands again until you see it listed. If that doesn't work, reboot the system and run the commands again. If that still fails, then replace the file with this and try again. rebuilding //System/Library/PrelinkedKernels/prelinkedkernel kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext EAPDFix.kext kext file:///Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIPoller.kext kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext BroadcomBluetoothHostControllerUSBTransport.kext kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext IOBluetoothFamily.kext kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext KernelCache ID: 48D53C513AE0481C72A359A45FD04490 /System/Library/PrelinkedKernels/prelinkedkernel not cached. Successfully updated disk0s3. kextcache updated critical boot files, requesting launchd reboot Finished
-
did you follow this step after copying the files ? 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 / The guide said to copy to /Library/Extensions not /S/L/E but it'll work too. Are you using bootpack from here ? Will work on A16 as well.
-
According to here, it works out of the box.
-
Sure, give this version a try. The track stick is disabled but since the E7250 doesn't have a trackstick, it's not an issue.
-
Make sure you don't have other PS2 kext anywhere else other than the one from my bootpack in /EFI/Clover/kexts/Other VoodooPS2ControllerR6
-
Are you using bootpack from here. E6420_HD300_A23?
-
No, that's just your BIOS file. Boot the USB installer, when you get to the Clover GUI, hit F4. Now turn off the system, mount the USB drive on a Mac or Windows. Mount the EFI partition. Compress and attach /EFI/Clover/ACPI/Origin folder here
-
You can either downgrade back to the older BIOS or repatch the new files. Boot with the USB installer, hit F4. Compress and attach the origin folder here for re-patching.
-
It's missing the ACPI folder. Boot to Clover GUI. hit F4. Compress and attach the zipped/compressed Origin folder here, use the More Reply Options in the lower right instead of using external site.
-
Seems DSDT/SSDT are different with mine and seeker_pl as does Felix Ye (OP). Use alternate bootpack if my bootpack prevents wireless.
-
Update to the latest BIOS, install DW1830 card, extract the raw file through F4 in Clover. Send me the origin folder and I'll patch them for you to test. Might be some differences in our hardware that make it not work with my DSDT/SSDT. You could test this by following this: Try booting to Clover GUI ->Options ACPI patching -> DSDT name: Change it to BIOS.aml Tables dropping -> Uncheck Drop all OEM SSDT, place check next to all the Drop "SSDT-xx.aml" below it. Return to main menu and boot up OS X. Note: This disables all the patched SSDT/DSDT.
-
E7470: various issues (wifi, audio, brightness) - Sierra 10.12.5
Jake Lo replied to jerrywilborn's topic in The Archive
My guide and latest bootpack is in the Update section in post #3 Use alternate bootpack if wireless does not work with mine. -
I see you have Windows installed as dual Boot. Does either wireless work on Windows? Does it even show in the BIOS? I have DW1830 on E7470 and both Bluetooth and Wireless are working.
-
Would be nice if you could share your work so others with same issue could benefit as well...
-
Here, patched from your Origin folder including your generated SSDT E6330_A11.zip
-
Did you try just using that version from that link instead of replacing just the plugin?
-
Add USBInjectAll.kext to /EFI/Clover/kexts/Other
-
Try adding FakePCIID and FakePCIID_XHCIMux
-
what BIOS version are you on?
-
E7470: various issues (wifi, audio, brightness) - Sierra 10.12.5
Jake Lo replied to jerrywilborn's topic in The Archive
If It was working previously, then run this and reboot sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / -
Please specify system's specs and attach your Clover folder here for review.
-
Thanks for the update. I never use the LAN, only wireless so never tested it for this issue.
-
Use Sierra bootpack from here.