Linux

"ERROR: The Nouveau kernel driver is currently in use by your system. This driver is incompatible with the NVIDIA driver, and must be disabled before proceeding. Please consult the NVIDIA driver README and your Linux distribution's documentation for det..

Naan 2016. 3. 25. 10:45
반응형

centos 6.5 에 nvidia 설치 하려 하니 설치가 안된다.

커널과 Nvdia 버전만 맞으면 됐는데...


여튼

centos 6.5 기본 kernel 은

# uname -a

Linux test 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

이다.


-- kernel-devel 설치

kernel-devel-2.6.32-431.el6.x86_64.rpm

xen 버전이 필요하다면 xen 버전도 설치 하면 된다.


# rpm -ivh kernel-devel-2.6.32-431.el6.x86_64.rpm


-- Nvidia 설치
http://www.nvidia.co.kr/Download/index.aspx?lang=kr
에서 다운
gui 상태에 설치가 안된다. text 모드로 

# init 3
# sh NVIDIA-Linux-x86_64-340.96.run

원래 이렇게 하면 설치가 된다..... 뭔가 많이 변경되었다..



다른 작업을 먼저 해야 한다.

# vi /etc/modprobe.d/blacklist.conf

blacklist nouveau

추가

# mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak   

# dracut -v /boot/initramfs-$(uname -r).img $(uname -r)

# reboot


하고 설치하면 정상적으로 설치가 된다.

반응형