View previous topic :: View next topic |
Author |
Message |
mxs Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 30 Jun 2004 Posts: 81
|
Posted: Fri Apr 14, 2006 3:33 pm Post subject: installing the kernel failes |
|
|
Hello
I have installed gentoo many times before, but now I just cant install the kernel.
Im installing the 2.6 gentoo source kernel on an IBM Thinkpad 600x laptop, when I manually try to install the kernel I get this error
ERROR: Failed to compile the "modules" target
And it is the same with genkernel. I never have had any problems installing with the genkernel. There is one thing though. The command,
zcat /proc/config.gz > /usr/share/genkernel/x86/kernel-config-2.6
gives me the error,
zcat: /proc/config.gz: No such file or directory
I have never had to use that command, because it has been a while since I last installed a gentoo dist. _________________ Slot\
"All your base are belong to us" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nixnut Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/29856733845fd04c0f3d8c.gif)
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Fri Apr 14, 2006 3:37 pm Post subject: |
|
|
Moved from Installing Gentoo to Kernel & Hardware.
Look at the output leading up to the error message. That should give you some information on which module is failing to compile. Try disabling that module if you don't really need it. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mxs Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 30 Jun 2004 Posts: 81
|
Posted: Fri Apr 14, 2006 4:20 pm Post subject: |
|
|
I dont get that info I need at all. Why cant I use the zcat command on the proc dir? _________________ Slot\
"All your base are belong to us" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jmbsvicetto Moderator
![Moderator Moderator](/images/ranks/rank-mod.gif)
![](images/avatars/131796264c80fa19b97a2.png)
Joined: 27 Apr 2005 Posts: 4735 Location: Angra do Heroísmo (PT)
|
Posted: Fri Apr 14, 2006 5:11 pm Post subject: Re: installing the kernel failes |
|
|
Hi.
mxs wrote: |
zcat /proc/config.gz > /usr/share/genkernel/x86/kernel-config-2.6
|
Look at the following:
Code: | # ls -l /proc
# mount | grep proc |
If you don't have proc mounted, do the following.
Code: | # mount -t proc proc /proc |
_________________ Jorge.
Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|