maybe this helps:
sudo codesign --force --deep --sign - /Library/Extensions/NVDAGK100HalWeb.kext
You are basically using a bogus certificate to sign stuff, but that's gonna work if you turn SIP off.
maybe this helps:
sudo codesign --force --deep --sign - /Library/Extensions/NVDAGK100HalWeb.kext
“Web Driver acceleration for Monterey”? Does that mean that they previewed a new web driver for newer versions of OS X last week? Meaning we could potentially finally upgrade our OS’?Wonder if this has anything to do with the saga?
No, it's the old HighSierra webdriver hacked to run with Monterey and without METAL, just OGL.“Web Driver acceleration for Monterey”? Does that mean that they previewed a new web driver for newer versions of OS X last week? Meaning we could potentially finally upgrade our OS’?
This PR's goal is to implement basic Nvidia Web Driver support for Big Sur and Monterey. These patches are highly experimental, and do not support many features expected of the Web Drivers from High Sierra
This build's main draw back is relying on the non-Metal stack, thus having the same issues as non-Metal graphics cards we see today. See issue 108 for more information.
The below steps will resolve your issue at the cost of waiving the operating system’s ability to block signatures revoked for legit security reasons. If you have previously tampered with an affected system, please revert to the most recent Time Machine backup (no manual signature-stripping or hauling around of system files).
Step 1. Physically disconnect the affected device from the web. Powering down the router for a few minutes will do just fine.
Step 2. Boot into Safe Mode. Everything will be extremely laggy, be patient.
Step 3. Launch Terminal and enter the command ‘sudo nano /etc/hosts’, once prompted provide the password.
Step 4. Append the following lines to the file’s contents:
127.0.0.1 ocsp.apple.com
127.0.0.1 ocsp2.apple.com
127.0.0.1 ocsp.digicert.com
Save changes and exit.
Step 5. Run the following batch of Terminal commands:
crlrefresh rp
sudo rm -f /var/db/crls/*cache?.db
sudo date -u 020200002020
sudo reboot
Your computer will immediately reboot after the last command. Upon seeing the desktop again, you should notice that everything is back to normal. You can now reconnect to the internet. System time and date will automatically adjust themselves upon reconnecting. If some apps throw errors related to bad time and date, another reboot will fix that. Don’t worry if you run into any scary messages upon the first reboot.
The ‘sudo date’ shift trick is 90% likely unnecessary but better safe than sorry. It’s there just to lure the system (now reverted to a clean state) into repeating any sneaky moves it’s compelled to make since the 1st of June, just to check it no longer breaks itself.
After reading through the notes here I wanted to mention that driver certificate has expired; They are aware of the issue and working toward a resolution. Once I have some information to share I will let you know.
We all hope that soon 😴Got a reply from Nvidia's escalations team (tier 2 support):
IMPOSSIBLE TO WORK WITH ALL THE GLITCH AND FLASHING WINDOWS . We need a good webdriverOk Done and I think that I’m back normal. Need to make test about graphic acceleration . Startup looks a big laggy . Préf pane now works with 17G66 and 387.10.10.10.105 driver .I used the script to install it . Back to internet connection seems ok .
going to put back the 970 GTX now : cross finger
And then
I have to reinstall all my apps for test & work 🙏🙏🙏
Suggestions?
Sorry for my english ? i'm a froggy . I ran HS on a mac pro 3.1. the problem is that I caanot patch the last build of HS because I cannot find it . I'm on 17G66 now. Before the Nvidia driver problem I was on 17G65.Yeah that's how you get Vesa in normal mode but that's more difficult. So it looks like my laziness led to a beneficial discovery without me even realizing until now.
Sorry but I neither understand your English overall; nor which kind of patched OS you are forced to use; nor why exactly.
If you are trying to run HS on unsupported hardware and succeed with an older build, there’s gotta be a way to patch the latest build as long as it’s still 10.13.6. You should investigate.
No, it's the old HighSierra webdriver hacked to run with Monterey and without METAL, just OGL.
Implement Alpha Support for Nvidia Web Drivers by khronokernel · Pull Request #993 · dortania/OpenCore-Legacy-Patcher
This PR's goal is to implement basic Nvidia Web Driver support for Big Sur and Monterey. These patches are highly experimental, and do not support many features expected of the Web Drivers from...github.com
Time Machine takes way too long. Try Carbon Copy Cloner. Make clones of a working install, which has everything that you need, and archive it for the future. Revert when you have issues. Deploying is quick: all you have to do is just copy (i.e. restore) the install, create a recovery HD and you are good to go. Takes way lesser time than TM.Yep. Heres hoping. I didn't get to bed til 2.30am! My Time Machine restore was a nightmare, and ironically not even necessary with work missing, I'd never have thought it was a certificate problem from NVidia.
You can get list of all available webdrivers ie hereAnd the second reason is that I cannot find any HS complete build of macOS 10.13.6 High Sierra (17G14042) for the 387.10.10.10.40.140 driver . I've been looking around all day yesturday . No way to find it .
If someone as the HS build complete of macOS 10.13.6 High Sierra (17G14042) it should help me . I can't do any update directly on my HS build . If I do it crashed IT and I need to reinstall a new HS again . It happened to me sunday.
Thanks for your help and sorry again for my FRenglish
Hi allExtracting kexts and preference pane from the WebDriver-387.10.10.10.40.140.pkg and removing their signatures
Code:pkgutil --expand ~/Downloads/WebDriver-387.10.10.10.40.140.pkg ~/Desktop/WebDriver_temp cd ~/Desktop/WebDriver_temp/1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg cat Payload | gunzip -dc |cpio -i ditto ~/Desktop/WebDriver_temp/1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg/Library ~/Desktop/WebDriver_temp/Library ditto ~/Desktop/WebDriver_temp/1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg/System ~/Desktop/WebDriver_temp/System codesign --remove-signature ~/Desktop/WebDriver_temp/System/Library/Extensions/GeForceVADriverWeb.bundle codesign --remove-signature ~/Desktop/WebDriver_temp/Library/Extensions/GeForceWeb.kext
Code:cd ~/Desktop/WebDriver_temp/NVPrefPane.pkg cat Payload | gunzip -dc |cpio -i ditto ~/Desktop/WebDriver_temp/NVPrefPane.pkg/NVIDIA\ Driver\ Manager.prefPane ~/Desktop/WebDriver_temp/NVIDIA\ Driver\ Manager.prefPane codesign --remove-signature ~/Desktop/WebDriver_temp/NVIDIA\ Driver\ Manager.prefPane codesign --remove-signature ~/Desktop/WebDriver_temp/NVIDIA\ Driver\ Manager.prefPane/Contents/MacOS/NVMenu.app
To check signature
Code:codesign -dvv ~/Desktop/WebDriver_temp/Library/Extensions/GeForceWeb.kext
MacPro-Workstation-1:~ admin$ pkgutil --expand ~/Downloads/WebDriver-387.10.10.10.40.140.pkg ~/Desktop/WebDriver_temp
MacPro-Workstation-1:~ admin$ cd ~/Desktop/WebDriver_temp/1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg
MacPro-Workstation-1:1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg admin$ cd ~/Desktop/WebDriver_temp/1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg
MacPro-Workstation-1:1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg admin$ cat Payload | gunzip -dc |cpio -i
382811 blocks
MacPro-Workstation-1:1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg admin$ ditto ~/Desktop/WebDriver_temp/1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg/Library ~/Desktop/WebDriver_temp/Library
MacPro-Workstation-1:1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg admin$ ditto ~/Desktop/WebDriver_temp/1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg/System ~/Desktop/WebDriver_temp/System
MacPro-Workstation-1:1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg admin$ codesign --remove-signature ~/Desktop/WebDriver_temp/System/Library/Extensions/GeForceVADriverWeb.bundle
MacPro-Workstation-1:1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg admin$ codesign --remove-signature ~/Desktop/WebDriver_temp/Library/Extensions/GeForceWeb.kext
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/admin/Desktop/WebDriver_temp/Library/Extensions/GeForceWeb.kext/Contents/MacOS/GeForceWeb.cstemp (Invalid argument)
/Users/admin/Desktop/WebDriver_temp/Library/Extensions/GeForceWeb.kext: the codesign_allocate helper tool cannot be found or used
MacPro-Workstation-1:1.8-103-387.10.10.10.40.140-NVWebDrivers.pkg admin$
you are wrong. I have an absolute success. Many others as well. If you read through the entire thread you will see other success stories.I dont see anybody posting absolute success with the fixes in this thread so far, am i right?
this is unresolved? I surrender. i put in my AMD5770 only 1gb but its fine for now at least i can make music. . If i decide to sell my nvidia geforce 680 mac , is it compatible to PC users or is it mac only? Any idea what OSX's it will work with prior to High Sierra?
I can’t do it . So I can’t miss it I can’t apply dosdude patch in post installYou are probably missing some security update... You can install Security Update 2020-004 on MP3,1 and apply post install patches and you should be fine (in some cases wifi might not work, depending on your card version)
If you look at the page, he seems to have created a system updater that should work for you, if it doesn’t work, email him and ask him how to update. His email is on the page. “- If selected in the macOS Post Install tool, your High Sierra install will have a program named "Patch Updater" located in your /Applications/Utilities folder. This program will alert you when new updates to patches are available for your machine, and will prompt you to install them. If you do not have Patch Updater installed, but would like it, you can download and run the script found here to do so.”Sorry for my english ? i'm a froggy . I ran HS on a mac pro 3.1. the problem is that I caanot patch the last build of HS because I cannot find it . I'm on 17G66 now. Before the Nvidia driver problem I was on 17G65.
I use the dosdude1.com pacth to make the HS compatible on my mac . It makes you a bootable usb drive installer.
The HS I can donwload is the 17G66 now . No update possible without the patch updater (dosdude1)
I'd love to go to the latest build of HS . But I don't know if my mac 3.1 2008 early version can be patch for that build.
And the second reason is that I cannot find any HS complete build of macOS 10.13.6 High Sierra (17G14042) for the 387.10.10.10.40.140 driver . I've been looking around all day yesturday . No way to find it .
If someone as the HS build complete of macOS 10.13.6 High Sierra (17G14042) it should help me . I can't do any update directly on my HS build . If I do it crashed IT and I need to reinstall a new HS again . It happened to me sunday.
Thanks for your help and sorry again for my FRenglish