[SOLVED] - Nvidia Quadro P2000 Driver RPMs

Issues related to hardware problems
Post Reply
User avatar
warron.french
Posts: 616
Joined: 2014/03/27 20:21:58

[SOLVED] - Nvidia Quadro P2000 Driver RPMs

Post by warron.french » 2019/02/08 01:10:05

Does anyone know where I can get the drivers for an Nvidia Quadro P2000 for RHEL7, not just the blob .run archive from nvidia.com?
Last edited by warron.french on 2019/02/09 00:40:55, edited 1 time in total.
Thanks,
War

User avatar
jlehtone
Posts: 4523
Joined: 2007/12/11 08:17:33
Location: Finland

Re: Nvidia Quadro P2000 Driver RPMs

Post by jlehtone » 2019/02/08 11:57:47

From ELRepo.org

Code: Select all

yum install https://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm
yum install nvidia-detect
nvidia-detect
That last command is likely to say: kmod-nvidia
If not, then adapt the following:

Code: Select all

yum install kmod-nvidia
systemctl reboot

User avatar
warron.french
Posts: 616
Joined: 2014/03/27 20:21:58

Re: Nvidia Quadro P2000 Driver RPMs

Post by warron.french » 2019/02/09 00:40:11

@jlehtone, thank you. Turns out that the drivers are the same.
Thanks,
War

Post Reply