Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.

MacKing3000

macrumors newbie
Jun 8, 2022
29
4
Running Sierra on Mac 5,1 Mid 2010 - Have been able to get Cuda to install via the - ocsp blocking via - eierfrucht’s method.. however no luck w NVIDIA driver.. has anyone been able to get a combo to work - it just says NO GPU detected in the Cuda window as no driver is able to install.. I’ve done a safeboot install of drivers that I know to match the CUDA profile and Sierra 10.12.6 but no luck.. now got a 1080ti and a Titan X completely unusable.. This is completely diabolical on Apple’s part to blacklist the NVIDIA profiles once they expired - just forcing users to upgrade ..
 

mirko.meschini

macrumors regular
Feb 13, 2011
116
5
Italy
One customer with ocsp block in /etc/hosts told me after one day it's bricked again... :(

I'm starting now to search for Radeons RX5xx on eBay :D
 
Last edited:
  • Like
Reactions: MacKing3000

Ivan Shpak

macrumors member
Feb 19, 2021
32
7
Would you ask Nvidia when the fixed package is about to go public?
I also received a package with drivers, gave feedback, but did not indicate the deadlines, and of course, a user support employee got in touch and not someone from the development team
 

mirko.meschini

macrumors regular
Feb 13, 2011
116
5
Italy
Please people, if you have a fixed webdriver share with us in a way or another!! I'm desperate, I have seven bricked customer's machines, and ocps seems not to fix definitively!! :(
 

Dustfarm

macrumors newbie
Jun 8, 2022
4
0
Ah yes - I’m also desperate that this point… nothing so far has worked and I’m about to lose a job 😬
If there are newly signed drivers out there, please please DM me!
 

motionSOUL

macrumors newbie
Jun 9, 2022
3
0
Mac Pro bricked here too. What a waste of time! I have thought of a system crash first so I've reinstalled it from TimeMachine. But no, it is another Nvidia-Apple good old battle. Can't make 3D anymore, currently working on my very old fashioned ATI Radeon HD 4870 :-( Thanks for all help and updates on the subject. What is very strange though is that the first post is from June 1st or 2nd and I had my troubles yesterday, so everyone don't seem to be on the same time track ?
 

eierfrucht

macrumors newbie
Jun 5, 2022
25
22
Please people, if you have a fixed webdriver share with us in a way or another!! I'm desperate, I have seven bricked customer's machines, and ocps seems not to fix definitively!! :(
Or you might have been doing something wrong, like meddling with the existing driver files before attempting ocsp block... So far I've recovered 5 hacks as per my guide.
 

eierfrucht

macrumors newbie
Jun 5, 2022
25
22
I also received a package with drivers, gave feedback, but did not indicate the deadlines, and of course, a user support employee got in touch and not someone from the development team

Are they even going to ever release it publicly? If I were you I'd already be silently PMing the goddamn thing to everyone in this thread!
 
  • Like
Reactions: Ashok.Vardhan

mirko.meschini

macrumors regular
Feb 13, 2011
116
5
Italy
Or you might have been doing something wrong, like meddling with the existing driver files before attempting ocsp block... So far I've recovered 5 hacks as per my guide.
It's a possibility, only one machine stopped working after the fix, now I'm testing the others, connected to internet, trying to reboot and shift date in the future...
 

DTRX

macrumors member
Jun 9, 2022
35
29
Hey, after reading and trying for a while, I think I have found a solution...

While waiting for new (possibly not-existing) driver packages from NVIDIA, one could try the following:

trustd saves files in multiple folders:

/Library/Keychains/crls
/private/var/db/crls

Several copies of the "hidden" database reside in folders labeled as "com.apple.trustd" in
/private/var/folders/

To make them visible, use the following commands in Terminal:

cd /private/var/folders/

Next step is to authenticate as root by:

sudo su

Then reveal the db folder locations by:

ls -R

You need to dive into all the folders coming up:

cd ./path/to/folder/

Take care of the following command, it could easily lead to a disaster: make sure you are in the right folder, when issuing the command.
Next is to remove all contents by:

rm -R *

Then lock the folder by:

setfile -a L .

or without Developer Tools use:

chflags uchg .

Repeat this for every "com.apple.trustd" folder in /private/var/folders/.

During my tests, new folders can appear when killing the several trustd processes in Activity Monitor with a running system. To make sure trustd will not block the kexts, keep monitoring the contents of /private/var/folders/ after killing the trustd instances. Once you have found all locations, it will eventually give up and stop.

To finish blocking trustd, remove all files in the following two folders (by rm -R *) and lock them afterwards by one of the two commands above:

/Library/Keychains/crls
/private/var/db/crls

Up to my testing, additional blocking in the hosts file or via Little Snitch is not necessary.

After you are done, restart and voilà. Your GPUs will be back.
 

MacKing3000

macrumors newbie
Jun 8, 2022
29
4
@DTRX Here it sounds like you aren’t sure that the solution works .. because it says I “ think “ i found one.. not I “know” so..

“ I think I have found a solution...”

——

Here at the end it sounds like it’s for sure that it works ..

- After you are done, restart and voilà. Your GPUs will be back. “

——-

And earlier it sounds like we might kill our machine if we accidentally delete the wrong folder ..

“ Take care of the following command, it could easily lead to a disaster “

—-

So it for sure..? you did this.. then what?! Did you have to re-install the drivers + cuda.. which OS are you running? Which machine and which drivers?! And did you get in again in safe mode etc.. we need a few extra steps confirmed

Don’t wanna be Negatron - just been trying so many steps already..

——

Some of us are just creatives w some technical know how.. and some of this feels like learning and new language and going on an Indiana Jones adventure at the same time..

Very much seems like NVIDIA would not bother to spend $ w their internal developers on old drivers.. esp since their relationship w apple is obsolete.. here is hoping that’s not the case, but it seems that way esp since they may have knows of the driver signatures expiring internally on a certain date and no fix was created prior to that date..
 

DTRX

macrumors member
Jun 9, 2022
35
29
Think it works, yes.

Yes, take care that you do not remove your root folder for example. That would not be nice. And do not blame me.

Reinstall is not necessary. It will just start working again.

10.13.6, latest web drivers, latest CUDA.

No safe mode.

I am Indiana.
 
  • Like
Reactions: MacKing3000

DTRX

macrumors member
Jun 9, 2022
35
29
Disaster, cause you need to delete some files in your temporary folder?

See, it's working. I got my GPU back.

If a new driver appears, you can just remove all folder locks by issuing (as root user):

setfile -a l /path/to/folder/

or without Developer Tools:

chflags nouchg /path/to/folder/

Then trustd will update the databases and restart its work, even without rebooting this time.
 

Attachments

  • 4.png
    4.png
    94.5 KB · Views: 86
  • 2.png
    2.png
    188.5 KB · Views: 77
  • 1.png
    1.png
    174.3 KB · Views: 88
  • 5.png
    5.png
    143.9 KB · Views: 83
  • 3.png
    3.png
    518.3 KB · Views: 87

Dayo

macrumors 68020
Dec 21, 2018
2,257
1,279
Comment was not about it working or not but on running such delete commands while changing from folder to folder under sudo su.

Let's just say I have personal experience of what can go wrong and yes, it's literally a disaster.
 

bogdanw

macrumors 603
Mar 10, 2009
6,118
3,030
One customer with ocsp block in /etc/hosts told me after one day it's bricked again... :(

I'm starting now to search for Radeons RX5xx on eBay :D
There are several hosts used for certificate validation, macOS probably switches to another after several failed attempts on one. https://support.apple.com/en-us/HT210060
RX560 should be one the cheapest and works perfectly from High Sierra to Monterey, with
WhateverGreen of course ;)
 

Dayo

macrumors 68020
Dec 21, 2018
2,257
1,279
There are several hosts used for certificate validation, macOS probably switches to another after several failed attempts on one.
Good point. Probably best to cover all the cert validation ones.

Also possible that different domains are being used in different jurisdictions etc
 
Last edited:

MacKing3000

macrumors newbie
Jun 8, 2022
29
4
There are several hosts used for certificate validation, macOS probably switches to another after several failed attempts on one. https://support.apple.com/en-us/HT210060
RX560 should be one the cheapest and works perfectly from High Sierra to Monterey, with
WhateverGreen of course ;)
Only issue - Can’t run Octane in Cinema 4D without Metal w the older Radeon cards.. and lose a bit of GPU juice in the process which the 1080ti’s have in the 5,1 setup
 

bogdanw

macrumors 603
Mar 10, 2009
6,118
3,030
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.