On 31/12/2021 07:11, home user wrote:
ok.  I did the 'e' thing.  I sent the output of the lspci and rpm commands to a text 
output file.  After rebooting back to windows-7, I use the "Ext2explore" tool 
to look at the .txt file. Here are the contents of that filw:

---------------

output from
lspci | grep -i nvidia > nvidia_prob.txt:

01:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 660] 
(rev a1)
01:00.1 Audio device: NVIDIA Corporation GK106 HDMI Audio Controller (rev a1)

==============================================================================
output from
rpm -qa | grep -i nvidia >> nvidia_prob.txt

xorg-x11-drv-nvidia-kmodsrc-495.46-1.fc34.x86_64
xorg-x11-drv-nvidia-cuda-libs-495.46-1.fc34.x86_64
xorg-x11-drv-nvidia-libs-495.46-1.fc34.i686
xorg-x11-drv-nvidia-libs-495.46-1.fc34.x86_64
nvidia-settings-495.46-1.fc34.x86_64
xorg-x11-drv-nvidia-495.46-1.fc34.x86_64
akmod-nvidia-495.46-1.fc34.x86_64
kmod-nvidia-5.15.11-100.fc34.x86_64-495.46-1.fc34.x86_64
kmod-nvidia-5.15.10-100.fc34.x86_64-495.46-1.fc34.x86_64
kmod-nvidia-5.15.7-100.fc34.x86_64-495.46-1.fc34.x86_64

Yep, that's the problem.  The 495 driver doesn't support the GTX 660 any longer.

Use the "e" thing then.....

sudo dnf erase *nvidia* followed by
sudo dnf install akmod-nvidia-470xx

Check the file /var/cache/akmods/akmods.log to make sure the drivers are built. 
 You'll see something like

021/12/26 09:29:00 akmods: Checking kmods exist for 5.15.10-200.fc35.x86_64
2021/12/26 09:29:01 akmods: Building and installing nvidia-470xx-kmod
2021/12/26 09:29:01 akmods: Building RPM using the command '/sbin/akmodsbuild 
--kernels 5.15.10-200.fc35.x86_64 /usr/src/akmods/nvidia-470xx-kmod.latest'
2021/12/26 09:31:11 akmods: Installing newly built rpms
2021/12/26 09:31:11 akmods: DNF detected
2021/12/26 09:31:33 akmods: Successful.
2021/12/26 09:33:06 akmods: Checking kmods exist for 5.15.10-200.fc35.x86_64
2021/12/26 18:43:04 akmods: Checking kmods exist for 5.15.11-200.fc35.x86_64
2021/12/26 18:43:04 akmods: Building and installing nvidia-470xx-kmod
2021/12/26 18:43:04 akmods: Building RPM using the command '/sbin/akmodsbuild 
--kernels 5.15.11-200.fc35.x86_64 /usr/src/akmods/nvidia-470xx-kmod.latest'
2021/12/26 18:44:59 akmods: Installing newly built rpms
2021/12/26 18:44:59 akmods: DNF detected
2021/12/26 18:45:11 akmods: Successful.

Then reboot normally.

--
Did 황준호 die?
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to