Hi y’all, is my first post here. Looking for guidance.
Updated the system with pamac gui today. After reboot, I had no nvidia kernel driver.
mhwd attempts to download linux513-nvidia-470.63.01-5-x86_64
, which does not exist on the repo. I see the repo instead contains linux513-nvidia-470.63.01-7-x86_64
So something on my system is out of sync or out of date?
So far, I’ve tried the following
# refresh mirror list
pacman-mirrors -f5
# force reinstall mhwd-db
pacman -Syu mhwd-db
# install the nvidia driver
mhwd -a pci nonfree 0300
I get this output from mhwd
# mhwd -a pci nonfree 0300
> Using config 'video-nvidia' for device: 0000:08:00.0 (0300:10de:1e84) Display controller nVidia Corporation TU104 [GeForce RTX 2070 SUPER]
> Installing video-nvidia...
Sourcing /etc/mhwd-x86_64.conf
Has lib32 support: true
Sourcing /var/lib/mhwd/db/pci/graphic_drivers/nvidia/MHWDCONFIG
Processing classid: 0300
Sourcing /var/lib/mhwd/scripts/include/0300
Processing classid: 0302
:: Synchronizing package databases...
core downloading...
extra downloading...
community downloading...
multilib downloading...
resolving dependencies...
looking for conflicting packages...
Packages (4) lib32-nvidia-utils-470.63.01-1 linux510-nvidia-470.63.01-5 linux513-nvidia-470.63.01-5 nvidia-utils-470.63.01-1
Total Download Size: 39.45 MiB
Total Installed Size: 638.92 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
linux513-nvidia-470.63.01-5-x86_64 downloading...
error: failed retrieving file 'linux513-nvidia-470.63.01-5-x86_64.pkg.tar.zst' from manjaro.re : The requested URL returned error: 404
error: failed retrieving file 'linux513-nvidia-470.63.01-5-x86_64.pkg.tar.zst' from mirror.math.princeton.edu : The requested URL returned error: 404
error: failed retrieving file 'linux513-nvidia-470.63.01-5-x86_64.pkg.tar.zst' from repo.ialab.dsu.edu : The requested URL returned error: 404
error: failed retrieving file 'linux513-nvidia-470.63.01-5-x86_64.pkg.tar.zst' from manjaro.mirrors.uk2.net : The requested URL returned error: 404
error: failed retrieving file 'linux513-nvidia-470.63.01-5-x86_64.pkg.tar.zst' from mirror.erickochen.nl : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.
Error: pacman failed!
Error: script failed!
Any advice how I could sort this out?