-
Notifications
You must be signed in to change notification settings - Fork 133
Support for Nvidia GT 1030 #396
Comments
@DevAndArtist enjoy |
Thank you |
@dmatora thank you, but how do I get it to work? I tried to compile the project in different ways. I placed the compiled Btw. I noticed that the compiled kext had no version applied to it (so there is definitely something wrong with the way I was doing it). @kozlek mind a new release for the current state of the project? |
The release V6 26 1440 works good here High Sierra 10.13.3 |
@chris1111 for me I'm running 10.13.3 as well (not the supplemental update). |
I will test right now to my Zotac GeForce GT 1030 2 gig and I let you know Test and you are right not working the GPUSensors for the GT 1030 , but FakeSMC works good |
Post upper edited |
@chris1111 Yeah everything works great except for the temperature for that card. |
@DevAndArtist looks like you've failed to install kexts properly @chris1111 does it now show temperature for your GT 1030? |
@dmatora mind to put a small instruction how to compile the project properly if you start by checking out the repo?! Edit: Just verified with |
@DevAndArtist just selecting "Build kexts" on tasks and pressing play button builds the kexts under the Build subdirectory |
@dmatora did that, but it won't be signed nor does the kext has a version tag attached to it. I fail to run create installer though. I also tried to select the |
@DevAndArtist you don't really need to sign it, as long as you have SIP disabled in CLOVER for kexts (CsrActiveConfig = 0x3 on RtVariables) |
@dmatora |
@dmatora I'm not sure if my SIP is disabled. Anyways I managed to install it correctly.
Thank you so much! |
@DevAndArtist so does temperature sensor works for you now? |
@dmatora yes I tested the card playing a game for 30 minutes it gets up to 82C°, which is fine for a passive cooled card. Without 3D tasks it's around 35-45C°. We now only need NVidia to fix their drivers. :) Thank you again. |
@DevAndArtist my pleasure |
@chris1111 you might want to update your build |
@dmatora btw. is it normal that I now have an entry for GPU PWM? It does not make sense. It's running at 100% or 100rpm (depends on the app I'm using), but there is no fan for that. |
@DevAndArtist kext doesn't have dedicated support for at least that particular passive card, it just thinks all 1030 have fans. I'm not even sure there is a way to detect whenever card has cooler or not, mine has cooler and it's a same device id |
@dmatora okay, I just wanted to know. I mean there are 1030 cards with fans out there so it's fine, I'll just filter that entry out in iStat. |
I am not able to compilling the source with a Xcode 9.2 (9C40b) Error missing version.h |
@chris1111 you have to use |
@adrian Z. Trying both, same error |
@chris1111 which build scheme are you using? |
@adrian Z. Please post pics of the selection I am not see where |
I have make mistake, my binaries not build correctly 🧐 system not bootable |
@chris1111 I only use Have you set the Version and Build as shown in my screenshot? After reboot (don't forget to rebuild permissions and cache using kext-wizzard) open terminal and type |
@DevAndArtist No I use it in Clover, I ever used FakeSMC in clover Why S/L/E ? |
It's up to you where you'd install them, both should work I guess. I think MultiBeast will install FakeSMC into /S/L/E by default so I just did that. You can always try /EFI/EFI/CLOVER/kexts/Other and see if it works. |
My question is Why GeforceSensor.kext and FakeSMC 3.5.1 from Slice works with my Geforce GT 1030 Since long time and here I have trouble ? |
@chris1111 no idea sorry. |
@chris1111 there are much more people involved into developing slice fork |
Thank you anyway mr @DevAndArtist and @dmatora 😇 |
I don't think you can build wrong kexts, they are either done building or not |
Kext is in Clover and the build looks good but system stall very shortly |
If it's |
For now I restart the system with a rescue SSD, thats not a problem for me Its hang at ACPI some thing like this very fast, I know its in relation of my build, Fakesmc must not have built correctly |
Replace your compiled FakeSMC with the one from here https://github.com/kozlek/HWSensors/releases/download/6.26/HWSensors.6.26.1440.Binaries.dmg.zip and that's it. I use all kext from this package except for the For me everything is in S/L/E, but in CLOVER it should also be fine. If you added, deleted or edited any kext in /S/L/E then you MUST rebuild permissions and restore caches. |
@chris1111 I've sent build 1462 to your email |
@dmatora I revive a Email and .dmg I test the file right now thank you |
Its work !! 😎 Thank you mr @dmatora |
@chris1111 you're welcome |
@dmatora do you have the same version of HWMonitor.app please |
Hi @DevAndArtist I resolved the compile issue and the other kext is all kext is compile great and its working like a charm, thanks both of you @DevAndArtist , @dmatora |
I was unable to boot with my build version of the kext's. Can anyone share their build last version of the kexts? |
@emiliogonzalezjunior have you rebuild your caches and restored permissions after messing around with /S/L/E (assuming your kexts are there)? |
I use the EFI/ other folder. I never installed anything in S/L/E |
@emiliogonzalezjunior you can try this Package, build 6.26. 1464 Also if you preferred only binaries Attaching here Build 6.26.1464.zip |
Thank you very much @chris1111 ! |
Hi there, I think it's fair to say that some people from the CustoMac community including myself would really appreciate if someone could add support for the low budget pascal cards like the GT 1030.
My GT 1030 is from MSI and is passive cooled. Sometimes the card is getting really hot but there is no way to tell what the temperature is (pure macOS system). I only can "hope" that the card is under 80C° under stress. The latest kexts from
https://github.com/kozlek/HWSensors/tree/6.26
do not support this card, or at least the support is bugged, but I cannot tell for sure.I already tried everything:
The other sensors load from any of these folders and work just fine, but only GPU sensors are missing.
The text was updated successfully, but these errors were encountered: