Skip to content
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

NVS 5200M (0DFC) not working with 435 (additional_card_ids) #36

Closed
andy71 opened this issue Dec 12, 2019 · 5 comments
Closed

NVS 5200M (0DFC) not working with 435 (additional_card_ids) #36

andy71 opened this issue Dec 12, 2019 · 5 comments

Comments

@andy71
Copy link

andy71 commented Dec 12, 2019

I'm not sure if this is the right place to open an issue, so please be patient with me :-)

I have a Dell Laptop with a NVS 5200M (0DFC) and wondered why ubuntu-drivers recommend the nvidia-driver-435 (and also the wrong driver 430). It won't work with this driver.

After digging a little bit, I found the product id in the additional_card_ids in the branches higher than 390. But the latest driver which should work is 390 (found on the Nvidia websites).

== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00000DFCsv00001028sd00000535bc03sc00i00
vendor : NVIDIA Corporation
model : GF108GLM [NVS 5200M]
driver : nvidia-340 - distro non-free
driver : nvidia-driver-435 - distro non-free recommended
driver : nvidia-driver-430 - distro non-free
driver : nvidia-driver-390 - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin

@tseliot
Copy link
Contributor

tseliot commented Dec 12, 2019

It sounds like a bug in the parsing of the README file (from NVIDIA). Can you file a bug report on launchpad about this please?
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-435/+filebug

@andy71
Copy link
Author

andy71 commented Dec 12, 2019

Thank you for the fast response.

Filed a bug on launchpad:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-435/+bug/1856166

@tseliot
Copy link
Contributor

tseliot commented Dec 12, 2019

Thank you.

@andy71
Copy link
Author

andy71 commented Dec 13, 2019

I am not sure if this can help you, but since version 343.22 the README.txt format changed a little bit. There is no more a prefix 0x in front of the card ids. And the whole id is in upper case now.

So, from my side of view, it seems that replacing the sed substitute in file 'nvidia_supported' (line 26) to the following, should work for README files since version 343.22:

s/.* 0x([0-9A-F]{4})( .*|$)/\1/p

@tseliot
Copy link
Contributor

tseliot commented Dec 20, 2019 via email

@xnox xnox closed this as completed Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants