* Error compiling intel mac80211-10.0.2
@ 2007-11-25 6:34 Max
2007-11-26 1:35 ` Zhu Yi
0 siblings, 1 reply; 3+ messages in thread
From: Max @ 2007-11-25 6:34 UTC (permalink / raw)
To: linux-wireless
Hi all,
I am trying to setup a Intel Corporation PRO/Wireless 3945ABG network adapter using the software provided in http://www.intellinuxwireless.org/. But I am getting the following error:
...
Checking kernel compatibility in:
/lib/modules/2.6.18/source//
! CONFIG_NET_WIRELESS_NETLINK can not be set in .config!
...
Which apparently gets triggered by the following lines in the "../mac80211-10.0.2/scripts/determine_compat" script
.....
grep -q "nlmsg_trim" \
${KSRC}include/net/netlink.h && {
export has_nlmsg_trim=1
} || {
grep -q "^CONFIG_NET_WIRELESS_RTNETLINK=[ym]" \
${KSRC}.config && {
echo " ! CONFIG_NET_WIRELESS_NETLINK can not be set in .config!"
exit 1
}
}
......
As you can see I am running kernel version 2.6.18.
Any help would be greatly appreciated.
Thanks and regards,
Max
____________________________________________________________________________________
Be a better sports nut! Let your teams follow you
with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Error compiling intel mac80211-10.0.2
2007-11-25 6:34 Error compiling intel mac80211-10.0.2 Max
@ 2007-11-26 1:35 ` Zhu Yi
0 siblings, 0 replies; 3+ messages in thread
From: Zhu Yi @ 2007-11-26 1:35 UTC (permalink / raw)
To: Max; +Cc: linux-wireless
On Sat, 2007-11-24 at 22:34 -0800, Max wrote:
> Hi all,
>
> I am trying to setup a Intel Corporation PRO/Wireless 3945ABG network adapter using the software provided in http://www.intellinuxwireless.org/. But I am getting the following error:
Since this question doesn't relate to upstream mac80211, I'd suggest you
only post it to ipw3945-devel@lists.sourceforge.net.
> ...
> Checking kernel compatibility in:
> /lib/modules/2.6.18/source//
> ! CONFIG_NET_WIRELESS_NETLINK can not be set in .config!
> ...
>
> Which apparently gets triggered by the following lines in the "../mac80211-10.0.2/scripts/determine_compat" script
> .....
> grep -q "nlmsg_trim" \
> ${KSRC}include/net/netlink.h && {
> export has_nlmsg_trim=1
> } || {
> grep -q "^CONFIG_NET_WIRELESS_RTNETLINK=[ym]" \
> ${KSRC}.config && {
> echo " ! CONFIG_NET_WIRELESS_NETLINK can not be set in .config!"
> exit 1
> }
> }
> ......
>
> As you can see I am running kernel version 2.6.18.
The code mac80211-10.0.2 integrated doesn't work with
CONFIG_NET_WIRELESS_RTNETLINK enabled. You should deselect it from your
kernel config file.
Thanks,
-yi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Error compiling intel mac80211-10.0.2
@ 2007-11-26 4:00 Max
0 siblings, 0 replies; 3+ messages in thread
From: Max @ 2007-11-26 4:00 UTC (permalink / raw)
To: Zhu Yi; +Cc: linux-wireless
On Sat, 2007-11-24 at 22:34 -0800, Max wrote:
>> Hi all,
>>
>> I am trying to setup a Intel Corporation PRO/Wireless 3945ABG network
adapter using the software provided in
http://www.intellinuxwireless.org/. But I am getting the following
error:
On Sun, November 25, 2007 8:35:07 PM Zhu wrote:
>Since this question doesn't relate to upstream mac80211, I'd suggest
you
>only post it to ipw3945-devel@lists.sourceforge.net.
Thanks for the suggestion. I will do that.
>> ...
>> Checking kernel compatibility in:
>> /lib/modules/2.6.18/source//
>> ! CONFIG_NET_WIRELESS_NETLINK can not be set in .config!
>> ...
>>
>> Which apparently gets triggered by the following lines in the
"../mac80211-10.0.2/scripts/determine_compat" script
>> .....
>> grep -q "nlmsg_trim" \
>> ${KSRC}include/net/netlink.h && {
>> export has_nlmsg_trim=1
>> } || {
>> grep -q "^CONFIG_NET_WIRELESS_RTNETLINK=[ym]" \
>> ${KSRC}.config && {
>> echo " ! CONFIG_NET_WIRELESS_NETLINK can not
be set in .config!"
>> exit 1
>> }
>> }
>> ......
>>
>> As you can see I am running kernel version 2.6.18.
>The code mac80211-10.0.2 integrated doesn't work with
>CONFIG_NET_WIRELESS_RTNETLINK enabled. You should deselect it from your
>kernel config file.
>Thanks,
>-yi
I was afraid of any ill side effects and I was looking for confirmation, which you gave me. Thanks for your help.
Max
____________________________________________________________________________________
Be a better pen pal.
Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-11-26 4:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-25 6:34 Error compiling intel mac80211-10.0.2 Max
2007-11-26 1:35 ` Zhu Yi
-- strict thread matches above, loose matches on Subject: below --
2007-11-26 4:00 Max
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).