View previous topic :: View next topic |
Author |
Message |
kass n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 09 Mar 2004 Posts: 6
|
Posted: Wed Apr 21, 2004 3:13 am Post subject: 'emerge nvidia-kernel' emerges for wrong kernel |
|
|
I am trying to update my system from 2.4.24 to 2.4.26, and have got the new kernel compiled and working. I know I need to do 'emerge nvidia-kernel' but when I do so, it emerges for 2.4.24, and installs the modules into the /lib/modules/2.4.24 directory, not /lib/modules/2.4.26
this happens even when I am booted and running under 2.4.26 (i checked using uname -a to be sure). I also just tried copying nvidia.o to the same place in the 2.4.26 folder, but I get unresolved symbols when I try inserting the module.
can anyone set me straight? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BWoso l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Marvel/movie_x-men_wolverine_2.gif)
Joined: 31 Dec 2003 Posts: 920 Location: Cleveland Ohio, USA
|
Posted: Wed Apr 21, 2004 3:23 am Post subject: |
|
|
you need to make a sim link to the correct kernel. _________________ I think that the forums are the greatest thing about Gentoo, thanks to everyone that posts on them!
The best way to cheer yourself up is to try to cheer somebody else up.
-Mark Twain- |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kamikaze_gerbil n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Otto.jpg)
Joined: 08 Feb 2003 Posts: 71 Location: Vancouver, Canada
|
Posted: Wed Apr 21, 2004 4:26 am Post subject: |
|
|
your link /usr/src/linux is probably pointing to the old kernel, not the new one. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Nate_S Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Monkey.gif)
Joined: 18 Mar 2004 Posts: 414
|
Posted: Wed Apr 21, 2004 3:43 pm Post subject: |
|
|
Yep, you need to
cd /usr/src/
unlink linux
ln -s linux kernel-yourversion
emerge nvidia-kernel
that should do it for ya
-Nate |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|