Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem with nvidia gforce4 mx 4000
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
mra147
n00b
n00b


Joined: 26 Feb 2006
Posts: 13

PostPosted: Thu May 11, 2006 7:27 am    Post subject: problem with nvidia gforce4 mx 4000 Reply with quote

hi
i have a nvidia gforce4 mx 4000
i try to install it on my gentoo
i installed nvidia-kernel and nvidia-glx whith this command

Code:

 emerge nvidia-kernel nvidia-glx

but when i type
Code:

modprobe nvidia

it give me this error
Code:

FATAL: Module nvidia not found.


btw i use genkernel


plz he
Back to top
View user's profile Send private message
Beefrum
Apprentice
Apprentice


Joined: 23 May 2006
Posts: 234

PostPosted: Tue Jun 20, 2006 6:21 pm    Post subject: Reply with quote

O, i think it's a kernel. Not just a module :x
_________________
:? Give adaptive answers to unknown problems!
Back to top
View user's profile Send private message
JDCentral
Tux's lil' helper
Tux's lil' helper


Joined: 06 Nov 2004
Posts: 112
Location: Fort Collins, CO

PostPosted: Mon Jun 26, 2006 9:45 pm    Post subject: Reply with quote

(Sorry if this seems like a lot of questions - I have a similar card at home, running flawlessly, but I need to know a little bit more)

Find out your kernel version by typing the following:

Code:

uname -a


It's probably something like 2.6.15, or something...

then type

Code:

find /lib/modules/ -iname "nvidia"


And it will list the modules (if any) that are installed, and let you know WHERE they were installed.

Did your emerge complete successfully?
What version of nvidia-glx and nvidia-kernel are you emerging?
nvidia-kernel emerges the nvidial kernel MODULE (a little misleading, yes?), and nvidia-glx emerges (I'm guessing) the nvidia-specific GL implementation for X.

Also - you MUST have the kernel sources installed in order to emerge the nvidia modules (I think - I'm doing this all from memory...). In the /usr/src directory, there should be a bunch of directories (linux-<version>). cd to /usr/src, and then make a symlink from /usr/src/linux to the kernel version you're running. So.. if my kernel version is 2.6.16, I'd type:

Code:

ln -s /usr/src/linux-2.6.16 /usr/src/linux


And then re-emerge nvidia-kernel and nvidia-glx. The drivers look for your kernel options and configs in /usr/src/linux. I've forgotten to update my symlink in the past, and had the nvidia modules installed in the wrong directory.
_________________
Gentoo Currently installed on:

Athlon XP-Mobile Barton 2600+ @ 200x12.5
ASUS A7N8X Deluxe. rev 2.0
1GB OCZ Performance PC3200 RAM
Sapphire X1650 Pro 256MB GDDR3
2x120GB Seagate 7200.1 IDE Drives
1x320GB Seagate SATA Drive
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum