Contribute
Register

Graphics problem

Status
Not open for further replies.
Here's an excerpt from my plist that seems to be causing trouble:

<key>IOPCIMatch</key>
<string>0x813610ec</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>MAC-address</key>
<string>12:34:56:78:ab:cd</string>
<data>
EjRWeKvN
</data>
<key>Model</key>
<string>NullEthernet</string>

What's wrong with this? I followed this guide https://github.com/RehabMan/OS-X-Null-Ethernet when editing the plist
 
Here's an excerpt from my plist that seems to be causing trouble:

<key>IOPCIMatch</key>
<string>0x813610ec</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>MAC-address</key>
<string>12:34:56:78:ab:cd</string>
<data>
EjRWeKvN
</data>
<key>Model</key>
<string>NullEthernet</string>

What's wrong with this? I followed this guide https://github.com/RehabMan/OS-X-Null-Ethernet when editing the plist

Excerpt not helpful. Post entire file as-is if you need help.
 
Sorry. Here it is:
Code:
<?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>14A379a</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleGetInfoString</key>
    <string>1.0.3, Copyright © 2014 RehabMan. All rights reserved.</string>
    <key>CFBundleIdentifier</key>
    <string>org.rehabman.injector.NullEthernetInjector</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>NullEthernetInjector</string>
    <key>CFBundlePackageType</key>
    <string>KEXT</string>
    <key>CFBundleShortVersionString</key>
    <string>1.0.3</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleVersion</key>
    <string>1.0.3</string>
    <key>DTCompiler</key>
    <string>com.apple.compilers.llvm.clang.1_0</string>
    <key>DTPlatformBuild</key>
    <string>6A1042b</string>
    <key>DTPlatformVersion</key>
    <string>GM</string>
    <key>DTSDKBuild</key>
    <string>14A373</string>
    <key>DTSDKName</key>
    <string>macosx10.10</string>
    <key>DTXcode</key>
    <string>0610</string>
    <key>DTXcodeBuild</key>
    <string>6A1042b</string>
    <key>IOKitPersonalities</key>
    <dict>
        <key>NullEthernetInjector</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>org.rehabman.driver.NullEthernet</string>
            <key>IOClass</key>
            <string>org_rehabman_NullEthernet</string>
            <key>IOPCIMatch</key>
            <string>0x813610ec</string>
            <key>IOProviderClass</key>
            <string>IOPCIDevice</string>
            <key>MAC-address</key>
            <string>12:34:56:78:ab:cd</string>
            <data>
            EjRWeKvN
            </data>
            <key>Model</key>
            <string>NullEthernet</string>
            <key>RM,Version</key>
            <string>NullEthernetInjector 1.0.3</string>
            <key>Vendor</key>
            <string>RehabMan</string>
        </dict>
    </dict>
    <key>NSHumanReadableCopyright</key>
    <string>Copyright © 2014 RehabMan. All rights reserved.</string>
    <key>OSBundleRequired</key>
    <string>Network-Root</string>
    <key>Source Code</key>
    <string>https://github.com/RehabMan/OS-X-NullEthernet</string>
</dict>
</plist>
 
Sorry. Here it is:
Code:
<?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>14A379a</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleGetInfoString</key>
    <string>1.0.3, Copyright © 2014 RehabMan. All rights reserved.</string>
    <key>CFBundleIdentifier</key>
    <string>org.rehabman.injector.NullEthernetInjector</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>NullEthernetInjector</string>
    <key>CFBundlePackageType</key>
    <string>KEXT</string>
    <key>CFBundleShortVersionString</key>
    <string>1.0.3</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleVersion</key>
    <string>1.0.3</string>
    <key>DTCompiler</key>
    <string>com.apple.compilers.llvm.clang.1_0</string>
    <key>DTPlatformBuild</key>
    <string>6A1042b</string>
    <key>DTPlatformVersion</key>
    <string>GM</string>
    <key>DTSDKBuild</key>
    <string>14A373</string>
    <key>DTSDKName</key>
    <string>macosx10.10</string>
    <key>DTXcode</key>
    <string>0610</string>
    <key>DTXcodeBuild</key>
    <string>6A1042b</string>
    <key>IOKitPersonalities</key>
    <dict>
        <key>NullEthernetInjector</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>org.rehabman.driver.NullEthernet</string>
            <key>IOClass</key>
            <string>org_rehabman_NullEthernet</string>
            <key>IOPCIMatch</key>
            <string>0x813610ec</string>
            <key>IOProviderClass</key>
            <string>IOPCIDevice</string>
            <key>MAC-address</key>
            <string>12:34:56:78:ab:cd</string>
            <data>
            EjRWeKvN
            </data>
            <key>Model</key>
            <string>NullEthernet</string>
            <key>RM,Version</key>
            <string>NullEthernetInjector 1.0.3</string>
            <key>Vendor</key>
            <string>RehabMan</string>
        </dict>
    </dict>
    <key>NSHumanReadableCopyright</key>
    <string>Copyright © 2014 RehabMan. All rights reserved.</string>
    <key>OSBundleRequired</key>
    <string>Network-Root</string>
    <key>Source Code</key>
    <string>https://github.com/RehabMan/OS-X-NullEthernet</string>
</dict>
</plist>

File is corrupt. Always use a plist editor to edit plist files... never a text editor.

Note:
Code:
Speedy-OSX:RehabMan RehabMan$ plutil -lint Info.plist 
Info.plist: Found non-key inside <dict> at line 55
 
File is corrupt. Always use a plist editor to edit plist files... never a text editor.

Note:
Code:
Speedy-OSX:RehabMan RehabMan$ plutil -lint Info.plist 
Info.plist: Found non-key inside <dict> at line 55

I repaired the whole kext. Please find attached the Info.plist file
 

Attachments

  • Info.plist
    2 KB · Views: 197
So what should I do next? The graphics problem still hasn't gone
 
Here are the files
 

Attachments

  • ioreg.ioreg
    1.5 MB · Views: 102
  • terminal.txt
    2.1 KB · Views: 76
Here are the files

Why are AppleIntelSNBGraphicsFB/AppleIntelFramebufferCapri patched?

Code:
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleIntelSNBGraphicsFB.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleIntelFramebufferCapri.kext

Restore to vanilla.
 
Status
Not open for further replies.
Back
Top