On Sun, 2013-07-07 at 17:19 +0300, [email protected] wrote: > hi! > if i do command: > # modprobe nvidia > i retrieve next message: > > FATAL: Module nvidia not found. > > but i have many nvidia-* packages installed > and between them: > > ii nvidia-kernel-common 20130505+1 > i386 NVIDIA binary kernel module support files > ii nvidia-kernel-dkms 304.88-3 > i386 NVIDIA binary kernel module DKMS source > ii nvidia-kernel-source 304.88-3 > i386 NVIDIA binary kernel module source > > What should i check to diagnose this problem? > thanks for any suggestions.
For what Debian release, resp. from what repository? The module might be somewhere in /lib/modules/$(uname -r)/ . Have you run DKMS manually? Any messages? $ grep EE /var/log/Xorg.0.log $ grep module /var/log/Xorg.0.log $ cat /var/log/Xorg.0.log Any info about the files provided? dpkg -L nvidia-kernel-common Hth, Ralf -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/1373210927.3039.9.camel@archlinux

