Bug 16619
Summary: | iwlagn on Centrino Ultimate-N 6300: wlan0: direct probe to [ap mac] timed out | ||
---|---|---|---|
Product: | Drivers | Reporter: | andreas.neiser |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | CLOSED DUPLICATE | ||
Severity: | high | CC: | linville, rjw, wey-yi.w.guy |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.35.2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 16055 | ||
Attachments: |
dmesg output with accidentally working wireless
lspci -vvv of the wireless card kernel config 2.6.35 dmesg with IWL_DEBUG=y and NOT WORKING wireless (probe time out) |
Description
andreas.neiser
2010-08-18 15:20:18 UTC
While preparing some additional files, the connection now works accidentally, but time-outs still appear: EXT4-fs (sda3): re-mounted. Opts: discard,commit=0 EXT4-fs (sdb1): re-mounted. Opts: commit=0 fuse init (API version 7.14) 3:2:2: endpoint lacks sample rate attribute bit, cannot set. 3:2:2: endpoint lacks sample rate attribute bit, cannot set. 3:2:2: endpoint lacks sample rate attribute bit, cannot set. wlan0: direct probe to 00:04:0e:6b:80:e6 (try 1) wlan0: direct probe to 00:04:0e:6b:80:e6 (try 2) wlan0: direct probe to 00:04:0e:6b:80:e6 (try 3) wlan0: direct probe to 00:04:0e:6b:80:e6 timed out wlan0: direct probe to 00:04:0e:6b:80:e6 (try 1) wlan0: direct probe to 00:04:0e:6b:80:e6 (try 2) wlan0: direct probe to 00:04:0e:6b:80:e6 (try 3) wlan0: direct probe to 00:04:0e:6b:80:e6 timed out wlan0: direct probe to 00:04:0e:6b:80:e6 (try 1) wlan0: direct probe to 00:04:0e:6b:80:e6 (try 2) wlan0: direct probe to 00:04:0e:6b:80:e6 (try 3) wlan0: direct probe to 00:04:0e:6b:80:e6 timed out wlan0: direct probe to 00:04:0e:6b:80:e6 (try 1) wlan0: direct probe to 00:04:0e:6b:80:e6 (try 2) wlan0: direct probe responded wlan0: authenticate with 00:04:0e:6b:80:e6 (try 1) wlan0: authenticated wlan0: associate with 00:04:0e:6b:80:e6 (try 1) wlan0: associate with 00:04:0e:6b:80:e6 (try 2) wlan0: RX AssocResp from 00:04:0e:6b:80:e6 (capab=0x451 status=0 aid=1) wlan0: associated I'm going to attach a full dmesg, config and lspci output. Created attachment 27495 [details]
dmesg output with accidentally working wireless
Created attachment 27496 [details]
lspci -vvv of the wireless card
Created attachment 27497 [details]
kernel config 2.6.35
Well, now after rmmod iwlagn && modprobe iwlagn the wireless still works! sorry, I am confuse, do we have a problem or not? Thanks Wey Hi Wey, I think yes. The previous comment seems to be a lucky coincidence (don't know what I changed, and as you can see the time-outs were still there but then suddenly the probe was successful). Now I can't connect, I attached dmesg with IWL_DEBUG=y to the bug report. Created attachment 27498 [details]
dmesg with IWL_DEBUG=y and NOT WORKING wireless (probe time out)
Ah, I found something: My Wireless is on channel 12, and I found in the dmesg: ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=1 prob=0x3 [ACTIVE 36] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=2 prob=0x3 [ACTIVE 36] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=3 prob=0x3 [ACTIVE 36] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=4 prob=0x3 [ACTIVE 36] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=5 prob=0x3 [ACTIVE 36] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=6 prob=0x3 [ACTIVE 36] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=7 prob=0x3 [ACTIVE 36] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=8 prob=0x3 [ACTIVE 36] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=9 prob=0x3 [ACTIVE 36] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=10 prob=0x3 [ACTIVE 36] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=11 prob=0x3 [ACTIVE 36] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=12 prob=0x2 [PASSIVE 120] ieee80211 phy1: U iwl_get_channels_for_scan Scanning ch=13 prob=0x2 [PASSIVE 120] Why are ch12/13 passive? Although `iwlist f` says that it's available: ... Channel 12 : 2.467 GHz Channel 13 : 2.472 GHz ... Changing my AP to channel 11 seems to resolve the problem! looks like duplicate of https://bugzilla.kernel.org/show_bug.cgi?id=16462 *** This bug has been marked as a duplicate of bug 16462 *** |