You are not logged in.

#1 2007-07-26 19:12:57

Crooksey
Member
From: UK ~
Registered: 2006-08-14
Posts: 415
Website

pacman -Sy nvidia isnt installing the nvidia module.

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

#2 2007-07-26 20:12:34

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: pacman -Sy nvidia isnt installing the nvidia module.

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

#3 2007-07-26 20:17:41

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: pacman -Sy nvidia isnt installing the nvidia module.

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

#4 2007-07-27 01:20:39

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: pacman -Sy nvidia isnt installing the nvidia module.

I always have to log out and back in to get mine to work, I believe.
Could it be as simple as that?

Offline

#5 2007-07-27 12:39:29

Crooksey
Member
From: UK ~
Registered: 2006-08-14
Posts: 415
Website

Re: pacman -Sy nvidia isnt installing the nvidia module.

^ 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

#6 2007-07-31 17:29:49

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: pacman -Sy nvidia isnt installing the nvidia module.

Crooksey wrote:

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

Board footer

Powered by FluxBB