View previous topic :: View next topic |
Author |
Message |
poulson n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 May 2006 Posts: 13
|
Posted: Sat May 27, 2006 12:13 am Post subject: 'make menuconfig' not bringing up current kernel settings |
|
|
I just went out of town and am rebuilding my kernel to support wireless drivers.
I went into the networking section of device drivers and simply enabled wireless support, however, after rebooting X no longer starts and complains about IDbus specifications.
Since I had unsuccessfully experimented with setting up a bootsplash recently (X didn't seem to like framebuffer support), I feel as if the kernel configurations that are loading in the menu aren't for the current kernel.
Is there a way to force the menu to load the current kernel settings, and not the settings of the last kernel I built?
I know it should be an easy solution, but several google attempts failed. Any help would be appreciated. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
G2k l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Marvel/Marvel_-_Wolverine.gif)
Joined: 06 Mar 2004 Posts: 672 Location: Rome, Italy
|
Posted: Sat May 27, 2006 12:52 am Post subject: |
|
|
doing a `cd /usr/src/ && ls -al' you should see what kernel you are actually working on when doing a `make menuconfig'. It will have the word linux with an arrow next to it pointing to the symlink.
You can see the kernel that you are currently using by typing `uname -a'. _________________ Animula vagula blandula,
Hospes comesque corporis,
Quae nunc abibis in loca
Pallidula rigida nudula,
Nec ut soles dabis iocos...
- Imp. Caesar Hadrianus |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
poulson n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 May 2006 Posts: 13
|
Posted: Sat May 27, 2006 4:22 pm Post subject: |
|
|
I am only using one release of the kernel, but I don't think that running: Code: | cd /usr/src/linux
make menuconfig | is bringing up all of the module details of the kernel I booted with.
It is instead bringing up the settings of the last kernel I created by running "make". But, because those settings didn't work, I instead booted with a backup kernel an would like to make one minor modification to its build. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jfr0 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 19 Dec 2005 Posts: 72
|
Posted: Sun May 28, 2006 9:21 pm Post subject: |
|
|
I think the current config is in /proc/config.gz
zcat /proc/config.gz > /usr/src/linux/.config should do the trick i think |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|