Closed gym404 closed 2 years ago
Thanks for the fix
Sorry, very new to github. Im looking to download openhardware for alder lake cpu's and have cpu temps. I believe gym404 has made that possible but im having trouble actually downloading the updated file or editing the file using github ( i really dont know how github works :/). Ive downloaded the master zip file and can see the comment made about adding intel 12th mobile cpu's(hardware->CPU->IntelCPU), however, l cant get openhardware to run. Any help is appreciated.
@tobes08 What do you mean by "Can't get to run"? What did you try? Did you get any error messages?
ok, so l cant find a .exe file to click All the files are about 2kb. just to clarify, ive downloaded and unzipped the file called 'openhardwaremonitor-master'. Essentially, what im asking is, where do l go from here? Am l on the wrong track?
@tobes08 Oh, I see. You have downloaded the source then. In that case, you need to build the code yourself (there's no binary release yet that includes this change).
Run the build.cmd script in the root folder (after extracting the zip). But that will only work if you have a build environment (such as Visual Studio) installed. Oh, and you seem to have an archive that doesn't really match master. Consider directly checking out using git. If that sounds like greek to you, it's probably not the way to go, as there's quite some background required to master all of this.
I have some open issues before I'll build a new binary release, but I'm uncertain when I find time for that unfortunately.
Ok, this is making sense where lm confused. I appreciate your time. I've conducted a bit of research with your information and just need a bit of guidance if lm correct.
update: ok so i think ive done the 'git checkout' like u said by navigating to code(top right of the github interface)->checkout with github desktop->open in VSC
ill see where l get up to.
@tobes08 I found where you ended up. You've downloaded the (unmaintained) older version. Download the zip file from here: https://github.com/hexagon-oss/openhardwaremonitor (with the green down-arrow button). If you extract that, you should have a "build.cmd" file in the root directory.
:( build failed. not sure if l attampted it correctly though. When l tried to 'run' build.cmd, VSC recommended to download an extension called 'Batch Runner'. However this produced 4 warnings and 2 errors in the terminal. l can copy these errors or warnings upon request. if there is any youtube video i should watch, please link.
That error message is apparently because you downloaded the zip file from an "untrusted" source (internet). I have never seen this before, but you'll probably get a hint on how to avoid this problem here: https://learn.microsoft.com/en-us/visualstudio/ide/reference/trust-settings?view=vs-2022
You can download an already builder version from the following link:Release Version 0.10.3-alpha1 · hexagon-oss/openhardwaremonitorgithub.comOn 2022. Dec 21., at 13:57, tobes08 @.***> wrote: ok, so l cant find a .exe file to click
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
@gym404 That won't work for him, because he needs a fix that's not yet in the latest release.
Correct. That link (from pgrawehr) you sent was for Visual Studio (Im using VSC but can try switch tomorrow). However, using that link l was able to ensure that the files i was using was trusted by following the youtube video : https://www.youtube.com/watch?v=1nePPW6Xx7A&ab_channel=Code2020
Ill spend a bit more time on this right now, trying to understand the errors codes. otherwise, ill try visual studio tomorrow and update you guys. Again, cheers for your time guys, l mean that a lot. its 2am where im at
cheers @pgrawehr and @gym404 for taking the time to help me. finally got it to work after unblocking the files causing errors
Adding fammily 0x9A (Intel Core 12th 0x97 is only the Desktop version, Mobile CPU is 0x9A). After the modification, the mobile Adder Lake temperature value is displayed correctly.