Bug 18642
Summary: | RTNETLINK answers: Unknown error 132 is shown when typing ifup wlan0 to enable wlan0 on a Atheros AR5001 Wireless card | ||
---|---|---|---|
Product: | Drivers | Reporter: | Kristoffer Grundström (hamnisdude) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | CLOSED DOCUMENTED | ||
Severity: | blocking | CC: | hamnisdude, linville, sbasurtoj |
Priority: | P1 | ||
Hardware: | i386 | ||
OS: | Linux | ||
URL: | https://qa.mandriva.com/show_bug.cgi?id=61004 | ||
Kernel Version: | 2.6.33.7 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Kristoffer Grundström
2010-09-16 01:41:06 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? This issue is resolved by installing rfkill (It wasn't installed by default) & setting up the wireless connection. Closing as resolved. 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 Sorry I forgot the kernel, I test it on: linux-2.6.36-gentoo-r5 and linux-2.6.37 |