Jump to content
399 posts in this topic

Recommended Posts

i Dont have Sleep working so i cant now if there still delays.

at the first with 10.11.5 i had KP after every reboot but with 10.11.6 its appear a lot less

My doubts are confirmed. "appear a lot less" and "haven't tested it" does not imply "fixed".

do you have any idea about the artefact problem ? its a black bar that appear and disepear on the left beside the Apple logo

Not without hardware details (should be in your signature).

News for NVME devices (thanx to Pike R. Alpha for his hints on his blog on what to patch):

 

This ist how i make my SAMSUNG SM951 NVMe Devices visible under Systeminformation NVMExpress section

        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>NVMe SSD IONameMatch</string>
                <key>Disabled</key>
                <false/>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Find</key>
                <data>PHN0cmluZz5wY2kxNDRkLGE4MDQ8L3N0cmluZz4=</data>
                <key>Replace</key>
                <data>PHN0cmluZz5wY2kxNDRkLGE4MDI8L3N0cmluZz4=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NVMe Size</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>D7aMiIIAAACD+QwP</data>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>Replace</key>
                <data>D7aMiIIAAACD+QkP</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NVMe prefered BlockSize</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>AADHg6QAAAAAEAAA</data>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>Replace</key>
                <data>AADHg6QAAAAAAgAA</data>
            </dict>
        </array>

Now the devices are shown as folowing:

e4frbo2b.png

5xhqmlwi.png

only problem so far: partitiontable didn't get recogniced, so system wants to format the drives.

5biy6pvc.png

I will think about how to fix it.

  • Like 5

News for NVME devices (thanx to Pike R. Alpha for his hints on his blog on what to patch):

 

This ist how i make my SAMSUNG SM951 NVMe Devices visible under Systeminformation NVMExpress section

   	 <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>NVMe SSD IONameMatch</string>
                <key>Disabled</key>
                <false/>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Find</key>
                <data>PHN0cmluZz5wY2kxNDRkLGE4MDQ8L3N0cmluZz4=</data>
                <key>Replace</key>
                <data>PHN0cmluZz5wY2kxNDRkLGE4MDI8L3N0cmluZz4=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NVMe Size</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>D7aMiIIAAACD+QwP</data>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>Replace</key>
                <data>D7aMiIIAAACD+QkP</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NVMe prefered BlockSize</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>AADHg6QAAAAAEAAA</data>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>Replace</key>
                <data>AADHg6QAAAAAAgAA</data>
            </dict>
        </array>
Now the devices are shown as folowing:

e4frbo2b.png

5xhqmlwi.png

only problem so far: partitiontable didn't get recogniced, so system wants to format the drives.

5biy6pvc.png

I will think about how to fix it.

have you try without nvmegeneric.kext i thing or not ?

have you try without nvmegeneric.kext i thing or not ?

 

No NVMeGeneric.kext here (neither on EFI drive, nor in /S/L/E), cause my BootSSD is SAMSUNG SM951 AHCI.

the two NVMe SSDs are connected to m.2 slots and contain WINDOWS10 and EL CAPITAN as bootable Systems.

AHCI SSD (from which i boot macOS 10.12 right now) sits on PCI-M.2 card in slot#2.

No NVMeGeneric.kext here (neither on EFI drive, nor in /S/L/E), cause my BootSSD is SAMSUNG SM951 AHCI.

the two NVMe SSDs are connected to m.2 slots and contain WINDOWS10 and EL CAPITAN as bootable Systems.

AHCI SSD (from which i boot macOS 10.12 right now) sits on PCI-M.2 card in slot#2.

ok.so...you dont try without kext ?

when have time i"ll try

ok.so...you dont try without kext ?

when have time i"ll try

no, missunderstand me: i DON't use the NVMeGeneric.kext here anymore, cause my bootdrive is AHCI-SSD, not an NVMe-SSD.

 

I just try to make IONVMeFamily.kext work correctly - and i can check that it works correctly by getting my NVMe-devices mounted to the desktop. As soon as i can see them mounted to the desktop, i know that Apple IONVMeFamily.kext would work like a charme.

no, missunderstand me: i DON't use the NVMeGeneric.kext here anymore, cause my bootdrive is AHCI-SSD, not an NVMe-SSD.

 

I just try to make IONVMeFamily.kext work correctly - and i can check that it works correctly by getting my NVMe-devices mounted to the desktop. As soon as i can see them mounted to the desktop, i know that Apple IONVMeFamily.kext would work like a charme.

Ah ok ok ...now i understand 

 

my PNY GT 610 1GB also does not work, only with nv_disable=1 (with Capitan still OOB)

If you can find a solution, then please join.

 

The problem is in Geforce.kext I decompilei your binary and made a diff with the binary of GeForce.kext of 10.11 and were made many changes in GeForce.kext of 10.12 I tried a few more things I missed, still looking for a solution .
  • Like 1

But in 10.11.6 beta 2 610 is working OOB?

Thanks.

yes, working OOB.

It seems the accelerator is causing the issue with my GPU

 

after deleting the kext AMDRadeonX4000.kext the desktop loaded without QE/CI

 

GPU: Sapphire Vapor-X R9 290X Tri-X UEFI OC.

try this: AMDRadeonX4000.kext.zip

in boot args use: npci=0x2000

  • Like 1
×
×
  • Create New...