vector sigma Posted January 25, 2020 Share Posted January 25, 2020 (edited) @Andrey1970, looks like you cannot receive private messages, otherwise all these tests will not mess this topic Lol. Something get auto released so early, otherwise you should be able to see vendor and board in the preferences. Please put the app in your Desktop and run it with the Terminal: ~/Desktop/HWMonitorSMC2.app/Contents/MacOS/HWMonitorSMC2 Please post the result [REMOVED] Edited February 2, 2020 by vector sigma beta app removed Link to comment Share on other sites More sharing options...
Andrey1970 Posted January 25, 2020 Share Posted January 25, 2020 3 minutes ago, vector sigma said: @Andrey1970, looks like you cannot receive private messages, otherwise all these tests will not mess this topic Lol. Something get auto released so early, otherwise you should be able to see vendor and board in the preferences. Please put the app in your Desktop and run it with the Terminal: ~/Desktop/HWMonitorSMC2.app/Contents/MacOS/HWMonitorSMC2 Please post the result HWMonitorSMC2.app.zip I now enable private messages. It is possible to write now. Last login: Sat Jan 25 20:45:33 on ttys000 andrey@iMac-Andrej ~ % ~/Desktop/HWMonitorSMC2.app/Contents/MacOS/HWMonitorSMC2 board = Z87X-UD4H-CF vendorShort = NULL Link to comment Share on other sites More sharing options...
Nuacho Posted January 25, 2020 Share Posted January 25, 2020 (edited) @vector sigma lpc_ROG STRIX Z370-I GAMING.plist.zip lpc_ROG STRIX Z370-F GAMING.plist.zip Edited January 25, 2020 by Nuacho upd/ Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted January 25, 2020 Share Posted January 25, 2020 I got different Order of sensors with 2 scenario boot,, Windows Boot Manager => enter, and OpenCore BOotloader => enter Which one should i use??? Link to comment Share on other sites More sharing options...
Andrey1970 Posted January 25, 2020 Share Posted January 25, 2020 12 minutes ago, Andres ZeroCross said: I got different Order of sensors with 2 scenario boot,, Windows Boot Manager => enter, and OpenCore BOotloader => enter Which one should i use??? Use Windows Boot Manager, don't use OpenCore -> Windows, because HWiNFO will think that at you real Mac, which you don't have. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted January 25, 2020 Share Posted January 25, 2020 2 minutes ago, Andrey1970 said: Use Windows Boot Manager, don't use OpenCore -> Windows, because HWiNFO will think that at you real Mac, which you don't have. Thanks,, so still need some "magic touch" from @vector sigma Link to comment Share on other sites More sharing options...
vector sigma Posted January 25, 2020 Share Posted January 25, 2020 2 minutes ago, Andres ZeroCross said: Thanks,, so still need some "magic touch" from @vector sigma Delete name=VBAT under the VBAT dictionary as is already VBAT, give me the plist. (with the help of Andrey I solved the autodetection problem) Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted January 25, 2020 Share Posted January 25, 2020 1 minute ago, vector sigma said: Delete name=VBAT under the VBAT dictionary as is already VBAT, give me the plist. (with the help of Andrey I solved the autodetection problem) Just little different from Z87X-UD4H-CF,, here is the plist file Z170X-Gaming 7.plist Link to comment Share on other sites More sharing options...
Andrey1970 Posted January 25, 2020 Share Posted January 25, 2020 2 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted January 25, 2020 Share Posted January 25, 2020 51 minutes ago, Andrey1970 said: Which version HWMonitorSMC2 did you use??? Link to comment Share on other sites More sharing options...
vector sigma Posted January 25, 2020 Share Posted January 25, 2020 (edited) 58 minutes ago, Andres ZeroCross said: Which version HWMonitorSMC2 did you use??? I give him in PM. But is not finished. @Andrey1970 have you SMCSuperIO.kext v1.1.1 already built for me? built! Edited January 25, 2020 by vector sigma Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted January 25, 2020 Share Posted January 25, 2020 (edited) 2 minutes ago, vector sigma said: I give him in PM. But is not finished. @Andrey1970 have you SMCSuperIO.kext v1.1.1 already built for me? I have used SMCSuperIO v1.1.1 Edited January 25, 2020 by Andres ZeroCross Link to comment Share on other sites More sharing options...
Andrey1970 Posted January 25, 2020 Share Posted January 25, 2020 (edited) 1 hour ago, Andres ZeroCross said: Which version HWMonitorSMC2 did you use??? In OpenCore necessary to set ExposeSensitiveData=14 Version in Vector PM. Edited January 25, 2020 by Andrey1970 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted January 26, 2020 Share Posted January 26, 2020 In OpenCore necessary to set ExposeSensitiveData=14 Version in Vector PM. I have done it, i have set 15 in my ExposeSensitive data from last night. Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
vector sigma Posted January 26, 2020 Share Posted January 26, 2020 (edited) @joedm ru i had a lot of problems in retrieve the ChipName property, until i realize that the key is published this way: \U0421hipName and even the ioreg command line refuse to show it, so I made the code this way: if (ioreg) { auto chipName = OSString::withCString(dataSource->getModelName()); const OSSymbol *cn = OSSymbol::withCString("ChipName"); ioreg->setProperty(cn, chipName); chipName->release(); } This is the fixed file SMCSuperIO.cpp.zip (please don't copy/paste from the forum) Guys, try the following app and the following SMCSuperIO.kext, otherwise wont work: Help in making the configuration: use this command line: to create the right directory structure for HWMonitorSMC2.app. The program will show OEM informations and not last the LPC chip name needed to correctly place the configuration in the appropriate sub directory. ~/Desktop/LPC/Vendor/ChipName/Board.plist will be created. Of course this is not a valid configuration: you have to correct it with real values. Note: users that already posted their configurations should run hwmlpcconfig and tell me the new path to make them working again. P.S. the autodetection will work only with Clover and with very last OpenCore. Edited February 2, 2020 by vector sigma Beta app removed 2 Link to comment Share on other sites More sharing options...
vector sigma Posted January 26, 2020 Share Posted January 26, 2020 (edited) 22 hours ago, Nuacho said: @vector sigma lpc_ROG STRIX Z370-I GAMING.plist.zip lpc_ROG STRIX Z370-F GAMING.plist.zip 21 hours ago, Andres ZeroCross said: Just little different from Z87X-UD4H-CF,, here is the plist file Z170X-Gaming 7.plist Please, can you run this? Edited January 26, 2020 by vector sigma Link to comment Share on other sites More sharing options...
Andrey1970 Posted January 26, 2020 Share Posted January 26, 2020 33 minutes ago, vector sigma said: users that already posted their configurations should run hwmlpcconfig and tell me the new path to make them working again. LPC/Gigabyte/ITE IT8728F/Z87X-UD4H-CF.plist 1 Link to comment Share on other sites More sharing options...
vector sigma Posted January 26, 2020 Share Posted January 26, 2020 @Andrey1970, what about default configuration for Gigabyte/ITE IT8728F? Can you make one? Link to comment Share on other sites More sharing options...
Andrey1970 Posted January 26, 2020 Share Posted January 26, 2020 2 minutes ago, vector sigma said: @Andrey1970, what about default configuration for Gigabyte/ITE IT8728F? Can you make one? Make copy Z87X-UD4H-CF.plist and rename in default.plist 1 Link to comment Share on other sites More sharing options...
Nuacho Posted January 26, 2020 Share Posted January 26, 2020 1 hour ago, vector sigma said: Please, can you run this? Link to comment Share on other sites More sharing options...
Nuacho Posted January 26, 2020 Share Posted January 26, 2020 (edited) update virtualsmc Edited January 26, 2020 by Nuacho 1 Link to comment Share on other sites More sharing options...
Andrey1970 Posted January 26, 2020 Share Posted January 26, 2020 1 hour ago, vector sigma said: so I made the code this way Fixed https://github.com/acidanthera/VirtualSMC/commit/ff846fd08f0e0b4dc00d627b9889074cd3c2c74c 1 Link to comment Share on other sites More sharing options...
jinbingmao Posted January 26, 2020 Share Posted January 26, 2020 (edited) 1 hour ago, vector sigma said: @Andrey1970, what about default configuration for Gigabyte/ITE IT8728F? Can you make one? Gigabyte.zip Edited January 26, 2020 by jinbingmao 1 Link to comment Share on other sites More sharing options...
jinbingmao Posted January 26, 2020 Share Posted January 26, 2020 On 1/26/2020 at 1:54 AM, vector sigma said: Andrey, can you post a screen shot of the Preferences window? error Link to comment Share on other sites More sharing options...
Nuacho Posted January 26, 2020 Share Posted January 26, 2020 @vector sigma New plist (rog strix gaming F,I) ASUS.zip 1 Link to comment Share on other sites More sharing options...
Recommended Posts