-
Notifications
You must be signed in to change notification settings - Fork 276
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
ERROR: cannot detect driver directory #600
Comments
Unfortunately debian apt installed driver keeps moving around, and it is hard to debug for us on every distro. If you can find out where the *.so files moved then I can add them in the search list, like it was done in Sept 2022. Otherwise please switch to using the nvidia .run file to install instead. #422 (comment) |
Hello Jailuthra and thank you for your continued support of this project!!! Very much... I didn't realize that was the intended way to use the patch with the driver, just thought it would be simple to go with the latest and greatest and added the NVIDIA repo. Thanks for clarifying. So it looks like on latest 525.60.13 it's found in: Is this what you're looking for? If it's not the intended path going forward, for those who use this patch on a Debian based system, I would recommend the documentation be modified stating a requirement for Debian users to install from downloaded file directly. Maybe this is so infrequent it's not worth putting that effort in, your instructions do state to download the driver, it's just not explicit. Thanks again for your help. |
@sirrush7 Thanks, The And sure I think we can make it more explicit in the readme that users should download the installer from nvidia website if their distro packaged ones don't work. |
Maybe installing as me, libnvidia-fbc1.. from debian packages. |
Just wanted to circle back and mention that once I continued using a downloaded installer as per jailuthra's instructions, never had this problem again! Post-upgrade from Deb11 -> Deb 12, just had to re-install some kernel packages, install new driver, redo the patch and all was great! |
Windows names the file differently. Regardless of version it seems to be named libnvidia-encode.so.1 |
Describe the bug
When I run either sudo ./patch-fbc.sh or sudo ./patch.sh I get this error:
Detected nvidia driver version: 525.60.13
ERROR: cannot detect driver directory
To Reproduce
Steps to reproduce the behaviour:
Environment (please complete the following information):
Additional context
Seems to be an issue that has cropped back up from before as this happened last Aug / Sept 2022.
The text was updated successfully, but these errors were encountered: