View previous topic :: View next topic |
Author |
Message |
cwc Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/214155964644256c4d3adfc.jpg)
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Mon Sep 07, 2009 2:48 pm Post subject: CONFIG_KMOD to be set to y or m. where is it? |
|
|
I'm setting up Madwifi.
I need to set CONFIG_KMOD to be set to y or m and I can't find it in the kernal config menu.
I'm using "make xconfig"
Do set this in the gui or mannually in the config file.
If I have to manual set it. Where is this config file?
Thanks,
CWC _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
poly_poly-man Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/2495233444c550ec2e4336.png)
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Mon Sep 07, 2009 3:17 pm Post subject: |
|
|
do not manually edit the config file.
Using xconfig, there is a search function - edit-find (or ctrl-f). The equivalent in menuconfig is "/" _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cwc Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/214155964644256c4d3adfc.jpg)
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Mon Sep 07, 2009 3:28 pm Post subject: |
|
|
poly_poly-man wrote: | do not manually edit the config file.
Using xconfig, there is a search function - edit-find (or ctrl-f). The equivalent in menuconfig is "/" |
Thanks,
control - f did not pick it up.
I'll keep looking. _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Hu Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
Joined: 06 Mar 2007 Posts: 23091
|
Posted: Mon Sep 07, 2009 5:17 pm Post subject: |
|
|
CONFIG_KMOD was removed in v2.6.28-5693-ga327ca2. What are you reading that makes you think you need it? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
poly_poly-man Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/2495233444c550ec2e4336.png)
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Mon Sep 07, 2009 5:33 pm Post subject: |
|
|
oh yeah, forgot about that one.
Nowadays, it is assumed to be on - it's on by default. _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cwc Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/214155964644256c4d3adfc.jpg)
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Mon Sep 07, 2009 7:11 pm Post subject: |
|
|
Hu wrote: | CONFIG_KMOD was removed in v2.6.28-5693-ga327ca2. What are you reading that makes you think you need it? |
part 3 of a madwifi emerge
Code: |
>>> Emerging (3 of 3) net-wireless/madwifi-ng-0.9.4
* madwifi-0.9.4.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found kernel object directory:
* /lib/modules/2.6.30-gentoo-r5/build
* Found sources for kernel version:
* 2.6.30-gentoo-r5
* Checking for suitable kernel configuration options...
* requires CONFIG_KMOD to be set to y or m
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* Once you have satisfied these options, please try merging
* this package again.
*
* ERROR: net-wireless/madwifi-ng-0.9.4 failed.
* Call stack:
* ebuild.sh, line 49: Called pkg_setup
* madwifi-ng-0.9.4.ebuild, line 33: Called linux-mod_pkg_setup
* linux-mod.eclass, line 578: Called linux-info_pkg_setup
* linux-info.eclass, line 752: Called check_extra_config
* linux-info.eclass, line 647: Called die
* The specific snippet of code:
* die "Incorrect kernel configuration options"
* The die message:
* Incorrect kernel configuration options
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-wireless/madwifi-ng-0.9.4/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-wireless/madwifi-ng-0.9.4/temp/die.env'.
*
>>> Failed to emerge net-wireless/madwifi-ng-0.9.4, Log file:
>>> '/var/tmp/portage/net-wireless/madwifi-ng-0.9.4/temp/build.log'
* Messages for package net-wireless/madwifi-ng-0.9.4:
* requires CONFIG_KMOD to be set to y or m
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* Once you have satisfied these options, please try merging
* this package again.
*
* ERROR: net-wireless/madwifi-ng-0.9.4 failed.
* Call stack:
* ebuild.sh, line 49: Called pkg_setup
* madwifi-ng-0.9.4.ebuild, line 33: Called linux-mod_pkg_setup
* linux-mod.eclass, line 578: Called linux-info_pkg_setup
* linux-info.eclass, line 752: Called check_extra_config
* linux-info.eclass, line 647: Called die
* The specific snippet of code:
* die "Incorrect kernel configuration options"
* The die message:
* Incorrect kernel configuration options
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-wireless/madwifi-ng-0.9.4/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-wireless/madwifi-ng-0.9.4/temp/die.env'.
*
* GNU info directory index is up-to-date.
localhost ~ # cd /usr/src/linux
localhost linux # ls
|
_________________ Without diversity there can be no evolution:) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
joestewart n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 29 Oct 2008 Posts: 14
|
Posted: Mon Sep 07, 2009 7:51 pm Post subject: |
|
|
0.9.4-r1 fixes this issue |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
poly_poly-man Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/2495233444c550ec2e4336.png)
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Mon Sep 07, 2009 7:59 pm Post subject: |
|
|
bug 262761 _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cwc Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/214155964644256c4d3adfc.jpg)
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Tue Sep 08, 2009 2:21 am Post subject: |
|
|
OK. How could I proceed? wait for the ebuild or install the binary (been there done that)
Thanks for the help! _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drescherjm Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 05 Jun 2004 Posts: 2790 Location: Pittsburgh, PA, USA
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cwc Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/214155964644256c4d3adfc.jpg)
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Tue Sep 08, 2009 3:03 am Post subject: |
|
|
I'll give it a try. This will take me a while. Thanks _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|