change to iMac19,1

disable intel kext
enable r8125 kext
This commit is contained in:
Tsanie Lily 2020-09-22 10:49:56 +08:00
parent b67a5ef730
commit 0e42d180d5
5 changed files with 278 additions and 72 deletions

View File

@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20A5343j</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>LucyRTL8125Ethernet</string>
<key>CFBundleIdentifier</key>
<string>com.insanelymac.LucyRTL8125Ethernet</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>LucyRTL8125Ethernet</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0d6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.0d6</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11E708</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>19G68</string>
<key>DTSDKName</key>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1160</string>
<key>DTXcodeBuild</key>
<string>11E708</string>
<key>IOKitPersonalities</key>
<dict>
<key>LucyRTL8125</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.insanelymac.LucyRTL8125Ethernet</string>
<key>Driver Parameters</key>
<dict>
<key>disableASPM</key>
<true/>
<key>enableCSO6</key>
<true/>
<key>enableEEE</key>
<true/>
<key>enableTSO4</key>
<true/>
<key>enableTSO6</key>
<true/>
<key>fallbackMAC</key>
<string></string>
<key>intrMitigate</key>
<integer>53080</integer>
</dict>
<key>Driver_Version</key>
<string>1.0.0d6</string>
<key>IOClass</key>
<string>LucyRTL8125</string>
<key>IOPCIMatch</key>
<string>0x812510ec 0x81251186 0x300010ec</string>
<key>IOProbeScore</key>
<integer>1000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Model</key>
<string>RTL8125</string>
<key>Vendor</key>
<string>Realtek</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 Laura Müller. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IONetworkingFamily</key>
<string>1.5.0</string>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.7</string>
<key>com.apple.kpi.bsd</key>
<string>8.10.0</string>
<key>com.apple.kpi.iokit</key>
<string>8.10.0</string>
<key>com.apple.kpi.libkern</key>
<string>8.10.0</string>
<key>com.apple.kpi.mach</key>
<string>8.10.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Network-Root</string>
</dict>
</plist>

View File

@ -0,0 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>files</key>
<dict/>
<key>files2</key>
<dict/>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>

View File

@ -22,7 +22,7 @@
<string>1.0</string>
<key>IOKitPersonalities</key>
<dict>
<key>iMacPro1,1-XHC</key>
<key>iMac19,1-XHC</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBMergeNub</string>
@ -47,9 +47,7 @@
<key>kUSBWakePowerSupply</key>
<integer>5100</integer>
<key>port-count</key>
<data>
GgAAAA==
</data>
<data>GgAAAA==</data>
<key>ports</key>
<dict>
<key>HS01</key>
@ -59,9 +57,7 @@
<key>name</key>
<string>HS01</string>
<key>port</key>
<data>
AQAAAA==
</data>
<data>AQAAAA==</data>
</dict>
<key>HS02</key>
<dict>
@ -70,9 +66,7 @@
<key>name</key>
<string>HS02</string>
<key>port</key>
<data>
AgAAAA==
</data>
<data>AgAAAA==</data>
</dict>
<key>HS03</key>
<dict>
@ -81,9 +75,7 @@
<key>name</key>
<string>HS03</string>
<key>port</key>
<data>
AwAAAA==
</data>
<data>AwAAAA==</data>
</dict>
<key>HS04</key>
<dict>
@ -92,9 +84,7 @@
<key>name</key>
<string>HS04</string>
<key>port</key>
<data>
BAAAAA==
</data>
<data>BAAAAA==</data>
</dict>
<key>HS05</key>
<dict>
@ -103,9 +93,7 @@
<key>name</key>
<string>HS05</string>
<key>port</key>
<data>
BQAAAA==
</data>
<data>BQAAAA==</data>
</dict>
<key>HS06</key>
<dict>
@ -114,9 +102,7 @@
<key>name</key>
<string>HS06</string>
<key>port</key>
<data>
BgAAAA==
</data>
<data>BgAAAA==</data>
</dict>
<key>HS08</key>
<dict>
@ -125,9 +111,7 @@
<key>name</key>
<string>HS08</string>
<key>port</key>
<data>
CAAAAA==
</data>
<data>CAAAAA==</data>
</dict>
<key>HS09</key>
<dict>
@ -136,9 +120,7 @@
<key>name</key>
<string>HS09</string>
<key>port</key>
<data>
CQAAAA==
</data>
<data>CQAAAA==</data>
</dict>
<key>HS11</key>
<dict>
@ -147,9 +129,7 @@
<key>name</key>
<string>HS11</string>
<key>port</key>
<data>
CwAAAA==
</data>
<data>CwAAAA==</data>
</dict>
<key>HS12</key>
<dict>
@ -158,9 +138,7 @@
<key>name</key>
<string>HS12</string>
<key>port</key>
<data>
DAAAAA==
</data>
<data>DAAAAA==</data>
</dict>
<key>HS13</key>
<dict>
@ -169,9 +147,7 @@
<key>name</key>
<string>HS13</string>
<key>port</key>
<data>
DQAAAA==
</data>
<data>DQAAAA==</data>
</dict>
<key>SS01</key>
<dict>
@ -180,9 +156,7 @@
<key>name</key>
<string>SS01</string>
<key>port</key>
<data>
EQAAAA==
</data>
<data>EQAAAA==</data>
</dict>
<key>SS02</key>
<dict>
@ -191,9 +165,7 @@
<key>name</key>
<string>SS02</string>
<key>port</key>
<data>
EgAAAA==
</data>
<data>EgAAAA==</data>
</dict>
<key>SS03</key>
<dict>
@ -202,9 +174,7 @@
<key>name</key>
<string>SS03</string>
<key>port</key>
<data>
EwAAAA==
</data>
<data>EwAAAA==</data>
</dict>
<key>SS04</key>
<dict>
@ -213,9 +183,7 @@
<key>name</key>
<string>SS04</string>
<key>port</key>
<data>
FAAAAA==
</data>
<data>FAAAAA==</data>
</dict>
<key>SS05</key>
<dict>
@ -224,9 +192,7 @@
<key>name</key>
<string>SS05</string>
<key>port</key>
<data>
FQAAAA==
</data>
<data>FQAAAA==</data>
</dict>
<key>SS09</key>
<dict>
@ -235,9 +201,7 @@
<key>name</key>
<string>SS09</string>
<key>port</key>
<data>
GQAAAA==
</data>
<data>GQAAAA==</data>
</dict>
<key>SS10</key>
<dict>
@ -246,14 +210,12 @@
<key>name</key>
<string>SS10</string>
<key>port</key>
<data>
GgAAAA==
</data>
<data>GgAAAA==</data>
</dict>
</dict>
</dict>
<key>model</key>
<string>iMacPro1,1</string>
<string>iMac19,1</string>
</dict>
</dict>
<key>OSBundleRequired</key>

