HelloHave run into issues with DisplayLink's new userland driver/support software on Catalina and by extension Big Sur. It has been suggested that we need to start shifting model identification away from MacPro5,1 to perhaps MacPro7,1.
- Any particular drawbacks here? What configuration changes are needed in the config.plist aside from the normal identity stuff?
- What kext changes are required?
- Any other considerations to keep in mind when switching?
- I assume I need to generate a new serial number too for iCloud/iMessage support too, right?
I have Mac Pro 5.1 with graphic card RX-580 flashed and Big Sur, with SMBIOS Mac Pro 7.1
<key>SMBIOS</key>
<dict>
<key>BoardProduct</key>
<string>Mac-27AD2F918AE68F61</string>
<key>FirmwareFeatures</key>
<data>
A1QM4A==
</data>
<key>FirmwareFeaturesMask</key>
<data>
P/8f/w==
</data>
</dict>
you don't need Lilu, WhateverGreen and graphic card PciRoot(0x0)/Pci(0x0,0x0)/Pci(0x0,0x0) but only AppleMCEReporterDisabler.kext
<key>Kernel</key>
<dict>
<key>Add</key>
<array>
<dict>
<key>BundlePath</key>
<string>AppleMCEReporterDisabler.kext</string>
<key>Comment</key>
<string>Disable AppleMCEReporter</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>19.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
You don't need new serial number because use your original Mac Pro 5.1 for all Apple services.
If you also want to have Night Shift that with Big Sur no longer works the NightShiftEnabler.kext, You must insert into SMBIOS
<string>MacPro7,1</string> butafterwards you will have an error message for the position of the RAM DIMMs that we have already talked about in the forum and also, all the internal temperature sensors are not correctly detected.