* [gentoo-catalyst] kernel config and -p option
@ 2006-08-10 12:33 Luca Casagrande
2006-08-10 13:42 ` Chris Gianelloni
0 siblings, 1 reply; 4+ messages in thread
From: Luca Casagrande @ 2006-08-10 12:33 UTC (permalink / raw
To: gentoo-catalyst
Hi to all!
I am on the livecd-stage2.spec step, but I got this error while building a
wireless driver:
ieee80211-1.1.13 requires the in-kernel version of the IEEE802.11 subsystem to
be disabled (CONFIG_IEEE80211)
On my first try of built this option was enabled on the kernel, so i removed
it and now the config it's this:
[..]
# CONFIG_IEEE80211 is not set
# CONFIG_IEEE80211_DEBUG is not set
# CONFIG_IEEE80211_CRYPT_WEP is not set
# CONFIG_IEEE80211_CRYPT_CCMP is not set
# CONFIG_IEEE80211_CRYPT_TKIP is not set
# CONFIG_IEEE80211_SOFTMAC is not set
# CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
[..]
On the next build with catalyst, I added the -p flag to clear any previous
info, but got the same error.
I am missing something or the --purge option doesn't remove previous kernel
config?
Thank you very much!
Luca
--
"Chiunque può simpatizzare col dolore di un amico, ma solo chi ha un animo
nobile riesce a simpatizzare col successo di un amico (Oscar Wilde)"
LINUX User #411601
jabber: casagrande@jabber.linux.it
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-catalyst] kernel config and -p option
2006-08-10 12:33 [gentoo-catalyst] kernel config and -p option Luca Casagrande
@ 2006-08-10 13:42 ` Chris Gianelloni
2006-08-10 15:01 ` Luca Casagrande
2006-08-10 15:19 ` Luca Casagrande
0 siblings, 2 replies; 4+ messages in thread
From: Chris Gianelloni @ 2006-08-10 13:42 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]
On Thu, 2006-08-10 at 14:33 +0200, Luca Casagrande wrote:
> Hi to all!
> I am on the livecd-stage2.spec step, but I got this error while building a
> wireless driver:
> ieee80211-1.1.13 requires the in-kernel version of the IEEE802.11 subsystem to
> be disabled (CONFIG_IEEE80211)
>
> On my first try of built this option was enabled on the kernel, so i removed
> it and now the config it's this:
>
> [..]
> # CONFIG_IEEE80211 is not set
> # CONFIG_IEEE80211_DEBUG is not set
> # CONFIG_IEEE80211_CRYPT_WEP is not set
> # CONFIG_IEEE80211_CRYPT_CCMP is not set
> # CONFIG_IEEE80211_CRYPT_TKIP is not set
> # CONFIG_IEEE80211_SOFTMAC is not set
> # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
> [..]
>
> On the next build with catalyst, I added the -p flag to clear any previous
> info, but got the same error.
> I am missing something or the --purge option doesn't remove previous kernel
> config?
>
> Thank you very much!
>
> Luca
Did you also use -a?
--
Chris Gianelloni
Release Engineering - Strategic Lead
x86 Architecture Team
Games - Developer
Gentoo Linux
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-catalyst] kernel config and -p option
2006-08-10 13:42 ` Chris Gianelloni
@ 2006-08-10 15:01 ` Luca Casagrande
2006-08-10 15:19 ` Luca Casagrande
1 sibling, 0 replies; 4+ messages in thread
From: Luca Casagrande @ 2006-08-10 15:01 UTC (permalink / raw
To: gentoo-catalyst
Alle 15:42, giovedì 10 agosto 2006, Chris Gianelloni ha scritto:
> On Thu, 2006-08-10 at 14:33 +0200, Luca Casagrande wrote:
> > Hi to all!
> > I am on the livecd-stage2.spec step, but I got this error while building
> > a wireless driver:
> > ieee80211-1.1.13 requires the in-kernel version of the IEEE802.11
> > subsystem to be disabled (CONFIG_IEEE80211)
> >
> > On my first try of built this option was enabled on the kernel, so i
> > removed it and now the config it's this:
> >
> > [..]
> > # CONFIG_IEEE80211 is not set
> > # CONFIG_IEEE80211_DEBUG is not set
> > # CONFIG_IEEE80211_CRYPT_WEP is not set
> > # CONFIG_IEEE80211_CRYPT_CCMP is not set
> > # CONFIG_IEEE80211_CRYPT_TKIP is not set
> > # CONFIG_IEEE80211_SOFTMAC is not set
> > # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
> > [..]
> >
> > On the next build with catalyst, I added the -p flag to clear any
> > previous info, but got the same error.
> > I am missing something or the --purge option doesn't remove previous
> > kernel config?
> >
> > Thank you very much!
> >
> > Luca
>
> Did you also use -a?
Same error also with -a -p.. i don't understand what i am missing.
The callback part is this:
Running with options: --callback=PKGDIR=/tmp/kerncache/gentoo/ebuilds
emerge -kb dev-util/cvs media-gfx/splashutils
media-gfx/splash-themes-livecd sys-apps/pcmciautils net-wireless/hostap-utils
sys-power/acpid net-wireless/rt61 net-wireless/rt2400 net-wireless/zd1211
sys-fs/cryptsetup-luks net-wireless/at76c503a net-wireless/rt2500
net-wireless/rtl8180 net-wireless/adm8211 net-wireless/acx
net-wireless/ipw3945 net-wireless/wireless-tools
app-laptop/acerhk --lvm2 --dmraid --evms2 --unionfs-dev --cachedir=/tmp/kerncache/gentoo-genkernel_cache-2006.0 --no-mountboot --kerneldir=/usr/src/linux --kernel-config=/var/tmp/gentoo.config --modulespackage=/tmp/kerncache/gentoo-modules-2006.0.tar.bz2 --minkernpackage=/tmp/kerncache/gentoo-kernel-initrd-2006.0.tar.bz2 --kerncache=/tmp/kerncache/gentoo-kerncache-2006.0.tar.bz2
all --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc
Can be this an issue with the cache?
Thank you
Luca
--
"Chiunque può simpatizzare col dolore di un amico, ma solo chi ha un animo
nobile riesce a simpatizzare col successo di un amico (Oscar Wilde)"
LINUX User #411601
jabber: casagrande@jabber.linux.it
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-catalyst] kernel config and -p option
2006-08-10 13:42 ` Chris Gianelloni
2006-08-10 15:01 ` Luca Casagrande
@ 2006-08-10 15:19 ` Luca Casagrande
1 sibling, 0 replies; 4+ messages in thread
From: Luca Casagrande @ 2006-08-10 15:19 UTC (permalink / raw
To: gentoo-catalyst
Alle 15:42, giovedì 10 agosto 2006, Chris Gianelloni ha scritto:
> On Thu, 2006-08-10 at 14:33 +0200, Luca Casagrande wrote:
> > Hi to all!
> > I am on the livecd-stage2.spec step, but I got this error while building
> > a wireless driver:
> > ieee80211-1.1.13 requires the in-kernel version of the IEEE802.11
> > subsystem to be disabled (CONFIG_IEEE80211)
> >
> > On my first try of built this option was enabled on the kernel, so i
> > removed it and now the config it's this:
> >
> > [..]
> > # CONFIG_IEEE80211 is not set
> > # CONFIG_IEEE80211_DEBUG is not set
> > # CONFIG_IEEE80211_CRYPT_WEP is not set
> > # CONFIG_IEEE80211_CRYPT_CCMP is not set
> > # CONFIG_IEEE80211_CRYPT_TKIP is not set
> > # CONFIG_IEEE80211_SOFTMAC is not set
> > # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
> > [..]
> >
> > On the next build with catalyst, I added the -p flag to clear any
> > previous info, but got the same error.
> > I am missing something or the --purge option doesn't remove previous
> > kernel config?
> >
> > Thank you very much!
> >
> > Luca
>
> Did you also use -a?
Don't know if this can be of any help, but in the kerncache folder, i found
the first config of the kernel ( the one with IEEE80211 set on yes).
I'll remove by hand all folders (including hidden one) of livecd-stage2, and
let you know what happen.
Bye
Luca
--
"Chiunque può simpatizzare col dolore di un amico, ma solo chi ha un animo
nobile riesce a simpatizzare col successo di un amico (Oscar Wilde)"
LINUX User #411601
jabber: casagrande@jabber.linux.it
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-08-10 15:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-10 12:33 [gentoo-catalyst] kernel config and -p option Luca Casagrande
2006-08-10 13:42 ` Chris Gianelloni
2006-08-10 15:01 ` Luca Casagrande
2006-08-10 15:19 ` Luca Casagrande
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox