-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch fails on unraid 6.12.4 #710
Comments
same issue, running 545.29.02 driver and using a p400. get the same output from running the patch, but it also breaks transcoding for me. |
Exact same issue here, watching. |
Small update to this. Running those steps lets both scripts run normally but i'm not sure if it actually fixed the issue but it at least makes those error messages go away. I do notice that the error messages still come up during unraid boot but.... I don't know. |
This is still happening. I backed up an old version of the patch (thankfully), and I don't run into this error when attempting to patch my driver, but the old patch doesn't have the driver that I need to patch. 470.199.02 auto downloaded when I upgraded Unraid, and now I can't patch my driver. |
I hope you are tracking this issue with Unraid - because I am not working on it. If modifying the scripts in this repo makes it work with Unraid, please feel free to make that change and send a PR. |
any updates on this or anyone have a fix that works? |
I tried the hack and the patch goes through without issues but when I test inside the plex container using the patch-tester.sh I get the following based on the info from the patch-tester this means it failed. I'm also running 550.90.07 on a NVIDIA GeForce GTX 1660 and after the hack both patches (regular and fbc) succeeded without any errors. edit @jailuthra the patch-tester says So I see this line for a bit and it looks to be decoding but then the error messages above show up after about 15 seconds when the patch-tester exits. I assume that still means a failure. |
Describe the bug
The patch doesn's seem to work on unraid ver. 6.12.4.
The script says it successfully patched the driver but it breaks hardware transcoding. The patch outputs the following:
Detected nvidia driver version: 535.113.01
Attention! Backup not found. Copying current libnvidia-encode.so to backup.
09402632057ec85f24feb4bb0f3c799eba92d9bf /opt/nvidia/libnvidia-encode-backup/libnvidia-encode.so.535.113.01
19921ec71926f3eee80a37ce7a9d27ddaa788569 /usr/lib64/libnvidia-encode.so.535.113.01
ldconfig: /usr/lib64/libOpenGL.so.0 is not a symbolic link
ldconfig: /usr/lib64/libGLdispatch.so.0 is not a symbolic link
ldconfig: /usr/lib64/libGLX.so.0 is not a symbolic link
Patched!
Maybe the "...is not a symbolic link" has something to do with that?
Any idea why that happens?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Working patch and unlocked nvidia driver for transcoding with plex
Output listings
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: