Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/19/2020 in all areas

  1. A very stupid and simple error! cheers for that @Pavo
    2 points
  2. @headkaze Thanks for the latest update, now we can generate SmUUID within the Serial Generator section.
    2 points
  3. Intel Power Gadget 3.7.0 https://software.intel.com/en-us/articles/intel-power-gadget Intel Power Gadget.dmg.zip
    2 points
  4. Thanks guys! Voltages needs a formula to be applied based on motherboards (on its capacitors/resistors), I'll create a method to let users to apply a custom configuration..
    1 point
  5. FAN2 = 324 VIN7 = <7593d83f> VIN3 = <5c8f0240> FAN1 = 1001 FAN5 = 0 VBAT = <6f12c33f> VIN6 = <6991ad3f> FAN4 = 0 VIN2 = <5c8f0240> VIN5 = <2fdde43f> VIN1 = <5c8f0240> FAN3 = 317 VIN4 = <a69b443c> VIN0 = <f853e33e>
    1 point
  6. VIN0 = <d578693f> VIN7 = <3e0ad73f> FAN5 = 0 FAN1 = 1099 VIN3 = <a470fd3f> VBAT = <ba49cc3f> VIN6 = <0000c03f> FAN4 = 0 VIN2 = <355efa3f> VIN5 = <022b873f> FAN3 = 0 VIN1 = <0000c03f> VIN4 = <17d90e40> FAN2 = 0
    1 point
  7. https://www.insanelymac.com/forum/topic/299861-hwsensors3/?do=findComment&amp;comment=2704848
    1 point
  8. @Matgen84 @hungrywallet Make the following changes to your bios • Boot -> Windows 8/10 Features -> Win 8/10WHQL • Settings -> Miscellaneous -> Software Guard Extensions (SGX) -> Disabled @Matgen84 This will give you the high resolution bios post boot like you were asking me about a while ago.
    1 point
  9. Use only SSDT.PM.aml (from attachment). Tested on Gigabyte Z390 Gaming X, Gigabyte Z390M Gaming and Asus Z390 Prime A with OsxAptioDrv3 and AptioMemoryFix in Clover - native NVRAM works fine, reboot and shutdown without KP.
    1 point
  10. @AudioGod after I spent more than 2 weeks to fix the unbootable mojave it is finally working again with Catalina and the customized efi that was sent before by you. Not sure if I ever want to touch any efi files and/or even upgrade the clover lol anyway thanks to you and my next task is to add a separate SSD for Windows dedicated disk. Once that is done, I will install Windows and report back to you on the HDMI audio issue.
    1 point
  11. xnu-4903.231.4 This is a 10.14.2 kernel Also attached the system.kext (move to S/L/E) updated with attached patch with old opemu fixed some link errors Archive.zip p.patch
    1 point
  12. there’s a small bug caused by the dac so when you restart from windows into macOS because windows uses the extra dac for audio and macOS doesn’t it causes sound to stop working in Catalina. The resolve is to never restart from one os to the other but instead shut down and then power up again and your never see that problem again. i hope that helps bud
    1 point
  13. @headkaze Can you add a feature to generate the SUUID to the SN/MLB section please. Its a simple uuidgen terminal command.
    1 point
  14. 1 point
  15. Thanks @crazybirdy. He's just posted a newer/simpler patched GeForceTesla.kext that also seems to work well (attached to post#2529 in macrumors thread )
    1 point
  16. Base on ASentientBot's great job. If you want to use latest version kexts all from 10.13.6, you can patch it by yourself. GeForceTesla.kext/Contents/MacOS/GeForceTesla Old Method : GeforceTesla.kext from post#2125. Find 554889e553504889fb83bb38030000007426488b03488bb3e80000004889dfff90c8050000488b03488bb3e80000004889dfff907806000031c04883c4085b5d Replace 6666666666662e0f1f8400000000006666666666662e0f1f8400000000006666666666662e0f1f8400000000006666666666662e0f1f8400000000000f1f4000 or perl patch code. perl -pi -e 's|\x55\x48\x89\xe5\x53\x50\x48\x89\xfb\x83\xbb\x38\x03\x00\x00\x00\x74\x26\x48\x8b\x03\x48\x8b\xb3\xe8\x00\x00\x00\x48\x89\xdf\xff\x90\xc8\x05\x00\x00\x48\x8b\x03\x48\x8b\xb3\xe8\x00\x00\x00\x48\x89\xdf\xff\x90\x78\x06\x00\x00\x31\xc0\x48\x83\xc4\x08\x5b\x5d|\x66\x66\x66\x66\x66\x66\x2e\x0f\x1f\x84\x00\x00\x00\x00\x00\x66\x66\x66\x66\x66\x66\x2e\x0f\x1f\x84\x00\x00\x00\x00\x00\x66\x66\x66\x66\x66\x66\x2e\x0f\x1f\x84\x00\x00\x00\x00\x00\x66\x66\x66\x66\x66\x66\x2e\x0f\x1f\x84\x00\x00\x00\x00\x00\x0f\x1f\x40\x00|g' GeForceTesla.kext/Contents/MacOS/GeForceTesla New Method : GeforceTesla.kext from post#2529 . Find 488b07ff90c0000000 Replace 488b07660f1f440000 or perl patch code. perl -pi -e 's|\x48\x8b\x07\xff\x90\xc0\x00\x00\x00|\x48\x8b\x07\x66\x0f\x1f\x44\x00\x00|g' GeForceTesla.kext/Contents/MacOS/GeForceTesla the patch code is the same as ASentientBot provided 10.13.4 patched GeforceTesla.kext. You need only one method between Old Method and New Method, each of them works fine here. 10.13.6 kexts works fine as below, GeForceGA.bundle GeForceTesla.kext ..... (patched) GeForceTeslaGLDriver.bundle GeForceTeslaVADriver.bundle NVDANV50HalTesla.kext NVDAResmanTesla.kext IOGraphicsFamily.kext IONDRVSupport.kext or You can try to use NDRVShim.kext instead of replacing IONDRVSupport and IOGraphicsFamily post#1875, get NDRVShim.kext from post#1865, at /Volumes/macOS Mojave Patcher/macOS Mojave Patcher.app/Contents/Resources/macOS Post Install.app/Contents/Resources/legacynvidia/NDRVShim.kext And need to edit NVDAResmanTesla.kext/Contents/Info.plist to add the following string. <key>com.parrotgeek.NDRVShim</key> <string>1</string> <dict> <key>com.apple.iokit.IOGraphicsFamily</key> <string>1.5</string> <key>com.parrotgeek.NDRVShim</key> <string>1</string> <key>com.apple.iokit.IONDRVSupport</key> <string>1.5</string> <key>com.apple.iokit.IOPCIFamily</key> <string>2.4</string> <key>com.apple.kpi.bsd</key> <string>9.0.0</string> <key>com.apple.kpi.iokit</key> <string>9.0.0</string> <key>com.apple.kpi.libkern</key> <string>9.0.0</string> <key>com.apple.kpi.mach</key> <string>9.0.0</string> </dict> 10.13.6 kexts works fine as below, GeForceTesla.kext ..... (patched) GeForceTeslaGLDriver.bundle GeForceTeslaVADriver.bundle NVDANV50HalTesla.kext NVDAResmanTesla.kext ..... (edit Info.plist) NDRVShim.kext ..... (added) If you still have troube, try the following 10.13.6 kexts too. IOAccelerator2D.plugin IOAcceleratorFamily2.kext Refer to /Volumes/macOS Mojave Patcher/macOS Mojave Patcher.app/Contents/Resources/macOS Post Install.app/Contents/Resources/legacyGPUPatch.sh credits to: ASentientBot, parrotgeek1, dosdude1. And My nVidia 9300GE always need to fix reboot error with NVDAStartup.kext.310.42.25f01.zip from nawcom since 10.12. Download all the patche kexts here. All works fine here too. It's better to use Kext Utility.app to install kexts.
    1 point
×
×
  • Create New...