View previous topic :: View next topic |
Author |
Message |
mljohns4 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Sep 2005 Posts: 39 Location: Cedar Rapids, Iowa
|
Posted: Sat Sep 10, 2005 2:42 pm Post subject: Kernel Compile Problems |
|
|
I recently performed a fresh install using Gentoo kernel 2.6.12-gentoo-r10. On the original install I forgot to enable the correct modules for my network card. I then proceeded to enable the correct module support in my kernel after determining what nic chipset I have. My problem is when I attempt to compile the kernel I receive this error
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ac -F System.map 2.6.12-gentoo-r10; f:
I have tried removing any changes I made to the kernel and recompiling, but I still recieve the same error. It would be much appreciated if anyone could help me out with what is wrong.
Thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
widan Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/142533236243680bda6f27b.jpg)
Joined: 07 Jun 2005 Posts: 1512 Location: Paris, France
|
Posted: Sat Sep 10, 2005 3:36 pm Post subject: Re: Kernel Compile Problems |
|
|
mljohns4 wrote: | I receive this error
Code: | if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ac -F System.map 2.6.12-gentoo-r10; fi |
|
This is not an error, this line always appears when you build modules. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|