You are not logged in.
I have an 8600GT and i am trying to install the nvidia drivers, so i run.
pacman -Sy nvidia
Then when installing it says, cannot find nvidia module in /proc/modules, I cant modprobe it as it says "nvidia module not found".
So i was just wondering, Am I installing the driver incorrectly?
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
I'm not too knowledgeable on nvidia versions - but I know there are three versions of nvidia's proprietary modules in the repos: nvidia (for newer cards), nvidia-96xx (for not too new cards), and nvidia-71xx (for old cards). You might require one of the older two module packages for your particular card.
Last edited by Cerebral (2007-07-26 20:12:50)
Offline
When this happens to me, I do a depmod -a from the terminal and it then installs. Sometimes, I have to go into X, then exit out and reinstall nvidia for it to work.
oz
Offline
I always have to log out and back in to get mine to work, I believe.
Could it be as simple as that?
Offline
^ I dont think that would load a module.
I had to upgrade to kernel 2.6.22, then worked fine.
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
I had to upgrade to kernel 2.6.22, then worked fine.
Yeah, the modules in the repos are always built against the current kernel in the repos - I've seen this one a few times. Essentially, if you're installing new software, it's always a good idea to run pacman -Syu first to ensure you have all the most up-to-date dependencies.
Many times the packages will have versioned dependencies to ensure you get the latest-and-greatest of the deps you need, but it's often overlooked. Lately I've added such to my fglrx packages, so that a module built for kernel26 2.6.22, for example, is installed, it will automatically pull in the new kernel too, if you don't have it already.
Offline