CloverHackyColor / HWMonitorSMC2

Application for monitoring hardware health in macOS
237 stars 26 forks source link

hwmlpcconfig - LPC configuration .plist not loaded #14

Closed soundflix closed 3 years ago

soundflix commented 3 years ago

I tried to fix the fan names from the generated .plist with hwmlpcconfig. But my renames don't load/show up in HWMonitorSMC2. I guess it is related to the LPC path where I put the plist. My hwmlpcconfig output file was called "unknownOEM.plist."

hwmlcpconfig v1.2 by vector sigma, 2020 Super IO Chip = Nuvoton NCT679BD OEM Vendor = Unknown OEM Board = Unknown [..sensor info..]

I tried these LPC paths and plist names: Bildschirmfoto 2021-03-23 um 12 02 44

What's wrong?

baratta930 commented 3 years ago

Make sure you have ExposeSensitiveData set to include 0x08 bit – Expose OEM information as a set of UEFI variables. Once you do that and reboot then hwmlcpconfig will give the correct info for OEM and name the file/folder correctly.

soundflix commented 3 years ago

Thanks baratta930! I changed ExposeSensitiveData in my config.plist from 6 to 14 an now it works.