Jump to content

How to change subsystem-id with clover?


noctrl
 Share

5 posts in this topic

Recommended Posts

Hi folks,

 

I'm posting here because I'm not allowed to do it so in clover subforum. (Why?)

 

I have a HP NIC with following:

 

vendor-id = 0x105e

device-id = 0x8086

subsystem-vendor-id = 0x103c

subsystem-id = 0x7044

 

I want to change it to:

 

vendor-id = 0x8086

device-id = 0x105e

subsystem-vendor-id = 0x8086

subsystem-id = 0x000a

 

Inserting the folowwing into config.plist (Clover_v2.3k_r3354) doesn't work

<key>AddProperties</key>
        <array>
            <dict>
                <key>Device</key>
                <string>LAN</string>
                <key>Key</key>
                <string>subsystem-id</string>
                <key>Value</key>
                <string>0x0000000a</string>
            </dict>
        </array>

because that genertes a very strange subsystem-id = 0x613030307830

 

Any ideas what I'm doing wrong?

 

Thx

Link to comment
Share on other sites

​I'm not using any DSDT. The GA-Z97X-UD5H works just fine with clover. Only a SSDT is needed for the CPU (I7-4790K).

​I'm just trying to get my HP NC306T PCIe DP Gigabit Server to run correctly.

​The card worked with AppleIntel8254XEthernet.kext  out of the box on 10.10.3.

​Now on 10.10.5 it breaks sometimes on heavy load, so I'm trying to check out the Small Tree Drivers.

​Those however needs a subsystem 0x000a8086.

Link to comment
Share on other sites

Thanx I know that, but that's not the issue. I can also roll back to AppleIntel8254XEthernet.kext v3.1.4b1 which is working correctly. I just want to know if it's a my configuration issue or if it is a bug so I'd make a ticket for it.
 

Link to comment
Share on other sites

 Share

×
×
  • Create New...