* IWL config.mk problems
@ 2009-01-06 10:33 Valentin Manea
2009-01-06 14:39 ` Stefanik Gábor
0 siblings, 1 reply; 2+ messages in thread
From: Valentin Manea @ 2009-01-06 10:33 UTC (permalink / raw)
To: linux-wireless
Hi,
The current config.mk in the latest compat wireless nightly is too old
and the IWL AGN drivers cannot be built. Instead of the current options, the
config should have something like:
CONFIG_IWLWIFI=y
CONFIG_IWLCORE=y
CONFIG_IWLWIFI_LEDS=y
CONFIG_IWLWIFI_RFKILL=y
# CONFIG_IWLWIFI_DEBUG is not set
CONFIG_IWLAGN=y
CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y
CONFIG_IWLAGN_LEDS=y
CONFIG_IWL4965=y
CONFIG_IWL5000=y
I had a bug report on the Intel Wireless tracker but they told me I should
notify it here.
Thanks,
Valentin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: IWL config.mk problems
2009-01-06 10:33 IWL config.mk problems Valentin Manea
@ 2009-01-06 14:39 ` Stefanik Gábor
0 siblings, 0 replies; 2+ messages in thread
From: Stefanik Gábor @ 2009-01-06 14:39 UTC (permalink / raw)
To: valentin.manea; +Cc: linux-wireless
On Tue, Jan 6, 2009 at 11:33 AM, Valentin Manea
<valentin.manea@gmail.com> wrote:
> Hi,
>
>
> The current config.mk in the latest compat wireless nightly is too old
> and the IWL AGN drivers cannot be built. Instead of the current options, the
> config should have something like:
>
> CONFIG_IWLWIFI=y
> CONFIG_IWLCORE=y
> CONFIG_IWLWIFI_LEDS=y
> CONFIG_IWLWIFI_RFKILL=y
> # CONFIG_IWLWIFI_DEBUG is not set
> CONFIG_IWLAGN=y
> CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y
> CONFIG_IWLAGN_LEDS=y
> CONFIG_IWL4965=y
> CONFIG_IWL5000=y
>
> I had a bug report on the Intel Wireless tracker but they told me I should
> notify it here.
>
>
> Thanks,
> Valentin
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Please make that CONFIG_IWLWIFI_DEBUG=y - we are dealing with
bleeding-edge code here, and this config option does not actually turn
on debugging - it enables the userspace to turn on debugging. If it is
not set, iwlwifi debugging is force-off.
--
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-06 14:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-06 10:33 IWL config.mk problems Valentin Manea
2009-01-06 14:39 ` Stefanik Gábor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).