Bug 18642 - RTNETLINK answers: Unknown error 132 is shown when typing ifup wlan0 to enable wlan0 on a Atheros AR5001 Wireless card
Summary: RTNETLINK answers: Unknown error 132 is shown when typing ifup wlan0 to enabl...
Status: CLOSED DOCUMENTED
Alias: None
Product: Drivers
Classification: Unclassified
Component: network-wireless (show other bugs)
Hardware: i386 Linux
: P1 blocking
Assignee: drivers_network-wireless@kernel-bugs.osdl.org
URL: https://qa.mandriva.com/show_bug.cgi?...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-16 01:41 UTC by Kristoffer Grundström
Modified: 2011-01-14 23:00 UTC (History)
3 users (show)

See Also:
Kernel Version: 2.6.33.7
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Kristoffer Grundström 2010-09-16 01:41:06 UTC
I think you'd rather go to my reported bug on https://qa.mandriva.com/show_bug.cgi?id=61004 to read about the problem.
Comment 1 Kristoffer Grundström 2010-09-16 02:15:40 UTC
Is http://git.kernel.org/?p=linux/kernel/git/mcgrof/compat-wireless-2.6.git;a=summary the right place to check for changes for this issue?
Comment 2 Kristoffer Grundström 2010-09-16 03:46:49 UTC
This issue is resolved by installing rfkill (It wasn't installed by default) & setting up the wireless connection. Closing as resolved.
Comment 3 Sergio Basurto 2011-01-14 22:52:42 UTC
I have the same problem, with a card:
02:00.0 Network controller: Intel Corporation WiFi Link 100 Series

I am using the firmware:
iwlwifi-1000-3.ucode

The error when I execute /etc/init.d/net.wlan0 start
RTNETLINK answers: Unknown error 132
RTNETLINK answers: Unknown error 132

output of rfkill list:
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no

lsmod
i915                  253675  2 
drm_kms_helper         19397  1 i915
cfbcopyarea             2553  1 i915
cfbimgblt               1633  1 i915
iwlagn                162692  0 
cfbfillrect             2389  1 i915

dmesg:
[   15.548828] wlan0: authenticate with 00:15:d0:bd:dc:a2 (try 1)
[   15.550883] wlan0: authenticated
[   15.550912] wlan0: associate with 00:15:d0:bd:dc:a2 (try 1)
[   15.553561] wlan0: RX AssocResp from 00:15:d0:bd:dc:a2 (capab=0x411 status=0 aid=2)
[   15.553564] wlan0: associated
[   15.556147] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   18.052438] wlan0: deauthenticated from 00:15:d0:bd:dc:a2 (Reason: 15)
[   18.063791] cfg80211: Calling CRDA to update world regulatory domain
[   18.576244] wlan0: authenticate with 00:15:d0:bd:dc:a2 (try 1)
[   18.578237] wlan0: authenticated
[   18.578288] wlan0: associate with 00:15:d0:bd:dc:a2 (try 1)
[   18.580847] wlan0: RX AssocResp from 00:15:d0:bd:dc:a2 (capab=0x411 status=0 aid=2)
[   18.580853] wlan0: associated
[   19.647108] eth0: no IPv6 routers present
[   21.143152] wlan0: deauthenticated from 00:15:d0:bd:dc:a2 (Reason: 15)

I will appreciate any point to a source or documentation to solve this.


Regards
Comment 4 Sergio Basurto 2011-01-14 23:00:53 UTC
Sorry I forgot the kernel, I test it on:

linux-2.6.36-gentoo-r5
and
linux-2.6.37

Note You need to log in before you can comment on or make changes to this bug.