View previous topic :: View next topic |
Author |
Message |
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Thu Mar 11, 2004 10:37 pm Post subject: Problem upgrading to kernel 2.6 |
|
|
When I try to upgrade from the 2.4.25 kernel to the 2.6 kernel, I have no problem with the Code: | emerge sys-kernel/development-sources |
but when I try to do either of the following commands Code: | make menuconfig
make && make modules_install | I receive the error
make: *** No rule to make target `menuconfig'. Stop.
and I do not know what to do. Any help would be appreciated.
Thanks,
Zack _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
tuxwatcher Tux's lil' helper
Joined: 05 Jun 2003 Posts: 121 Location: USA
|
Posted: Thu Mar 11, 2004 10:39 pm Post subject: |
|
|
what directory were you in when you ran the make menuconfig. |
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Thu Mar 11, 2004 10:40 pm Post subject: |
|
|
root _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
maxcow Tux's lil' helper
Joined: 04 Jul 2003 Posts: 126
|
Posted: Thu Mar 11, 2004 11:50 pm Post subject: |
|
|
Code: | cd /usr/src/linux-2.6.whatever |
|
|
Back to top |
|
|
tuxwatcher Tux's lil' helper
Joined: 05 Jun 2003 Posts: 121 Location: USA
|
Posted: Fri Mar 12, 2004 3:53 am Post subject: |
|
|
You have to be in the kernel src directory. Unless you useto build your kernel. In that case you need to make sure the symbolic link /usr/src/linux points to the right kernel version Code: | ln -s /usr/src/linux-2.6.3-gentoo-r1 /usr/src/linux |
|
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Fri Mar 12, 2004 11:26 pm Post subject: |
|
|
Thanks, I'll keep all of that in mind the next time I update the kernel. _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
|