View File

@ -131,7 +131,7 @@
<key>ProtectMemoryRegions</key>
<false/>
<key>ProtectSecureBoot</key>
<false/>
<true/>
<key>ProtectUefiServices</key>
<true/>
<key>ProvideCustomSlide</key>
@ -252,6 +252,21 @@
<key>layout-id</key>
<data>BwAAAA==</data>
</dict>
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
<key>AAPL,ig-platform-id</key>
<data>AwCYPg==</data>
<key>AAPL,slot-name</key>
<string>Internal@0,2,0</string>
<key>device-id</key>
<data>mD4AAA==</data>
<key>device_type</key>
<string>VGA compatible controller</string>
<key>hda-gfx</key>
<string>onboard-2</string>
<key>model</key>
<string>Intel UHD Graphics 630</string>
</dict>
</dict>
</dict>
<key>Kernel</key>
@ -322,12 +337,22 @@
<key>BundlePath</key>
<string>IntelMausiEthernet.kext</string>
<key>Enabled</key>
<true/>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/IntelMausiEthernet</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>LucyRTL8125Ethernet.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/LucyRTL8125Ethernet</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>USBPorts.kext</string>
@ -375,7 +400,7 @@
<key>Count</key>
<integer>1</integer>
<key>Enabled</key>
<true/>
<false/>
<key>Find</key>
<data></data>
<key>Identifier</key>
@ -409,7 +434,7 @@
<key>CustomSMBIOSGuid</key>
<false/>
<key>DisableIoMapper</key>
<false/>
<true/>
<key>DisableRtcChecksum</key>
<false/>
<key>DummyPowerManagement</key>
@ -487,7 +512,7 @@
<key>AuthRestart</key>
<false/>
<key>BootProtect</key>
<string>None</string>
<string>Bootstrap</string>
<key>ExposeSensitiveData</key>
<integer>3</integer>
<key>HaltLevel</key>
@ -518,14 +543,14 @@
<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
<dict>
<key>UIScale</key>
<data>Ag==</data>
<data>AQ==</data>
<key>DefaultBackgroundColor</key>
<data>AAAAAA==</data>
</dict>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<dict>
<key>boot-args</key>
<string>agdpmod=pikera</string>
<string>-v darkwake=0 agdpmod=pikera</string>
<key>csr-active-config</key>
<data>5wsAAA==</data>
<key>prev-lang:kbd</key>
@ -586,17 +611,17 @@
<key>AdviseWindows</key>
<true/>
<key>MLB</key>
<string>C02028130CDJG361H</string>
<string>C02940200CDLNV9JC</string>
<key>ROM</key>
<data>wNhhDQ0M</data>
<data>ANhhDQ0M</data>
<key>SpoofVendor</key>
<true/>
<key>SystemProductName</key>
<string>iMacPro1,1</string>
<string>iMac19,1</string>
<key>SystemSerialNumber</key>
<string>C02D2PZ2HX87</string>
<string>C02ZHGZEJV3Q</string>
<key>SystemUUID</key>
<string>E0E89E53-C4FB-47CA-A12B-E9DE02D4918B</string>
<string>00000000-0000-0000-0000-00D8610D0D0C</string>
</dict>
<key>UpdateDataHub</key>
<true/>
@ -671,7 +696,7 @@
<key>ProvideConsoleGop</key>
<true/>
<key>ReconnectOnResChange</key>
<true/>
<false/>
<key>SanitiseClearScreen</key>
<false/>
<key>UgaPassThrough</key>