Jump to content

Clover Fake ID


3 posts in this topic

Recommended Posts

Bueno, otra consultiva mas, estoy tratando en mi maquina de probar esto en Clover, actualice Clover a la versión r2236 para poder usarlo ya que Slice comenta que es a partir de las ultimas revisiones que funciona, personalmente no veo nada diferente usando el Fake ID con mi gráfica a cuando no lo usaba, mis pruebas se han remitido a cambiar el ID de mi Shappire HD 6850  (6739) por el de la original en el iMac de 27" de 2011 que seria 6741 (visto en un iMac genuino), con lo cual la gráfica funcionaria exactamente igual que en el Mac original, al menos debería ¿alguien lo ha probado con éxito?, yo no veo cambios en mi sistema que me lo indiquen.

 

El post en donde se indica: http://www.insanelymac.com/forum/topic/282787-clover-v2-instructions/page-2?do=findComment&comment=1939878
y el comentario de Slice completo

 

PCI DeviceID substitution

 

In the case you have a device with unsupported DeviceID but near with supported you may

- use DSDT patch

- make LegacyXXX.kext

- correct xxx.kext/Contents/Info.plist to contain your DeviceID.

But now you can just write into Clover's config.plist some of follow settings

    <key>PCI</key>
    <dict>
        <key>FakeID</key>
        <dict>
            <key>ATI</key>
            <string>0x68181002</string>
            <key>IntelGFX</key>
            <string>0x01268086</string>
            <key>LAN</key>
            <string>0x436311ab</string>
            <key>NVidia</key>
            <string>0x0fe010de</string>
            <key>SATA</key>
            <string>0x25628086</string>
            <key>WIFI</key>
            <string>0x431214e4</string>
            <key>XHCI</key>
            <string>0x0</string>
        </dict>

Then these new device-id will be assigned to corresponding devices during DSDT patch.

In the example above you may see the follow tricks:

- AMDRadeonHD7850 has unsupported DeviceID=0x6819. We change here to 0x6818.

- NVidia GTX660 has DID=0x1183 while for AGPM we change it to 0fe0.

- Intel HD3000 DID=0x0122 works if we change it to 0x0126

- Dell Wireless 1595, DeviceID=0x4315 is not supported. FakeID=0x431214E4 in 10.6.8

- Marvell Yukon 8056, DeviceID=0x4353 is not supported. FakeID=0x436311ab

 

New format for Clover-2k

    <key>Devices</key>
    <dict>
        <key>FakeID</key>
        <dict>
            <key>ATI</key>
            <string>0x68181002</string>
            <key>IntelGFX</key>
            <string>0x01268086</string>
            <key>LAN</key>
            <string>0x436311ab</string>
            <key>NVidia</key>
            <string>0x0fe010de</string>
            <key>SATA</key>
            <string>0x25628086</string>
            <key>WIFI</key>
            <string>0x431214e4</string>
            <key>XHCI</key>
            <string>0x0</string>
        </dict>

 

Link to comment
Share on other sites

  • 2 weeks later...
 Share

×
×
  • Create New...