Nie będę zakładał nowego wątku. Mam problem z instalacją sterowników Nvidia (ze strony nvidia.pl).
Dostaję taki błąd:
Kod: Zaznacz cały
ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most
frequently when this kernel module was built against the wrong or
improperly configured kernel sources, with a version of gcc that
differs from the one used to build the target kernel, or if a driver
such as rivafb, nvidiafb, or nouveau is present and prevents the
NVIDIA kernel module from obtaining ownership of the NVIDIA graphics
device(s), or no NVIDIA GPU installed in this system is supported by
this NVIDIA Linux graphics driver release.
Dodaję do czarnej listy /etc/modprobe.d/blacklist-nouveau.conf
Kod: Zaznacz cały
blacklist nouveau
blacklist lbm-nouveau
options nouveau modeset=0
alias nouveau of
alias lbm-nouveau of
Kod: Zaznacz cały
echo options nouveau modeset=0 | sudo tee -a /etc/modprobe.d/nouveau-kms.conf
update-initramfs -u
Kod: Zaznacz cały
apt install build-essential linux-headers-`uname -r`
Kod: Zaznacz cały
/etc/init.d/gdm3 stop
lub
systemctl stop gdm3
Kod: Zaznacz cały
./NVIDIA-Linux-x*.run
Building nvidia kernel
Natomiast przy 100% dostaję błąd opisany na początku podczas tej operacji Building Unified Memory kernel module:
Czy jest ktoś wstanie powiedzieć co robię źle jeśli na wszytkich Debianach własnie tak instalowałem sterowniki.
Dziękuję.
Na górę