cq511npss1 Posted August 6, 2015 Share Posted August 6, 2015 (edited) Hi, after experimenting with the memory values in Clover configuration (cosmetic effect)... <key>Memory</key> <dict> <key>Channels</key> <integer>2</integer> <key>Modules</key> <array> <dict> <key>Slot</key> <integer>0</integer> <key>Size</key> <integer>4096</integer> <key>Frequency</key> <integer>1600</integer> <key>Part</key> <string>4GBDDR31600</string> <key>Vendor</key> <string>Jeylin Corporation</string> <key>Type</key> <string>DDR3</string> <key>Serial</key> <string>ZEPP3L1N</string> </dict> <dict> <key>Slot</key> <integer>2</integer> <key>Size</key> <integer>4096</integer> <key>Frequency</key> <integer>1600</integer> <key>Part</key> <string>4GBDDR31600</string> <key>Vendor</key> <string>Jeylin Corporation</string> <key>Type</key> <string>DDR3</string> <key>Serial</key> <string>Z3PP3L1N</string> </dict> </array> </dict> I ended up with this in System Profiler: I see an additional empty value ( " " ) in slot-names property in IODeviceTree This is present with OEM tables, patched DSDT, and both with and without the memory config in Clover plist. My board has only 2 DIMM sockets. Anybody know what is going on? Thanks. Edit: Sorry this should be in post-installation Edit: Mods can you move this to the appropriate place thanks. Edited August 9, 2015 by trioset Link to comment Share on other sites More sharing options...
robotnique Posted July 17, 2019 Share Posted July 17, 2019 remove (or #comment) Slot <keys> from Modules array, let Clover done it auto 1 Link to comment Share on other sites More sharing options...
Recommended Posts