i need driver installation step by step procdure for GT 710 with RHEL 7.2
There are two kinds of GT710, a Fermi based (driver 390, EOL) and a Kepler based (driver 470) without lspci output, the required driver is unknown.
I am using Kepler based (driver 470), if i blacklist nouveau or disable this driver after reboot the system im not able to excucute the Alt+Ctrl+F2 or F3 terminal for the driver installation.
Driver link as below.:
also showing this error massage in root loging
“policykit daemon disconnected fron the bus we are no longer a registered authentication agent”
Please run nvidia-bug-report.sh as root and attach the resulting nvidia-bug-report.log.gz file to your post.
it showing no such file or directory
please can you share the steps how to get to run nvidia-bug-report.sh
It gets installed alongside the driver so if it’s missing, there’s no driver installed, you likely just added the repo.
Please post the output of
sudo lspci -nn -d 10de:*
instead.
Generix,
Attached, you’ll find the requested image for ‘sudo lspci -nn -d 10de:*’.
Regarding the GT710 driver installation issue, I’m encountering difficulties. After attempting to disable or blacklist the ‘Nouveau driver’ and rebooting the system, I’m unable to access the terminal (Ctrl+Alt+F2 or any function key) post-login. This obstacle prevents me from proceeding with the driver installation. I would greatly appreciate your guidance to navigate this situation and correctly install the driver.
You have a GK208B based GT710, so you can use the 470 driver.
Please se this to boot to recovery to revert your canges:
https://www.thegeekdiary.com/how-to-boot-into-rescue-mode-or-emergency-mode-through-systemd-in-centos-rhel-7-and-8/
I suspect you still have a DE running, just the VTs are defunct? Doesn’t matter.
Since RHEL7 is out of support, there may be some obstacles. Please try first to install the needed kernel headers:
sudo yum install -y kernel-devel-$(uname -r) kernel-headers-$(uname -r)
post any errors you get.