All of lore.kernel.org
 help / color / mirror / Atom feed
* iwlwifi bug
@ 2012-04-25  1:58 Daniel Chyan
  2012-04-25  4:24 ` Emmanuel Grumbach
  0 siblings, 1 reply; 21+ messages in thread
From: Daniel Chyan @ 2012-04-25  1:58 UTC (permalink / raw)
  To: linux-wireless

Hi Linux Wireless,

I believe there is a bug within iwlwifi aggregation. I am on the
latest build (2012-04-23). Here is the dmesg output:

[  272.093668] ------------[ cut here ]------------
[  272.093711] WARNING: at
/home/foo/bar/compat-wireless-2012-04-23/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c:493
iwl_trans_pcie_tx_agg_disable+0x101/0x110 [iwlwifi]()
[  272.093719] Hardware name: 4177CTO
[  272.093722] queue 11 not used
[  272.093725] Modules linked in: parport_pc ppdev bnep rfcomm
bluetooth snd_hda_codec_hdmi snd_hda_codec_conexant speedstep_lib
binfmt_misc i915 uvcvideo psmouse snd_hda_intel snd_hda_codec arc4
snd_hwdep snd_pcm snd_seq_midi drm_kms_helper snd_rawmidi drm videodev
v4l2_compat_ioctl32 i2c_algo_bit serio_raw snd_seq_midi_event mei(C)
iwlwifi wmi snd_seq thinkpad_acpi snd_timer snd_seq_device tpm_tis
nvram lp video parport snd mac80211 cfg80211 compat soundcore
snd_page_alloc firewire_ohci sdhci_pci sdhci firewire_core crc_itu_t
ahci libahci e1000e
[  272.093803] Pid: 252, comm: kworker/u:4 Tainted: G         C
3.0.0-17-generic #30-Ubuntu
[  272.093808] Call Trace:
[  272.093823]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
[  272.093831]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
[  272.093855]  [<ffffffffa02127c1>]
iwl_trans_pcie_tx_agg_disable+0x101/0x110 [iwlwifi]
[  272.093874]  [<ffffffffa01f37a3>] iwlagn_tx_agg_stop+0x243/0x320 [iwlwifi]
[  272.093893]  [<ffffffffa01efd9b>]
iwlagn_mac_ampdu_action+0x15b/0x330 [iwlwifi]
[  272.093902]  [<ffffffff815f0f6d>] ? wait_for_completion+0x1d/0x20
[  272.093931]  [<ffffffffa00db31b>]
___ieee80211_stop_tx_ba_session+0x12b/0x2b0 [mac80211]
[  272.093956]  [<ffffffffa00da2bf>]
ieee80211_ba_session_work+0x10f/0x180 [mac80211]
[  272.093980]  [<ffffffffa00da1b0>] ?
ieee80211_sta_tear_down_BA_sessions+0x70/0x70 [mac80211]
[  272.093988]  [<ffffffff8107c10a>] process_one_work+0x11a/0x480
[  272.093995]  [<ffffffff8107ceb5>] worker_thread+0x165/0x370
[  272.094002]  [<ffffffff8107cd50>] ? manage_workers.isra.30+0x130/0x130
[  272.094010]  [<ffffffff8108135c>] kthread+0x8c/0xa0
[  272.094019]  [<ffffffff815fc464>] kernel_thread_helper+0x4/0x10
[  272.094027]  [<ffffffff810812d0>] ? flush_kthread_worker+0xa0/0xa0
[  272.094035]  [<ffffffff815fc460>] ? gs_change+0x13/0x13
[  272.094040] ---[ end trace 64687a3e121543d5 ]---

Thanks,
Daniel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-25  1:58 iwlwifi bug Daniel Chyan
@ 2012-04-25  4:24 ` Emmanuel Grumbach
       [not found]   ` <CAOvK7nDO4fS6R5go+ZXYBqyQc8hhbJGun9Weh=-EyX5k11+tXw@mail.gmail.com>
  0 siblings, 1 reply; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-04-25  4:24 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

On Wed, Apr 25, 2012 at 04:58, Daniel Chyan <dchyan@princeton.edu> wrote:
> Hi Linux Wireless,
>
> I believe there is a bug within iwlwifi aggregation. I am on the
> latest build (2012-04-23). Here is the dmesg output:
>
> [  272.093668] ------------[ cut here ]------------
> [  272.093711] WARNING: at
> /home/foo/bar/compat-wireless-2012-04-23/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c:493
> iwl_trans_pcie_tx_agg_disable+0x101/0x110 [iwlwifi]()
> [  272.093719] Hardware name: 4177CTO
> [  272.093722] queue 11 not used

How reproducible is that ?
We are trying to stop AMPDU on a queue on which they were never
started... which is ... odd.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
       [not found]   ` <CAOvK7nDO4fS6R5go+ZXYBqyQc8hhbJGun9Weh=-EyX5k11+tXw@mail.gmail.com>
@ 2012-04-25  5:44     ` Emmanuel Grumbach
  2012-04-25  5:58       ` Daniel Chyan
  0 siblings, 1 reply; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-04-25  5:44 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

+ list again

On Wed, Apr 25, 2012 at 08:39, Daniel Chyan <dchyan@princeton.edu> wrote:
> The warning appears to occur when there are multiple APs. (Under the
> circumstances, there were some 100 APs.) Going through my kern.log, it
> looks like there are 9 instances of this warning over the span of 2
> days. I can try to provide more details around when it occurs if
> necessary.
>

ok, can you please run with the module parameter: debug=0x80000000

thanks

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-25  5:44     ` Emmanuel Grumbach
@ 2012-04-25  5:58       ` Daniel Chyan
  2012-04-25  6:07         ` Emmanuel Grumbach
  0 siblings, 1 reply; 21+ messages in thread
From: Daniel Chyan @ 2012-04-25  5:58 UTC (permalink / raw)
  To: Emmanuel Grumbach; +Cc: linux-wireless

Correct me if I did it incorrectly. I issue "sudo modprobe iwlwifi
debug=0x80000000" but I receive an "Unknown symbol in module, or
unknown parameter" error.

- Daniel

On Wed, Apr 25, 2012 at 1:44 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> + list again
>
> On Wed, Apr 25, 2012 at 08:39, Daniel Chyan <dchyan@princeton.edu> wrote:
>> The warning appears to occur when there are multiple APs. (Under the
>> circumstances, there were some 100 APs.) Going through my kern.log, it
>> looks like there are 9 instances of this warning over the span of 2
>> days. I can try to provide more details around when it occurs if
>> necessary.
>>
>
> ok, can you please run with the module parameter: debug=0x80000000
>
> thanks

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-25  5:58       ` Daniel Chyan
@ 2012-04-25  6:07         ` Emmanuel Grumbach
  2012-04-25  6:17           ` Daniel Chyan
  0 siblings, 1 reply; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-04-25  6:07 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

On Wed, Apr 25, 2012 at 08:58, Daniel Chyan <dchyan@princeton.edu> wrote:
> Correct me if I did it incorrectly. I issue "sudo modprobe iwlwifi
> debug=0x80000000" but I receive an "Unknown symbol in module, or
> unknown parameter" error.
>

All right, please compile with CONFIG_IWLWIFI_DEBUG=y

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-25  6:07         ` Emmanuel Grumbach
@ 2012-04-25  6:17           ` Daniel Chyan
  2012-04-25  6:24             ` Daniel Chyan
  0 siblings, 1 reply; 21+ messages in thread
From: Daniel Chyan @ 2012-04-25  6:17 UTC (permalink / raw)
  To: Emmanuel Grumbach; +Cc: linux-wireless

Just to confirm, the commands are "sudo make CONFIG_IWLWIFI_DEBUG=y"
and then "sudo make install"?

If those commands are correct, here is the dmesg output:

[  422.515639] ------------[ cut here ]------------
[  422.515688] WARNING: at
/home/foo/bar/ness/compat-wireless-2012-04-23/net/mac80211/driver-ops.h:12
ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]()
[  422.515696] Hardware name: 4177CTO
[  422.515700] wlan0:  Failed check-sdata-in-driver check, flags: 0x4
[  422.515704] Modules linked in: btrfs zlib_deflate libcrc32c ufs
qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs parport_pc
ppdev snd_hda_codec_hdmi snd_hda_codec_conexant bnep rfcomm bluetooth
speedstep_lib binfmt_misc snd_hda_intel snd_hda_codec snd_hwdep
snd_pcm thinkpad_acpi snd_seq_midi snd_rawmidi i915 arc4
snd_seq_midi_event snd_seq snd_timer snd_seq_device iwlwifi(-)
uvcvideo psmouse videodev mei(C) v4l2_compat_ioctl32 tpm_tis snd
drm_kms_helper nvram drm i2c_algo_bit soundcore serio_raw
snd_page_alloc mac80211 cfg80211 wmi compat video lp parport usbhid
hid firewire_ohci firewire_core crc_itu_t sdhci_pci sdhci ahci libahci
e1000e
[  422.515801] Pid: 19766, comm: modprobe Tainted: G         C
3.0.0-17-generic #30-Ubuntu
[  422.515806] Call Trace:
[  422.515823]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
[  422.515832]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
[  422.515858]  [<ffffffffa010e70e>] ? __sta_info_destroy+0x1e/0x560 [mac80211]
[  422.515881]  [<ffffffffa010aa11>]
ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]
[  422.515915]  [<ffffffffa012f6f0>]
ieee80211_destroy_auth_data+0x50/0x80 [mac80211]
[  422.515948]  [<ffffffffa01353c1>] ieee80211_mgd_teardown+0x51/0x70 [mac80211]
[  422.515975]  [<ffffffffa0118aec>]
ieee80211_teardown_sdata+0xdc/0x100 [mac80211]
[  422.515985]  [<ffffffff814dd9e0>] rollback_registered_many+0x1a0/0x260
[  422.515993]  [<ffffffff814ddabb>] unregister_netdevice_many+0x1b/0x80
[  422.516019]  [<ffffffffa0119c20>]
ieee80211_remove_interfaces+0xd0/0x110 [mac80211]
[  422.516042]  [<ffffffffa0109133>]
ieee80211_unregister_hw+0x53/0x120 [mac80211]
[  422.516063]  [<ffffffffa026d24b>] iwlagn_mac_unregister+0x2b/0x40 [iwlwifi]
[  422.516081]  [<ffffffffa02653b1>] iwl_op_mode_dvm_stop+0x51/0xe0 [iwlwifi]
[  422.516106]  [<ffffffffa0285c27>] iwl_drv_stop+0x47/0x70 [iwlwifi]
[  422.516135]  [<ffffffffa029b34f>] iwl_pci_remove+0x22/0xcd3 [iwlwifi]
[  422.516148]  [<ffffffff81312736>] pci_device_remove+0x46/0x110
[  422.516162]  [<ffffffff813d06bc>] __device_release_driver+0x7c/0xe0
[  422.516174]  [<ffffffff813d0e48>] driver_detach+0xc8/0xd0
[  422.516186]  [<ffffffff813d0519>] bus_remove_driver+0x79/0xd0
[  422.516198]  [<ffffffff813d1602>] driver_unregister+0x62/0xa0
[  422.516210]  [<ffffffff813115b5>] pci_unregister_driver+0x45/0xc0
[  422.516240]  [<ffffffffa02848e5>]
iwl_pci_unregister_driver+0x15/0x20 [iwlwifi]
[  422.516270]  [<ffffffffa029aa59>] iwl_exit+0x9/0x1c [iwlwifi]
[  422.516282]  [<ffffffff8109f1ce>] sys_delete_module+0x18e/0x250
[  422.516294]  [<ffffffff81135593>] ? do_munmap+0x1f3/0x2f0
[  422.516307]  [<ffffffff815fb342>] system_call_fastpath+0x16/0x1b
[  422.516315] ---[ end trace 45b9addccc842009 ]---
[  422.560312] iwlwifi 0000:03:00.0: PCI INT A disabled
[  432.738352] cfg80211: Calling CRDA to update world regulatory domain
[  432.748736] cfg80211: World regulatory domain updated:
[  432.748745] cfg80211:   (start_freq - end_freq @ bandwidth),
(max_antenna_gain, max_eirp)
[  432.748755] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz),
(300 mBi, 2000 mBm)
[  432.748762] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz),
(300 mBi, 2000 mBm)
[  432.748769] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz),
(300 mBi, 2000 mBm)
[  432.748776] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz),
(300 mBi, 2000 mBm)
[  432.748782] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz),
(300 mBi, 2000 mBm)
[  432.753876] iwlwifi: Unknown parameter `debug'

- Daniel

On Wed, Apr 25, 2012 at 2:07 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> On Wed, Apr 25, 2012 at 08:58, Daniel Chyan <dchyan@princeton.edu> wrote:
>> Correct me if I did it incorrectly. I issue "sudo modprobe iwlwifi
>> debug=0x80000000" but I receive an "Unknown symbol in module, or
>> unknown parameter" error.
>>
>
> All right, please compile with CONFIG_IWLWIFI_DEBUG=y

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-25  6:17           ` Daniel Chyan
@ 2012-04-25  6:24             ` Daniel Chyan
  2012-04-25  7:18               ` Emmanuel Grumbach
  0 siblings, 1 reply; 21+ messages in thread
From: Daniel Chyan @ 2012-04-25  6:24 UTC (permalink / raw)
  To: Emmanuel Grumbach; +Cc: linux-wireless

I appreciate your patience with this thread. These drivers have been awesome.
A challenge to reproducing the original warning is also a seemingly
excessive time to associate at times. For example:

... (200 more times or so as well.)
[  892.585058] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
[  892.590706] wlan0: direct probe responded
[  892.592991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
[  892.597123] wlan0: direct probe responded
[  892.600979] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
[  892.608344] wlan0: direct probe responded
[  892.608991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
[  892.613117] wlan0: direct probe responded
[  892.616981] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
[  892.621120] wlan0: direct probe responded
[  892.624929] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
[  892.629038] wlan0: direct probe responded
[  892.632944] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
[  892.637057] wlan0: direct probe responded
[  892.640852] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
[  892.644983] wlan0: direct probe responded
[  892.648843] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
[  892.852281] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 2/3)
[  893.055683] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 3/3)
[  893.259123] wlan0: authentication with c0:c1:c0:0e:d3:19 timed out
[  893.260852] iwlwifi 0000:03:00.0: ACTIVATE a non DRIVER active
station id 0 addr c0:c1:c0:0e:d3:19
[  901.518568] wlan0: authenticate with c0:c1:c0:0e:d3:19
[  901.525227] wlan0: send auth to c0:c1:c0:0e:d3:19 (try 1/3)
[  901.527106] wlan0: authenticated
[  901.528255] wlan0: associate with c0:c1:c0:0e:d3:19 (try 1/3)
[  901.531724] wlan0: RX AssocResp from c0:c1:c0:0e:d3:19 (capab=0x411
status=0 aid=1)
[  901.531738] wlan0: associated
[  901.536691] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

On Wed, Apr 25, 2012 at 2:17 AM, Daniel Chyan <dchyan@princeton.edu> wrote:
> Just to confirm, the commands are "sudo make CONFIG_IWLWIFI_DEBUG=y"
> and then "sudo make install"?
>
> If those commands are correct, here is the dmesg output:
>
> [  422.515639] ------------[ cut here ]------------
> [  422.515688] WARNING: at
> /home/foo/bar/ness/compat-wireless-2012-04-23/net/mac80211/driver-ops.h:12
> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]()
> [  422.515696] Hardware name: 4177CTO
> [  422.515700] wlan0:  Failed check-sdata-in-driver check, flags: 0x4
> [  422.515704] Modules linked in: btrfs zlib_deflate libcrc32c ufs
> qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs parport_pc
> ppdev snd_hda_codec_hdmi snd_hda_codec_conexant bnep rfcomm bluetooth
> speedstep_lib binfmt_misc snd_hda_intel snd_hda_codec snd_hwdep
> snd_pcm thinkpad_acpi snd_seq_midi snd_rawmidi i915 arc4
> snd_seq_midi_event snd_seq snd_timer snd_seq_device iwlwifi(-)
> uvcvideo psmouse videodev mei(C) v4l2_compat_ioctl32 tpm_tis snd
> drm_kms_helper nvram drm i2c_algo_bit soundcore serio_raw
> snd_page_alloc mac80211 cfg80211 wmi compat video lp parport usbhid
> hid firewire_ohci firewire_core crc_itu_t sdhci_pci sdhci ahci libahci
> e1000e
> [  422.515801] Pid: 19766, comm: modprobe Tainted: G         C
> 3.0.0-17-generic #30-Ubuntu
> [  422.515806] Call Trace:
> [  422.515823]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
> [  422.515832]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
> [  422.515858]  [<ffffffffa010e70e>] ? __sta_info_destroy+0x1e/0x560 [mac80211]
> [  422.515881]  [<ffffffffa010aa11>]
> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]
> [  422.515915]  [<ffffffffa012f6f0>]
> ieee80211_destroy_auth_data+0x50/0x80 [mac80211]
> [  422.515948]  [<ffffffffa01353c1>] ieee80211_mgd_teardown+0x51/0x70 [mac80211]
> [  422.515975]  [<ffffffffa0118aec>]
> ieee80211_teardown_sdata+0xdc/0x100 [mac80211]
> [  422.515985]  [<ffffffff814dd9e0>] rollback_registered_many+0x1a0/0x260
> [  422.515993]  [<ffffffff814ddabb>] unregister_netdevice_many+0x1b/0x80
> [  422.516019]  [<ffffffffa0119c20>]
> ieee80211_remove_interfaces+0xd0/0x110 [mac80211]
> [  422.516042]  [<ffffffffa0109133>]
> ieee80211_unregister_hw+0x53/0x120 [mac80211]
> [  422.516063]  [<ffffffffa026d24b>] iwlagn_mac_unregister+0x2b/0x40 [iwlwifi]
> [  422.516081]  [<ffffffffa02653b1>] iwl_op_mode_dvm_stop+0x51/0xe0 [iwlwifi]
> [  422.516106]  [<ffffffffa0285c27>] iwl_drv_stop+0x47/0x70 [iwlwifi]
> [  422.516135]  [<ffffffffa029b34f>] iwl_pci_remove+0x22/0xcd3 [iwlwifi]
> [  422.516148]  [<ffffffff81312736>] pci_device_remove+0x46/0x110
> [  422.516162]  [<ffffffff813d06bc>] __device_release_driver+0x7c/0xe0
> [  422.516174]  [<ffffffff813d0e48>] driver_detach+0xc8/0xd0
> [  422.516186]  [<ffffffff813d0519>] bus_remove_driver+0x79/0xd0
> [  422.516198]  [<ffffffff813d1602>] driver_unregister+0x62/0xa0
> [  422.516210]  [<ffffffff813115b5>] pci_unregister_driver+0x45/0xc0
> [  422.516240]  [<ffffffffa02848e5>]
> iwl_pci_unregister_driver+0x15/0x20 [iwlwifi]
> [  422.516270]  [<ffffffffa029aa59>] iwl_exit+0x9/0x1c [iwlwifi]
> [  422.516282]  [<ffffffff8109f1ce>] sys_delete_module+0x18e/0x250
> [  422.516294]  [<ffffffff81135593>] ? do_munmap+0x1f3/0x2f0
> [  422.516307]  [<ffffffff815fb342>] system_call_fastpath+0x16/0x1b
> [  422.516315] ---[ end trace 45b9addccc842009 ]---
> [  422.560312] iwlwifi 0000:03:00.0: PCI INT A disabled
> [  432.738352] cfg80211: Calling CRDA to update world regulatory domain
> [  432.748736] cfg80211: World regulatory domain updated:
> [  432.748745] cfg80211:   (start_freq - end_freq @ bandwidth),
> (max_antenna_gain, max_eirp)
> [  432.748755] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz),
> (300 mBi, 2000 mBm)
> [  432.748762] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz),
> (300 mBi, 2000 mBm)
> [  432.748769] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz),
> (300 mBi, 2000 mBm)
> [  432.748776] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz),
> (300 mBi, 2000 mBm)
> [  432.748782] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz),
> (300 mBi, 2000 mBm)
> [  432.753876] iwlwifi: Unknown parameter `debug'
>
> - Daniel
>
> On Wed, Apr 25, 2012 at 2:07 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>> On Wed, Apr 25, 2012 at 08:58, Daniel Chyan <dchyan@princeton.edu> wrote:
>>> Correct me if I did it incorrectly. I issue "sudo modprobe iwlwifi
>>> debug=0x80000000" but I receive an "Unknown symbol in module, or
>>> unknown parameter" error.
>>>
>>
>> All right, please compile with CONFIG_IWLWIFI_DEBUG=y

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-25  6:24             ` Daniel Chyan
@ 2012-04-25  7:18               ` Emmanuel Grumbach
  2012-04-25 11:56                 ` Daniel Chyan
  0 siblings, 1 reply; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-04-25  7:18 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

I understand you sue compat right ?
In that case just edit the config.mk file and set the flag there.

I will need the full log and apparently the debug flags I requested isn't set.



On Wed, Apr 25, 2012 at 09:24, Daniel Chyan <dchyan@princeton.edu> wrote:
> I appreciate your patience with this thread. These drivers have been awesome.
> A challenge to reproducing the original warning is also a seemingly
> excessive time to associate at times. For example:
>
> ... (200 more times or so as well.)
> [  892.585058] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> [  892.590706] wlan0: direct probe responded
> [  892.592991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> [  892.597123] wlan0: direct probe responded
> [  892.600979] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> [  892.608344] wlan0: direct probe responded
> [  892.608991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> [  892.613117] wlan0: direct probe responded
> [  892.616981] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> [  892.621120] wlan0: direct probe responded
> [  892.624929] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> [  892.629038] wlan0: direct probe responded
> [  892.632944] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> [  892.637057] wlan0: direct probe responded
> [  892.640852] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> [  892.644983] wlan0: direct probe responded
> [  892.648843] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> [  892.852281] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 2/3)
> [  893.055683] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 3/3)
> [  893.259123] wlan0: authentication with c0:c1:c0:0e:d3:19 timed out
> [  893.260852] iwlwifi 0000:03:00.0: ACTIVATE a non DRIVER active
> station id 0 addr c0:c1:c0:0e:d3:19
> [  901.518568] wlan0: authenticate with c0:c1:c0:0e:d3:19
> [  901.525227] wlan0: send auth to c0:c1:c0:0e:d3:19 (try 1/3)
> [  901.527106] wlan0: authenticated
> [  901.528255] wlan0: associate with c0:c1:c0:0e:d3:19 (try 1/3)
> [  901.531724] wlan0: RX AssocResp from c0:c1:c0:0e:d3:19 (capab=0x411
> status=0 aid=1)
> [  901.531738] wlan0: associated
> [  901.536691] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
>
> On Wed, Apr 25, 2012 at 2:17 AM, Daniel Chyan <dchyan@princeton.edu> wrote:
>> Just to confirm, the commands are "sudo make CONFIG_IWLWIFI_DEBUG=y"
>> and then "sudo make install"?
>>
>> If those commands are correct, here is the dmesg output:
>>
>> [  422.515639] ------------[ cut here ]------------
>> [  422.515688] WARNING: at
>> /home/foo/bar/ness/compat-wireless-2012-04-23/net/mac80211/driver-ops.h:12
>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]()
>> [  422.515696] Hardware name: 4177CTO
>> [  422.515700] wlan0:  Failed check-sdata-in-driver check, flags: 0x4
>> [  422.515704] Modules linked in: btrfs zlib_deflate libcrc32c ufs
>> qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs parport_pc
>> ppdev snd_hda_codec_hdmi snd_hda_codec_conexant bnep rfcomm bluetooth
>> speedstep_lib binfmt_misc snd_hda_intel snd_hda_codec snd_hwdep
>> snd_pcm thinkpad_acpi snd_seq_midi snd_rawmidi i915 arc4
>> snd_seq_midi_event snd_seq snd_timer snd_seq_device iwlwifi(-)
>> uvcvideo psmouse videodev mei(C) v4l2_compat_ioctl32 tpm_tis snd
>> drm_kms_helper nvram drm i2c_algo_bit soundcore serio_raw
>> snd_page_alloc mac80211 cfg80211 wmi compat video lp parport usbhid
>> hid firewire_ohci firewire_core crc_itu_t sdhci_pci sdhci ahci libahci
>> e1000e
>> [  422.515801] Pid: 19766, comm: modprobe Tainted: G         C
>> 3.0.0-17-generic #30-Ubuntu
>> [  422.515806] Call Trace:
>> [  422.515823]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
>> [  422.515832]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
>> [  422.515858]  [<ffffffffa010e70e>] ? __sta_info_destroy+0x1e/0x560 [mac80211]
>> [  422.515881]  [<ffffffffa010aa11>]
>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]
>> [  422.515915]  [<ffffffffa012f6f0>]
>> ieee80211_destroy_auth_data+0x50/0x80 [mac80211]
>> [  422.515948]  [<ffffffffa01353c1>] ieee80211_mgd_teardown+0x51/0x70 [mac80211]
>> [  422.515975]  [<ffffffffa0118aec>]
>> ieee80211_teardown_sdata+0xdc/0x100 [mac80211]
>> [  422.515985]  [<ffffffff814dd9e0>] rollback_registered_many+0x1a0/0x260
>> [  422.515993]  [<ffffffff814ddabb>] unregister_netdevice_many+0x1b/0x80
>> [  422.516019]  [<ffffffffa0119c20>]
>> ieee80211_remove_interfaces+0xd0/0x110 [mac80211]
>> [  422.516042]  [<ffffffffa0109133>]
>> ieee80211_unregister_hw+0x53/0x120 [mac80211]
>> [  422.516063]  [<ffffffffa026d24b>] iwlagn_mac_unregister+0x2b/0x40 [iwlwifi]
>> [  422.516081]  [<ffffffffa02653b1>] iwl_op_mode_dvm_stop+0x51/0xe0 [iwlwifi]
>> [  422.516106]  [<ffffffffa0285c27>] iwl_drv_stop+0x47/0x70 [iwlwifi]
>> [  422.516135]  [<ffffffffa029b34f>] iwl_pci_remove+0x22/0xcd3 [iwlwifi]
>> [  422.516148]  [<ffffffff81312736>] pci_device_remove+0x46/0x110
>> [  422.516162]  [<ffffffff813d06bc>] __device_release_driver+0x7c/0xe0
>> [  422.516174]  [<ffffffff813d0e48>] driver_detach+0xc8/0xd0
>> [  422.516186]  [<ffffffff813d0519>] bus_remove_driver+0x79/0xd0
>> [  422.516198]  [<ffffffff813d1602>] driver_unregister+0x62/0xa0
>> [  422.516210]  [<ffffffff813115b5>] pci_unregister_driver+0x45/0xc0
>> [  422.516240]  [<ffffffffa02848e5>]
>> iwl_pci_unregister_driver+0x15/0x20 [iwlwifi]
>> [  422.516270]  [<ffffffffa029aa59>] iwl_exit+0x9/0x1c [iwlwifi]
>> [  422.516282]  [<ffffffff8109f1ce>] sys_delete_module+0x18e/0x250
>> [  422.516294]  [<ffffffff81135593>] ? do_munmap+0x1f3/0x2f0
>> [  422.516307]  [<ffffffff815fb342>] system_call_fastpath+0x16/0x1b
>> [  422.516315] ---[ end trace 45b9addccc842009 ]---
>> [  422.560312] iwlwifi 0000:03:00.0: PCI INT A disabled
>> [  432.738352] cfg80211: Calling CRDA to update world regulatory domain
>> [  432.748736] cfg80211: World regulatory domain updated:
>> [  432.748745] cfg80211:   (start_freq - end_freq @ bandwidth),
>> (max_antenna_gain, max_eirp)
>> [  432.748755] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz),
>> (300 mBi, 2000 mBm)
>> [  432.748762] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz),
>> (300 mBi, 2000 mBm)
>> [  432.748769] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz),
>> (300 mBi, 2000 mBm)
>> [  432.748776] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz),
>> (300 mBi, 2000 mBm)
>> [  432.748782] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz),
>> (300 mBi, 2000 mBm)
>> [  432.753876] iwlwifi: Unknown parameter `debug'
>>
>> - Daniel
>>
>> On Wed, Apr 25, 2012 at 2:07 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>>> On Wed, Apr 25, 2012 at 08:58, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>> Correct me if I did it incorrectly. I issue "sudo modprobe iwlwifi
>>>> debug=0x80000000" but I receive an "Unknown symbol in module, or
>>>> unknown parameter" error.
>>>>
>>>
>>> All right, please compile with CONFIG_IWLWIFI_DEBUG=y

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-25  7:18               ` Emmanuel Grumbach
@ 2012-04-25 11:56                 ` Daniel Chyan
  2012-04-25 12:45                   ` Emmanuel Grumbach
  0 siblings, 1 reply; 21+ messages in thread
From: Daniel Chyan @ 2012-04-25 11:56 UTC (permalink / raw)
  To: Emmanuel Grumbach; +Cc: linux-wireless

Yes, I am using compat-wireless. I have set the flag and recompiled.
Which log do you want exactly?

On Wed, Apr 25, 2012 at 3:18 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> I understand you sue compat right ?
> In that case just edit the config.mk file and set the flag there.
>
> I will need the full log and apparently the debug flags I requested isn't set.
>
>
>
> On Wed, Apr 25, 2012 at 09:24, Daniel Chyan <dchyan@princeton.edu> wrote:
>> I appreciate your patience with this thread. These drivers have been awesome.
>> A challenge to reproducing the original warning is also a seemingly
>> excessive time to associate at times. For example:
>>
>> ... (200 more times or so as well.)
>> [  892.585058] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>> [  892.590706] wlan0: direct probe responded
>> [  892.592991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>> [  892.597123] wlan0: direct probe responded
>> [  892.600979] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>> [  892.608344] wlan0: direct probe responded
>> [  892.608991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>> [  892.613117] wlan0: direct probe responded
>> [  892.616981] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>> [  892.621120] wlan0: direct probe responded
>> [  892.624929] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>> [  892.629038] wlan0: direct probe responded
>> [  892.632944] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>> [  892.637057] wlan0: direct probe responded
>> [  892.640852] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>> [  892.644983] wlan0: direct probe responded
>> [  892.648843] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>> [  892.852281] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 2/3)
>> [  893.055683] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 3/3)
>> [  893.259123] wlan0: authentication with c0:c1:c0:0e:d3:19 timed out
>> [  893.260852] iwlwifi 0000:03:00.0: ACTIVATE a non DRIVER active
>> station id 0 addr c0:c1:c0:0e:d3:19
>> [  901.518568] wlan0: authenticate with c0:c1:c0:0e:d3:19
>> [  901.525227] wlan0: send auth to c0:c1:c0:0e:d3:19 (try 1/3)
>> [  901.527106] wlan0: authenticated
>> [  901.528255] wlan0: associate with c0:c1:c0:0e:d3:19 (try 1/3)
>> [  901.531724] wlan0: RX AssocResp from c0:c1:c0:0e:d3:19 (capab=0x411
>> status=0 aid=1)
>> [  901.531738] wlan0: associated
>> [  901.536691] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
>>
>> On Wed, Apr 25, 2012 at 2:17 AM, Daniel Chyan <dchyan@princeton.edu> wrote:
>>> Just to confirm, the commands are "sudo make CONFIG_IWLWIFI_DEBUG=y"
>>> and then "sudo make install"?
>>>
>>> If those commands are correct, here is the dmesg output:
>>>
>>> [  422.515639] ------------[ cut here ]------------
>>> [  422.515688] WARNING: at
>>> /home/foo/bar/ness/compat-wireless-2012-04-23/net/mac80211/driver-ops.h:12
>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]()
>>> [  422.515696] Hardware name: 4177CTO
>>> [  422.515700] wlan0:  Failed check-sdata-in-driver check, flags: 0x4
>>> [  422.515704] Modules linked in: btrfs zlib_deflate libcrc32c ufs
>>> qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs parport_pc
>>> ppdev snd_hda_codec_hdmi snd_hda_codec_conexant bnep rfcomm bluetooth
>>> speedstep_lib binfmt_misc snd_hda_intel snd_hda_codec snd_hwdep
>>> snd_pcm thinkpad_acpi snd_seq_midi snd_rawmidi i915 arc4
>>> snd_seq_midi_event snd_seq snd_timer snd_seq_device iwlwifi(-)
>>> uvcvideo psmouse videodev mei(C) v4l2_compat_ioctl32 tpm_tis snd
>>> drm_kms_helper nvram drm i2c_algo_bit soundcore serio_raw
>>> snd_page_alloc mac80211 cfg80211 wmi compat video lp parport usbhid
>>> hid firewire_ohci firewire_core crc_itu_t sdhci_pci sdhci ahci libahci
>>> e1000e
>>> [  422.515801] Pid: 19766, comm: modprobe Tainted: G         C
>>> 3.0.0-17-generic #30-Ubuntu
>>> [  422.515806] Call Trace:
>>> [  422.515823]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
>>> [  422.515832]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
>>> [  422.515858]  [<ffffffffa010e70e>] ? __sta_info_destroy+0x1e/0x560 [mac80211]
>>> [  422.515881]  [<ffffffffa010aa11>]
>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]
>>> [  422.515915]  [<ffffffffa012f6f0>]
>>> ieee80211_destroy_auth_data+0x50/0x80 [mac80211]
>>> [  422.515948]  [<ffffffffa01353c1>] ieee80211_mgd_teardown+0x51/0x70 [mac80211]
>>> [  422.515975]  [<ffffffffa0118aec>]
>>> ieee80211_teardown_sdata+0xdc/0x100 [mac80211]
>>> [  422.515985]  [<ffffffff814dd9e0>] rollback_registered_many+0x1a0/0x260
>>> [  422.515993]  [<ffffffff814ddabb>] unregister_netdevice_many+0x1b/0x80
>>> [  422.516019]  [<ffffffffa0119c20>]
>>> ieee80211_remove_interfaces+0xd0/0x110 [mac80211]
>>> [  422.516042]  [<ffffffffa0109133>]
>>> ieee80211_unregister_hw+0x53/0x120 [mac80211]
>>> [  422.516063]  [<ffffffffa026d24b>] iwlagn_mac_unregister+0x2b/0x40 [iwlwifi]
>>> [  422.516081]  [<ffffffffa02653b1>] iwl_op_mode_dvm_stop+0x51/0xe0 [iwlwifi]
>>> [  422.516106]  [<ffffffffa0285c27>] iwl_drv_stop+0x47/0x70 [iwlwifi]
>>> [  422.516135]  [<ffffffffa029b34f>] iwl_pci_remove+0x22/0xcd3 [iwlwifi]
>>> [  422.516148]  [<ffffffff81312736>] pci_device_remove+0x46/0x110
>>> [  422.516162]  [<ffffffff813d06bc>] __device_release_driver+0x7c/0xe0
>>> [  422.516174]  [<ffffffff813d0e48>] driver_detach+0xc8/0xd0
>>> [  422.516186]  [<ffffffff813d0519>] bus_remove_driver+0x79/0xd0
>>> [  422.516198]  [<ffffffff813d1602>] driver_unregister+0x62/0xa0
>>> [  422.516210]  [<ffffffff813115b5>] pci_unregister_driver+0x45/0xc0
>>> [  422.516240]  [<ffffffffa02848e5>]
>>> iwl_pci_unregister_driver+0x15/0x20 [iwlwifi]
>>> [  422.516270]  [<ffffffffa029aa59>] iwl_exit+0x9/0x1c [iwlwifi]
>>> [  422.516282]  [<ffffffff8109f1ce>] sys_delete_module+0x18e/0x250
>>> [  422.516294]  [<ffffffff81135593>] ? do_munmap+0x1f3/0x2f0
>>> [  422.516307]  [<ffffffff815fb342>] system_call_fastpath+0x16/0x1b
>>> [  422.516315] ---[ end trace 45b9addccc842009 ]---
>>> [  422.560312] iwlwifi 0000:03:00.0: PCI INT A disabled
>>> [  432.738352] cfg80211: Calling CRDA to update world regulatory domain
>>> [  432.748736] cfg80211: World regulatory domain updated:
>>> [  432.748745] cfg80211:   (start_freq - end_freq @ bandwidth),
>>> (max_antenna_gain, max_eirp)
>>> [  432.748755] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz),
>>> (300 mBi, 2000 mBm)
>>> [  432.748762] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz),
>>> (300 mBi, 2000 mBm)
>>> [  432.748769] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz),
>>> (300 mBi, 2000 mBm)
>>> [  432.748776] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz),
>>> (300 mBi, 2000 mBm)
>>> [  432.748782] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz),
>>> (300 mBi, 2000 mBm)
>>> [  432.753876] iwlwifi: Unknown parameter `debug'
>>>
>>> - Daniel
>>>
>>> On Wed, Apr 25, 2012 at 2:07 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>>>> On Wed, Apr 25, 2012 at 08:58, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>>> Correct me if I did it incorrectly. I issue "sudo modprobe iwlwifi
>>>>> debug=0x80000000" but I receive an "Unknown symbol in module, or
>>>>> unknown parameter" error.
>>>>>
>>>>
>>>> All right, please compile with CONFIG_IWLWIFI_DEBUG=y

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-25 11:56                 ` Daniel Chyan
@ 2012-04-25 12:45                   ` Emmanuel Grumbach
  2012-04-25 19:33                     ` Daniel Chyan
  0 siblings, 1 reply; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-04-25 12:45 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

Just reload the module with debug=0x80000000 and when you see that
warning send me the whole log (output of dmesg).

Thanks

Emmanuel Grumbach
egrumbach@gmail.com


On Wed, Apr 25, 2012 at 14:56, Daniel Chyan <dchyan@princeton.edu> wrote:
> Yes, I am using compat-wireless. I have set the flag and recompiled.
> Which log do you want exactly?
>
> On Wed, Apr 25, 2012 at 3:18 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>> I understand you sue compat right ?
>> In that case just edit the config.mk file and set the flag there.
>>
>> I will need the full log and apparently the debug flags I requested isn't set.
>>
>>
>>
>> On Wed, Apr 25, 2012 at 09:24, Daniel Chyan <dchyan@princeton.edu> wrote:
>>> I appreciate your patience with this thread. These drivers have been awesome.
>>> A challenge to reproducing the original warning is also a seemingly
>>> excessive time to associate at times. For example:
>>>
>>> ... (200 more times or so as well.)
>>> [  892.585058] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>> [  892.590706] wlan0: direct probe responded
>>> [  892.592991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>> [  892.597123] wlan0: direct probe responded
>>> [  892.600979] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>> [  892.608344] wlan0: direct probe responded
>>> [  892.608991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>> [  892.613117] wlan0: direct probe responded
>>> [  892.616981] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>> [  892.621120] wlan0: direct probe responded
>>> [  892.624929] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>> [  892.629038] wlan0: direct probe responded
>>> [  892.632944] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>> [  892.637057] wlan0: direct probe responded
>>> [  892.640852] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>> [  892.644983] wlan0: direct probe responded
>>> [  892.648843] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>> [  892.852281] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 2/3)
>>> [  893.055683] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 3/3)
>>> [  893.259123] wlan0: authentication with c0:c1:c0:0e:d3:19 timed out
>>> [  893.260852] iwlwifi 0000:03:00.0: ACTIVATE a non DRIVER active
>>> station id 0 addr c0:c1:c0:0e:d3:19
>>> [  901.518568] wlan0: authenticate with c0:c1:c0:0e:d3:19
>>> [  901.525227] wlan0: send auth to c0:c1:c0:0e:d3:19 (try 1/3)
>>> [  901.527106] wlan0: authenticated
>>> [  901.528255] wlan0: associate with c0:c1:c0:0e:d3:19 (try 1/3)
>>> [  901.531724] wlan0: RX AssocResp from c0:c1:c0:0e:d3:19 (capab=0x411
>>> status=0 aid=1)
>>> [  901.531738] wlan0: associated
>>> [  901.536691] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
>>>
>>> On Wed, Apr 25, 2012 at 2:17 AM, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>> Just to confirm, the commands are "sudo make CONFIG_IWLWIFI_DEBUG=y"
>>>> and then "sudo make install"?
>>>>
>>>> If those commands are correct, here is the dmesg output:
>>>>
>>>> [  422.515639] ------------[ cut here ]------------
>>>> [  422.515688] WARNING: at
>>>> /home/foo/bar/ness/compat-wireless-2012-04-23/net/mac80211/driver-ops.h:12
>>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]()
>>>> [  422.515696] Hardware name: 4177CTO
>>>> [  422.515700] wlan0:  Failed check-sdata-in-driver check, flags: 0x4
>>>> [  422.515704] Modules linked in: btrfs zlib_deflate libcrc32c ufs
>>>> qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs parport_pc
>>>> ppdev snd_hda_codec_hdmi snd_hda_codec_conexant bnep rfcomm bluetooth
>>>> speedstep_lib binfmt_misc snd_hda_intel snd_hda_codec snd_hwdep
>>>> snd_pcm thinkpad_acpi snd_seq_midi snd_rawmidi i915 arc4
>>>> snd_seq_midi_event snd_seq snd_timer snd_seq_device iwlwifi(-)
>>>> uvcvideo psmouse videodev mei(C) v4l2_compat_ioctl32 tpm_tis snd
>>>> drm_kms_helper nvram drm i2c_algo_bit soundcore serio_raw
>>>> snd_page_alloc mac80211 cfg80211 wmi compat video lp parport usbhid
>>>> hid firewire_ohci firewire_core crc_itu_t sdhci_pci sdhci ahci libahci
>>>> e1000e
>>>> [  422.515801] Pid: 19766, comm: modprobe Tainted: G         C
>>>> 3.0.0-17-generic #30-Ubuntu
>>>> [  422.515806] Call Trace:
>>>> [  422.515823]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
>>>> [  422.515832]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
>>>> [  422.515858]  [<ffffffffa010e70e>] ? __sta_info_destroy+0x1e/0x560 [mac80211]
>>>> [  422.515881]  [<ffffffffa010aa11>]
>>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]
>>>> [  422.515915]  [<ffffffffa012f6f0>]
>>>> ieee80211_destroy_auth_data+0x50/0x80 [mac80211]
>>>> [  422.515948]  [<ffffffffa01353c1>] ieee80211_mgd_teardown+0x51/0x70 [mac80211]
>>>> [  422.515975]  [<ffffffffa0118aec>]
>>>> ieee80211_teardown_sdata+0xdc/0x100 [mac80211]
>>>> [  422.515985]  [<ffffffff814dd9e0>] rollback_registered_many+0x1a0/0x260
>>>> [  422.515993]  [<ffffffff814ddabb>] unregister_netdevice_many+0x1b/0x80
>>>> [  422.516019]  [<ffffffffa0119c20>]
>>>> ieee80211_remove_interfaces+0xd0/0x110 [mac80211]
>>>> [  422.516042]  [<ffffffffa0109133>]
>>>> ieee80211_unregister_hw+0x53/0x120 [mac80211]
>>>> [  422.516063]  [<ffffffffa026d24b>] iwlagn_mac_unregister+0x2b/0x40 [iwlwifi]
>>>> [  422.516081]  [<ffffffffa02653b1>] iwl_op_mode_dvm_stop+0x51/0xe0 [iwlwifi]
>>>> [  422.516106]  [<ffffffffa0285c27>] iwl_drv_stop+0x47/0x70 [iwlwifi]
>>>> [  422.516135]  [<ffffffffa029b34f>] iwl_pci_remove+0x22/0xcd3 [iwlwifi]
>>>> [  422.516148]  [<ffffffff81312736>] pci_device_remove+0x46/0x110
>>>> [  422.516162]  [<ffffffff813d06bc>] __device_release_driver+0x7c/0xe0
>>>> [  422.516174]  [<ffffffff813d0e48>] driver_detach+0xc8/0xd0
>>>> [  422.516186]  [<ffffffff813d0519>] bus_remove_driver+0x79/0xd0
>>>> [  422.516198]  [<ffffffff813d1602>] driver_unregister+0x62/0xa0
>>>> [  422.516210]  [<ffffffff813115b5>] pci_unregister_driver+0x45/0xc0
>>>> [  422.516240]  [<ffffffffa02848e5>]
>>>> iwl_pci_unregister_driver+0x15/0x20 [iwlwifi]
>>>> [  422.516270]  [<ffffffffa029aa59>] iwl_exit+0x9/0x1c [iwlwifi]
>>>> [  422.516282]  [<ffffffff8109f1ce>] sys_delete_module+0x18e/0x250
>>>> [  422.516294]  [<ffffffff81135593>] ? do_munmap+0x1f3/0x2f0
>>>> [  422.516307]  [<ffffffff815fb342>] system_call_fastpath+0x16/0x1b
>>>> [  422.516315] ---[ end trace 45b9addccc842009 ]---
>>>> [  422.560312] iwlwifi 0000:03:00.0: PCI INT A disabled
>>>> [  432.738352] cfg80211: Calling CRDA to update world regulatory domain
>>>> [  432.748736] cfg80211: World regulatory domain updated:
>>>> [  432.748745] cfg80211:   (start_freq - end_freq @ bandwidth),
>>>> (max_antenna_gain, max_eirp)
>>>> [  432.748755] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz),
>>>> (300 mBi, 2000 mBm)
>>>> [  432.748762] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz),
>>>> (300 mBi, 2000 mBm)
>>>> [  432.748769] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz),
>>>> (300 mBi, 2000 mBm)
>>>> [  432.748776] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz),
>>>> (300 mBi, 2000 mBm)
>>>> [  432.748782] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz),
>>>> (300 mBi, 2000 mBm)
>>>> [  432.753876] iwlwifi: Unknown parameter `debug'
>>>>
>>>> - Daniel
>>>>
>>>> On Wed, Apr 25, 2012 at 2:07 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>>>>> On Wed, Apr 25, 2012 at 08:58, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>>>> Correct me if I did it incorrectly. I issue "sudo modprobe iwlwifi
>>>>>> debug=0x80000000" but I receive an "Unknown symbol in module, or
>>>>>> unknown parameter" error.
>>>>>>
>>>>>
>>>>> All right, please compile with CONFIG_IWLWIFI_DEBUG=y

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-25 12:45                   ` Emmanuel Grumbach
@ 2012-04-25 19:33                     ` Daniel Chyan
  2012-04-26 18:11                       ` Emmanuel Grumbach
  0 siblings, 1 reply; 21+ messages in thread
From: Daniel Chyan @ 2012-04-25 19:33 UTC (permalink / raw)
  To: Emmanuel Grumbach; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 8043 bytes --]

I have attached the relevant log.

On Wed, Apr 25, 2012 at 8:45 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> Just reload the module with debug=0x80000000 and when you see that
> warning send me the whole log (output of dmesg).
>
> Thanks
>
> Emmanuel Grumbach
> egrumbach@gmail.com
>
>
> On Wed, Apr 25, 2012 at 14:56, Daniel Chyan <dchyan@princeton.edu> wrote:
>> Yes, I am using compat-wireless. I have set the flag and recompiled.
>> Which log do you want exactly?
>>
>> On Wed, Apr 25, 2012 at 3:18 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>>> I understand you sue compat right ?
>>> In that case just edit the config.mk file and set the flag there.
>>>
>>> I will need the full log and apparently the debug flags I requested isn't set.
>>>
>>>
>>>
>>> On Wed, Apr 25, 2012 at 09:24, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>> I appreciate your patience with this thread. These drivers have been awesome.
>>>> A challenge to reproducing the original warning is also a seemingly
>>>> excessive time to associate at times. For example:
>>>>
>>>> ... (200 more times or so as well.)
>>>> [  892.585058] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>> [  892.590706] wlan0: direct probe responded
>>>> [  892.592991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>> [  892.597123] wlan0: direct probe responded
>>>> [  892.600979] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>> [  892.608344] wlan0: direct probe responded
>>>> [  892.608991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>> [  892.613117] wlan0: direct probe responded
>>>> [  892.616981] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>> [  892.621120] wlan0: direct probe responded
>>>> [  892.624929] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>> [  892.629038] wlan0: direct probe responded
>>>> [  892.632944] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>> [  892.637057] wlan0: direct probe responded
>>>> [  892.640852] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>> [  892.644983] wlan0: direct probe responded
>>>> [  892.648843] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>> [  892.852281] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 2/3)
>>>> [  893.055683] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 3/3)
>>>> [  893.259123] wlan0: authentication with c0:c1:c0:0e:d3:19 timed out
>>>> [  893.260852] iwlwifi 0000:03:00.0: ACTIVATE a non DRIVER active
>>>> station id 0 addr c0:c1:c0:0e:d3:19
>>>> [  901.518568] wlan0: authenticate with c0:c1:c0:0e:d3:19
>>>> [  901.525227] wlan0: send auth to c0:c1:c0:0e:d3:19 (try 1/3)
>>>> [  901.527106] wlan0: authenticated
>>>> [  901.528255] wlan0: associate with c0:c1:c0:0e:d3:19 (try 1/3)
>>>> [  901.531724] wlan0: RX AssocResp from c0:c1:c0:0e:d3:19 (capab=0x411
>>>> status=0 aid=1)
>>>> [  901.531738] wlan0: associated
>>>> [  901.536691] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
>>>>
>>>> On Wed, Apr 25, 2012 at 2:17 AM, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>>> Just to confirm, the commands are "sudo make CONFIG_IWLWIFI_DEBUG=y"
>>>>> and then "sudo make install"?
>>>>>
>>>>> If those commands are correct, here is the dmesg output:
>>>>>
>>>>> [  422.515639] ------------[ cut here ]------------
>>>>> [  422.515688] WARNING: at
>>>>> /home/foo/bar/ness/compat-wireless-2012-04-23/net/mac80211/driver-ops.h:12
>>>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]()
>>>>> [  422.515696] Hardware name: 4177CTO
>>>>> [  422.515700] wlan0:  Failed check-sdata-in-driver check, flags: 0x4
>>>>> [  422.515704] Modules linked in: btrfs zlib_deflate libcrc32c ufs
>>>>> qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs parport_pc
>>>>> ppdev snd_hda_codec_hdmi snd_hda_codec_conexant bnep rfcomm bluetooth
>>>>> speedstep_lib binfmt_misc snd_hda_intel snd_hda_codec snd_hwdep
>>>>> snd_pcm thinkpad_acpi snd_seq_midi snd_rawmidi i915 arc4
>>>>> snd_seq_midi_event snd_seq snd_timer snd_seq_device iwlwifi(-)
>>>>> uvcvideo psmouse videodev mei(C) v4l2_compat_ioctl32 tpm_tis snd
>>>>> drm_kms_helper nvram drm i2c_algo_bit soundcore serio_raw
>>>>> snd_page_alloc mac80211 cfg80211 wmi compat video lp parport usbhid
>>>>> hid firewire_ohci firewire_core crc_itu_t sdhci_pci sdhci ahci libahci
>>>>> e1000e
>>>>> [  422.515801] Pid: 19766, comm: modprobe Tainted: G         C
>>>>> 3.0.0-17-generic #30-Ubuntu
>>>>> [  422.515806] Call Trace:
>>>>> [  422.515823]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
>>>>> [  422.515832]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
>>>>> [  422.515858]  [<ffffffffa010e70e>] ? __sta_info_destroy+0x1e/0x560 [mac80211]
>>>>> [  422.515881]  [<ffffffffa010aa11>]
>>>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]
>>>>> [  422.515915]  [<ffffffffa012f6f0>]
>>>>> ieee80211_destroy_auth_data+0x50/0x80 [mac80211]
>>>>> [  422.515948]  [<ffffffffa01353c1>] ieee80211_mgd_teardown+0x51/0x70 [mac80211]
>>>>> [  422.515975]  [<ffffffffa0118aec>]
>>>>> ieee80211_teardown_sdata+0xdc/0x100 [mac80211]
>>>>> [  422.515985]  [<ffffffff814dd9e0>] rollback_registered_many+0x1a0/0x260
>>>>> [  422.515993]  [<ffffffff814ddabb>] unregister_netdevice_many+0x1b/0x80
>>>>> [  422.516019]  [<ffffffffa0119c20>]
>>>>> ieee80211_remove_interfaces+0xd0/0x110 [mac80211]
>>>>> [  422.516042]  [<ffffffffa0109133>]
>>>>> ieee80211_unregister_hw+0x53/0x120 [mac80211]
>>>>> [  422.516063]  [<ffffffffa026d24b>] iwlagn_mac_unregister+0x2b/0x40 [iwlwifi]
>>>>> [  422.516081]  [<ffffffffa02653b1>] iwl_op_mode_dvm_stop+0x51/0xe0 [iwlwifi]
>>>>> [  422.516106]  [<ffffffffa0285c27>] iwl_drv_stop+0x47/0x70 [iwlwifi]
>>>>> [  422.516135]  [<ffffffffa029b34f>] iwl_pci_remove+0x22/0xcd3 [iwlwifi]
>>>>> [  422.516148]  [<ffffffff81312736>] pci_device_remove+0x46/0x110
>>>>> [  422.516162]  [<ffffffff813d06bc>] __device_release_driver+0x7c/0xe0
>>>>> [  422.516174]  [<ffffffff813d0e48>] driver_detach+0xc8/0xd0
>>>>> [  422.516186]  [<ffffffff813d0519>] bus_remove_driver+0x79/0xd0
>>>>> [  422.516198]  [<ffffffff813d1602>] driver_unregister+0x62/0xa0
>>>>> [  422.516210]  [<ffffffff813115b5>] pci_unregister_driver+0x45/0xc0
>>>>> [  422.516240]  [<ffffffffa02848e5>]
>>>>> iwl_pci_unregister_driver+0x15/0x20 [iwlwifi]
>>>>> [  422.516270]  [<ffffffffa029aa59>] iwl_exit+0x9/0x1c [iwlwifi]
>>>>> [  422.516282]  [<ffffffff8109f1ce>] sys_delete_module+0x18e/0x250
>>>>> [  422.516294]  [<ffffffff81135593>] ? do_munmap+0x1f3/0x2f0
>>>>> [  422.516307]  [<ffffffff815fb342>] system_call_fastpath+0x16/0x1b
>>>>> [  422.516315] ---[ end trace 45b9addccc842009 ]---
>>>>> [  422.560312] iwlwifi 0000:03:00.0: PCI INT A disabled
>>>>> [  432.738352] cfg80211: Calling CRDA to update world regulatory domain
>>>>> [  432.748736] cfg80211: World regulatory domain updated:
>>>>> [  432.748745] cfg80211:   (start_freq - end_freq @ bandwidth),
>>>>> (max_antenna_gain, max_eirp)
>>>>> [  432.748755] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz),
>>>>> (300 mBi, 2000 mBm)
>>>>> [  432.748762] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz),
>>>>> (300 mBi, 2000 mBm)
>>>>> [  432.748769] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz),
>>>>> (300 mBi, 2000 mBm)
>>>>> [  432.748776] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz),
>>>>> (300 mBi, 2000 mBm)
>>>>> [  432.748782] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz),
>>>>> (300 mBi, 2000 mBm)
>>>>> [  432.753876] iwlwifi: Unknown parameter `debug'
>>>>>
>>>>> - Daniel
>>>>>
>>>>> On Wed, Apr 25, 2012 at 2:07 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>>>>>> On Wed, Apr 25, 2012 at 08:58, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>>>>> Correct me if I did it incorrectly. I issue "sudo modprobe iwlwifi
>>>>>>> debug=0x80000000" but I receive an "Unknown symbol in module, or
>>>>>>> unknown parameter" error.
>>>>>>>
>>>>>>
>>>>>> All right, please compile with CONFIG_IWLWIFI_DEBUG=y

[-- Attachment #2: log --]
[-- Type: application/octet-stream, Size: 104919 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0.0-17-generic (buildd@yellow) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #30-Ubuntu SMP Thu Mar 8 20:45:39 UTC 2012 (Ubuntu 3.0.0-17.30-generic 3.0.22)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-17-generic root=UUID=637b4538-27b2-43a2-aa02-bf3684169c03 ro
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Disabled fast string operations
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
[    0.000000]  BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
[    0.000000]  BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
[    0.000000]  BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
[    0.000000]  BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
[    0.000000]  BIOS-e820: 0000000040200000 - 00000000da99f000 (usable)
[    0.000000]  BIOS-e820: 00000000da99f000 - 00000000dae9f000 (reserved)
[    0.000000]  BIOS-e820: 00000000dae9f000 - 00000000daf9f000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000daf9f000 - 00000000dafff000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000dafff000 - 00000000db000000 (usable)
[    0.000000]  BIOS-e820: 00000000db000000 - 00000000dfa00000 (reserved)
[    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed08000 - 00000000fed09000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffd20000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 000000021e600000 (usable)
[    0.000000]  BIOS-e820: 000000021e600000 - 000000021e800000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: LENOVO 4177CTO/4177CTO, BIOS 83ET67WW (1.37 ) 11/28/2011
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x21e600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FE0000000 write-back
[    0.000000]   4 base 0DC000000 mask FFC000000 uncachable
[    0.000000]   5 base 0DB000000 mask FFF000000 uncachable
[    0.000000]   6 base 100000000 mask F00000000 write-back
[    0.000000]   7 base 200000000 mask FE0000000 write-back
[    0.000000]   8 base 21F000000 mask FFF000000 uncachable
[    0.000000]   9 base 21E800000 mask FFF800000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-00000000db000000
[    0.000000]  0000000000 - 00db000000 page 2M
[    0.000000] kernel direct mapping tables up to db000000 @ 1fffb000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-000000021e600000
[    0.000000]  0100000000 - 021e600000 page 2M
[    0.000000] kernel direct mapping tables up to 21e600000 @ da995000-da99f000
[    0.000000] RAMDISK: 365c8000 - 372dc000
[    0.000000] ACPI: RSDP 00000000000f00e0 00024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 00000000daffe120 000A4 (v01 LENOVO TP-83    00001370 PTEC 00000002)
[    0.000000] ACPI: FACP 00000000dafe8000 000F4 (v04 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: DSDT 00000000dafeb000 0E40B (v01 LENOVO TP-83    00001370 INTL 20061109)
[    0.000000] ACPI: FACS 00000000daf2d000 00040
[    0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 LENOVO TP-83    00001370 PTEC 00000001)
[    0.000000] ACPI: SSDT 00000000daffc000 00249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
[    0.000000] ACPI: SSDT 00000000daffb000 00033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
[    0.000000] ACPI: SSDT 00000000daffa000 00797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[    0.000000] ACPI: HPET 00000000dafe7000 00038 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: APIC 00000000dafe6000 00098 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: MCFG 00000000dafe5000 0003C (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: ECDT 00000000dafe4000 00052 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: ASF! 00000000dafea000 000A5 (v32 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: TCPA 00000000dafe3000 00032 (v02    PTL   LENOVO 06040000 LNVO 00000001)
[    0.000000] ACPI: SSDT 00000000dafe2000 00A27 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 00000000dafe1000 00996 (v01  PmRef    CpuPm 00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 00000000dafe0000 0003E (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: UEFI 00000000dafdf000 00042 (v01 PTL      COMBUF 00000001 PTL  00000001)
[    0.000000] ACPI: UEFI 00000000dafde000 00292 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000021e600000
[    0.000000] Initmem setup node 0 0000000000000000-000000021e600000
[    0.000000]   NODE_DATA [000000021e5fb000 - 000000021e5fffff]
[    0.000000]  [ffffea0000000000-ffffea00077fffff] PMD -> [ffff880215c00000-ffff88021cdfffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x0021e600
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[6] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x00020000
[    0.000000]     0: 0x00020200 -> 0x00040000
[    0.000000]     0: 0x00040200 -> 0x000da99f
[    0.000000]     0: 0x000dafff -> 0x000db000
[    0.000000]     0: 0x00100000 -> 0x0021e600
[    0.000000] On node 0 totalpages: 2067245
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3920 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 875992 pages, LIFO batch:31
[    0.000000]   Normal zone: 16037 pages used for memmap
[    0.000000]   Normal zone: 1156955 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[    0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[    0.000000] PM: Registered nosave memory: 00000000da99f000 - 00000000dae9f000
[    0.000000] PM: Registered nosave memory: 00000000dae9f000 - 00000000daf9f000
[    0.000000] PM: Registered nosave memory: 00000000daf9f000 - 00000000dafff000
[    0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000dfa00000
[    0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
[    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed08000
[    0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000
[    0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000
[    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffd20000
[    0.000000] PM: Registered nosave memory: 00000000ffd20000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at dfa00000 (gap: dfa00000:18600000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88021e200000 s79616 r8192 d22784 u262144
[    0.000000] pcpu-alloc: s79616 r8192 d22784 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2036867
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-17-generic root=UUID=637b4538-27b2-43a2-aa02-bf3684169c03 ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8056292k/8886272k available (6140k kernel code, 617292k absent, 212688k reserved, 6894k data, 988k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16640 nr_irqs:744 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 67108864 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 2492.074 MHz processor.
[    0.000006] Calibrating delay loop (skipped), value calculated using timer frequency.. 4984.14 BogoMIPS (lpj=9968296)
[    0.000149] pid_max: default: 32768 minimum: 301
[    0.000271] Security Framework initialized
[    0.000365] AppArmor: AppArmor initialized
[    0.000432] Yama: becoming mindful.
[    0.002656] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.007892] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.010040] Mount-cache hash table entries: 256
[    0.010374] Initializing cgroup subsys cpuacct
[    0.010451] Initializing cgroup subsys memory
[    0.010529] Initializing cgroup subsys devices
[    0.010596] Initializing cgroup subsys freezer
[    0.010663] Initializing cgroup subsys net_cls
[    0.010731] Initializing cgroup subsys blkio
[    0.010806] Initializing cgroup subsys perf_event
[    0.010931] Disabled fast string operations
[    0.011000] CPU: Physical Processor ID: 0
[    0.011066] CPU: Processor Core ID: 0
[    0.011139] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.011142] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.011290] mce: CPU supports 7 MCE banks
[    0.011382] CPU0: Thermal monitoring enabled (TM1)
[    0.011466] using mwait in idle threads.
[    0.016270] ACPI: Core revision 20110413
[    0.035992] ftrace: allocating 25750 entries in 101 pages
[    0.058300] x2apic not enabled, IRQ remapping init failed
[    0.058842] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.098516] CPU0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz stepping 07
[    0.205619] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
[    0.205829] ... version:                3
[    0.206463] ... bit width:              48
[    0.206531] ... generic registers:      4
[    0.206597] ... value mask:             0000ffffffffffff
[    0.206669] ... max period:             000000007fffffff
[    0.206740] ... fixed-purpose events:   3
[    0.206808] ... event mask:             000000070000000f
[    0.207910] Booting Node   0, Processors  #1
[    0.207997] smpboot cpu 1: start_ip = 98000
[    0.297434] Disabled fast string operations
[    0.317696]  #2
[    0.317808] smpboot cpu 2: start_ip = 98000
[    0.405183] Disabled fast string operations
[    0.425404]  #3
[    0.425516] smpboot cpu 3: start_ip = 98000
[    0.512933] Disabled fast string operations
[    0.533057] Brought up 4 CPUs
[    0.533191] Total of 4 processors activated (19935.32 BogoMIPS).
[    0.539702] devtmpfs: initialized
[    0.540062] PM: Registering ACPI NVS region at dae9f000 (1048576 bytes)
[    0.543812] print_constraints: dummy: 
[    0.543916] Time: 15:26:38  Date: 04/25/12
[    0.544052] NET: Registered protocol family 16
[    0.544338] Trying to unpack rootfs image as initramfs...
[    0.544358] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.544363] ACPI: bus type pci registered
[    0.544850] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.544857] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.581204] PCI: Using configuration type 1 for base access
[    0.582986] bio: create slab <bio-0> at 0
[    0.587705] ACPI: EC: EC description table is found, configuring boot EC
[    0.600181] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.713798] ACPI: SSDT 00000000dae8c018 008C0 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.715117] ACPI: Dynamic OEM Table Load:
[    0.715257] ACPI: SSDT           (null) 008C0 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.744998] ACPI: SSDT 00000000dae8da98 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.746389] ACPI: Dynamic OEM Table Load:
[    0.746525] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.776576] ACPI: SSDT 00000000dae8bd98 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.777887] ACPI: Dynamic OEM Table Load:
[    0.778028] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.809637] ACPI: Interpreter enabled
[    0.809711] ACPI: (supports S0 S3 S4 S5)
[    0.809966] ACPI: Using IOAPIC for interrupt routing
[    0.856929] ACPI: Power Resource [PUBS] (on)
[    0.862953] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[    0.864934] ACPI: ACPI Dock Station Driver: 2 docks/bays found
[    0.865011] HEST: Table not found.
[    0.865081] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.865470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.865677] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.865755] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.865834] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.865935] pci_root PNP0A08:00: host bridge window [mem 0xdfa00000-0xfebfffff]
[    0.866033] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed4bfff]
[    0.866154] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
[    0.866246] pci 0000:00:02.0: [8086:0126] type 0 class 0x000300
[    0.866274] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.866291] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.866304] pci 0000:00:02.0: reg 20: [io  0x5000-0x503f]
[    0.866441] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
[    0.866490] pci 0000:00:16.0: reg 10: [mem 0xf2525000-0xf252500f 64bit]
[    0.866651] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.866660] pci 0000:00:16.0: PME# disabled
[    0.866730] pci 0000:00:19.0: [8086:1502] type 0 class 0x000200
[    0.866774] pci 0000:00:19.0: reg 10: [mem 0xf2500000-0xf251ffff]
[    0.866795] pci 0000:00:19.0: reg 14: [mem 0xf252b000-0xf252bfff]
[    0.866816] pci 0000:00:19.0: reg 18: [io  0x5080-0x509f]
[    0.866970] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.866978] pci 0000:00:19.0: PME# disabled
[    0.867029] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
[    0.867073] pci 0000:00:1a.0: reg 10: [mem 0xf252a000-0xf252a3ff]
[    0.867263] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.867272] pci 0000:00:1a.0: PME# disabled
[    0.867323] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
[    0.867360] pci 0000:00:1b.0: reg 10: [mem 0xf2520000-0xf2523fff 64bit]
[    0.867528] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.867537] pci 0000:00:1b.0: PME# disabled
[    0.867586] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
[    0.867767] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.867776] pci 0000:00:1c.0: PME# disabled
[    0.867825] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
[    0.868002] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.868011] pci 0000:00:1c.1: PME# disabled
[    0.868062] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
[    0.868254] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.868263] pci 0000:00:1c.3: PME# disabled
[    0.868315] pci 0000:00:1c.4: [8086:1c18] type 1 class 0x000604
[    0.868500] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.868509] pci 0000:00:1c.4: PME# disabled
[    0.868576] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
[    0.868620] pci 0000:00:1d.0: reg 10: [mem 0xf2529000-0xf25293ff]
[    0.868811] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.868820] pci 0000:00:1d.0: PME# disabled
[    0.868867] pci 0000:00:1f.0: [8086:1c4f] type 0 class 0x000601
[    0.869110] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
[    0.869159] pci 0000:00:1f.2: reg 10: [io  0x50a8-0x50af]
[    0.869180] pci 0000:00:1f.2: reg 14: [io  0x50bc-0x50bf]
[    0.869201] pci 0000:00:1f.2: reg 18: [io  0x50a0-0x50a7]
[    0.869221] pci 0000:00:1f.2: reg 1c: [io  0x50b8-0x50bb]
[    0.869242] pci 0000:00:1f.2: reg 20: [io  0x5060-0x507f]
[    0.869263] pci 0000:00:1f.2: reg 24: [mem 0xf2528000-0xf25287ff]
[    0.869385] pci 0000:00:1f.2: PME# supported from D3hot
[    0.869393] pci 0000:00:1f.2: PME# disabled
[    0.869433] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
[    0.869472] pci 0000:00:1f.3: reg 10: [mem 0xf2524000-0xf25240ff 64bit]
[    0.869525] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
[    0.869691] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.869768] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.869778] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.869792] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.869946] pci 0000:03:00.0: [8086:4238] type 0 class 0x000280
[    0.870009] pci 0000:03:00.0: reg 10: [mem 0xf2400000-0xf2401fff 64bit]
[    0.870313] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.870326] pci 0000:03:00.0: PME# disabled
[    0.876111] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.876190] pci 0000:00:1c.1:   bridge window [io  0xf000-0x0000] (disabled)
[    0.876200] pci 0000:00:1c.1:   bridge window [mem 0xf2400000-0xf24fffff]
[    0.876215] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.876318] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.876396] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.876405] pci 0000:00:1c.3:   bridge window [mem 0xf1c00000-0xf23fffff]
[    0.876419] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.876597] pci 0000:0d:00.0: [1180:e823] type 0 class 0x000880
[    0.876628] pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
[    0.876778] pci 0000:0d:00.0: reg 10: [mem 0xf1401000-0xf14010ff]
[    0.877060] pci 0000:0d:00.0: supports D1 D2
[    0.877064] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.877111] pci 0000:0d:00.0: PME# disabled
[    0.877193] pci 0000:0d:00.3: [1180:e832] type 0 class 0x000c00
[    0.877229] pci 0000:0d:00.3: reg 10: [mem 0xf1400000-0xf14007ff]
[    0.877477] pci 0000:0d:00.3: supports D1 D2
[    0.877481] pci 0000:0d:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.877526] pci 0000:0d:00.3: PME# disabled
[    0.884134] pci 0000:00:1c.4: PCI bridge to [bus 0d-0d]
[    0.884213] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.884222] pci 0000:00:1c.4:   bridge window [mem 0xf1400000-0xf1bfffff]
[    0.884238] pci 0000:00:1c.4:   bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.884293] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.884513] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.884574] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[    0.884632] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
[    0.884695] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
[    0.885013]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.885476]  pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
[    0.885577] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.890410] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.890966] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11)
[    0.891512] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.892059] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.892602] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11)
[    0.893125] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.893758] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 9 10 11)
[    0.894305] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
[    0.894943] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.895058] vgaarb: loaded
[    0.895121] vgaarb: bridge control possible 0000:00:02.0
[    0.895536] SCSI subsystem initialized
[    0.895718] libata version 3.00 loaded.
[    0.895803] usbcore: registered new interface driver usbfs
[    0.895898] usbcore: registered new interface driver hub
[    0.896039] usbcore: registered new device driver usb
[    0.896304] PCI: Using ACPI for IRQ routing
[    0.900501] PCI: pci_cache_line_size set to 64 bytes
[    0.900723] reserve RAM buffer: 000000000009d800 - 000000000009ffff 
[    0.900729] reserve RAM buffer: 00000000da99f000 - 00000000dbffffff 
[    0.900735] reserve RAM buffer: 00000000db000000 - 00000000dbffffff 
[    0.900740] reserve RAM buffer: 000000021e600000 - 000000021fffffff 
[    0.900942] NetLabel: Initializing
[    0.901011] NetLabel:  domain hash size = 128
[    0.901080] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.901169] NetLabel:  unlabeled traffic allowed by default
[    0.901336] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.901731] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.903826] Switching to clocksource hpet
[    0.908019] Switched to NOHz mode on CPU #0
[    0.908157] Switched to NOHz mode on CPU #2
[    0.908196] Switched to NOHz mode on CPU #1
[    0.908212] Switched to NOHz mode on CPU #3
[    0.915893] AppArmor: AppArmor Filesystem Enabled
[    0.916011] pnp: PnP ACPI init
[    0.916100] ACPI: bus type pnp registered
[    0.917038] pnp 00:00: [mem 0x00000000-0x0009ffff]
[    0.917044] pnp 00:00: [mem 0x000c0000-0x000c3fff]
[    0.917048] pnp 00:00: [mem 0x000c4000-0x000c7fff]
[    0.917052] pnp 00:00: [mem 0x000c8000-0x000cbfff]
[    0.917056] pnp 00:00: [mem 0x000cc000-0x000cffff]
[    0.917060] pnp 00:00: [mem 0x000d0000-0x000d3fff]
[    0.917064] pnp 00:00: [mem 0x000d4000-0x000d7fff]
[    0.917069] pnp 00:00: [mem 0x000d8000-0x000dbfff]
[    0.917073] pnp 00:00: [mem 0x000dc000-0x000dffff]
[    0.917077] pnp 00:00: [mem 0x000e0000-0x000e3fff]
[    0.917081] pnp 00:00: [mem 0x000e4000-0x000e7fff]
[    0.917085] pnp 00:00: [mem 0x000e8000-0x000ebfff]
[    0.917089] pnp 00:00: [mem 0x000ec000-0x000effff]
[    0.917093] pnp 00:00: [mem 0x000f0000-0x000fffff]
[    0.917098] pnp 00:00: [mem 0x00100000-0xdf9fffff]
[    0.917102] pnp 00:00: [mem 0xfec00000-0xfed3ffff]
[    0.917106] pnp 00:00: [mem 0xfed4c000-0xffffffff]
[    0.917224] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.917305] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.917384] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[    0.917462] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[    0.917539] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
[    0.917617] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
[    0.917694] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
[    0.917772] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
[    0.917849] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
[    0.917927] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.918006] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[    0.918084] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.918162] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[    0.918239] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.918318] system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
[    0.918397] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.918475] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.918556] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.918607] pnp 00:01: [bus 00-fe]
[    0.918612] pnp 00:01: [io  0x0cf8-0x0cff]
[    0.918617] pnp 00:01: [io  0x0000-0x0cf7 window]
[    0.918621] pnp 00:01: [io  0x0d00-0xffff window]
[    0.918626] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[    0.918631] pnp 00:01: [mem 0x000c0000-0x000c3fff window]
[    0.918641] pnp 00:01: [mem 0x000c4000-0x000c7fff window]
[    0.918645] pnp 00:01: [mem 0x000c8000-0x000cbfff window]
[    0.918650] pnp 00:01: [mem 0x000cc000-0x000cffff window]
[    0.918655] pnp 00:01: [mem 0x000d0000-0x000d3fff window]
[    0.918659] pnp 00:01: [mem 0x000d4000-0x000d7fff window]
[    0.918664] pnp 00:01: [mem 0x000d8000-0x000dbfff window]
[    0.918668] pnp 00:01: [mem 0x000dc000-0x000dffff window]
[    0.918673] pnp 00:01: [mem 0x000e0000-0x000e3fff window]
[    0.918677] pnp 00:01: [mem 0x000e4000-0x000e7fff window]
[    0.918682] pnp 00:01: [mem 0x000e8000-0x000ebfff window]
[    0.918686] pnp 00:01: [mem 0x000ec000-0x000effff window]
[    0.918691] pnp 00:01: [mem 0xdfa00000-0xfebfffff window]
[    0.918696] pnp 00:01: [mem 0xfed40000-0xfed4bfff window]
[    0.918806] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.918946] pnp 00:02: [io  0x0010-0x001f]
[    0.918950] pnp 00:02: [io  0x0090-0x009f]
[    0.918954] pnp 00:02: [io  0x0024-0x0025]
[    0.918958] pnp 00:02: [io  0x0028-0x0029]
[    0.918962] pnp 00:02: [io  0x002c-0x002d]
[    0.918966] pnp 00:02: [io  0x0030-0x0031]
[    0.918970] pnp 00:02: [io  0x0034-0x0035]
[    0.918974] pnp 00:02: [io  0x0038-0x0039]
[    0.918977] pnp 00:02: [io  0x003c-0x003d]
[    0.918981] pnp 00:02: [io  0x00a4-0x00a5]
[    0.918985] pnp 00:02: [io  0x00a8-0x00a9]
[    0.918989] pnp 00:02: [io  0x00ac-0x00ad]
[    0.918992] pnp 00:02: [io  0x00b0-0x00b5]
[    0.918996] pnp 00:02: [io  0x00b8-0x00b9]
[    0.919000] pnp 00:02: [io  0x00bc-0x00bd]
[    0.919004] pnp 00:02: [io  0x0050-0x0053]
[    0.919007] pnp 00:02: [io  0x0072-0x0077]
[    0.919011] pnp 00:02: [io  0x0400-0x047f]
[    0.919015] pnp 00:02: [io  0x0500-0x057f]
[    0.919019] pnp 00:02: [io  0x0800-0x080f]
[    0.919023] pnp 00:02: [io  0x15e0-0x15ef]
[    0.919027] pnp 00:02: [io  0x1600-0x167f]
[    0.919031] pnp 00:02: [mem 0xf8000000-0xfbffffff]
[    0.919035] pnp 00:02: [mem 0x00000000-0x00000fff]
[    0.919040] pnp 00:02: [mem 0xfed1c000-0xfed1ffff]
[    0.919044] pnp 00:02: [mem 0xfed10000-0xfed13fff]
[    0.919048] pnp 00:02: [mem 0xfed18000-0xfed18fff]
[    0.919052] pnp 00:02: [mem 0xfed19000-0xfed19fff]
[    0.919056] pnp 00:02: [mem 0xfed45000-0xfed4bfff]
[    0.919183] system 00:02: [io  0x0400-0x047f] has been reserved
[    0.919259] system 00:02: [io  0x0500-0x057f] has been reserved
[    0.919334] system 00:02: [io  0x0800-0x080f] has been reserved
[    0.919410] system 00:02: [io  0x15e0-0x15ef] has been reserved
[    0.919486] system 00:02: [io  0x1600-0x167f] has been reserved
[    0.919562] system 00:02: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.919638] system 00:02: [mem 0x00000000-0x00000fff] could not be reserved
[    0.919717] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.919794] system 00:02: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.919873] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.919950] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.920028] system 00:02: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.920107] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.920218] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.920301] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.920324] pnp 00:04: [io  0x0000-0x000f]
[    0.920328] pnp 00:04: [io  0x0080-0x008f]
[    0.920332] pnp 00:04: [io  0x00c0-0x00df]
[    0.920337] pnp 00:04: [dma 4]
[    0.920389] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.920406] pnp 00:05: [io  0x0061]
[    0.920462] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.920481] pnp 00:06: [io  0x00f0]
[    0.920499] pnp 00:06: [irq 13]
[    0.920552] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.920570] pnp 00:07: [io  0x0070-0x0071]
[    0.920581] pnp 00:07: [irq 8]
[    0.920633] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.920651] pnp 00:08: [io  0x0060]
[    0.920655] pnp 00:08: [io  0x0064]
[    0.920664] pnp 00:08: [irq 1]
[    0.920726] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.920750] pnp 00:09: [irq 12]
[    0.920805] pnp 00:09: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
[    0.920879] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
[    0.920937] pnp 00:0a: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[    0.921663] pnp: PnP ACPI: found 11 devices
[    0.921736] ACPI: ACPI bus type pnp unregistered
[    0.929045] PCI: max bus depth: 1 pci_try_num: 2
[    0.929123] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.929198] pci 0000:00:1c.0:   bridge window [io  disabled]
[    0.929277] pci 0000:00:1c.0:   bridge window [mem disabled]
[    0.929353] pci 0000:00:1c.0:   bridge window [mem pref disabled]
[    0.929438] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.929510] pci 0000:00:1c.1:   bridge window [io  disabled]
[    0.929590] pci 0000:00:1c.1:   bridge window [mem 0xf2400000-0xf24fffff]
[    0.929672] pci 0000:00:1c.1:   bridge window [mem pref disabled]
[    0.929755] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.929828] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.929910] pci 0000:00:1c.3:   bridge window [mem 0xf1c00000-0xf23fffff]
[    0.929992] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.930100] pci 0000:00:1c.4: PCI bridge to [bus 0d-0d]
[    0.930175] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.930253] pci 0000:00:1c.4:   bridge window [mem 0xf1400000-0xf1bfffff]
[    0.930337] pci 0000:00:1c.4:   bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.930481] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.930567] pci 0000:00:1c.0: setting latency timer to 64
[    0.930589] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.930671] pci 0000:00:1c.1: setting latency timer to 64
[    0.930692] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.930772] pci 0000:00:1c.3: setting latency timer to 64
[    0.930786] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.930868] pci 0000:00:1c.4: setting latency timer to 64
[    0.930877] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.930882] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.930887] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.930892] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff]
[    0.930897] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff]
[    0.930903] pci_bus 0000:03: resource 1 [mem 0xf2400000-0xf24fffff]
[    0.930908] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    0.930913] pci_bus 0000:05: resource 1 [mem 0xf1c00000-0xf23fffff]
[    0.930918] pci_bus 0000:05: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.930923] pci_bus 0000:0d: resource 0 [io  0x3000-0x3fff]
[    0.930927] pci_bus 0000:0d: resource 1 [mem 0xf1400000-0xf1bfffff]
[    0.930932] pci_bus 0000:0d: resource 2 [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.931003] NET: Registered protocol family 2
[    0.931677] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.937109] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.940826] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.941229] TCP: Hash tables configured (established 524288 bind 65536)
[    0.941307] TCP reno registered
[    0.941410] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.941581] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.941884] NET: Registered protocol family 1
[    0.941976] pci 0000:00:02.0: Boot video device
[    0.942182] PCI: CLS 64 bytes, default 64
[    0.942187] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.942263] Placing 64MB software IO TLB between ffff8800d6995000 - ffff8800da995000
[    0.942362] software IO TLB at phys 0xd6995000 - 0xda995000
[    0.943349] audit: initializing netlink socket (disabled)
[    0.943438] type=2000 audit(1335367597.768:1): initialized
[    1.022350] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.064451] VFS: Disk quotas dquot_6.5.2
[    1.064648] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.065950] fuse init (API version 7.16)
[    1.066201] msgmni has been set to 15734
[    1.067024] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.067744] io scheduler noop registered
[    1.067817] io scheduler deadline registered
[    1.067995] io scheduler cfq registered (default)
[    1.068644] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.068763] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.068911] intel_idle: MWAIT substates: 0x21120
[    1.068915] intel_idle: v0.4 model 0x2A
[    1.068919] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.069236] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.069579] ACPI: AC Adapter [AC] (off-line)
[    1.069772] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    1.070077] ACPI: Lid Switch [LID]
[    1.070227] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    1.070333] ACPI: Sleep Button [SLPB]
[    1.070488] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.070588] ACPI: Power Button [PWRF]
[    1.070705] ACPI: acpi_idle yielding to intel_idle
[    1.076587] thermal LNXTHERM:00: registered as thermal_zone0
[    1.076664] ACPI: Thermal Zone [THM0] (32 C)
[    1.076769] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.076908] ERST: Table is not found!
[    1.077160] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.091261] ACPI: Battery Slot [BAT0] (battery present)
[    1.235363] Freeing initrd memory: 13392k freed
[    1.343983] Linux agpgart interface v0.103
[    1.344247] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[    1.344664] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.348006] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    1.348294] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    1.350337] brd: module loaded
[    1.351326] loop: module loaded
[    1.352186] Fixed MDIO Bus: probed
[    1.352290] PPP generic driver version 2.4.2
[    1.352424] tun: Universal TUN/TAP device driver, 1.6
[    1.352495] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.352700] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.352807] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[    1.352888] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[    1.352975] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.353085] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.353093] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    1.353228] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.353368] ehci_hcd 0000:00:1a.0: debug port 2
[    1.357333] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    1.357375] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf252a000
[    1.371260] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.371561] hub 1-0:1.0: USB hub found
[    1.371636] hub 1-0:1.0: 3 ports detected
[    1.371810] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[    1.371891] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[    1.371991] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.372095] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.372102] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    1.372238] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.372377] ehci_hcd 0000:00:1d.0: debug port 2
[    1.376331] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    1.376358] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf2529000
[    1.391213] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.391486] hub 2-0:1.0: USB hub found
[    1.391558] hub 2-0:1.0: 3 ports detected
[    1.391730] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.391823] uhci_hcd: USB Universal Host Controller Interface driver
[    1.392009] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.395536] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.395616] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.395886] mousedev: PS/2 mouse device common for all mice
[    1.396199] rtc_cmos 00:07: RTC can wake from S4
[    1.396444] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.396556] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.396843] device-mapper: uevent: version 1.0.3
[    1.397078] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[    1.397453] cpuidle: using governor ladder
[    1.397918] cpuidle: using governor menu
[    1.397996] EFI Variables Facility v0.08 2004-May-17
[    1.398519] TCP cubic registered
[    1.398873] NET: Registered protocol family 10
[    1.399301] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.400251] NET: Registered protocol family 17
[    1.400347] Registering the dns_resolver key type
[    1.400607] PM: Hibernation image not present or could not be loaded.
[    1.400637] registered taskstats version 1
[    1.435597]   Magic number: 8:830:437
[    1.435845] rtc_cmos 00:07: setting system clock to 2012-04-25 15:26:39 UTC (1335367599)
[    1.439787] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.439823] EDD information not available.
[    1.440906] Freeing unused kernel memory: 988k freed
[    1.441037] Write protecting the kernel read-only data: 12288k
[    1.445313] Freeing unused kernel memory: 2032k freed
[    1.448285] Freeing unused kernel memory: 1388k freed
[    1.459393] udevd[86]: starting version 173
[    1.475647] sdhci: Secure Digital Host Controller Interface driver
[    1.475688] sdhci: Copyright(c) Pierre Ossman
[    1.475936] sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e823] (rev 5)
[    1.476046] sdhci-pci 0000:0d:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.476168] sdhci-pci 0000:0d:00.0: setting latency timer to 64
[    1.476181] mmc0: no vmmc regulator found
[    1.476281] Registered led device: mmc0::
[    1.476368] mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
[    1.477399] e1000e: Intel(R) PRO/1000 Network Driver - 1.3.10-k2
[    1.477441] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[    1.477512] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    1.477563] e1000e 0000:00:19.0: setting latency timer to 64
[    1.477673] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[    1.478498] firewire_ohci 0000:0d:00.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.478597] firewire_ohci 0000:0d:00.3: setting latency timer to 64
[    1.539002] firewire_ohci: Added fw-ohci device 0000:0d:00.3, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x11
[    1.674241] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:21:cc:bc:f2:ad
[    1.674292] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    1.674390] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[    1.674487] ahci 0000:00:1f.2: version 3.0
[    1.674503] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.674609] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    1.674638] ahci: SSS flag set, parallel bus scan disabled
[    1.682649] usb 1-1: new high speed USB device number 2 using ehci_hcd
[    1.690653] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
[    1.690732] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
[    1.690785] ahci 0000:00:1f.2: setting latency timer to 64
[    1.715052] scsi0 : ahci
[    1.715243] scsi1 : ahci
[    1.715434] scsi2 : ahci
[    1.715625] scsi3 : ahci
[    1.715815] scsi4 : ahci
[    1.715970] scsi5 : ahci
[    1.716353] ata1: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528100 irq 41
[    1.716403] ata2: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528180 irq 41
[    1.716450] ata3: DUMMY
[    1.716479] ata4: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528280 irq 41
[    1.716527] ata5: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528300 irq 41
[    1.716573] ata6: DUMMY
[    1.815389] hub 1-1:1.0: USB hub found
[    1.815637] hub 1-1:1.0: 6 ports detected
[    1.926163] usb 2-1: new high speed USB device number 2 using ehci_hcd
[    1.938052] Refined TSC clocksource calibration: 2491.909 MHz.
[    1.938136] Switching to clocksource tsc
[    2.033845] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.034291] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.034310] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.034359] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.034588] ata1.00: ATA-8: KINGSTON SVP100S296G, CJR10202, max UDMA/100
[    2.034656] ata1.00: 187557552 sectors, multi 16: LBA48 
[    2.035095] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.035107] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.035157] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.035395] ata1.00: configured for UDMA/100
[    2.035543] scsi 0:0:0:0: Direct-Access     ATA      KINGSTON SVP100S CJR1 PQ: 0 ANSI: 5
[    2.035719] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.035773] sd 0:0:0:0: [sda] 187557552 512-byte logical blocks: (96.0 GB/89.4 GiB)
[    2.035897] sd 0:0:0:0: [sda] Write Protect is off
[    2.035932] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.035952] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.037840] firewire_core: created device fw0: GUID 0021cc201001f18f, S400
[    2.037947]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    2.038324] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.058409] hub 2-1:1.0: USB hub found
[    2.058509] hub 2-1:1.0: 8 ports detected
[    2.129846] usb 1-1.6: new high speed USB device number 3 using ehci_hcd
[    2.353120] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.358401] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[    2.359960] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[    2.359973] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.363861] ata2.00: ATAPI: HL-DT-ST DVDRAM GT50N, LT20, max UDMA/33
[    2.371308] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[    2.372869] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[    2.372881] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.376798] ata2.00: configured for UDMA/33
[    2.382447] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GT50N     LT20 PQ: 0 ANSI: 5
[    2.389081] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.389163] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.389327] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.389387] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.708311] ata4: SATA link down (SStatus 0 SControl 300)
[    3.027586] ata5: SATA link down (SStatus 0 SControl 300)
[    3.137267] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    3.665759] udevd[336]: starting version 173
[    3.700359] Adding 8255484k swap on /dev/sda6.  Priority:-1 extents:1 across:8255484k SS
[    3.705134] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[    3.790854] type=1400 audit(1335382001.858:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=396 comm="apparmor_parser"
[    3.791134] type=1400 audit(1335382001.858:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=396 comm="apparmor_parser"
[    3.791297] type=1400 audit(1335382001.858:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=396 comm="apparmor_parser"
[    3.822246] lp: driver loaded but no devices found
[    3.824446] Compat-wireless backport release: compat-wireless-2012-04-19
[    3.824449] Backport based on linux-next.git next-20120423
[    3.829431] Linux video capture interface: v2.00
[    3.830074] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b221)
[    3.832394] [drm] Initialized drm 1.1.0 20060810
[    3.833975] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input4
[    3.834036] usbcore: registered new interface driver uvcvideo
[    3.834038] USB Video Class driver (v1.1.0)
[    3.834457] mei: module is from the staging directory, the quality is unknown, you have been warned.
[    3.834753] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.834760] mei 0000:00:16.0: setting latency timer to 64
[    3.836893] cfg80211: Calling CRDA to update world regulatory domain
[    3.852696] i915 0000:00:02.0: power state changed by ACPI to D0
[    3.852701] i915 0000:00:02.0: power state changed by ACPI to D0
[    3.852707] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.852710] i915 0000:00:02.0: setting latency timer to 64
[    3.871587] iwlagn: disagrees about version of symbol ieee80211_stop_tx_ba_session
[    3.871591] iwlagn: Unknown symbol ieee80211_stop_tx_ba_session (err -22)
[    3.871602] iwlagn: disagrees about version of symbol ieee80211_start_tx_ba_cb_irqsafe
[    3.871604] iwlagn: Unknown symbol ieee80211_start_tx_ba_cb_irqsafe (err -22)
[    3.871618] iwlagn: disagrees about version of symbol ieee80211_chswitch_done
[    3.871619] iwlagn: Unknown symbol ieee80211_chswitch_done (err -22)
[    3.871642] iwlagn: disagrees about version of symbol ieee80211_free_hw
[    3.871643] iwlagn: Unknown symbol ieee80211_free_hw (err -22)
[    3.871661] iwlagn: disagrees about version of symbol ieee80211_alloc_hw
[    3.871663] iwlagn: Unknown symbol ieee80211_alloc_hw (err -22)
[    3.871669] iwlagn: disagrees about version of symbol ieee80211_start_tx_ba_session
[    3.871671] iwlagn: Unknown symbol ieee80211_start_tx_ba_session (err -22)
[    3.871679] iwlagn: disagrees about version of symbol ieee80211_register_hw
[    3.871681] iwlagn: Unknown symbol ieee80211_register_hw (err -22)
[    3.871690] iwlagn: disagrees about version of symbol __ieee80211_create_tpt_led_trigger
[    3.871692] iwlagn: Unknown symbol __ieee80211_create_tpt_led_trigger (err -22)
[    3.871695] iwlagn: disagrees about version of symbol ieee80211_restart_hw
[    3.871697] iwlagn: Unknown symbol ieee80211_restart_hw (err -22)
[    3.871701] iwlagn: disagrees about version of symbol ieee80211_rate_control_unregister
[    3.871703] iwlagn: Unknown symbol ieee80211_rate_control_unregister (err -22)
[    3.871706] iwlagn: disagrees about version of symbol __ieee80211_get_radio_led_name
[    3.871708] iwlagn: Unknown symbol __ieee80211_get_radio_led_name (err -22)
[    3.871715] iwlagn: disagrees about version of symbol ieee80211_wake_queue
[    3.871716] iwlagn: Unknown symbol ieee80211_wake_queue (err -22)
[    3.871733] iwlagn: Unknown symbol ieee80211_get_tkip_key (err 0)
[    3.871740] iwlagn: disagrees about version of symbol ieee80211_find_sta
[    3.871742] iwlagn: Unknown symbol ieee80211_find_sta (err -22)
[    3.871749] iwlagn: disagrees about version of symbol ieee80211_tx_status_irqsafe
[    3.871751] iwlagn: Unknown symbol ieee80211_tx_status_irqsafe (err -22)
[    3.871758] iwlagn: disagrees about version of symbol wiphy_rfkill_set_hw_state
[    3.871760] iwlagn: Unknown symbol wiphy_rfkill_set_hw_state (err -22)
[    3.871774] iwlagn: disagrees about version of symbol ieee80211_stop_tx_ba_cb_irqsafe
[    3.871775] iwlagn: Unknown symbol ieee80211_stop_tx_ba_cb_irqsafe (err -22)
[    3.871795] iwlagn: disagrees about version of symbol ieee80211_sta_block_awake
[    3.871797] iwlagn: Unknown symbol ieee80211_sta_block_awake (err -22)
[    3.871802] iwlagn: disagrees about version of symbol ieee80211_remain_on_channel_expired
[    3.871804] iwlagn: Unknown symbol ieee80211_remain_on_channel_expired (err -22)
[    3.871809] iwlagn: disagrees about version of symbol ieee80211_rx
[    3.871811] iwlagn: Unknown symbol ieee80211_rx (err -22)
[    3.871819] iwlagn: disagrees about version of symbol ieee80211_wake_queues
[    3.871821] iwlagn: Unknown symbol ieee80211_wake_queues (err -22)
[    3.871824] iwlagn: disagrees about version of symbol ieee80211_rate_control_register
[    3.871825] iwlagn: Unknown symbol ieee80211_rate_control_register (err -22)
[    3.871847] iwlagn: disagrees about version of symbol ieee80211_stop_queue
[    3.871849] iwlagn: Unknown symbol ieee80211_stop_queue (err -22)
[    3.871852] iwlagn: disagrees about version of symbol ieee80211_ready_on_channel
[    3.871854] iwlagn: Unknown symbol ieee80211_ready_on_channel (err -22)
[    3.871857] iwlagn: disagrees about version of symbol ieee80211_stop_queues
[    3.871859] iwlagn: Unknown symbol ieee80211_stop_queues (err -22)
[    3.871870] iwlagn: disagrees about version of symbol ieee80211_scan_completed
[    3.871872] iwlagn: Unknown symbol ieee80211_scan_completed (err -22)
[    3.871881] iwlagn: disagrees about version of symbol rate_control_send_low
[    3.871883] iwlagn: Unknown symbol rate_control_send_low (err -22)
[    3.871916] iwlagn: disagrees about version of symbol ieee80211_unregister_hw
[    3.871918] iwlagn: Unknown symbol ieee80211_unregister_hw (err -22)
[    3.871922] iwlagn: disagrees about version of symbol ieee80211_beacon_get_tim
[    3.871924] iwlagn: Unknown symbol ieee80211_beacon_get_tim (err -22)
[    3.871932] iwlagn: disagrees about version of symbol ieee80211_request_smps
[    3.871934] iwlagn: Unknown symbol ieee80211_request_smps (err -22)
[    3.879266] tpm_tis 00:0a: 1.2 TPM (device-id 0x0, rev-id 78)
[    3.880366] iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
[    3.880369] iwlwifi: Copyright(c) 2003-2012 Intel Corporation
[    3.880431] iwlwifi 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    3.880440] iwlwifi 0000:03:00.0: setting latency timer to 64
[    3.880459] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
[    3.880461] iwlwifi 0000:03:00.0: pci_resource_base = ffffc900057bc000
[    3.880463] iwlwifi 0000:03:00.0: HW Revision ID = 0x35
[    3.880548] iwlwifi 0000:03:00.0: irq 42 for MSI/MSI-X
[    3.881691] wmi: Mapper loaded
[    3.892034] Non-volatile memory driver v1.3
[    3.910877] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[    3.910880] thinkpad_acpi: http://ibm-acpi.sf.net/
[    3.910882] thinkpad_acpi: ThinkPad BIOS 83ET67WW (1.37 ), EC unknown
[    3.910884] thinkpad_acpi: Lenovo ThinkPad T420, model 4177CTO
[    3.911903] mtrr: no more MTRRs available
[    3.911906] [drm] MTRR allocation failed.  Graphics performance may suffer.
[    3.912205] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[    3.912209] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    3.912211] [drm] Driver supports precise vblank timestamp query.
[    3.912245] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.915394] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[    3.915549] thinkpad_acpi: radio switch found; radios are enabled
[    3.916772] Registered led device: tpacpi::thinklight
[    3.916798] Registered led device: tpacpi::power
[    3.916813] Registered led device: tpacpi::standby
[    3.916826] Registered led device: tpacpi::thinkvantage
[    3.916903] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    3.916963] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    3.917964] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
[    3.945317] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532
[    3.945529] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
[    3.945532] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[    3.945533] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[    3.945535] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[    3.945537] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_P2P enabled
[    3.945539] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
[    3.945607] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    3.956359] iwlwifi 0000:03:00.0: device EEPROM VER=0x436, CALIB=0x6
[    3.956361] iwlwifi 0000:03:00.0: Device SKU: 0x1F0
[    3.956362] iwlwifi 0000:03:00.0: Valid Tx ant: 0x7, Valid Rx ant: 0x7
[    3.956376] iwlwifi 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[    3.956487] Registered led device: phy0-led
[    3.956512] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[    3.962715] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    4.215785] init: failsafe main process (677) killed by TERM signal
[    4.467706] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    4.486292] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input6
[    4.532379] fbcon: inteldrmfb (fb0) is primary device
[    4.552482] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[    4.552484] cfg80211: World regulatory domain updated:
[    4.552485] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    4.552487] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.552488] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    4.552489] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    4.552490] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.552491] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.667228] type=1400 audit(1335382002.734:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=868 comm="apparmor_parser"
[    4.667564] type=1400 audit(1335382002.734:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=868 comm="apparmor_parser"
[    4.667783] type=1400 audit(1335382002.738:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=868 comm="apparmor_parser"
[    4.669432] type=1400 audit(1335382002.738:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=867 comm="apparmor_parser"
[    4.671596] type=1400 audit(1335382002.738:9): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=869 comm="apparmor_parser"
[    4.671881] type=1400 audit(1335382002.742:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=872 comm="apparmor_parser"
[    4.705033] Console: switching to colour frame buffer device 200x56
[    4.707582] fb0: inteldrmfb frame buffer device
[    4.707584] drm: registered panic notifier
[    4.732673] acpi device:01: registered as cooling_device4
[    4.733181] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    4.733265] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    4.733771] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    4.733816] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    4.733882] HDA Intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[    4.733909] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    4.885280] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[    4.939235] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[    4.940096] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.942609] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    4.942948] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[    5.009868] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 4  WrPtr: 0
[    5.009944] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 0 on FIFO 3
[    5.009998] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 1 on FIFO 2
[    5.010049] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 2 on FIFO 1
[    5.010101] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 3 on FIFO 0
[    5.010152] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 4 on FIFO 7
[    5.186689] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    5.186926] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[    5.253284] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 4  WrPtr: 0
[    5.253360] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 0 on FIFO 3
[    5.253412] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 1 on FIFO 2
[    5.253467] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 2 on FIFO 1
[    5.253522] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 3 on FIFO 0
[    5.253577] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 4 on FIFO 7
[    5.295517] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
[    5.295638] HDMI status: Pin=6 Presence_Detect=0 ELD_Valid=0
[    5.295763] HDMI status: Pin=7 Presence_Detect=0 ELD_Valid=0
[    5.295998] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    5.296064] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    5.296105] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    5.305779] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    5.427597] ppdev: user-space parallel port driver
[    5.617127] init: apport pre-start process (1022) terminated with status 1
[    5.627334] init: apport post-stop process (1071) terminated with status 1
[    5.761488] Bluetooth: Core ver 2.16
[    5.761509] NET: Registered protocol family 31
[    5.761511] Bluetooth: HCI device and connection manager initialized
[    5.761513] Bluetooth: HCI socket layer initialized
[    5.761514] Bluetooth: L2CAP socket layer initialized
[    5.761554] Bluetooth: SCO socket layer initialized
[    5.762984] Bluetooth: RFCOMM TTY layer initialized
[    5.762992] Bluetooth: RFCOMM socket layer initialized
[    5.762994] Bluetooth: RFCOMM ver 1.11
[    5.764996] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.764999] Bluetooth: BNEP filters: protocol multicast
[    5.914774] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=600
[    7.001004] cfg80211: Found new beacon on frequency: 5180 MHz (Ch 36) on phy0
[    7.108948] cfg80211: Found new beacon on frequency: 5200 MHz (Ch 40) on phy0
[    7.249680] cfg80211: Found new beacon on frequency: 5220 MHz (Ch 44) on phy0
[    7.392386] cfg80211: Found new beacon on frequency: 5240 MHz (Ch 48) on phy0
[    9.151188] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=600
[    9.182719] cfg80211: Found new beacon on frequency: 5745 MHz (Ch 149) on phy0
[    9.339862] cfg80211: Found new beacon on frequency: 5765 MHz (Ch 153) on phy0
[    9.418778] cfg80211: Found new beacon on frequency: 5785 MHz (Ch 157) on phy0
[    9.514810] cfg80211: Found new beacon on frequency: 5805 MHz (Ch 161) on phy0
[   12.220531] wlan0: authenticate with 00:24:6c:d1:7c:60
[   12.281885] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.290521] wlan0: direct probe responded
[   12.294494] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.300099] wlan0: direct probe responded
[   12.302467] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.314076] wlan0: direct probe responded
[   12.314436] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.517986] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   12.531193] wlan0: direct probe responded
[   12.534027] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.538885] wlan0: direct probe responded
[   12.541979] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.545512] wlan0: direct probe responded
[   12.546132] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.749517] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   12.752339] wlan0: direct probe responded
[   12.753448] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.757490] wlan0: direct probe responded
[   12.761548] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.766508] wlan0: direct probe responded
[   12.769444] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.771902] wlan0: direct probe responded
[   12.773473] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.778331] wlan0: direct probe responded
[   12.781454] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.787617] wlan0: direct probe responded
[   12.789414] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   12.992925] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   12.996568] wlan0: direct probe responded
[   12.996916] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.002076] wlan0: direct probe responded
[   13.004883] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.010378] wlan0: direct probe responded
[   13.012861] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.015363] wlan0: direct probe responded
[   13.016898] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.042452] wlan0: direct probe responded
[   13.044866] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.049463] wlan0: direct probe responded
[   13.052837] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.058017] wlan0: direct probe responded
[   13.060799] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.068347] wlan0: direct probe responded
[   13.068776] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.075685] wlan0: direct probe responded
[   13.076766] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.280240] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   13.483811] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 3/3)
[   13.565508] wlan0: direct probe responded
[   13.567653] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.575273] wlan0: direct probe responded
[   13.575628] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.779112] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   13.787628] wlan0: direct probe responded
[   13.791174] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.794548] wlan0: direct probe responded
[   13.795444] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.799879] wlan0: direct probe responded
[   13.803139] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.817092] wlan0: direct probe responded
[   13.819076] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   13.825643] wlan0: direct probe responded
[   13.827035] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   14.030542] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   14.234078] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 3/3)
[   14.300524] wlan0: direct probe responded
[   14.302067] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   14.322362] wlan0: direct probe responded
[   14.325931] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   14.337414] wlan0: direct probe responded
[   14.337897] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   14.346994] wlan0: direct probe responded
[   14.349896] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   14.441060] wlan0: direct probe responded
[   14.441689] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   14.477289] wlan0: direct probe responded
[   14.477583] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   14.681118] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   14.685022] wlan0: direct probe responded
[   14.685802] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   14.692454] wlan0: direct probe responded
[   14.693080] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   14.696923] wlan0: direct probe responded
[   14.697203] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   14.900575] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   14.905311] wlan0: direct probe responded
[   14.908633] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.112087] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   15.118107] wlan0: direct probe responded
[   15.120156] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.125084] wlan0: direct probe responded
[   15.128103] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.135077] wlan0: direct probe responded
[   15.136084] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.139871] wlan0: direct probe responded
[   15.140086] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.150463] wlan0: direct probe responded
[   15.152044] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.158385] wlan0: direct probe responded
[   15.160061] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.177428] wlan0: direct probe responded
[   15.180082] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.383481] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   15.411316] wlan0: direct probe responded
[   15.411473] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.414218] wlan0: direct probe responded
[   15.415489] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.424078] wlan0: direct probe responded
[   15.427431] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.435303] wlan0: direct probe responded
[   15.435406] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.451066] wlan0: direct probe responded
[   15.451381] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.654856] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   15.660473] wlan0: direct probe responded
[   15.662916] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.666838] wlan0: direct probe responded
[   15.670827] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.706893] wlan0: direct probe responded
[   15.710758] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.715958] wlan0: direct probe responded
[   15.718725] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.732782] wlan0: direct probe responded
[   15.734815] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.752815] wlan0: direct probe responded
[   15.754706] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.762034] wlan0: direct probe responded
[   15.762662] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.774340] wlan0: direct probe responded
[   15.774744] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   15.978391] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   15.985248] wlan0: direct probe responded
[   15.990130] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.009746] wlan0: direct probe responded
[   16.010143] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.014837] wlan0: direct probe responded
[   16.018116] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.030473] wlan0: direct probe responded
[   16.034032] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.038918] wlan0: direct probe responded
[   16.042042] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.245526] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   16.252157] wlan0: direct probe responded
[   16.253520] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.265207] wlan0: direct probe responded
[   16.265468] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.269136] wlan0: direct probe responded
[   16.269642] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.273618] wlan0: direct probe responded
[   16.277483] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.480990] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   16.484574] wlan0: direct probe responded
[   16.485079] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.493559] wlan0: direct probe responded
[   16.497039] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.522289] wlan0: direct probe responded
[   16.524963] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.728426] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   16.931979] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 3/3)
[   16.941180] wlan0: direct probe responded
[   16.944011] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.959530] wlan0: direct probe responded
[   16.959972] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   16.963686] wlan0: direct probe responded
[   16.963986] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   17.167427] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   17.171934] wlan0: direct probe responded
[   17.175407] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   17.379012] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   17.384808] wlan0: direct probe responded
[   17.386993] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   17.396292] wlan0: direct probe responded
[   17.398948] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   17.401225] wlan0: direct probe responded
[   17.402903] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   17.408918] wlan0: direct probe responded
[   17.411047] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   17.614444] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   17.634902] wlan0: direct probe responded
[   17.638439] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   17.841924] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   17.852463] wlan0: direct probe responded
[   17.853949] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   17.858800] wlan0: direct probe responded
[   17.861943] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   17.880186] wlan0: direct probe responded
[   17.881831] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   17.889226] wlan0: direct probe responded
[   17.889817] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.093333] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   18.097714] wlan0: direct probe responded
[   18.101372] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.304927] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   18.311062] wlan0: direct probe responded
[   18.312906] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.516380] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   18.586288] wlan0: direct probe responded
[   18.588259] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.607759] wlan0: direct probe responded
[   18.608212] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.811709] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   18.815554] wlan0: direct probe responded
[   18.815773] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.820704] wlan0: direct probe responded
[   18.823729] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.829783] wlan0: direct probe responded
[   18.831717] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.834854] wlan0: direct probe responded
[   18.835697] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.838670] wlan0: direct probe responded
[   18.839685] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.872605] wlan0: direct probe responded
[   18.875628] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.878485] wlan0: direct probe responded
[   18.879625] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.884620] wlan0: direct probe responded
[   18.887637] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.898078] wlan0: direct probe responded
[   18.899547] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.905603] wlan0: direct probe responded
[   18.907567] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.930508] wlan0: direct probe responded
[   18.931490] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.967367] wlan0: direct probe responded
[   18.971420] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.974204] wlan0: direct probe responded
[   18.975396] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.979817] wlan0: direct probe responded
[   18.983387] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   18.996101] wlan0: direct probe responded
[   18.999292] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   19.202826] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   19.225188] wlan0: direct probe responded
[   19.226814] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   19.430341] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   19.454748] wlan0: direct probe responded
[   19.458306] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   19.461876] wlan0: direct probe responded
[   19.462249] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   19.665762] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   19.739161] wlan0: direct probe responded
[   19.741681] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   19.945132] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   20.042688] wlan0: direct probe responded
[   20.044997] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   20.052892] wlan0: direct probe responded
[   20.056963] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   20.143015] wlan0: direct probe responded
[   20.144705] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   20.348233] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   20.350503] wlan0: direct probe responded
[   20.352289] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   20.357391] wlan0: direct probe responded
[   20.360283] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   20.376395] wlan0: direct probe responded
[   20.380240] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   20.459132] wlan0: direct probe responded
[   20.460039] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   20.663507] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   20.669908] wlan0: direct probe responded
[   20.671628] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   20.875031] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   20.877878] wlan0: direct probe responded
[   20.879066] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   21.082624] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   21.286097] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 3/3)
[   21.290211] wlan0: direct probe responded
[   21.294125] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   21.314100] wlan0: direct probe responded
[   21.318112] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   21.320405] wlan0: direct probe responded
[   21.322077] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   21.525576] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   21.581900] wlan0: direct probe responded
[   21.585488] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   21.679237] wlan0: direct probe responded
[   21.681331] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   21.687289] wlan0: direct probe responded
[   21.689241] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   21.892728] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   21.947734] wlan0: direct probe responded
[   21.948642] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   21.990232] wlan0: direct probe responded
[   21.992560] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   21.995568] wlan0: direct probe responded
[   21.996547] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   22.008237] wlan0: direct probe responded
[   22.008511] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   22.211987] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   22.289947] wlan0: direct probe responded
[   22.291888] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   22.299372] wlan0: direct probe responded
[   22.299832] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   22.503339] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   22.508006] wlan0: direct probe responded
[   22.511370] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   22.702023] wlan0: direct probe responded
[   22.702952] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   22.906506] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   22.915464] wlan0: direct probe responded
[   22.918402] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.121960] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   23.131847] wlan0: direct probe responded
[   23.133974] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.216073] wlan0: direct probe responded
[   23.217778] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.227757] wlan0: direct probe responded
[   23.229740] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.269145] wlan0: direct probe responded
[   23.269644] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.274683] wlan0: direct probe responded
[   23.277627] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.349171] wlan0: direct probe responded
[   23.349462] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.552958] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   23.559621] wlan0: direct probe responded
[   23.560981] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.564805] wlan0: direct probe responded
[   23.564971] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.573328] wlan0: direct probe responded
[   23.576967] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.579401] wlan0: direct probe responded
[   23.580937] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.784418] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   23.789577] wlan0: direct probe responded
[   23.792447] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.797648] wlan0: direct probe responded
[   23.800426] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.804004] wlan0: direct probe responded
[   23.804381] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   23.809695] wlan0: direct probe responded
[   23.812441] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   24.015975] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   24.018050] wlan0: direct probe responded
[   24.019918] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   24.031898] wlan0: direct probe responded
[   24.035988] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   24.041427] wlan0: direct probe responded
[   24.043857] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   24.056413] wlan0: direct probe responded
[   24.059872] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   24.102115] wlan0: direct probe responded
[   24.103784] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   24.111138] wlan0: direct probe responded
[   24.111736] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   24.315231] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   24.325295] wlan0: direct probe responded
[   24.327247] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   24.336897] wlan0: direct probe responded
[   24.339238] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   24.542703] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   24.639578] wlan0: direct probe responded
[   24.642559] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   24.647452] wlan0: direct probe responded
[   24.650511] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   24.853997] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   24.859551] wlan0: direct probe responded
[   24.862030] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.065532] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   25.073932] wlan0: direct probe responded
[   25.077565] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.106446] wlan0: direct probe responded
[   25.109495] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.116206] wlan0: direct probe responded
[   25.117468] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.320941] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   25.363067] wlan0: direct probe responded
[   25.364934] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.568391] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   25.661421] wlan0: direct probe responded
[   25.664299] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.673613] wlan0: direct probe responded
[   25.676195] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.698122] wlan0: direct probe responded
[   25.700094] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.715174] wlan0: direct probe responded
[   25.716107] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.729627] wlan0: direct probe responded
[   25.732093] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.740080] wlan0: direct probe responded
[   25.744058] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.749768] wlan0: direct probe responded
[   25.752024] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   25.955498] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   26.075236] wlan0: direct probe responded
[   26.079260] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   26.282758] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   26.300869] wlan0: direct probe responded
[   26.302801] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   26.377116] wlan0: direct probe responded
[   26.378595] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 1/3)
[   26.582072] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 2/3)
[   26.785627] wlan0: direct probe to 00:24:6c:d1:7c:60 (try 3/3)
[   26.989147] wlan0: authentication with 00:24:6c:d1:7c:60 timed out
[   26.989957] iwlwifi 0000:03:00.0: ACTIVATE a non DRIVER active station id 0 addr 00:24:6c:d1:7c:60
[   34.397721] wlan0: authenticate with 00:24:6c:d1:7c:60
[   34.401877] wlan0: send auth to 00:24:6c:d1:7c:60 (try 1/3)
[   34.443220] wlan0: authenticated
[   34.455391] wlan0: waiting for beacon from 00:24:6c:d1:7c:60
[   34.516074] wlan0: associate with 00:24:6c:d1:7c:60 (try 1/3)
[   34.575579] wlan0: RX AssocResp from 00:24:6c:d1:7c:60 (capab=0x421 status=0 aid=7)
[   34.575589] wlan0: associated
[   34.580916] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   45.172076] wlan0: no IPv6 routers present
[   78.453379] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_start Can proceed: ssn = next_recl = 200
[   78.454879] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 200
[   78.454989] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 11 on FIFO 1
[   89.781286] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_stop Can proceed: ssn = next_recl = 484
[   89.781405] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 0
[   89.781506] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Deactivate queue 11
[   96.553465] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_start Can't proceed: ssn 568, next_reclaimed = 546
[   96.706276] iwlwifi 0000:03:00.0: I iwlagn_check_ratid_empty Can continue ADDBA flow ssn = next_recl = 568
[   97.555596] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_stop Can proceed: ssn = next_recl = 568
[   97.555606] ------------[ cut here ]------------
[   97.555644] WARNING: at /home/foo/bar/ness/compat-wireless-2012-04-23/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c:493 iwl_trans_pcie_tx_agg_disable+0x101/0x110 [iwlwifi]()
[   97.555651] Hardware name: 4177CTO
[   97.555655] queue 11 not used
[   97.555658] Modules linked in: bnep rfcomm bluetooth speedstep_lib parport_pc ppdev snd_hda_codec_hdmi snd_hda_codec_conexant binfmt_misc snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq arc4 snd_timer snd_seq_device thinkpad_acpi nvram iwlwifi tpm_tis wmi snd mac80211 i915 soundcore snd_page_alloc mei(C) drm_kms_helper drm uvcvideo i2c_algo_bit videodev v4l2_compat_ioctl32 cfg80211 compat psmouse video serio_raw lp parport ahci libahci firewire_ohci e1000e sdhci_pci sdhci firewire_core crc_itu_t
[   97.555748] Pid: 240, comm: kworker/u:3 Tainted: G         C  3.0.0-17-generic #30-Ubuntu
[   97.555754] Call Trace:
[   97.555774]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
[   97.555786]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
[   97.555817]  [<ffffffffa0378701>] iwl_trans_pcie_tx_agg_disable+0x101/0x110 [iwlwifi]
[   97.555844]  [<ffffffffa03589d3>] iwlagn_tx_agg_stop+0x243/0x320 [iwlwifi]
[   97.555869]  [<ffffffffa0354efb>] iwlagn_mac_ampdu_action+0x15b/0x330 [iwlwifi]
[   97.555882]  [<ffffffff815f0f6d>] ? wait_for_completion+0x1d/0x20
[   97.555919]  [<ffffffffa025031b>] ___ieee80211_stop_tx_ba_session+0x12b/0x2b0 [mac80211]
[   97.555951]  [<ffffffffa024f2bf>] ieee80211_ba_session_work+0x10f/0x180 [mac80211]
[   97.555980]  [<ffffffffa024f1b0>] ? ieee80211_sta_tear_down_BA_sessions+0x70/0x70 [mac80211]
[   97.555991]  [<ffffffff8107c10a>] process_one_work+0x11a/0x480
[   97.556003]  [<ffffffff8107ceb5>] worker_thread+0x165/0x370
[   97.556012]  [<ffffffff8107cd50>] ? manage_workers.isra.30+0x130/0x130
[   97.556023]  [<ffffffff8108135c>] kthread+0x8c/0xa0
[   97.556036]  [<ffffffff815fc464>] kernel_thread_helper+0x4/0x10
[   97.556047]  [<ffffffff810812d0>] ? flush_kthread_worker+0xa0/0xa0
[   97.556059]  [<ffffffff815fc460>] ? gs_change+0x13/0x13
[   97.556066] ---[ end trace 19bf81571a6f46a9 ]---
[  108.005219] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_start Can't proceed: ssn 661, next_reclaimed = 639
[  108.186813] iwlwifi 0000:03:00.0: I iwlagn_check_ratid_empty Can continue ADDBA flow ssn = next_recl = 661
[  108.186985] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 149
[  108.187087] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 11 on FIFO 1
[  147.507316] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_stop Can proceed: ssn = next_recl = 1403
[  147.507390] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 0
[  147.507489] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Deactivate queue 11
[  167.863291] iwlwifi 0000:03:00.0: Queue 2 stuck for 2000 ms.
[  167.863302] iwlwifi 0000:03:00.0: Current SW read_ptr 149 write_ptr 169
[  167.863374] iwlwifi 0000:03:00.0: Current HW read_ptr 149 write_ptr 169
[  167.863380] iwlwifi 0000:03:00.0: Loaded firmware version: 9.221.4.1 build 25532
[  167.863557] iwlwifi 0000:03:00.0: 0x00000000 | OK                          
[  167.863562] iwlwifi 0000:03:00.0: 0x00000000 | uPc
[  167.863566] iwlwifi 0000:03:00.0: 0x00000000 | branchlink1
[  167.863570] iwlwifi 0000:03:00.0: 0x00000000 | branchlink2
[  167.863575] iwlwifi 0000:03:00.0: 0x00000000 | interruptlink1
[  167.863579] iwlwifi 0000:03:00.0: 0x00000000 | interruptlink2
[  167.863583] iwlwifi 0000:03:00.0: 0x00000000 | data1
[  167.863587] iwlwifi 0000:03:00.0: 0x00000000 | data2
[  167.863591] iwlwifi 0000:03:00.0: 0x00000000 | line
[  167.863595] iwlwifi 0000:03:00.0: 0x00000000 | beacon time
[  167.863599] iwlwifi 0000:03:00.0: 0x00000000 | tsf low
[  167.863603] iwlwifi 0000:03:00.0: 0x00000000 | tsf hi
[  167.863607] iwlwifi 0000:03:00.0: 0x00000000 | time gp1
[  167.863611] iwlwifi 0000:03:00.0: 0x00000000 | time gp2
[  167.863615] iwlwifi 0000:03:00.0: 0x00000000 | time gp3
[  167.863620] iwlwifi 0000:03:00.0: 0x00000000 | uCode version
[  167.863624] iwlwifi 0000:03:00.0: 0x00000000 | hw version
[  167.863628] iwlwifi 0000:03:00.0: 0x00000000 | board version
[  167.863632] iwlwifi 0000:03:00.0: 0x00000000 | hcmd
[  167.863636] iwlwifi 0000:03:00.0: 0x00000000 | isr0
[  167.863640] iwlwifi 0000:03:00.0: 0x00000000 | isr1
[  167.863644] iwlwifi 0000:03:00.0: 0x00000000 | isr2
[  167.863648] iwlwifi 0000:03:00.0: 0x00000000 | isr3
[  167.863652] iwlwifi 0000:03:00.0: 0x00000000 | isr4
[  167.863655] iwlwifi 0000:03:00.0: 0x00000000 | isr_pref
[  167.863660] iwlwifi 0000:03:00.0: 0x00000000 | wait_event
[  167.863664] iwlwifi 0000:03:00.0: 0x00000000 | l2p_control
[  167.863668] iwlwifi 0000:03:00.0: 0x00000000 | l2p_duration
[  167.863672] iwlwifi 0000:03:00.0: 0x00000000 | l2p_mhvalid
[  167.863676] iwlwifi 0000:03:00.0: 0x00000000 | l2p_addr_match
[  167.863680] iwlwifi 0000:03:00.0: 0x00000000 | lmpm_pmg_sel
[  167.863684] iwlwifi 0000:03:00.0: 0x00000000 | timestamp
[  167.863688] iwlwifi 0000:03:00.0: 0x00000000 | flow_handler
[  167.863795] iwlwifi 0000:03:00.0: Log capacity 1024 is bogus, limit to 512 entries
[  167.863800] iwlwifi 0000:03:00.0: Log write index 852 is bogus, limit to 512
[  167.863806] iwlwifi 0000:03:00.0: Start IWL Event Log Dump: display last 20 entries
[  167.863856] iwlwifi 0000:03:00.0: EVT_LOGT:0157814120:0x00000000:0301
[  167.863895] iwlwifi 0000:03:00.0: EVT_LOGT:0157814196:0x0000000b:0353
[  167.863935] iwlwifi 0000:03:00.0: EVT_LOGT:0157814215:0x00000119:0106
[  167.863974] iwlwifi 0000:03:00.0: EVT_LOGT:0157814217:0x00000000:0301
[  167.864014] iwlwifi 0000:03:00.0: EVT_LOGT:0157814291:0x0000000c:0353
[  167.864054] iwlwifi 0000:03:00.0: EVT_LOGT:0157814423:0x00000119:0106
[  167.864094] iwlwifi 0000:03:00.0: EVT_LOGT:0157814425:0x00000000:0301
[  167.864134] iwlwifi 0000:03:00.0: EVT_LOGT:0157814546:0x0000000d:0353
[  167.864174] iwlwifi 0000:03:00.0: EVT_LOGT:0157814829:0x00000000:0301
[  167.864214] iwlwifi 0000:03:00.0: EVT_LOGT:0157814852:0x00000884:0303
[  167.864254] iwlwifi 0000:03:00.0: EVT_LOGT:0157815015:0x00000119:0106
[  167.864294] iwlwifi 0000:03:00.0: EVT_LOGT:0157815017:0x00000000:0302
[  167.864333] iwlwifi 0000:03:00.0: EVT_LOGT:0157815040:0x0000000a:0353
[  167.864373] iwlwifi 0000:03:00.0: EVT_LOGT:0157815053:0x00000000:0301
[  167.864413] iwlwifi 0000:03:00.0: EVT_LOGT:0157815127:0x0000000e:0353
[  167.864453] iwlwifi 0000:03:00.0: EVT_LOGT:0157815306:0x00000119:0106
[  167.864493] iwlwifi 0000:03:00.0: EVT_LOGT:0157815308:0x00000000:0301
[  167.864533] iwlwifi 0000:03:00.0: EVT_LOGT:0157815424:0x00000884:0303
[  167.864573] iwlwifi 0000:03:00.0: EVT_LOGT:0157815833:0x00000119:0106
[  167.864612] iwlwifi 0000:03:00.0: EVT_LOGT:0157815835:0x00000000:0301
[  169.248865] iwlwifi 0000:03:00.0: fail to flush all tx fifo queues
[  169.249575] ------------[ cut here ]------------
[  169.249612] WARNING: at /home/foo/bar/ness/compat-wireless-2012-04-23/drivers/net/wireless/iwlwifi/iwl-trans.h:577 iwlagn_mac_flush+0x1e3/0x1f0 [iwlwifi]()
[  169.249622] ieee80211 phy0: Hardware restart was requested
[  169.249629] Hardware name: 4177CTO
[  169.249635] iwl_trans_wait_tx_queue_empty bad state = 0
[  169.249640] Modules linked in: bnep rfcomm bluetooth speedstep_lib parport_pc ppdev snd_hda_codec_hdmi snd_hda_codec_conexant binfmt_misc snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq arc4 snd_timer snd_seq_device thinkpad_acpi nvram iwlwifi tpm_tis wmi snd mac80211 i915 soundcore snd_page_alloc mei(C) drm_kms_helper drm uvcvideo i2c_algo_bit videodev v4l2_compat_ioctl32 cfg80211 compat psmouse video serio_raw lp parport ahci libahci firewire_ohci e1000e sdhci_pci sdhci firewire_core crc_itu_t
[  169.249734] Pid: 240, comm: kworker/u:3 Tainted: G        WC  3.0.0-17-generic #30-Ubuntu
[  169.249738] Call Trace:
[  169.249754]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
[  169.249762]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
[  169.249781]  [<ffffffffa0354b33>] iwlagn_mac_flush+0x1e3/0x1f0 [iwlwifi]
[  169.249817]  [<ffffffffa026d491>] ieee80211_mgd_probe_ap_send+0x121/0x200 [mac80211]
[  169.249828]  [<ffffffff814d40e8>] ? skb_release_data.part.42+0x98/0xa0
[  169.249857]  [<ffffffffa026fa5d>] ieee80211_sta_work+0xfd/0xbb0 [mac80211]
[  169.249882]  [<ffffffffa0254be8>] ? ieee80211_iface_work+0xd8/0x350 [mac80211]
[  169.249905]  [<ffffffffa0254be8>] ? ieee80211_iface_work+0xd8/0x350 [mac80211]
[  169.249913]  [<ffffffff814d3472>] ? kfree_skbmem+0x32/0x90
[  169.249935]  [<ffffffffa0254dc8>] ieee80211_iface_work+0x2b8/0x350 [mac80211]
[  169.249957]  [<ffffffffa0254b10>] ? ieee80211_teardown_sdata+0x100/0x100 [mac80211]
[  169.249965]  [<ffffffff8107c10a>] process_one_work+0x11a/0x480
[  169.249972]  [<ffffffff8107ceb5>] worker_thread+0x165/0x370
[  169.249979]  [<ffffffff8107cd50>] ? manage_workers.isra.30+0x130/0x130
[  169.249987]  [<ffffffff8108135c>] kthread+0x8c/0xa0
[  169.249997]  [<ffffffff815fc464>] kernel_thread_helper+0x4/0x10
[  169.250005]  [<ffffffff810812d0>] ? flush_kthread_worker+0xa0/0xa0
[  169.250012]  [<ffffffff815fc460>] ? gs_change+0x13/0x13
[  169.250017] ---[ end trace 19bf81571a6f46aa ]---
[  169.250240] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[  169.250457] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[  169.319715] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 4  WrPtr: 0
[  169.319765] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 0 on FIFO 3
[  169.319789] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 1 on FIFO 2
[  169.319812] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 2 on FIFO 1
[  169.319835] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 3 on FIFO 0
[  169.319858] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 4 on FIFO 7
[  171.672558] iwlwifi 0000:03:00.0: Queue 2 stuck for 2000 ms.
[  171.672568] iwlwifi 0000:03:00.0: Current SW read_ptr 2 write_ptr 4
[  171.672633] iwlwifi 0000:03:00.0: Current HW read_ptr 2 write_ptr 4
[  171.672638] iwlwifi 0000:03:00.0: Loaded firmware version: 9.221.4.1 build 25532
[  171.672810] iwlwifi 0000:03:00.0: 0x00000000 | OK                          
[  171.672815] iwlwifi 0000:03:00.0: 0x00000000 | uPc
[  171.672819] iwlwifi 0000:03:00.0: 0x00000000 | branchlink1
[  171.672823] iwlwifi 0000:03:00.0: 0x00000000 | branchlink2
[  171.672827] iwlwifi 0000:03:00.0: 0x00000000 | interruptlink1
[  171.672832] iwlwifi 0000:03:00.0: 0x00000000 | interruptlink2
[  171.672836] iwlwifi 0000:03:00.0: 0x00000000 | data1
[  171.672840] iwlwifi 0000:03:00.0: 0x00000000 | data2
[  171.672844] iwlwifi 0000:03:00.0: 0x00000000 | line
[  171.672848] iwlwifi 0000:03:00.0: 0x00000000 | beacon time
[  171.672852] iwlwifi 0000:03:00.0: 0x00000000 | tsf low
[  171.672856] iwlwifi 0000:03:00.0: 0x00000000 | tsf hi
[  171.672860] iwlwifi 0000:03:00.0: 0x00000000 | time gp1
[  171.672864] iwlwifi 0000:03:00.0: 0x00000000 | time gp2
[  171.672868] iwlwifi 0000:03:00.0: 0x00000000 | time gp3
[  171.672872] iwlwifi 0000:03:00.0: 0x00000000 | uCode version
[  171.672876] iwlwifi 0000:03:00.0: 0x00000000 | hw version
[  171.672880] iwlwifi 0000:03:00.0: 0x00000000 | board version
[  171.672884] iwlwifi 0000:03:00.0: 0x00000000 | hcmd
[  171.672888] iwlwifi 0000:03:00.0: 0x00000000 | isr0
[  171.672892] iwlwifi 0000:03:00.0: 0x00000000 | isr1
[  171.672896] iwlwifi 0000:03:00.0: 0x00000000 | isr2
[  171.672900] iwlwifi 0000:03:00.0: 0x00000000 | isr3
[  171.672904] iwlwifi 0000:03:00.0: 0x00000000 | isr4
[  171.672908] iwlwifi 0000:03:00.0: 0x00000000 | isr_pref
[  171.672912] iwlwifi 0000:03:00.0: 0x00000000 | wait_event
[  171.672916] iwlwifi 0000:03:00.0: 0x00000000 | l2p_control
[  171.672920] iwlwifi 0000:03:00.0: 0x00000000 | l2p_duration
[  171.672924] iwlwifi 0000:03:00.0: 0x00000000 | l2p_mhvalid
[  171.672929] iwlwifi 0000:03:00.0: 0x00000000 | l2p_addr_match
[  171.672933] iwlwifi 0000:03:00.0: 0x00000000 | lmpm_pmg_sel
[  171.672937] iwlwifi 0000:03:00.0: 0x00000000 | timestamp
[  171.672941] iwlwifi 0000:03:00.0: 0x00000000 | flow_handler
[  171.673052] iwlwifi 0000:03:00.0: Log capacity 1024 is bogus, limit to 512 entries
[  171.673058] iwlwifi 0000:03:00.0: Log write index 656 is bogus, limit to 512
[  171.673063] iwlwifi 0000:03:00.0: Start IWL Event Log Dump: display last 20 entries
[  171.673111] iwlwifi 0000:03:00.0: EVT_LOGT:0002402077:0x00000000:0302
[  171.673151] iwlwifi 0000:03:00.0: EVT_LOGT:0002402101:0x0000047d:0323
[  171.673190] iwlwifi 0000:03:00.0: EVT_LOGT:0002402105:0x000004ad:0367
[  171.673230] iwlwifi 0000:03:00.0: EVT_LOGT:0002402106:0x0000002f:0353
[  171.673270] iwlwifi 0000:03:00.0: EVT_LOGT:0002402483:0x00000119:0106
[  171.673310] iwlwifi 0000:03:00.0: EVT_LOGT:0002402485:0x00000000:0302
[  171.673350] iwlwifi 0000:03:00.0: EVT_LOGT:0002402508:0x00000030:0353
[  171.673390] iwlwifi 0000:03:00.0: EVT_LOGT:0002402722:0x00000119:0106
[  171.673429] iwlwifi 0000:03:00.0: EVT_LOGT:0002402724:0x00000000:0302
[  171.673470] iwlwifi 0000:03:00.0: EVT_LOGT:0002402734:0x00002000:0350
[  171.673509] iwlwifi 0000:03:00.0: EVT_LOGT:0002402852:0x00000119:0106
[  171.673549] iwlwifi 0000:03:00.0: EVT_LOGT:0002402853:0x00000000:0302
[  171.673586] iwlwifi 0000:03:00.0: EVT_LOGT:0002402876:0x00000031:0353
[  171.673625] iwlwifi 0000:03:00.0: EVT_LOGT:0002403128:0x00000119:0106
[  171.673664] iwlwifi 0000:03:00.0: EVT_LOGT:0002403130:0x00000000:0302
[  171.673705] iwlwifi 0000:03:00.0: EVT_LOGT:0002403142:0x00002000:0350
[  171.673745] iwlwifi 0000:03:00.0: EVT_LOGT:0002403410:0x00000119:0106
[  171.673784] iwlwifi 0000:03:00.0: EVT_LOGT:0002403412:0x00000000:0302
[  171.673824] iwlwifi 0000:03:00.0: EVT_LOGT:0002403447:0x000000c4:0303
[  171.673864] iwlwifi 0000:03:00.0: EVT_LOGT:0002403558:0x00000119:0106
[  171.674518] ieee80211 phy0: Hardware restart was requested
[  171.674666] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[  171.674880] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[  171.743395] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 4  WrPtr: 0
[  171.743443] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 0 on FIFO 3
[  171.743463] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 1 on FIFO 2
[  171.743482] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 2 on FIFO 1
[  171.743500] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 3 on FIFO 0
[  171.743519] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 4 on FIFO 7
[  201.240413] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_start Can proceed: ssn = next_recl = 1620
[  201.241940] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 84
[  201.242035] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 11 on FIFO 1
[  237.640166] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_stop Can proceed: ssn = next_recl = 2092
[  237.640244] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 0
[  237.640343] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Deactivate queue 11
[  246.724199] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_start Can't proceed: ssn 2164, next_reclaimed = 2138
[  246.830273] iwlwifi 0000:03:00.0: I iwlagn_check_ratid_empty Can continue ADDBA flow ssn = next_recl = 2164
[  246.830447] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 116
[  246.830536] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 11 on FIFO 1
[  277.258025] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_stop Can proceed: ssn = next_recl = 2315
[  277.258103] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 0
[  277.258203] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Deactivate queue 11
[  278.591876] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_start Can proceed: ssn = next_recl = 2320
[  278.592842] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 16
[  278.592951] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 11 on FIFO 1
[  284.868627] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_stop Can proceed: ssn = next_recl = 2324
[  284.868719] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 0
[  284.868875] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Deactivate queue 11
[  288.386572] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_start Can't proceed: ssn 2420, next_reclaimed = 2412
[  288.405149] iwlwifi 0000:03:00.0: I iwlagn_check_ratid_empty Can continue ADDBA flow ssn = next_recl = 2420
[  288.405348] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 116
[  288.405457] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 11 on FIFO 1

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-25 19:33                     ` Daniel Chyan
@ 2012-04-26 18:11                       ` Emmanuel Grumbach
  2012-04-29  5:31                         ` Emmanuel Grumbach
  0 siblings, 1 reply; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-04-26 18:11 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

Thanks,

this log is very instructive. Obviously we have a bug in the state
machine. Will send you a patch for further investigation.

Thanks for reporting.

Emmanuel Grumbach
egrumbach@gmail.com


On Wed, Apr 25, 2012 at 22:33, Daniel Chyan <dchyan@princeton.edu> wrote:
> I have attached the relevant log.
>
> On Wed, Apr 25, 2012 at 8:45 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>> Just reload the module with debug=0x80000000 and when you see that
>> warning send me the whole log (output of dmesg).
>>
>> Thanks
>>
>> Emmanuel Grumbach
>> egrumbach@gmail.com
>>
>>
>> On Wed, Apr 25, 2012 at 14:56, Daniel Chyan <dchyan@princeton.edu> wrote:
>>> Yes, I am using compat-wireless. I have set the flag and recompiled.
>>> Which log do you want exactly?
>>>
>>> On Wed, Apr 25, 2012 at 3:18 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>>>> I understand you sue compat right ?
>>>> In that case just edit the config.mk file and set the flag there.
>>>>
>>>> I will need the full log and apparently the debug flags I requested isn't set.
>>>>
>>>>
>>>>
>>>> On Wed, Apr 25, 2012 at 09:24, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>>> I appreciate your patience with this thread. These drivers have been awesome.
>>>>> A challenge to reproducing the original warning is also a seemingly
>>>>> excessive time to associate at times. For example:
>>>>>
>>>>> ... (200 more times or so as well.)
>>>>> [  892.585058] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>> [  892.590706] wlan0: direct probe responded
>>>>> [  892.592991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>> [  892.597123] wlan0: direct probe responded
>>>>> [  892.600979] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>> [  892.608344] wlan0: direct probe responded
>>>>> [  892.608991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>> [  892.613117] wlan0: direct probe responded
>>>>> [  892.616981] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>> [  892.621120] wlan0: direct probe responded
>>>>> [  892.624929] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>> [  892.629038] wlan0: direct probe responded
>>>>> [  892.632944] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>> [  892.637057] wlan0: direct probe responded
>>>>> [  892.640852] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>> [  892.644983] wlan0: direct probe responded
>>>>> [  892.648843] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>> [  892.852281] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 2/3)
>>>>> [  893.055683] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 3/3)
>>>>> [  893.259123] wlan0: authentication with c0:c1:c0:0e:d3:19 timed out
>>>>> [  893.260852] iwlwifi 0000:03:00.0: ACTIVATE a non DRIVER active
>>>>> station id 0 addr c0:c1:c0:0e:d3:19
>>>>> [  901.518568] wlan0: authenticate with c0:c1:c0:0e:d3:19
>>>>> [  901.525227] wlan0: send auth to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>> [  901.527106] wlan0: authenticated
>>>>> [  901.528255] wlan0: associate with c0:c1:c0:0e:d3:19 (try 1/3)
>>>>> [  901.531724] wlan0: RX AssocResp from c0:c1:c0:0e:d3:19 (capab=0x411
>>>>> status=0 aid=1)
>>>>> [  901.531738] wlan0: associated
>>>>> [  901.536691] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
>>>>>
>>>>> On Wed, Apr 25, 2012 at 2:17 AM, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>>>> Just to confirm, the commands are "sudo make CONFIG_IWLWIFI_DEBUG=y"
>>>>>> and then "sudo make install"?
>>>>>>
>>>>>> If those commands are correct, here is the dmesg output:
>>>>>>
>>>>>> [  422.515639] ------------[ cut here ]------------
>>>>>> [  422.515688] WARNING: at
>>>>>> /home/foo/bar/ness/compat-wireless-2012-04-23/net/mac80211/driver-ops.h:12
>>>>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]()
>>>>>> [  422.515696] Hardware name: 4177CTO
>>>>>> [  422.515700] wlan0:  Failed check-sdata-in-driver check, flags: 0x4
>>>>>> [  422.515704] Modules linked in: btrfs zlib_deflate libcrc32c ufs
>>>>>> qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs parport_pc
>>>>>> ppdev snd_hda_codec_hdmi snd_hda_codec_conexant bnep rfcomm bluetooth
>>>>>> speedstep_lib binfmt_misc snd_hda_intel snd_hda_codec snd_hwdep
>>>>>> snd_pcm thinkpad_acpi snd_seq_midi snd_rawmidi i915 arc4
>>>>>> snd_seq_midi_event snd_seq snd_timer snd_seq_device iwlwifi(-)
>>>>>> uvcvideo psmouse videodev mei(C) v4l2_compat_ioctl32 tpm_tis snd
>>>>>> drm_kms_helper nvram drm i2c_algo_bit soundcore serio_raw
>>>>>> snd_page_alloc mac80211 cfg80211 wmi compat video lp parport usbhid
>>>>>> hid firewire_ohci firewire_core crc_itu_t sdhci_pci sdhci ahci libahci
>>>>>> e1000e
>>>>>> [  422.515801] Pid: 19766, comm: modprobe Tainted: G         C
>>>>>> 3.0.0-17-generic #30-Ubuntu
>>>>>> [  422.515806] Call Trace:
>>>>>> [  422.515823]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
>>>>>> [  422.515832]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
>>>>>> [  422.515858]  [<ffffffffa010e70e>] ? __sta_info_destroy+0x1e/0x560 [mac80211]
>>>>>> [  422.515881]  [<ffffffffa010aa11>]
>>>>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]
>>>>>> [  422.515915]  [<ffffffffa012f6f0>]
>>>>>> ieee80211_destroy_auth_data+0x50/0x80 [mac80211]
>>>>>> [  422.515948]  [<ffffffffa01353c1>] ieee80211_mgd_teardown+0x51/0x70 [mac80211]
>>>>>> [  422.515975]  [<ffffffffa0118aec>]
>>>>>> ieee80211_teardown_sdata+0xdc/0x100 [mac80211]
>>>>>> [  422.515985]  [<ffffffff814dd9e0>] rollback_registered_many+0x1a0/0x260
>>>>>> [  422.515993]  [<ffffffff814ddabb>] unregister_netdevice_many+0x1b/0x80
>>>>>> [  422.516019]  [<ffffffffa0119c20>]
>>>>>> ieee80211_remove_interfaces+0xd0/0x110 [mac80211]
>>>>>> [  422.516042]  [<ffffffffa0109133>]
>>>>>> ieee80211_unregister_hw+0x53/0x120 [mac80211]
>>>>>> [  422.516063]  [<ffffffffa026d24b>] iwlagn_mac_unregister+0x2b/0x40 [iwlwifi]
>>>>>> [  422.516081]  [<ffffffffa02653b1>] iwl_op_mode_dvm_stop+0x51/0xe0 [iwlwifi]
>>>>>> [  422.516106]  [<ffffffffa0285c27>] iwl_drv_stop+0x47/0x70 [iwlwifi]
>>>>>> [  422.516135]  [<ffffffffa029b34f>] iwl_pci_remove+0x22/0xcd3 [iwlwifi]
>>>>>> [  422.516148]  [<ffffffff81312736>] pci_device_remove+0x46/0x110
>>>>>> [  422.516162]  [<ffffffff813d06bc>] __device_release_driver+0x7c/0xe0
>>>>>> [  422.516174]  [<ffffffff813d0e48>] driver_detach+0xc8/0xd0
>>>>>> [  422.516186]  [<ffffffff813d0519>] bus_remove_driver+0x79/0xd0
>>>>>> [  422.516198]  [<ffffffff813d1602>] driver_unregister+0x62/0xa0
>>>>>> [  422.516210]  [<ffffffff813115b5>] pci_unregister_driver+0x45/0xc0
>>>>>> [  422.516240]  [<ffffffffa02848e5>]
>>>>>> iwl_pci_unregister_driver+0x15/0x20 [iwlwifi]
>>>>>> [  422.516270]  [<ffffffffa029aa59>] iwl_exit+0x9/0x1c [iwlwifi]
>>>>>> [  422.516282]  [<ffffffff8109f1ce>] sys_delete_module+0x18e/0x250
>>>>>> [  422.516294]  [<ffffffff81135593>] ? do_munmap+0x1f3/0x2f0
>>>>>> [  422.516307]  [<ffffffff815fb342>] system_call_fastpath+0x16/0x1b
>>>>>> [  422.516315] ---[ end trace 45b9addccc842009 ]---
>>>>>> [  422.560312] iwlwifi 0000:03:00.0: PCI INT A disabled
>>>>>> [  432.738352] cfg80211: Calling CRDA to update world regulatory domain
>>>>>> [  432.748736] cfg80211: World regulatory domain updated:
>>>>>> [  432.748745] cfg80211:   (start_freq - end_freq @ bandwidth),
>>>>>> (max_antenna_gain, max_eirp)
>>>>>> [  432.748755] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz),
>>>>>> (300 mBi, 2000 mBm)
>>>>>> [  432.748762] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz),
>>>>>> (300 mBi, 2000 mBm)
>>>>>> [  432.748769] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz),
>>>>>> (300 mBi, 2000 mBm)
>>>>>> [  432.748776] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz),
>>>>>> (300 mBi, 2000 mBm)
>>>>>> [  432.748782] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz),
>>>>>> (300 mBi, 2000 mBm)
>>>>>> [  432.753876] iwlwifi: Unknown parameter `debug'
>>>>>>
>>>>>> - Daniel
>>>>>>
>>>>>> On Wed, Apr 25, 2012 at 2:07 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>>>>>>> On Wed, Apr 25, 2012 at 08:58, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>>>>>> Correct me if I did it incorrectly. I issue "sudo modprobe iwlwifi
>>>>>>>> debug=0x80000000" but I receive an "Unknown symbol in module, or
>>>>>>>> unknown parameter" error.
>>>>>>>>
>>>>>>>
>>>>>>> All right, please compile with CONFIG_IWLWIFI_DEBUG=y

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-26 18:11                       ` Emmanuel Grumbach
@ 2012-04-29  5:31                         ` Emmanuel Grumbach
  2012-04-29  6:39                           ` Daniel Chyan
       [not found]                           ` <CAOvK7nBGBDWhQnq8MT51dE=LXUxoQH1FLJ2TNUr42He1KbBurg@mail.gmail.com>
  0 siblings, 2 replies; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-04-29  5:31 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

On Thu, Apr 26, 2012 at 21:11, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> Thanks,
>
> this log is very instructive. Obviously we have a bug in the state
> machine. Will send you a patch for further investigation.
>

Can you try again with debug=0x84000000
If you can enable CONFIG_MAC80211_HT_DEBUG it would help too.

I also would like to see the code you are running. Can you please tell
me what is that build you are talking about "latest build
(2012-04-23)"  ?

Thanks


> Thanks for reporting.
>
> Emmanuel Grumbach
> egrumbach@gmail.com
>
>
> On Wed, Apr 25, 2012 at 22:33, Daniel Chyan <dchyan@princeton.edu> wrote:
>> I have attached the relevant log.
>>
>> On Wed, Apr 25, 2012 at 8:45 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>>> Just reload the module with debug=0x80000000 and when you see that
>>> warning send me the whole log (output of dmesg).
>>>
>>> Thanks
>>>
>>> Emmanuel Grumbach
>>> egrumbach@gmail.com
>>>
>>>
>>> On Wed, Apr 25, 2012 at 14:56, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>> Yes, I am using compat-wireless. I have set the flag and recompiled.
>>>> Which log do you want exactly?
>>>>
>>>> On Wed, Apr 25, 2012 at 3:18 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>>>>> I understand you sue compat right ?
>>>>> In that case just edit the config.mk file and set the flag there.
>>>>>
>>>>> I will need the full log and apparently the debug flags I requested isn't set.
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Apr 25, 2012 at 09:24, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>>>> I appreciate your patience with this thread. These drivers have been awesome.
>>>>>> A challenge to reproducing the original warning is also a seemingly
>>>>>> excessive time to associate at times. For example:
>>>>>>
>>>>>> ... (200 more times or so as well.)
>>>>>> [  892.585058] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>>> [  892.590706] wlan0: direct probe responded
>>>>>> [  892.592991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>>> [  892.597123] wlan0: direct probe responded
>>>>>> [  892.600979] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>>> [  892.608344] wlan0: direct probe responded
>>>>>> [  892.608991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>>> [  892.613117] wlan0: direct probe responded
>>>>>> [  892.616981] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>>> [  892.621120] wlan0: direct probe responded
>>>>>> [  892.624929] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>>> [  892.629038] wlan0: direct probe responded
>>>>>> [  892.632944] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>>> [  892.637057] wlan0: direct probe responded
>>>>>> [  892.640852] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>>> [  892.644983] wlan0: direct probe responded
>>>>>> [  892.648843] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>>> [  892.852281] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 2/3)
>>>>>> [  893.055683] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 3/3)
>>>>>> [  893.259123] wlan0: authentication with c0:c1:c0:0e:d3:19 timed out
>>>>>> [  893.260852] iwlwifi 0000:03:00.0: ACTIVATE a non DRIVER active
>>>>>> station id 0 addr c0:c1:c0:0e:d3:19
>>>>>> [  901.518568] wlan0: authenticate with c0:c1:c0:0e:d3:19
>>>>>> [  901.525227] wlan0: send auth to c0:c1:c0:0e:d3:19 (try 1/3)
>>>>>> [  901.527106] wlan0: authenticated
>>>>>> [  901.528255] wlan0: associate with c0:c1:c0:0e:d3:19 (try 1/3)
>>>>>> [  901.531724] wlan0: RX AssocResp from c0:c1:c0:0e:d3:19 (capab=0x411
>>>>>> status=0 aid=1)
>>>>>> [  901.531738] wlan0: associated
>>>>>> [  901.536691] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
>>>>>>
>>>>>> On Wed, Apr 25, 2012 at 2:17 AM, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>>>>> Just to confirm, the commands are "sudo make CONFIG_IWLWIFI_DEBUG=y"
>>>>>>> and then "sudo make install"?
>>>>>>>
>>>>>>> If those commands are correct, here is the dmesg output:
>>>>>>>
>>>>>>> [  422.515639] ------------[ cut here ]------------
>>>>>>> [  422.515688] WARNING: at
>>>>>>> /home/foo/bar/ness/compat-wireless-2012-04-23/net/mac80211/driver-ops.h:12
>>>>>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]()
>>>>>>> [  422.515696] Hardware name: 4177CTO
>>>>>>> [  422.515700] wlan0:  Failed check-sdata-in-driver check, flags: 0x4
>>>>>>> [  422.515704] Modules linked in: btrfs zlib_deflate libcrc32c ufs
>>>>>>> qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs parport_pc
>>>>>>> ppdev snd_hda_codec_hdmi snd_hda_codec_conexant bnep rfcomm bluetooth
>>>>>>> speedstep_lib binfmt_misc snd_hda_intel snd_hda_codec snd_hwdep
>>>>>>> snd_pcm thinkpad_acpi snd_seq_midi snd_rawmidi i915 arc4
>>>>>>> snd_seq_midi_event snd_seq snd_timer snd_seq_device iwlwifi(-)
>>>>>>> uvcvideo psmouse videodev mei(C) v4l2_compat_ioctl32 tpm_tis snd
>>>>>>> drm_kms_helper nvram drm i2c_algo_bit soundcore serio_raw
>>>>>>> snd_page_alloc mac80211 cfg80211 wmi compat video lp parport usbhid
>>>>>>> hid firewire_ohci firewire_core crc_itu_t sdhci_pci sdhci ahci libahci
>>>>>>> e1000e
>>>>>>> [  422.515801] Pid: 19766, comm: modprobe Tainted: G         C
>>>>>>> 3.0.0-17-generic #30-Ubuntu
>>>>>>> [  422.515806] Call Trace:
>>>>>>> [  422.515823]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
>>>>>>> [  422.515832]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
>>>>>>> [  422.515858]  [<ffffffffa010e70e>] ? __sta_info_destroy+0x1e/0x560 [mac80211]
>>>>>>> [  422.515881]  [<ffffffffa010aa11>]
>>>>>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]
>>>>>>> [  422.515915]  [<ffffffffa012f6f0>]
>>>>>>> ieee80211_destroy_auth_data+0x50/0x80 [mac80211]
>>>>>>> [  422.515948]  [<ffffffffa01353c1>] ieee80211_mgd_teardown+0x51/0x70 [mac80211]
>>>>>>> [  422.515975]  [<ffffffffa0118aec>]
>>>>>>> ieee80211_teardown_sdata+0xdc/0x100 [mac80211]
>>>>>>> [  422.515985]  [<ffffffff814dd9e0>] rollback_registered_many+0x1a0/0x260
>>>>>>> [  422.515993]  [<ffffffff814ddabb>] unregister_netdevice_many+0x1b/0x80
>>>>>>> [  422.516019]  [<ffffffffa0119c20>]
>>>>>>> ieee80211_remove_interfaces+0xd0/0x110 [mac80211]
>>>>>>> [  422.516042]  [<ffffffffa0109133>]
>>>>>>> ieee80211_unregister_hw+0x53/0x120 [mac80211]
>>>>>>> [  422.516063]  [<ffffffffa026d24b>] iwlagn_mac_unregister+0x2b/0x40 [iwlwifi]
>>>>>>> [  422.516081]  [<ffffffffa02653b1>] iwl_op_mode_dvm_stop+0x51/0xe0 [iwlwifi]
>>>>>>> [  422.516106]  [<ffffffffa0285c27>] iwl_drv_stop+0x47/0x70 [iwlwifi]
>>>>>>> [  422.516135]  [<ffffffffa029b34f>] iwl_pci_remove+0x22/0xcd3 [iwlwifi]
>>>>>>> [  422.516148]  [<ffffffff81312736>] pci_device_remove+0x46/0x110
>>>>>>> [  422.516162]  [<ffffffff813d06bc>] __device_release_driver+0x7c/0xe0
>>>>>>> [  422.516174]  [<ffffffff813d0e48>] driver_detach+0xc8/0xd0
>>>>>>> [  422.516186]  [<ffffffff813d0519>] bus_remove_driver+0x79/0xd0
>>>>>>> [  422.516198]  [<ffffffff813d1602>] driver_unregister+0x62/0xa0
>>>>>>> [  422.516210]  [<ffffffff813115b5>] pci_unregister_driver+0x45/0xc0
>>>>>>> [  422.516240]  [<ffffffffa02848e5>]
>>>>>>> iwl_pci_unregister_driver+0x15/0x20 [iwlwifi]
>>>>>>> [  422.516270]  [<ffffffffa029aa59>] iwl_exit+0x9/0x1c [iwlwifi]
>>>>>>> [  422.516282]  [<ffffffff8109f1ce>] sys_delete_module+0x18e/0x250
>>>>>>> [  422.516294]  [<ffffffff81135593>] ? do_munmap+0x1f3/0x2f0
>>>>>>> [  422.516307]  [<ffffffff815fb342>] system_call_fastpath+0x16/0x1b
>>>>>>> [  422.516315] ---[ end trace 45b9addccc842009 ]---
>>>>>>> [  422.560312] iwlwifi 0000:03:00.0: PCI INT A disabled
>>>>>>> [  432.738352] cfg80211: Calling CRDA to update world regulatory domain
>>>>>>> [  432.748736] cfg80211: World regulatory domain updated:
>>>>>>> [  432.748745] cfg80211:   (start_freq - end_freq @ bandwidth),
>>>>>>> (max_antenna_gain, max_eirp)
>>>>>>> [  432.748755] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz),
>>>>>>> (300 mBi, 2000 mBm)
>>>>>>> [  432.748762] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz),
>>>>>>> (300 mBi, 2000 mBm)
>>>>>>> [  432.748769] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz),
>>>>>>> (300 mBi, 2000 mBm)
>>>>>>> [  432.748776] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz),
>>>>>>> (300 mBi, 2000 mBm)
>>>>>>> [  432.748782] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz),
>>>>>>> (300 mBi, 2000 mBm)
>>>>>>> [  432.753876] iwlwifi: Unknown parameter `debug'
>>>>>>>
>>>>>>> - Daniel
>>>>>>>
>>>>>>> On Wed, Apr 25, 2012 at 2:07 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>>>>>>>> On Wed, Apr 25, 2012 at 08:58, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>>>>>>> Correct me if I did it incorrectly. I issue "sudo modprobe iwlwifi
>>>>>>>>> debug=0x80000000" but I receive an "Unknown symbol in module, or
>>>>>>>>> unknown parameter" error.
>>>>>>>>>
>>>>>>>>
>>>>>>>> All right, please compile with CONFIG_IWLWIFI_DEBUG=y

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-29  5:31                         ` Emmanuel Grumbach
@ 2012-04-29  6:39                           ` Daniel Chyan
       [not found]                           ` <CAOvK7nBGBDWhQnq8MT51dE=LXUxoQH1FLJ2TNUr42He1KbBurg@mail.gmail.com>
  1 sibling, 0 replies; 21+ messages in thread
From: Daniel Chyan @ 2012-04-29  6:39 UTC (permalink / raw)
  To: Emmanuel Grumbach; +Cc: linux-wireless

It was the latest build last week: compat-wireless-2012-04-23. I am
currently on compat-wireless-2012-04-26. Should I go back to 04-23?

On Sun, Apr 29, 2012 at 1:31 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>
> On Thu, Apr 26, 2012 at 21:11, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> > Thanks,
> >
> > this log is very instructive. Obviously we have a bug in the state
> > machine. Will send you a patch for further investigation.
> >
>
> Can you try again with debug=0x84000000
> If you can enable CONFIG_MAC80211_HT_DEBUG it would help too.
>
> I also would like to see the code you are running. Can you please tell
> me what is that build you are talking about "latest build
> (2012-04-23)"  ?
>
> Thanks
>
>
> > Thanks for reporting.
> >
> > Emmanuel Grumbach
> > egrumbach@gmail.com
> >
> >
> > On Wed, Apr 25, 2012 at 22:33, Daniel Chyan <dchyan@princeton.edu> wrote:
> >> I have attached the relevant log.
> >>
> >> On Wed, Apr 25, 2012 at 8:45 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> >>> Just reload the module with debug=0x80000000 and when you see that
> >>> warning send me the whole log (output of dmesg).
> >>>
> >>> Thanks
> >>>
> >>> Emmanuel Grumbach
> >>> egrumbach@gmail.com
> >>>
> >>>
> >>> On Wed, Apr 25, 2012 at 14:56, Daniel Chyan <dchyan@princeton.edu> wrote:
> >>>> Yes, I am using compat-wireless. I have set the flag and recompiled.
> >>>> Which log do you want exactly?
> >>>>
> >>>> On Wed, Apr 25, 2012 at 3:18 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> >>>>> I understand you sue compat right ?
> >>>>> In that case just edit the config.mk file and set the flag there.
> >>>>>
> >>>>> I will need the full log and apparently the debug flags I requested isn't set.
> >>>>>
> >>>>>
> >>>>>
> >>>>> On Wed, Apr 25, 2012 at 09:24, Daniel Chyan <dchyan@princeton.edu> wrote:
> >>>>>> I appreciate your patience with this thread. These drivers have been awesome.
> >>>>>> A challenge to reproducing the original warning is also a seemingly
> >>>>>> excessive time to associate at times. For example:
> >>>>>>
> >>>>>> ... (200 more times or so as well.)
> >>>>>> [  892.585058] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> >>>>>> [  892.590706] wlan0: direct probe responded
> >>>>>> [  892.592991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> >>>>>> [  892.597123] wlan0: direct probe responded
> >>>>>> [  892.600979] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> >>>>>> [  892.608344] wlan0: direct probe responded
> >>>>>> [  892.608991] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> >>>>>> [  892.613117] wlan0: direct probe responded
> >>>>>> [  892.616981] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> >>>>>> [  892.621120] wlan0: direct probe responded
> >>>>>> [  892.624929] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> >>>>>> [  892.629038] wlan0: direct probe responded
> >>>>>> [  892.632944] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> >>>>>> [  892.637057] wlan0: direct probe responded
> >>>>>> [  892.640852] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> >>>>>> [  892.644983] wlan0: direct probe responded
> >>>>>> [  892.648843] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 1/3)
> >>>>>> [  892.852281] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 2/3)
> >>>>>> [  893.055683] wlan0: direct probe to c0:c1:c0:0e:d3:19 (try 3/3)
> >>>>>> [  893.259123] wlan0: authentication with c0:c1:c0:0e:d3:19 timed out
> >>>>>> [  893.260852] iwlwifi 0000:03:00.0: ACTIVATE a non DRIVER active
> >>>>>> station id 0 addr c0:c1:c0:0e:d3:19
> >>>>>> [  901.518568] wlan0: authenticate with c0:c1:c0:0e:d3:19
> >>>>>> [  901.525227] wlan0: send auth to c0:c1:c0:0e:d3:19 (try 1/3)
> >>>>>> [  901.527106] wlan0: authenticated
> >>>>>> [  901.528255] wlan0: associate with c0:c1:c0:0e:d3:19 (try 1/3)
> >>>>>> [  901.531724] wlan0: RX AssocResp from c0:c1:c0:0e:d3:19 (capab=0x411
> >>>>>> status=0 aid=1)
> >>>>>> [  901.531738] wlan0: associated
> >>>>>> [  901.536691] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
> >>>>>>
> >>>>>> On Wed, Apr 25, 2012 at 2:17 AM, Daniel Chyan <dchyan@princeton.edu> wrote:
> >>>>>>> Just to confirm, the commands are "sudo make CONFIG_IWLWIFI_DEBUG=y"
> >>>>>>> and then "sudo make install"?
> >>>>>>>
> >>>>>>> If those commands are correct, here is the dmesg output:
> >>>>>>>
> >>>>>>> [  422.515639] ------------[ cut here ]------------
> >>>>>>> [  422.515688] WARNING: at
> >>>>>>> /home/foo/bar/ness/compat-wireless-2012-04-23/net/mac80211/driver-ops.h:12
> >>>>>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]()
> >>>>>>> [  422.515696] Hardware name: 4177CTO
> >>>>>>> [  422.515700] wlan0:  Failed check-sdata-in-driver check, flags: 0x4
> >>>>>>> [  422.515704] Modules linked in: btrfs zlib_deflate libcrc32c ufs
> >>>>>>> qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs reiserfs parport_pc
> >>>>>>> ppdev snd_hda_codec_hdmi snd_hda_codec_conexant bnep rfcomm bluetooth
> >>>>>>> speedstep_lib binfmt_misc snd_hda_intel snd_hda_codec snd_hwdep
> >>>>>>> snd_pcm thinkpad_acpi snd_seq_midi snd_rawmidi i915 arc4
> >>>>>>> snd_seq_midi_event snd_seq snd_timer snd_seq_device iwlwifi(-)
> >>>>>>> uvcvideo psmouse videodev mei(C) v4l2_compat_ioctl32 tpm_tis snd
> >>>>>>> drm_kms_helper nvram drm i2c_algo_bit soundcore serio_raw
> >>>>>>> snd_page_alloc mac80211 cfg80211 wmi compat video lp parport usbhid
> >>>>>>> hid firewire_ohci firewire_core crc_itu_t sdhci_pci sdhci ahci libahci
> >>>>>>> e1000e
> >>>>>>> [  422.515801] Pid: 19766, comm: modprobe Tainted: G         C
> >>>>>>> 3.0.0-17-generic #30-Ubuntu
> >>>>>>> [  422.515806] Call Trace:
> >>>>>>> [  422.515823]  [<ffffffff8105e8ff>] warn_slowpath_common+0x7f/0xc0
> >>>>>>> [  422.515832]  [<ffffffff8105e9f6>] warn_slowpath_fmt+0x46/0x50
> >>>>>>> [  422.515858]  [<ffffffffa010e70e>] ? __sta_info_destroy+0x1e/0x560 [mac80211]
> >>>>>>> [  422.515881]  [<ffffffffa010aa11>]
> >>>>>>> ieee80211_bss_info_change_notify+0x2d1/0x2e0 [mac80211]
> >>>>>>> [  422.515915]  [<ffffffffa012f6f0>]
> >>>>>>> ieee80211_destroy_auth_data+0x50/0x80 [mac80211]
> >>>>>>> [  422.515948]  [<ffffffffa01353c1>] ieee80211_mgd_teardown+0x51/0x70 [mac80211]
> >>>>>>> [  422.515975]  [<ffffffffa0118aec>]
> >>>>>>> ieee80211_teardown_sdata+0xdc/0x100 [mac80211]
> >>>>>>> [  422.515985]  [<ffffffff814dd9e0>] rollback_registered_many+0x1a0/0x260
> >>>>>>> [  422.515993]  [<ffffffff814ddabb>] unregister_netdevice_many+0x1b/0x80
> >>>>>>> [  422.516019]  [<ffffffffa0119c20>]
> >>>>>>> ieee80211_remove_interfaces+0xd0/0x110 [mac80211]
> >>>>>>> [  422.516042]  [<ffffffffa0109133>]
> >>>>>>> ieee80211_unregister_hw+0x53/0x120 [mac80211]
> >>>>>>> [  422.516063]  [<ffffffffa026d24b>] iwlagn_mac_unregister+0x2b/0x40 [iwlwifi]
> >>>>>>> [  422.516081]  [<ffffffffa02653b1>] iwl_op_mode_dvm_stop+0x51/0xe0 [iwlwifi]
> >>>>>>> [  422.516106]  [<ffffffffa0285c27>] iwl_drv_stop+0x47/0x70 [iwlwifi]
> >>>>>>> [  422.516135]  [<ffffffffa029b34f>] iwl_pci_remove+0x22/0xcd3 [iwlwifi]
> >>>>>>> [  422.516148]  [<ffffffff81312736>] pci_device_remove+0x46/0x110
> >>>>>>> [  422.516162]  [<ffffffff813d06bc>] __device_release_driver+0x7c/0xe0
> >>>>>>> [  422.516174]  [<ffffffff813d0e48>] driver_detach+0xc8/0xd0
> >>>>>>> [  422.516186]  [<ffffffff813d0519>] bus_remove_driver+0x79/0xd0
> >>>>>>> [  422.516198]  [<ffffffff813d1602>] driver_unregister+0x62/0xa0
> >>>>>>> [  422.516210]  [<ffffffff813115b5>] pci_unregister_driver+0x45/0xc0
> >>>>>>> [  422.516240]  [<ffffffffa02848e5>]
> >>>>>>> iwl_pci_unregister_driver+0x15/0x20 [iwlwifi]
> >>>>>>> [  422.516270]  [<ffffffffa029aa59>] iwl_exit+0x9/0x1c [iwlwifi]
> >>>>>>> [  422.516282]  [<ffffffff8109f1ce>] sys_delete_module+0x18e/0x250
> >>>>>>> [  422.516294]  [<ffffffff81135593>] ? do_munmap+0x1f3/0x2f0
> >>>>>>> [  422.516307]  [<ffffffff815fb342>] system_call_fastpath+0x16/0x1b
> >>>>>>> [  422.516315] ---[ end trace 45b9addccc842009 ]---
> >>>>>>> [  422.560312] iwlwifi 0000:03:00.0: PCI INT A disabled
> >>>>>>> [  432.738352] cfg80211: Calling CRDA to update world regulatory domain
> >>>>>>> [  432.748736] cfg80211: World regulatory domain updated:
> >>>>>>> [  432.748745] cfg80211:   (start_freq - end_freq @ bandwidth),
> >>>>>>> (max_antenna_gain, max_eirp)
> >>>>>>> [  432.748755] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz),
> >>>>>>> (300 mBi, 2000 mBm)
> >>>>>>> [  432.748762] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz),
> >>>>>>> (300 mBi, 2000 mBm)
> >>>>>>> [  432.748769] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz),
> >>>>>>> (300 mBi, 2000 mBm)
> >>>>>>> [  432.748776] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz),
> >>>>>>> (300 mBi, 2000 mBm)
> >>>>>>> [  432.748782] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz),
> >>>>>>> (300 mBi, 2000 mBm)
> >>>>>>> [  432.753876] iwlwifi: Unknown parameter `debug'
> >>>>>>>
> >>>>>>> - Daniel
> >>>>>>>
> >>>>>>> On Wed, Apr 25, 2012 at 2:07 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> >>>>>>>> On Wed, Apr 25, 2012 at 08:58, Daniel Chyan <dchyan@princeton.edu> wrote:
> >>>>>>>>> Correct me if I did it incorrectly. I issue "sudo modprobe iwlwifi
> >>>>>>>>> debug=0x80000000" but I receive an "Unknown symbol in module, or
> >>>>>>>>> unknown parameter" error.
> >>>>>>>>>
> >>>>>>>>
> >>>>>>>> All right, please compile with CONFIG_IWLWIFI_DEBUG=y

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
       [not found]                           ` <CAOvK7nBGBDWhQnq8MT51dE=LXUxoQH1FLJ2TNUr42He1KbBurg@mail.gmail.com>
@ 2012-04-29  6:50                             ` Emmanuel Grumbach
  2012-04-29  6:52                               ` Emmanuel Grumbach
  0 siblings, 1 reply; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-04-29  6:50 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

On Sun, Apr 29, 2012 at 09:31, Daniel Chyan <dchyan@princeton.edu> wrote:
> It was the latest build last week: compat-wireless-2012-04-23. I am
> currently on compat-wireless-2012-04-26. Should I go back to 04-23?
>

ok, no please don't go back

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-29  6:50                             ` Emmanuel Grumbach
@ 2012-04-29  6:52                               ` Emmanuel Grumbach
  2012-04-30 18:41                                 ` Daniel Chyan
  0 siblings, 1 reply; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-04-29  6:52 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

Emmanuel Grumbach
egrumbach@gmail.com


On Sun, Apr 29, 2012 at 09:50, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> On Sun, Apr 29, 2012 at 09:31, Daniel Chyan <dchyan@princeton.edu> wrote:
>> It was the latest build last week: compat-wireless-2012-04-23. I am
>> currently on compat-wireless-2012-04-26. Should I go back to 04-23?
>>
>
> ok, no please don't go back

just please send the logs again with the additional flags.

thank you

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-29  6:52                               ` Emmanuel Grumbach
@ 2012-04-30 18:41                                 ` Daniel Chyan
  2012-04-30 19:22                                   ` Emmanuel Grumbach
  0 siblings, 1 reply; 21+ messages in thread
From: Daniel Chyan @ 2012-04-30 18:41 UTC (permalink / raw)
  To: Emmanuel Grumbach; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 671 bytes --]

I am running iwlwifi with the additional flags. Nothing particularly
alarming has appeared in the logs, but I have attached it.

On Sun, Apr 29, 2012 at 2:52 AM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> Emmanuel Grumbach
> egrumbach@gmail.com
>
>
> On Sun, Apr 29, 2012 at 09:50, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>> On Sun, Apr 29, 2012 at 09:31, Daniel Chyan <dchyan@princeton.edu> wrote:
>>> It was the latest build last week: compat-wireless-2012-04-23. I am
>>> currently on compat-wireless-2012-04-26. Should I go back to 04-23?
>>>
>>
>> ok, no please don't go back
>
> just please send the logs again with the additional flags.
>
> thank you

[-- Attachment #2: log --]
[-- Type: application/octet-stream, Size: 168600 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-24-generic (buildd@yellow) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 (Ubuntu 3.2.0-24.37-generic 3.2.14)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=637b4538-27b2-43a2-aa02-bf3684169c03 ro
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Disabled fast string operations
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
[    0.000000]  BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
[    0.000000]  BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
[    0.000000]  BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
[    0.000000]  BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
[    0.000000]  BIOS-e820: 0000000040200000 - 00000000da99f000 (usable)
[    0.000000]  BIOS-e820: 00000000da99f000 - 00000000dae9f000 (reserved)
[    0.000000]  BIOS-e820: 00000000dae9f000 - 00000000daf9f000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000daf9f000 - 00000000dafff000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000dafff000 - 00000000db000000 (usable)
[    0.000000]  BIOS-e820: 00000000db000000 - 00000000dfa00000 (reserved)
[    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed08000 - 00000000fed09000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffd20000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 000000021e600000 (usable)
[    0.000000]  BIOS-e820: 000000021e600000 - 000000021e800000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: LENOVO 4177CTO/4177CTO, BIOS 83ET67WW (1.37 ) 11/28/2011
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x21e600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FE0000000 write-back
[    0.000000]   4 base 0DC000000 mask FFC000000 uncachable
[    0.000000]   5 base 0DB000000 mask FFF000000 uncachable
[    0.000000]   6 base 100000000 mask F00000000 write-back
[    0.000000]   7 base 200000000 mask FE0000000 write-back
[    0.000000]   8 base 21F000000 mask FFF000000 uncachable
[    0.000000]   9 base 21E800000 mask FFF800000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-00000000db000000
[    0.000000]  0000000000 - 00db000000 page 2M
[    0.000000] kernel direct mapping tables up to db000000 @ 1fffb000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-000000021e600000
[    0.000000]  0100000000 - 021e600000 page 2M
[    0.000000] kernel direct mapping tables up to 21e600000 @ da995000-da99f000
[    0.000000] RAMDISK: 364f2000 - 37271000
[    0.000000] ACPI: RSDP 00000000000f00e0 00024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 00000000daffe120 000A4 (v01 LENOVO TP-83    00001370 PTEC 00000002)
[    0.000000] ACPI: FACP 00000000dafe8000 000F4 (v04 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: DSDT 00000000dafeb000 0E40B (v01 LENOVO TP-83    00001370 INTL 20061109)
[    0.000000] ACPI: FACS 00000000daf2d000 00040
[    0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 LENOVO TP-83    00001370 PTEC 00000001)
[    0.000000] ACPI: SSDT 00000000daffc000 00249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
[    0.000000] ACPI: SSDT 00000000daffb000 00033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
[    0.000000] ACPI: SSDT 00000000daffa000 00797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[    0.000000] ACPI: HPET 00000000dafe7000 00038 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: APIC 00000000dafe6000 00098 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: MCFG 00000000dafe5000 0003C (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: ECDT 00000000dafe4000 00052 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: ASF! 00000000dafea000 000A5 (v32 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: TCPA 00000000dafe3000 00032 (v02    PTL   LENOVO 06040000 LNVO 00000001)
[    0.000000] ACPI: SSDT 00000000dafe2000 00A27 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 00000000dafe1000 00996 (v01  PmRef    CpuPm 00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 00000000dafe0000 0003E (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: UEFI 00000000dafdf000 00042 (v01 PTL      COMBUF 00000001 PTL  00000001)
[    0.000000] ACPI: UEFI 00000000dafde000 00292 (v01 LENOVO TP-83    00001370 PTL  00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000021e600000
[    0.000000] Initmem setup node 0 0000000000000000-000000021e600000
[    0.000000]   NODE_DATA [000000021e5fb000 - 000000021e5fffff]
[    0.000000]  [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880215c00000-ffff88021dbfffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x0021e600
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[6] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x00020000
[    0.000000]     0: 0x00020200 -> 0x00040000
[    0.000000]     0: 0x00040200 -> 0x000da99f
[    0.000000]     0: 0x000dafff -> 0x000db000
[    0.000000]     0: 0x00100000 -> 0x0021e600
[    0.000000] On node 0 totalpages: 2067245
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3912 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 873952 pages, LIFO batch:31
[    0.000000]   Normal zone: 18328 pages used for memmap
[    0.000000]   Normal zone: 1154664 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[    0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[    0.000000] PM: Registered nosave memory: 00000000da99f000 - 00000000dae9f000
[    0.000000] PM: Registered nosave memory: 00000000dae9f000 - 00000000daf9f000
[    0.000000] PM: Registered nosave memory: 00000000daf9f000 - 00000000dafff000
[    0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000dfa00000
[    0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
[    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed08000
[    0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000
[    0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000
[    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffd20000
[    0.000000] PM: Registered nosave memory: 00000000ffd20000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at dfa00000 (gap: dfa00000:18600000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88021e200000 s83072 r8192 d23424 u262144
[    0.000000] pcpu-alloc: s83072 r8192 d23424 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2032528
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=637b4538-27b2-43a2-aa02-bf3684169c03 ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8041288k/8886272k available (6566k kernel code, 617292k absent, 227692k reserved, 6637k data, 920k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16640 nr_irqs:744 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 67108864 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 2492.046 MHz processor.
[    0.000006] Calibrating delay loop (skipped), value calculated using timer frequency.. 4984.09 BogoMIPS (lpj=9968184)
[    0.000148] pid_max: default: 32768 minimum: 301
[    0.000266] Security Framework initialized
[    0.000362] AppArmor: AppArmor initialized
[    0.000428] Yama: becoming mindful.
[    0.002611] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.007847] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.010015] Mount-cache hash table entries: 256
[    0.010336] Initializing cgroup subsys cpuacct
[    0.010413] Initializing cgroup subsys memory
[    0.010496] Initializing cgroup subsys devices
[    0.010565] Initializing cgroup subsys freezer
[    0.010633] Initializing cgroup subsys blkio
[    0.010709] Initializing cgroup subsys perf_event
[    0.010837] Disabled fast string operations
[    0.010906] CPU: Physical Processor ID: 0
[    0.010972] CPU: Processor Core ID: 0
[    0.011045] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.011048] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.011196] mce: CPU supports 7 MCE banks
[    0.011289] CPU0: Thermal monitoring enabled (TM1)
[    0.011374] using mwait in idle threads.
[    0.016412] ACPI: Core revision 20110623
[    0.036004] ftrace: allocating 27049 entries in 107 pages
[    0.059512] x2apic not enabled, IRQ remapping init failed
[    0.060059] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.099732] CPU0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz stepping 07
[    0.204320] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
[    0.204530] PEBS disabled due to CPU errata.
[    0.204601] ... version:                3
[    0.205234] ... bit width:              48
[    0.205302] ... generic registers:      4
[    0.205369] ... value mask:             0000ffffffffffff
[    0.205440] ... max period:             000000007fffffff
[    0.205512] ... fixed-purpose events:   3
[    0.205580] ... event mask:             000000070000000f
[    0.206064] NMI watchdog enabled, takes one hw-pmu counter.
[    0.206329] Booting Node   0, Processors  #1
[    0.206415] smpboot cpu 1: start_ip = 98000
[    0.296135] Disabled fast string operations
[    0.316273] NMI watchdog enabled, takes one hw-pmu counter.
[    0.316620]  #2
[    0.316663] smpboot cpu 2: start_ip = 98000
[    0.403885] Disabled fast string operations
[    0.424025] NMI watchdog enabled, takes one hw-pmu counter.
[    0.424341]  #3
[    0.424384] smpboot cpu 3: start_ip = 98000
[    0.511635] Disabled fast string operations
[    0.531740] NMI watchdog enabled, takes one hw-pmu counter.
[    0.531939] Brought up 4 CPUs
[    0.532004] Total of 4 processors activated (19935.27 BogoMIPS).
[    0.541527] devtmpfs: initialized
[    0.543860] EVM: security.selinux
[    0.543927] EVM: security.SMACK64
[    0.543993] EVM: security.capability
[    0.544117] PM: Registering ACPI NVS region at dae9f000 (1048576 bytes)
[    0.546249] print_constraints: dummy: 
[    0.546362] RTC time: 14:33:04, date: 04/30/12
[    0.546503] NET: Registered protocol family 16
[    0.546798] Trying to unpack rootfs image as initramfs...
[    0.546819] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.546825] ACPI: bus type pci registered
[    0.547323] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.547330] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.582621] PCI: Using configuration type 1 for base access
[    0.585074] bio: create slab <bio-0> at 0
[    0.585338] ACPI: Added _OSI(Module Device)
[    0.585408] ACPI: Added _OSI(Processor Device)
[    0.585479] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.585550] ACPI: Added _OSI(Processor Aggregator Device)
[    0.590024] ACPI: EC: EC description table is found, configuring boot EC
[    0.602345] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.720519] ACPI: SSDT 00000000dae8c018 008C0 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.721832] ACPI: Dynamic OEM Table Load:
[    0.721971] ACPI: SSDT           (null) 008C0 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.751690] ACPI: SSDT 00000000dae8da98 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.753078] ACPI: Dynamic OEM Table Load:
[    0.753219] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.783254] ACPI: SSDT 00000000dae8bd98 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.784564] ACPI: Dynamic OEM Table Load:
[    0.784703] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.816304] ACPI: Interpreter enabled
[    0.816380] ACPI: (supports S0 S3 S4 S5)
[    0.816635] ACPI: Using IOAPIC for interrupt routing
[    0.863624] ACPI: Power Resource [PUBS] (on)
[    0.869644] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[    0.871616] ACPI: ACPI Dock Station Driver: 2 docks/bays found
[    0.871693] HEST: Table not found.
[    0.871764] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.872146] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.872364] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.872442] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.872520] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.872621] pci_root PNP0A08:00: host bridge window [mem 0xdfa00000-0xfebfffff]
[    0.872719] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed4bfff]
[    0.872841] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
[    0.872934] pci 0000:00:02.0: [8086:0126] type 0 class 0x000300
[    0.872963] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.872981] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.872994] pci 0000:00:02.0: reg 20: [io  0x5000-0x503f]
[    0.873132] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
[    0.873182] pci 0000:00:16.0: reg 10: [mem 0xf2525000-0xf252500f 64bit]
[    0.873344] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.873354] pci 0000:00:16.0: PME# disabled
[    0.873424] pci 0000:00:19.0: [8086:1502] type 0 class 0x000200
[    0.873470] pci 0000:00:19.0: reg 10: [mem 0xf2500000-0xf251ffff]
[    0.873490] pci 0000:00:19.0: reg 14: [mem 0xf252b000-0xf252bfff]
[    0.873512] pci 0000:00:19.0: reg 18: [io  0x5080-0x509f]
[    0.873665] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.873674] pci 0000:00:19.0: PME# disabled
[    0.873726] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
[    0.873770] pci 0000:00:1a.0: reg 10: [mem 0xf252a000-0xf252a3ff]
[    0.873960] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.873969] pci 0000:00:1a.0: PME# disabled
[    0.874022] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
[    0.874061] pci 0000:00:1b.0: reg 10: [mem 0xf2520000-0xf2523fff 64bit]
[    0.874230] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.874239] pci 0000:00:1b.0: PME# disabled
[    0.874287] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
[    0.874467] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.874476] pci 0000:00:1c.0: PME# disabled
[    0.874531] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
[    0.874710] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.874719] pci 0000:00:1c.1: PME# disabled
[    0.874787] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
[    0.874968] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.874979] pci 0000:00:1c.3: PME# disabled
[    0.875030] pci 0000:00:1c.4: [8086:1c18] type 1 class 0x000604
[    0.875216] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.875226] pci 0000:00:1c.4: PME# disabled
[    0.875293] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
[    0.875338] pci 0000:00:1d.0: reg 10: [mem 0xf2529000-0xf25293ff]
[    0.875531] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.875540] pci 0000:00:1d.0: PME# disabled
[    0.875586] pci 0000:00:1f.0: [8086:1c4f] type 0 class 0x000601
[    0.875830] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
[    0.875879] pci 0000:00:1f.2: reg 10: [io  0x50a8-0x50af]
[    0.875900] pci 0000:00:1f.2: reg 14: [io  0x50bc-0x50bf]
[    0.875921] pci 0000:00:1f.2: reg 18: [io  0x50a0-0x50a7]
[    0.875942] pci 0000:00:1f.2: reg 1c: [io  0x50b8-0x50bb]
[    0.875963] pci 0000:00:1f.2: reg 20: [io  0x5060-0x507f]
[    0.875984] pci 0000:00:1f.2: reg 24: [mem 0xf2528000-0xf25287ff]
[    0.876107] pci 0000:00:1f.2: PME# supported from D3hot
[    0.876115] pci 0000:00:1f.2: PME# disabled
[    0.876156] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
[    0.876194] pci 0000:00:1f.3: reg 10: [mem 0xf2524000-0xf25240ff 64bit]
[    0.876248] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
[    0.876414] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.876651] pci 0000:03:00.0: [8086:4238] type 0 class 0x000280
[    0.876716] pci 0000:03:00.0: reg 10: [mem 0xf2400000-0xf2401fff 64bit]
[    0.877021] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.877034] pci 0000:03:00.0: PME# disabled
[    0.882795] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.882878] pci 0000:00:1c.1:   bridge window [mem 0xf2400000-0xf24fffff]
[    0.882992] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.883070] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.883079] pci 0000:00:1c.3:   bridge window [mem 0xf1c00000-0xf23fffff]
[    0.883094] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.883281] pci 0000:0d:00.0: [1180:e823] type 0 class 0x000880
[    0.883313] pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
[    0.883463] pci 0000:0d:00.0: reg 10: [mem 0xf1401000-0xf14010ff]
[    0.883748] pci 0000:0d:00.0: supports D1 D2
[    0.883753] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.883797] pci 0000:0d:00.0: PME# disabled
[    0.883882] pci 0000:0d:00.3: [1180:e832] type 0 class 0x000c00
[    0.883923] pci 0000:0d:00.3: reg 10: [mem 0xf1400000-0xf14007ff]
[    0.884206] pci 0000:0d:00.3: supports D1 D2
[    0.884211] pci 0000:0d:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.884221] pci 0000:0d:00.3: PME# disabled
[    0.890818] pci 0000:00:1c.4: PCI bridge to [bus 0d-0d]
[    0.890899] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.890908] pci 0000:00:1c.4:   bridge window [mem 0xf1400000-0xf1bfffff]
[    0.890923] pci 0000:00:1c.4:   bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.890980] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.891192] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.891257] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[    0.891314] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
[    0.891378] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
[    0.891694]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.892154]  pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
[    0.892255] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.897289] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.897850] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11)
[    0.898393] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.898958] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.899505] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11)
[    0.900029] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.900668] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 9 10 11)
[    0.901213] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
[    0.901900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.902014] vgaarb: loaded
[    0.902077] vgaarb: bridge control possible 0000:00:02.0
[    0.902367] i2c-core: driver [aat2870] using legacy suspend method
[    0.902441] i2c-core: driver [aat2870] using legacy resume method
[    0.902645] SCSI subsystem initialized
[    0.902841] libata version 3.00 loaded.
[    0.902942] usbcore: registered new interface driver usbfs
[    0.903041] usbcore: registered new interface driver hub
[    0.903173] usbcore: registered new device driver usb
[    0.903427] PCI: Using ACPI for IRQ routing
[    0.907631] PCI: pci_cache_line_size set to 64 bytes
[    0.907853] reserve RAM buffer: 000000000009d800 - 000000000009ffff 
[    0.907858] reserve RAM buffer: 00000000da99f000 - 00000000dbffffff 
[    0.907864] reserve RAM buffer: 00000000db000000 - 00000000dbffffff 
[    0.907869] reserve RAM buffer: 000000021e600000 - 000000021fffffff 
[    0.908075] NetLabel: Initializing
[    0.908143] NetLabel:  domain hash size = 128
[    0.908210] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.908301] NetLabel:  unlabeled traffic allowed by default
[    0.908480] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.908878] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.910982] Switching to clocksource hpet
[    0.925153] AppArmor: AppArmor Filesystem Enabled
[    0.925273] pnp: PnP ACPI init
[    0.925369] ACPI: bus type pnp registered
[    0.926273] pnp 00:00: [mem 0x00000000-0x0009ffff]
[    0.926279] pnp 00:00: [mem 0x000c0000-0x000c3fff]
[    0.926288] pnp 00:00: [mem 0x000c4000-0x000c7fff]
[    0.926292] pnp 00:00: [mem 0x000c8000-0x000cbfff]
[    0.926297] pnp 00:00: [mem 0x000cc000-0x000cffff]
[    0.926301] pnp 00:00: [mem 0x000d0000-0x000d3fff]
[    0.926305] pnp 00:00: [mem 0x000d4000-0x000d7fff]
[    0.926310] pnp 00:00: [mem 0x000d8000-0x000dbfff]
[    0.926314] pnp 00:00: [mem 0x000dc000-0x000dffff]
[    0.926318] pnp 00:00: [mem 0x000e0000-0x000e3fff]
[    0.926323] pnp 00:00: [mem 0x000e4000-0x000e7fff]
[    0.926327] pnp 00:00: [mem 0x000e8000-0x000ebfff]
[    0.926331] pnp 00:00: [mem 0x000ec000-0x000effff]
[    0.926336] pnp 00:00: [mem 0x000f0000-0x000fffff]
[    0.926341] pnp 00:00: [mem 0x00100000-0xdf9fffff]
[    0.926345] pnp 00:00: [mem 0xfec00000-0xfed3ffff]
[    0.926349] pnp 00:00: [mem 0xfed4c000-0xffffffff]
[    0.926474] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.926555] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.926634] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[    0.926712] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[    0.926789] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
[    0.926866] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
[    0.926942] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
[    0.927020] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
[    0.927097] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
[    0.927174] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.927253] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[    0.927331] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.927410] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[    0.927488] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.927567] system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
[    0.927647] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.927727] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.927832] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.927884] pnp 00:01: [bus 00-fe]
[    0.927889] pnp 00:01: [io  0x0cf8-0x0cff]
[    0.927894] pnp 00:01: [io  0x0000-0x0cf7 window]
[    0.927899] pnp 00:01: [io  0x0d00-0xffff window]
[    0.927904] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[    0.927909] pnp 00:01: [mem 0x000c0000-0x000c3fff window]
[    0.927914] pnp 00:01: [mem 0x000c4000-0x000c7fff window]
[    0.927919] pnp 00:01: [mem 0x000c8000-0x000cbfff window]
[    0.927924] pnp 00:01: [mem 0x000cc000-0x000cffff window]
[    0.927929] pnp 00:01: [mem 0x000d0000-0x000d3fff window]
[    0.927934] pnp 00:01: [mem 0x000d4000-0x000d7fff window]
[    0.927939] pnp 00:01: [mem 0x000d8000-0x000dbfff window]
[    0.927943] pnp 00:01: [mem 0x000dc000-0x000dffff window]
[    0.927948] pnp 00:01: [mem 0x000e0000-0x000e3fff window]
[    0.927953] pnp 00:01: [mem 0x000e4000-0x000e7fff window]
[    0.927958] pnp 00:01: [mem 0x000e8000-0x000ebfff window]
[    0.927963] pnp 00:01: [mem 0x000ec000-0x000effff window]
[    0.927968] pnp 00:01: [mem 0xdfa00000-0xfebfffff window]
[    0.927972] pnp 00:01: [mem 0xfed40000-0xfed4bfff window]
[    0.928086] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.928233] pnp 00:02: [io  0x0010-0x001f]
[    0.928238] pnp 00:02: [io  0x0090-0x009f]
[    0.928242] pnp 00:02: [io  0x0024-0x0025]
[    0.928246] pnp 00:02: [io  0x0028-0x0029]
[    0.928250] pnp 00:02: [io  0x002c-0x002d]
[    0.928254] pnp 00:02: [io  0x0030-0x0031]
[    0.928258] pnp 00:02: [io  0x0034-0x0035]
[    0.928262] pnp 00:02: [io  0x0038-0x0039]
[    0.928269] pnp 00:02: [io  0x003c-0x003d]
[    0.928274] pnp 00:02: [io  0x00a4-0x00a5]
[    0.928278] pnp 00:02: [io  0x00a8-0x00a9]
[    0.928282] pnp 00:02: [io  0x00ac-0x00ad]
[    0.928285] pnp 00:02: [io  0x00b0-0x00b5]
[    0.928289] pnp 00:02: [io  0x00b8-0x00b9]
[    0.928293] pnp 00:02: [io  0x00bc-0x00bd]
[    0.928297] pnp 00:02: [io  0x0050-0x0053]
[    0.928301] pnp 00:02: [io  0x0072-0x0077]
[    0.928306] pnp 00:02: [io  0x0400-0x047f]
[    0.928310] pnp 00:02: [io  0x0500-0x057f]
[    0.928314] pnp 00:02: [io  0x0800-0x080f]
[    0.928318] pnp 00:02: [io  0x15e0-0x15ef]
[    0.928322] pnp 00:02: [io  0x1600-0x167f]
[    0.928326] pnp 00:02: [mem 0xf8000000-0xfbffffff]
[    0.928331] pnp 00:02: [mem 0x00000000-0x00000fff]
[    0.928335] pnp 00:02: [mem 0xfed1c000-0xfed1ffff]
[    0.928340] pnp 00:02: [mem 0xfed10000-0xfed13fff]
[    0.928344] pnp 00:02: [mem 0xfed18000-0xfed18fff]
[    0.928348] pnp 00:02: [mem 0xfed19000-0xfed19fff]
[    0.928353] pnp 00:02: [mem 0xfed45000-0xfed4bfff]
[    0.928481] system 00:02: [io  0x0400-0x047f] has been reserved
[    0.928558] system 00:02: [io  0x0500-0x057f] has been reserved
[    0.928634] system 00:02: [io  0x0800-0x080f] has been reserved
[    0.928710] system 00:02: [io  0x15e0-0x15ef] has been reserved
[    0.928784] system 00:02: [io  0x1600-0x167f] has been reserved
[    0.928860] system 00:02: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.928938] system 00:02: [mem 0x00000000-0x00000fff] could not be reserved
[    0.929017] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.929094] system 00:02: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.929171] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.929249] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.929326] system 00:02: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.929406] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.929507] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.929573] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.929594] pnp 00:04: [io  0x0000-0x000f]
[    0.929598] pnp 00:04: [io  0x0080-0x008f]
[    0.929603] pnp 00:04: [io  0x00c0-0x00df]
[    0.929608] pnp 00:04: [dma 4]
[    0.929662] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.929679] pnp 00:05: [io  0x0061]
[    0.929737] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.929755] pnp 00:06: [io  0x00f0]
[    0.929774] pnp 00:06: [irq 13]
[    0.929835] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.929854] pnp 00:07: [io  0x0070-0x0071]
[    0.929864] pnp 00:07: [irq 8]
[    0.929920] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.929938] pnp 00:08: [io  0x0060]
[    0.929942] pnp 00:08: [io  0x0064]
[    0.929951] pnp 00:08: [irq 1]
[    0.930011] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.930035] pnp 00:09: [irq 12]
[    0.930098] pnp 00:09: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
[    0.930172] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
[    0.930236] pnp 00:0a: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[    0.930901] pnp: PnP ACPI: found 11 devices
[    0.930973] ACPI: ACPI bus type pnp unregistered
[    0.940558] PCI: max bus depth: 1 pci_try_num: 2
[    0.940637] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.940732] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.940813] pci 0000:00:1c.1:   bridge window [mem 0xf2400000-0xf24fffff]
[    0.940904] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.940979] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.941062] pci 0000:00:1c.3:   bridge window [mem 0xf1c00000-0xf23fffff]
[    0.941146] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.941255] pci 0000:00:1c.4: PCI bridge to [bus 0d-0d]
[    0.941330] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.941413] pci 0000:00:1c.4:   bridge window [mem 0xf1400000-0xf1bfffff]
[    0.941495] pci 0000:00:1c.4:   bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.941634] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.941721] pci 0000:00:1c.0: setting latency timer to 64
[    0.941744] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.941826] pci 0000:00:1c.1: setting latency timer to 64
[    0.941847] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.941929] pci 0000:00:1c.3: setting latency timer to 64
[    0.941944] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.942026] pci 0000:00:1c.4: setting latency timer to 64
[    0.942035] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.942040] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.942046] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.942051] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff]
[    0.942056] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff]
[    0.942062] pci_bus 0000:03: resource 1 [mem 0xf2400000-0xf24fffff]
[    0.942068] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    0.942073] pci_bus 0000:05: resource 1 [mem 0xf1c00000-0xf23fffff]
[    0.942078] pci_bus 0000:05: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.942084] pci_bus 0000:0d: resource 0 [io  0x3000-0x3fff]
[    0.942089] pci_bus 0000:0d: resource 1 [mem 0xf1400000-0xf1bfffff]
[    0.942095] pci_bus 0000:0d: resource 2 [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.942164] NET: Registered protocol family 2
[    0.942830] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.948242] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.951962] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.952355] TCP: Hash tables configured (established 524288 bind 65536)
[    0.952432] TCP reno registered
[    0.952535] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.952704] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.952988] NET: Registered protocol family 1
[    0.953081] pci 0000:00:02.0: Boot video device
[    0.953111] pci 0000:00:1a.0: power state changed by ACPI to D0
[    0.953191] pci 0000:00:1a.0: power state changed by ACPI to D0
[    0.953275] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.953403] pci 0000:00:1a.0: PCI INT A disabled
[    0.953508] pci 0000:00:1d.0: power state changed by ACPI to D0
[    0.953586] pci 0000:00:1d.0: power state changed by ACPI to D0
[    0.953681] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.953804] pci 0000:00:1d.0: PCI INT A disabled
[    0.954512] PCI: CLS 64 bytes, default 64
[    0.954517] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.954594] Placing 64MB software IO TLB between ffff8800d6995000 - ffff8800da995000
[    0.954694] software IO TLB at phys 0xd6995000 - 0xda995000
[    0.955833] audit: initializing netlink socket (disabled)
[    0.955919] type=2000 audit(1335796384.784:1): initialized
[    1.042210] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.089640] VFS: Disk quotas dquot_6.5.2
[    1.089826] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.090988] fuse init (API version 7.17)
[    1.091255] msgmni has been set to 15705
[    1.092159] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.092314] io scheduler noop registered
[    1.092385] io scheduler deadline registered
[    1.092519] io scheduler cfq registered (default)
[    1.093189] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.093306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.093484] intel_idle: MWAIT substates: 0x21120
[    1.093488] intel_idle: v0.4 model 0x2A
[    1.093491] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.093774] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.094103] ACPI: AC Adapter [AC] (off-line)
[    1.094575] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    1.094872] ACPI: Lid Switch [LID]
[    1.095027] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    1.095133] ACPI: Sleep Button [SLPB]
[    1.095298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.095417] ACPI: Power Button [PWRF]
[    1.105088] thermal LNXTHERM:00: registered as thermal_zone0
[    1.105166] ACPI: Thermal Zone [THM0] (35 C)
[    1.105275] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.105393] ACPI: Battery Slot [BAT0] (battery present)
[    1.105536] ERST: Table is not found!
[    1.105637] GHES: HEST is not enabled!
[    1.105950] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.119365] ACPI: Battery Slot [BAT0] (battery present)
[    1.262496] Freeing initrd memory: 13820k freed
[    1.343628] Linux agpgart interface v0.103
[    1.343892] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[    1.344308] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.347629] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    1.347927] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    1.350895] brd: module loaded
[    1.352438] loop: module loaded
[    1.352760] ahci 0000:00:1f.2: version 3.0
[    1.352786] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.352956] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[    1.353014] ahci: SSS flag set, parallel bus scan disabled
[    1.366824] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
[    1.366930] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
[    1.367038] ahci 0000:00:1f.2: setting latency timer to 64
[    1.391765] scsi0 : ahci
[    1.392028] scsi1 : ahci
[    1.392242] scsi2 : ahci
[    1.392444] scsi3 : ahci
[    1.392642] scsi4 : ahci
[    1.392843] scsi5 : ahci
[    1.393927] ata1: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528100 irq 40
[    1.394028] ata2: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528180 irq 40
[    1.394127] ata3: DUMMY
[    1.394190] ata4: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528280 irq 40
[    1.394290] ata5: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528300 irq 40
[    1.394388] ata6: DUMMY
[    1.395238] Fixed MDIO Bus: probed
[    1.395340] tun: Universal TUN/TAP device driver, 1.6
[    1.395411] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.395614] PPP generic driver version 2.4.2
[    1.395903] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.396006] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[    1.396086] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[    1.396173] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.396290] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.396297] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    1.396466] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.396614] ehci_hcd 0000:00:1a.0: debug port 2
[    1.400573] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    1.400605] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf252a000
[    1.414684] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.415041] hub 1-0:1.0: USB hub found
[    1.415116] hub 1-0:1.0: 3 ports detected
[    1.415302] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[    1.415383] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[    1.415469] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.415575] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.415582] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    1.415753] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.415894] ehci_hcd 0000:00:1d.0: debug port 2
[    1.419848] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    1.419879] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf2529000
[    1.434637] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.434960] hub 2-0:1.0: USB hub found
[    1.435033] hub 2-0:1.0: 3 ports detected
[    1.435222] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.435319] uhci_hcd: USB Universal Host Controller Interface driver
[    1.435485] usbcore: registered new interface driver libusual
[    1.435629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.438972] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.439055] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.439388] mousedev: PS/2 mouse device common for all mice
[    1.439817] rtc_cmos 00:07: RTC can wake from S4
[    1.440099] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.440228] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.440465] device-mapper: uevent: version 1.0.3
[    1.440704] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    1.441090] cpuidle: using governor ladder
[    1.441586] cpuidle: using governor menu
[    1.441655] EFI Variables Facility v0.08 2004-May-17
[    1.442184] TCP cubic registered
[    1.442494] NET: Registered protocol family 10
[    1.442785] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.443918] NET: Registered protocol family 17
[    1.444023] Registering the dns_resolver key type
[    1.444405] PM: Hibernation image not present or could not be loaded.
[    1.444427] registered taskstats version 1
[    1.481764]   Magic number: 8:755:587
[    1.481982] rtc_cmos 00:07: setting system clock to 2012-04-30 14:33:05 UTC (1335796385)
[    1.486030] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.486066] EDD information not available.
[    1.710103] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.710517] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.710520] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.710568] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.710824] ata1.00: ATA-8: KINGSTON SVP100S296G, CJR10202, max UDMA/100
[    1.710875] ata1.00: 187557552 sectors, multi 16: LBA48 
[    1.711260] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.711263] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.711314] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.711575] ata1.00: configured for UDMA/100
[    1.711825] scsi 0:0:0:0: Direct-Access     ATA      KINGSTON SVP100S CJR1 PQ: 0 ANSI: 5
[    1.712027] sd 0:0:0:0: [sda] 187557552 512-byte logical blocks: (96.0 GB/89.4 GiB)
[    1.712049] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.712385] sd 0:0:0:0: [sda] Write Protect is off
[    1.712419] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.712497] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.714649]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    1.715351] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.726011] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    1.858723] hub 1-1:1.0: USB hub found
[    1.858875] hub 1-1:1.0: 6 ports detected
[    1.949541] Refined TSC clocksource calibration: 2491.906 MHz.
[    1.949629] Switching to clocksource tsc
[    1.969518] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    2.029374] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.034627] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[    2.036287] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[    2.036300] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.040142] ata2.00: ATAPI: HL-DT-ST DVDRAM GT50N, LT20, max UDMA/33
[    2.047447] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[    2.049037] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[    2.049049] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.053003] ata2.00: configured for UDMA/33
[    2.058644] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GT50N     LT20 PQ: 0 ANSI: 5
[    2.065293] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.065387] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.065589] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.065700] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.102036] hub 2-1:1.0: USB hub found
[    2.102188] hub 2-1:1.0: 8 ports detected
[    2.173130] usb 1-1.6: new high-speed USB device number 3 using ehci_hcd
[    2.384558] ata4: SATA link down (SStatus 0 SControl 300)
[    2.703839] ata5: SATA link down (SStatus 0 SControl 300)
[    2.705029] Freeing unused kernel memory: 920k freed
[    2.705157] Write protecting the kernel read-only data: 12288k
[    2.708568] Freeing unused kernel memory: 1608k freed
[    2.711210] Freeing unused kernel memory: 1196k freed
[    2.722609] udevd[106]: starting version 175
[    2.753783] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
[    2.753824] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[    2.753895] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    2.753944] e1000e 0000:00:19.0: setting latency timer to 64
[    2.754058] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X
[    2.757578] sdhci: Secure Digital Host Controller Interface driver
[    2.757620] sdhci: Copyright(c) Pierre Ossman
[    2.758068] sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e823] (rev 5)
[    2.758177] sdhci-pci 0000:0d:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.758299] sdhci-pci 0000:0d:00.0: setting latency timer to 64
[    2.758312] mmc0: no vmmc regulator found
[    2.758412] Registered led device: mmc0::
[    2.759561] mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
[    2.769292] firewire_ohci 0000:0d:00.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    2.769396] firewire_ohci 0000:0d:00.3: setting latency timer to 64
[    2.831611] firewire_ohci: Added fw-ohci device 0000:0d:00.3, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x11
[    2.855447] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    2.940998] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:21:cc:bc:f2:ad
[    2.941049] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    2.941134] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[    3.330522] firewire_core: created device fw0: GUID 0021cc201001f18f, S400
[    3.529864] udevd[344]: starting version 175
[    3.546833] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    3.582225] Adding 8255484k swap on /dev/sda6.  Priority:-1 extents:1 across:8255484k SS
[    3.588195] EXT4-fs (sda5): warning: maximal mount count reached, running e2fsck is recommended
[    3.601821] EXT4-fs (sda5): re-mounted. Opts: discard,errors=remount-ro
[    3.867243] type=1400 audit(1335810787.886:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=529 comm="apparmor_parser"
[    3.867510] type=1400 audit(1335810787.886:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=529 comm="apparmor_parser"
[    3.867658] type=1400 audit(1335810787.886:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=529 comm="apparmor_parser"
[    4.076512] Compat-wireless backport release: compat-wireless-2012-04-24-1
[    4.076514] Backport based on linux-next.git next-20120424
[    4.081125] Bluetooth: Core ver 2.16
[    4.081138] NET: Registered protocol family 31
[    4.081139] Bluetooth: HCI device and connection manager initialized
[    4.081141] Bluetooth: HCI socket layer initialized
[    4.081142] Bluetooth: L2CAP socket layer initialized
[    4.081145] Bluetooth: SCO socket layer initialized
[    4.081715] lp: driver loaded but no devices found
[    4.083887] Bluetooth: RFCOMM TTY layer initialized
[    4.083892] Bluetooth: RFCOMM socket layer initialized
[    4.083894] Bluetooth: RFCOMM ver 1.11
[    4.099610] mei: module is from the staging directory, the quality is unknown, you have been warned.
[    4.100082] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.100090] mei 0000:00:16.0: setting latency timer to 64
[    4.100149] mei 0000:00:16.0: irq 42 for MSI/MSI-X
[    4.105821] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.105824] Bluetooth: BNEP filters: protocol multicast
[    4.106009] tpm_tis 00:0a: 1.2 TPM (device-id 0x0, rev-id 78)
[    4.117834] wmi: Mapper loaded
[    4.120538] Non-volatile memory driver v1.3
[    4.136734] [drm] Initialized drm 1.1.0 20060810
[    4.150582] i915 0000:00:02.0: power state changed by ACPI to D0
[    4.150588] i915 0000:00:02.0: power state changed by ACPI to D0
[    4.150594] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.150598] i915 0000:00:02.0: setting latency timer to 64
[    4.192231] ppdev: user-space parallel port driver
[    4.192605] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X
[    4.199070] Linux video capture interface: v2.00
[    4.199547] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b221)
[    4.201667] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input4
[    4.201767] usbcore: registered new interface driver uvcvideo
[    4.201770] USB Video Class driver (1.1.1)
[    4.206472] type=1400 audit(1335810788.226:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=715 comm="apparmor_parser"
[    4.206844] type=1400 audit(1335810788.226:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=715 comm="apparmor_parser"
[    4.235365] mtrr: no more MTRRs available
[    4.235368] [drm] MTRR allocation failed.  Graphics performance may suffer.
[    4.236614] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[    4.236618] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    4.236620] [drm] Driver supports precise vblank timestamp query.
[    4.236652] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.244266] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[    4.244269] thinkpad_acpi: http://ibm-acpi.sf.net/
[    4.244271] thinkpad_acpi: ThinkPad BIOS 83ET67WW (1.37 ), EC unknown
[    4.244272] thinkpad_acpi: Lenovo ThinkPad T420, model 4177CTO
[    4.246626] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[    4.247158] thinkpad_acpi: radio switch found; radios are enabled
[    4.248299] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X
[    4.248980] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.249364] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.253100] cfg80211: Calling CRDA to update world regulatory domain
[    4.254001] Registered led device: tpacpi::thinklight
[    4.254059] Registered led device: tpacpi::power
[    4.257859] Registered led device: tpacpi::standby
[    4.257889] Registered led device: tpacpi::thinkvantage
[    4.257988] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    4.258565] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    4.260797] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
[    4.263563] iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
[    4.263566] iwlwifi: Copyright(c) 2003-2012 Intel Corporation
[    4.263616] iwlwifi 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    4.263627] iwlwifi 0000:03:00.0: setting latency timer to 64
[    4.263651] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
[    4.263654] iwlwifi 0000:03:00.0: pci_resource_base = ffffc900057ec000
[    4.263656] iwlwifi 0000:03:00.0: HW Revision ID = 0x35
[    4.263747] iwlwifi 0000:03:00.0: irq 44 for MSI/MSI-X
[    4.273551] cfg80211: World regulatory domain updated:
[    4.273553] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    4.273555] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.273557] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    4.273559] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    4.273561] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.273562] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.313881] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532
[    4.314109] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
[    4.314112] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[    4.314114] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[    4.314115] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[    4.314117] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_P2P enabled
[    4.314120] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
[    4.314194] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    4.325499] iwlwifi 0000:03:00.0: device EEPROM VER=0x436, CALIB=0x6
[    4.325502] iwlwifi 0000:03:00.0: Device SKU: 0x1F0
[    4.325504] iwlwifi 0000:03:00.0: Valid Tx ant: 0x7, Valid Rx ant: 0x7
[    4.325519] iwlwifi 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[    4.325585] Registered led device: phy0-led
[    4.325603] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[    4.327683] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    4.429530] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    4.429728] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[    4.430920] init: failsafe main process (779) killed by TERM signal
[    4.494592] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 4  WrPtr: 0
[    4.494673] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 0 on FIFO 3
[    4.494739] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 1 on FIFO 2
[    4.494804] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 2 on FIFO 1
[    4.494870] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 3 on FIFO 0
[    4.494937] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 4 on FIFO 7
[    4.618396] type=1400 audit(1335810788.638:7): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=901 comm="apparmor_parser"
[    4.618427] type=1400 audit(1335810788.638:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=900 comm="apparmor_parser"
[    4.618745] type=1400 audit(1335810788.638:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=901 comm="apparmor_parser"
[    4.618942] type=1400 audit(1335810788.638:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=901 comm="apparmor_parser"
[    4.671336] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    4.671538] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[    4.737949] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 4  WrPtr: 0
[    4.738024] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 0 on FIFO 3
[    4.738089] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 1 on FIFO 2
[    4.738151] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 2 on FIFO 1
[    4.738212] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 3 on FIFO 0
[    4.738277] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 4 on FIFO 7
[    4.742841] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    4.761885] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input6
[    4.796078] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    4.796100] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.796288] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    4.947317] fbcon: inteldrmfb (fb0) is primary device
[    5.203885] Console: switching to colour frame buffer device 200x56
[    5.213310] fb0: inteldrmfb frame buffer device
[    5.213313] drm: registered panic notifier
[    5.247409] acpi device:01: registered as cooling_device4
[    5.247530] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    5.247574] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    5.247629] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    5.247668] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    5.247721] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    5.247748] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    5.287326] init: anacron main process (1003) killed by TERM signal
[    5.791715] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
[    5.791793] HDMI status: Codec=3 Pin=6 Presence_Detect=0 ELD_Valid=0
[    5.791857] HDMI status: Codec=3 Pin=7 Presence_Detect=0 ELD_Valid=0
[    5.792060] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    5.792311] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    5.792542] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    6.498245] cfg80211: Found new beacon on frequency: 5180 MHz (Ch 36) on phy0
[    6.558214] e1000e 0000:00:19.0: PCI INT A disabled
[    6.558224] e1000e 0000:00:19.0: PME# enabled
[    6.797893] cfg80211: Found new beacon on frequency: 5220 MHz (Ch 44) on phy0
[    6.884888] cfg80211: Found new beacon on frequency: 5240 MHz (Ch 48) on phy0
[    8.742235] cfg80211: Found new beacon on frequency: 5745 MHz (Ch 149) on phy0
[    8.871266] cfg80211: Found new beacon on frequency: 5765 MHz (Ch 153) on phy0
[    8.966366] cfg80211: Found new beacon on frequency: 5785 MHz (Ch 157) on phy0
[    9.067920] cfg80211: Found new beacon on frequency: 5805 MHz (Ch 161) on phy0
[    9.259571] CPU3: Package power limit notification (total events = 1)
[    9.259575] CPU1: Package power limit notification (total events = 1)
[    9.259578] CPU2: Package power limit notification (total events = 1)
[    9.259581] CPU0: Package power limit notification (total events = 1)
[    9.270558] CPU3: Package power limit normal
[    9.270561] CPU2: Package power limit normal
[    9.270564] CPU1: Package power limit normal
[    9.270566] CPU0: Package power limit normal
[    9.730111] cfg80211: Found new beacon on frequency: 5200 MHz (Ch 40) on phy0
[   11.612182] wlan0: authenticate with 00:24:6c:d1:74:40
[   11.619723] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.623409] wlan0: direct probe responded
[   11.623507] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.628831] wlan0: direct probe responded
[   11.631600] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.636424] wlan0: direct probe responded
[   11.639582] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.650744] wlan0: direct probe responded
[   11.651527] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.655533] wlan0: direct probe responded
[   11.659554] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.661730] wlan0: direct probe responded
[   11.663503] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.666550] wlan0: direct probe responded
[   11.667481] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.670630] wlan0: direct probe responded
[   11.671467] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.677564] wlan0: direct probe responded
[   11.679465] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.683398] wlan0: direct probe responded
[   11.687363] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.689515] wlan0: direct probe responded
[   11.691460] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.703621] wlan0: direct probe responded
[   11.707408] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.717571] wlan0: direct probe responded
[   11.719370] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.728054] wlan0: direct probe responded
[   11.731347] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.735438] wlan0: direct probe responded
[   11.739372] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.743827] wlan0: direct probe responded
[   11.747406] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.749840] wlan0: direct probe responded
[   11.751394] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.754155] wlan0: direct probe responded
[   11.755364] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.758378] wlan0: direct probe responded
[   11.759288] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.766031] wlan0: direct probe responded
[   11.767284] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.774315] wlan0: direct probe responded
[   11.775287] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.786434] wlan0: direct probe responded
[   11.787219] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.790732] wlan0: direct probe responded
[   11.791212] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.795485] wlan0: direct probe responded
[   11.799235] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.808876] wlan0: direct probe responded
[   11.811213] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.814210] wlan0: direct probe responded
[   11.815157] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.825264] wlan0: direct probe responded
[   11.827148] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.830504] wlan0: direct probe responded
[   11.831117] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.836440] wlan0: direct probe responded
[   11.839151] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.848175] wlan0: direct probe responded
[   11.851117] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.855455] wlan0: direct probe responded
[   11.859106] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   11.866999] wlan0: direct probe responded
[   11.871028] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.074499] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   12.077697] wlan0: direct probe responded
[   12.078590] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.085010] wlan0: direct probe responded
[   12.086533] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.089514] wlan0: direct probe responded
[   12.090501] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.096604] wlan0: direct probe responded
[   12.098517] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.101566] wlan0: direct probe responded
[   12.102473] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.104528] wlan0: direct probe responded
[   12.106475] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.310010] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   12.318296] wlan0: direct probe responded
[   12.322058] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.325710] wlan0: direct probe responded
[   12.325999] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.330029] wlan0: direct probe responded
[   12.334034] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.337148] wlan0: direct probe responded
[   12.337967] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.342876] wlan0: direct probe responded
[   12.345958] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.351737] wlan0: direct probe responded
[   12.353922] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.557456] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   12.560869] wlan0: direct probe responded
[   12.561507] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.567457] wlan0: direct probe responded
[   12.569437] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.572615] wlan0: direct probe responded
[   12.573433] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.575902] wlan0: direct probe responded
[   12.577410] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.583190] wlan0: direct probe responded
[   12.585406] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.588109] wlan0: direct probe responded
[   12.589420] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.792916] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   12.797189] wlan0: direct probe responded
[   12.800968] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.806619] wlan0: direct probe responded
[   12.808950] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.818128] wlan0: direct probe responded
[   12.820876] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.847648] wlan0: direct probe responded
[   12.848812] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.864811] wlan0: direct probe responded
[   12.868796] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.892566] wlan0: direct probe responded
[   12.892714] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.901291] wlan0: direct probe responded
[   12.904733] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.918011] wlan0: direct probe responded
[   12.920703] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.934563] wlan0: direct probe responded
[   12.936614] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   12.946723] wlan0: direct probe responded
[   12.948626] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.152053] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   13.155034] wlan0: direct probe responded
[   13.156084] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.162479] wlan0: direct probe responded
[   13.164093] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.168062] wlan0: direct probe responded
[   13.172129] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.177913] wlan0: direct probe responded
[   13.180102] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.184302] wlan0: direct probe responded
[   13.188101] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.191335] wlan0: direct probe responded
[   13.192032] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.195721] wlan0: direct probe responded
[   13.196020] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.201327] wlan0: direct probe responded
[   13.204006] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.207276] wlan0: direct probe responded
[   13.207937] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.211070] wlan0: direct probe responded
[   13.211968] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.216038] wlan0: direct probe responded
[   13.219942] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.222274] wlan0: direct probe responded
[   13.224015] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.227238] wlan0: direct probe responded
[   13.227950] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.236162] wlan0: direct probe responded
[   13.239967] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.242134] wlan0: direct probe responded
[   13.243913] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.249063] wlan0: direct probe responded
[   13.251883] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.256247] wlan0: direct probe responded
[   13.259927] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.263539] wlan0: direct probe responded
[   13.263853] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.270146] wlan0: direct probe responded
[   13.271856] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.275931] wlan0: direct probe responded
[   13.279901] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.293509] wlan0: direct probe responded
[   13.295850] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.300848] wlan0: direct probe responded
[   13.303824] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.309380] wlan0: direct probe responded
[   13.311776] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.315434] wlan0: direct probe responded
[   13.315749] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.319313] wlan0: direct probe responded
[   13.319711] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.323751] wlan0: direct probe responded
[   13.327684] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.330555] wlan0: direct probe responded
[   13.331635] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.340364] wlan0: direct probe responded
[   13.343692] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.346498] wlan0: direct probe responded
[   13.347709] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.350323] wlan0: direct probe responded
[   13.351719] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.356822] wlan0: direct probe responded
[   13.359671] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.563172] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   13.567845] wlan0: direct probe responded
[   13.571220] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.575613] wlan0: direct probe responded
[   13.579203] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.782672] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   13.784839] wlan0: direct probe responded
[   13.786732] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   13.990194] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   13.997200] wlan0: direct probe responded
[   13.998181] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.001718] wlan0: direct probe responded
[   14.002167] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.205711] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   14.210733] wlan0: direct probe responded
[   14.213757] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.215930] wlan0: direct probe responded
[   14.217708] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.221639] wlan0: direct probe responded
[   14.225733] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.229272] wlan0: direct probe responded
[   14.229675] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.232408] wlan0: direct probe responded
[   14.233654] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.237502] wlan0: direct probe responded
[   14.237628] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.441181] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   14.444990] wlan0: direct probe responded
[   14.445181] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.448660] wlan0: direct probe responded
[   14.449175] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.453612] wlan0: direct probe responded
[   14.457168] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.462524] wlan0: direct probe responded
[   14.465197] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.468839] wlan0: direct probe responded
[   14.469084] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.472391] wlan0: direct probe responded
[   14.473117] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.475308] wlan0: direct probe responded
[   14.477101] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.480318] wlan0: direct probe responded
[   14.481122] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.487505] wlan0: direct probe responded
[   14.489114] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.493732] wlan0: direct probe responded
[   14.497091] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.500351] wlan0: direct probe responded
[   14.501111] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.507031] wlan0: direct probe responded
[   14.509046] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.712524] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   14.715382] wlan0: direct probe responded
[   14.716560] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.721525] wlan0: direct probe responded
[   14.724554] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.727491] wlan0: direct probe responded
[   14.728490] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.731782] wlan0: direct probe responded
[   14.732522] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.936003] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   14.940470] wlan0: direct probe responded
[   14.944093] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.947315] wlan0: direct probe responded
[   14.948028] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.952657] wlan0: direct probe responded
[   14.956136] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.958676] wlan0: direct probe responded
[   14.960001] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.963265] wlan0: direct probe responded
[   14.964081] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.970026] wlan0: direct probe responded
[   14.972009] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.976578] wlan0: direct probe responded
[   14.980001] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.982146] wlan0: direct probe responded
[   14.984016] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.987911] wlan0: direct probe responded
[   14.991996] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   14.996200] wlan0: direct probe responded
[   14.999933] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.005341] wlan0: direct probe responded
[   15.007955] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.010141] wlan0: direct probe responded
[   15.011910] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.023165] wlan0: direct probe responded
[   15.023874] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.027688] wlan0: direct probe responded
[   15.027850] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.034621] wlan0: direct probe responded
[   15.035831] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.039031] wlan0: direct probe responded
[   15.039840] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.043679] wlan0: direct probe responded
[   15.043811] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.048828] wlan0: direct probe responded
[   15.051869] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.055565] wlan0: direct probe responded
[   15.055799] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.062501] wlan0: direct probe responded
[   15.063830] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.066015] wlan0: direct probe responded
[   15.067818] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.074736] wlan0: direct probe responded
[   15.075803] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.078390] wlan0: direct probe responded
[   15.079790] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.082423] wlan0: direct probe responded
[   15.083760] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.087053] wlan0: direct probe responded
[   15.087730] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.291256] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   15.494735] wlan0: direct probe to 00:24:6c:d1:74:40 (try 3/3)
[   15.497116] wlan0: direct probe responded
[   15.498757] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.502627] wlan0: direct probe responded
[   15.502789] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.507829] wlan0: direct probe responded
[   15.510802] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.513981] wlan0: direct probe responded
[   15.514779] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.518113] wlan0: direct probe responded
[   15.518749] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.523149] wlan0: direct probe responded
[   15.526734] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.531232] wlan0: direct probe responded
[   15.534697] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.540053] wlan0: direct probe responded
[   15.542697] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.547175] wlan0: direct probe responded
[   15.550716] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.754231] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   15.757245] wlan0: direct probe responded
[   15.758135] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.761857] wlan0: direct probe responded
[   15.762112] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.764984] wlan0: direct probe responded
[   15.766176] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.769021] wlan0: direct probe responded
[   15.770092] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.775181] wlan0: direct probe responded
[   15.778110] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.781678] wlan0: direct probe responded
[   15.782177] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.985677] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   15.992172] wlan0: direct probe responded
[   15.993638] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   15.996621] wlan0: direct probe responded
[   15.997650] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.201159] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   16.204097] wlan0: direct probe responded
[   16.205180] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.207196] wlan0: direct probe responded
[   16.209098] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.211161] wlan0: direct probe responded
[   16.213119] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.217820] wlan0: direct probe responded
[   16.221079] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.226112] wlan0: direct probe responded
[   16.229079] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.231240] wlan0: direct probe responded
[   16.233070] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.241087] wlan0: direct probe responded
[   16.245050] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.253440] wlan0: direct probe responded
[   16.257089] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.460660] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   16.464394] wlan0: direct probe responded
[   16.464590] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.468604] wlan0: direct probe responded
[   16.472595] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.475697] wlan0: direct probe responded
[   16.476539] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.479716] wlan0: direct probe responded
[   16.480530] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.483619] wlan0: direct probe responded
[   16.484590] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.489070] wlan0: direct probe responded
[   16.492542] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.494660] wlan0: direct probe responded
[   16.496506] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.505714] wlan0: direct probe responded
[   16.508548] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.513027] wlan0: direct probe responded
[   16.516536] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.518803] wlan0: direct probe responded
[   16.520515] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.523490] wlan0: direct probe responded
[   16.524468] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.529757] wlan0: direct probe responded
[   16.532482] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.538021] wlan0: direct probe responded
[   16.540477] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.543926] wlan0: direct probe responded
[   16.544396] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.551595] wlan0: direct probe responded
[   16.552405] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.557668] wlan0: direct probe responded
[   16.560396] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.565141] wlan0: direct probe responded
[   16.568412] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.572658] wlan0: direct probe responded
[   16.576353] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.581721] wlan0: direct probe responded
[   16.584342] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.588178] wlan0: direct probe responded
[   16.588324] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.791868] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   16.797112] wlan0: direct probe responded
[   16.799825] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.802709] wlan0: direct probe responded
[   16.803843] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.811555] wlan0: direct probe responded
[   16.811825] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.815571] wlan0: direct probe responded
[   16.815807] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   16.821183] wlan0: direct probe responded
[   16.823746] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.027256] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   17.030578] wlan0: direct probe responded
[   17.031369] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.035545] wlan0: direct probe responded
[   17.039354] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.242822] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   17.246609] wlan0: direct probe responded
[   17.246832] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.450364] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   17.454032] wlan0: direct probe responded
[   17.454367] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.462185] wlan0: direct probe responded
[   17.462339] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.465925] wlan0: direct probe responded
[   17.466305] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.469091] wlan0: direct probe responded
[   17.470319] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.474413] wlan0: direct probe responded
[   17.478352] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.486274] wlan0: direct probe responded
[   17.490284] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.492927] wlan0: direct probe responded
[   17.494269] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.496957] wlan0: direct probe responded
[   17.498249] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.502330] wlan0: direct probe responded
[   17.506296] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.509995] wlan0: direct probe responded
[   17.510231] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.513610] wlan0: direct probe responded
[   17.514220] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.518446] wlan0: direct probe responded
[   17.522226] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.527172] wlan0: direct probe responded
[   17.530202] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.533340] wlan0: direct probe responded
[   17.534172] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.538044] wlan0: direct probe responded
[   17.538158] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.540352] wlan0: direct probe responded
[   17.542104] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.548177] wlan0: direct probe responded
[   17.550126] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.553621] wlan0: direct probe responded
[   17.554113] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.558355] wlan0: direct probe responded
[   17.562167] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.567420] wlan0: direct probe responded
[   17.570175] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.773614] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   17.977153] wlan0: direct probe to 00:24:6c:d1:74:40 (try 3/3)
[   17.983153] wlan0: direct probe responded
[   17.985158] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.992930] wlan0: direct probe responded
[   17.993135] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   17.995936] wlan0: direct probe responded
[   17.997127] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.001252] wlan0: direct probe responded
[   18.005152] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.208585] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   18.211569] wlan0: direct probe responded
[   18.212583] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.215324] wlan0: direct probe responded
[   18.216577] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.220016] wlan0: direct probe responded
[   18.220545] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.222764] wlan0: direct probe responded
[   18.224524] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.227804] wlan0: direct probe responded
[   18.228525] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.234908] wlan0: direct probe responded
[   18.236543] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.243287] wlan0: direct probe responded
[   18.244559] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.253351] wlan0: direct probe responded
[   18.256486] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.260791] wlan0: direct probe responded
[   18.264435] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.467970] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   18.472201] wlan0: direct probe responded
[   18.475954] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.679602] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   18.683681] wlan0: direct probe responded
[   18.687647] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.891072] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   18.894193] wlan0: direct probe responded
[   18.895068] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.906216] wlan0: direct probe responded
[   18.907060] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.911964] wlan0: direct probe responded
[   18.915032] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.925763] wlan0: direct probe responded
[   18.927063] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   18.930718] wlan0: direct probe responded
[   18.931008] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.134533] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   19.137556] wlan0: direct probe responded
[   19.138603] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.144108] wlan0: direct probe responded
[   19.146462] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.148510] wlan0: direct probe responded
[   19.150456] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.353967] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   19.356789] wlan0: direct probe responded
[   19.358105] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.365760] wlan0: direct probe responded
[   19.365930] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.569538] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   19.573252] wlan0: direct probe responded
[   19.573510] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.576015] wlan0: direct probe responded
[   19.577509] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.580547] wlan0: direct probe responded
[   19.581484] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.584909] wlan0: direct probe responded
[   19.585469] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.589628] wlan0: direct probe responded
[   19.593453] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.596543] wlan0: direct probe responded
[   19.597498] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.603141] wlan0: direct probe responded
[   19.605426] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.808947] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   19.812508] wlan0: direct probe responded
[   19.812991] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.816928] wlan0: direct probe responded
[   19.820987] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.826578] wlan0: direct probe responded
[   19.828994] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.831231] wlan0: direct probe responded
[   19.832961] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   19.836945] wlan0: direct probe responded
[   19.840942] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.044461] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   20.047737] wlan0: direct probe responded
[   20.048477] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.252019] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   20.254525] wlan0: direct probe responded
[   20.256073] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.459521] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   20.462885] wlan0: direct probe responded
[   20.463513] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.468615] wlan0: direct probe responded
[   20.471512] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.674967] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   20.678276] wlan0: direct probe responded
[   20.678985] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.681742] wlan0: direct probe responded
[   20.682980] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.685203] wlan0: direct probe responded
[   20.686949] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.694001] wlan0: direct probe responded
[   20.694961] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.697949] wlan0: direct probe responded
[   20.698984] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.701595] wlan0: direct probe responded
[   20.702943] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.710775] wlan0: direct probe responded
[   20.710988] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.714625] wlan0: direct probe responded
[   20.714901] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.721374] wlan0: direct probe responded
[   20.722950] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.926459] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   20.934583] wlan0: direct probe responded
[   20.938459] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.947251] wlan0: direct probe responded
[   20.950508] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.957832] wlan0: direct probe responded
[   20.958387] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   20.962185] wlan0: direct probe responded
[   20.962411] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   21.165948] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   21.171244] wlan0: direct probe responded
[   21.173885] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   21.177289] wlan0: direct probe responded
[   21.177876] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   21.381430] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   21.384772] wlan0: direct probe responded
[   21.385377] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   21.588898] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   21.792493] wlan0: direct probe to 00:24:6c:d1:74:40 (try 3/3)
[   21.797085] wlan0: direct probe responded
[   21.800498] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   21.803487] wlan0: direct probe responded
[   21.804493] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   21.810244] wlan0: direct probe responded
[   21.812512] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   22.015958] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   22.219496] wlan0: direct probe to 00:24:6c:d1:74:40 (try 3/3)
[   22.230199] wlan0: direct probe responded
[   22.231468] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   22.237520] wlan0: direct probe responded
[   22.239442] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   22.243476] wlan0: direct probe responded
[   22.247434] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   22.251969] wlan0: direct probe responded
[   22.255427] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   22.458984] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   22.466082] wlan0: direct probe responded
[   22.466980] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   22.670504] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   22.673994] wlan0: direct probe responded
[   22.674517] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   22.878037] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   23.081570] wlan0: direct probe to 00:24:6c:d1:74:40 (try 3/3)
[   23.085390] wlan0: direct probe responded
[   23.085531] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.289043] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   23.492586] wlan0: direct probe to 00:24:6c:d1:74:40 (try 3/3)
[   23.497251] wlan0: direct probe responded
[   23.500638] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.506100] wlan0: direct probe responded
[   23.508622] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.515741] wlan0: direct probe responded
[   23.516592] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.720069] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   23.724165] wlan0: direct probe responded
[   23.728101] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.730446] wlan0: direct probe responded
[   23.732114] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.736565] wlan0: direct probe responded
[   23.740136] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.744367] wlan0: direct probe responded
[   23.748075] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.751778] wlan0: direct probe responded
[   23.752051] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.758729] wlan0: direct probe responded
[   23.760028] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.963563] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   23.968316] wlan0: direct probe responded
[   23.971631] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.977536] wlan0: direct probe responded
[   23.979556] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.984363] wlan0: direct probe responded
[   23.987576] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   23.992617] wlan0: direct probe responded
[   23.995569] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.000546] wlan0: direct probe responded
[   24.003539] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.008405] wlan0: direct probe responded
[   24.011526] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.017896] wlan0: direct probe responded
[   24.019461] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.023796] wlan0: direct probe responded
[   24.027444] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.030221] wlan0: direct probe responded
[   24.031386] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.035287] wlan0: direct probe responded
[   24.035406] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.238923] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   24.442480] wlan0: direct probe to 00:24:6c:d1:74:40 (try 3/3)
[   24.445224] wlan0: direct probe responded
[   24.446507] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.448692] wlan0: direct probe responded
[   24.450478] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.453390] wlan0: direct probe responded
[   24.454411] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.457621] wlan0: direct probe responded
[   24.458448] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.661985] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   24.664163] wlan0: direct probe responded
[   24.666004] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   24.869513] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   24.872389] wlan0: direct probe responded
[   24.873526] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.076991] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   25.091947] wlan0: direct probe responded
[   25.093025] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.098913] wlan0: direct probe responded
[   25.101056] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.108685] wlan0: direct probe responded
[   25.108991] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.114798] wlan0: direct probe responded
[   25.116968] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.122413] wlan0: direct probe responded
[   25.125041] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.129009] wlan0: direct probe responded
[   25.132910] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.137720] wlan0: direct probe responded
[   25.140907] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.148160] wlan0: direct probe responded
[   25.148928] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.352395] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   25.356479] wlan0: direct probe responded
[   25.360354] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.364643] wlan0: direct probe responded
[   25.368391] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.370444] wlan0: direct probe responded
[   25.372339] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.374547] wlan0: direct probe responded
[   25.376406] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.380702] wlan0: direct probe responded
[   25.384352] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.392225] wlan0: direct probe responded
[   25.392359] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.395174] wlan0: direct probe responded
[   25.396305] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.400910] wlan0: direct probe responded
[   25.404463] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.410486] wlan0: direct probe responded
[   25.412314] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.416057] wlan0: direct probe responded
[   25.416324] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.426143] wlan0: direct probe responded
[   25.428302] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.434598] wlan0: direct probe responded
[   25.436231] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.440505] wlan0: direct probe responded
[   25.444230] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.450735] wlan0: direct probe responded
[   25.452265] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.455572] wlan0: direct probe responded
[   25.456189] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.460889] wlan0: direct probe responded
[   25.464202] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.470543] wlan0: direct probe responded
[   25.472187] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.474392] wlan0: direct probe responded
[   25.476181] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.679677] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   25.683206] wlan0: direct probe responded
[   25.683694] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.685904] wlan0: direct probe responded
[   25.687678] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.691345] wlan0: direct probe responded
[   25.691667] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.701517] wlan0: direct probe responded
[   25.703643] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.705793] wlan0: direct probe responded
[   25.707620] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.710513] wlan0: direct probe responded
[   25.711587] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.713832] wlan0: direct probe responded
[   25.715573] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.721041] wlan0: direct probe responded
[   25.723584] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.728007] wlan0: direct probe responded
[   25.731622] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.737943] wlan0: direct probe responded
[   25.739557] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.747800] wlan0: direct probe responded
[   25.751534] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.756518] wlan0: direct probe responded
[   25.759522] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.765059] wlan0: direct probe responded
[   25.767495] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.770186] wlan0: direct probe responded
[   25.771479] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.774906] wlan0: direct probe responded
[   25.775445] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.778413] wlan0: direct probe responded
[   25.779472] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.782620] wlan0: direct probe responded
[   25.783454] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.790238] wlan0: direct probe responded
[   25.791439] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   25.994908] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   26.005855] wlan0: direct probe responded
[   26.006955] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.010563] wlan0: direct probe responded
[   26.010913] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.015816] wlan0: direct probe responded
[   26.018972] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.027322] wlan0: direct probe responded
[   26.030943] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.034923] wlan0: direct probe responded
[   26.038884] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.043071] wlan0: direct probe responded
[   26.046908] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.052652] wlan0: direct probe responded
[   26.054845] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.057505] wlan0: direct probe responded
[   26.058784] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.066749] wlan0: direct probe responded
[   26.070854] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.075495] wlan0: direct probe responded
[   26.078834] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.282260] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   26.286928] wlan0: direct probe responded
[   26.290323] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.293427] wlan0: direct probe responded
[   26.294208] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.497779] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   26.499860] wlan0: direct probe responded
[   26.501780] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.504115] wlan0: direct probe responded
[   26.505757] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.508603] wlan0: direct probe responded
[   26.510154] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.515517] wlan0: direct probe responded
[   26.517795] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.521371] wlan0: direct probe responded
[   26.521720] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.524278] wlan0: direct probe responded
[   26.525712] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.527774] wlan0: direct probe responded
[   26.529794] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.534718] wlan0: direct probe responded
[   26.537693] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.540916] wlan0: direct probe responded
[   26.541680] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.545491] wlan0: direct probe responded
[   26.545669] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.550522] wlan0: direct probe responded
[   26.553675] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.556519] wlan0: direct probe responded
[   26.557643] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.572038] wlan0: direct probe responded
[   26.573627] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.576989] wlan0: direct probe responded
[   26.577634] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.579772] wlan0: direct probe responded
[   26.581599] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.584452] wlan0: direct probe responded
[   26.585603] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.587965] wlan0: direct probe responded
[   26.589604] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.793178] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   26.795344] wlan0: direct probe responded
[   26.797156] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.800649] wlan0: direct probe responded
[   26.801123] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.804097] wlan0: direct probe responded
[   26.805129] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.809807] wlan0: direct probe responded
[   26.813122] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.816086] wlan0: direct probe responded
[   26.817109] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.822264] wlan0: direct probe responded
[   26.825094] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.829860] wlan0: direct probe responded
[   26.833110] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.835540] wlan0: direct probe responded
[   26.837067] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.839210] wlan0: direct probe responded
[   26.841056] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.843514] wlan0: direct probe responded
[   26.845048] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.850831] wlan0: direct probe responded
[   26.853043] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   26.857329] wlan0: direct probe responded
[   26.861002] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.064531] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   27.068774] wlan0: direct probe responded
[   27.072526] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.276050] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   27.479610] wlan0: direct probe to 00:24:6c:d1:74:40 (try 3/3)
[   27.483712] wlan0: direct probe responded
[   27.487619] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.490352] wlan0: direct probe responded
[   27.491554] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.495201] wlan0: direct probe responded
[   27.495517] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.699084] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   27.702640] wlan0: direct probe responded
[   27.703086] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.706839] wlan0: direct probe responded
[   27.707090] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.711282] wlan0: direct probe responded
[   27.715020] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.718624] wlan0: direct probe responded
[   27.719044] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.725128] wlan0: direct probe responded
[   27.727053] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.730446] wlan0: direct probe responded
[   27.731034] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.733208] wlan0: direct probe responded
[   27.735032] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.743242] wlan0: direct probe responded
[   27.747009] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.749183] wlan0: direct probe responded
[   27.750995] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.755588] wlan0: direct probe responded
[   27.758975] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.766368] wlan0: direct probe responded
[   27.766952] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.769304] wlan0: direct probe responded
[   27.770933] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.775866] wlan0: direct probe responded
[   27.778972] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.982386] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   27.984871] wlan0: direct probe responded
[   27.986378] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.994289] wlan0: direct probe responded
[   27.994383] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   27.999512] wlan0: direct probe responded
[   28.002346] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.005113] wlan0: direct probe responded
[   28.006325] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.209933] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   28.413470] wlan0: direct probe to 00:24:6c:d1:74:40 (try 3/3)
[   28.415614] wlan0: direct probe responded
[   28.417434] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.419624] wlan0: direct probe responded
[   28.421465] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.424969] wlan0: direct probe responded
[   28.425460] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.428255] wlan0: direct probe responded
[   28.429436] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.431902] wlan0: direct probe responded
[   28.433427] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.437174] wlan0: direct probe responded
[   28.437394] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.440431] wlan0: direct probe responded
[   28.441374] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.445843] wlan0: direct probe responded
[   28.449357] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.457643] wlan0: direct probe responded
[   28.461344] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.464958] wlan0: direct probe responded
[   28.465317] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.468545] wlan0: direct probe responded
[   28.469458] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.473691] wlan0: direct probe responded
[   28.477437] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.490729] wlan0: direct probe responded
[   28.493374] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.497552] wlan0: direct probe responded
[   28.501259] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.506284] wlan0: direct probe responded
[   28.513269] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.519167] wlan0: direct probe responded
[   28.522662] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.525399] wlan0: direct probe responded
[   28.529228] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.531576] wlan0: direct probe responded
[   28.533166] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.536501] wlan0: direct probe responded
[   28.537259] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.542437] wlan0: direct probe responded
[   28.545176] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.547630] wlan0: direct probe responded
[   28.549130] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.553288] wlan0: direct probe responded
[   28.557169] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.561482] wlan0: direct probe responded
[   28.565191] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.567373] wlan0: direct probe responded
[   28.569137] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.572433] wlan0: direct probe responded
[   28.573111] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.575506] wlan0: direct probe responded
[   28.577086] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.582565] wlan0: direct probe responded
[   28.585094] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.590405] wlan0: direct probe responded
[   28.593131] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.595896] wlan0: direct probe responded
[   28.597057] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.600692] wlan0: direct probe responded
[   28.601028] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.607306] wlan0: direct probe responded
[   28.609073] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.613551] wlan0: direct probe responded
[   28.617018] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.620390] wlan0: direct probe responded
[   28.620980] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.824486] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   28.827422] wlan0: direct probe responded
[   28.828520] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.832311] wlan0: direct probe responded
[   28.832538] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.836070] wlan0: direct probe responded
[   28.836521] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.839718] wlan0: direct probe responded
[   28.840508] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.842661] wlan0: direct probe responded
[   28.844553] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   28.847104] wlan0: direct probe responded
[   28.848500] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.052024] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   29.055381] wlan0: direct probe responded
[   29.056028] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.059289] wlan0: direct probe responded
[   29.060047] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.064415] wlan0: direct probe responded
[   29.067998] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.075002] wlan0: direct probe responded
[   29.075934] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.079065] wlan0: direct probe responded
[   29.079940] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.086133] wlan0: direct probe responded
[   29.087909] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.092397] wlan0: direct probe responded
[   29.095893] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.100450] wlan0: direct probe responded
[   29.103867] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.108136] wlan0: direct probe responded
[   29.111820] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.113811] wlan0: direct probe responded
[   29.115884] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.118926] wlan0: direct probe responded
[   29.119809] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.124566] wlan0: direct probe responded
[   29.127964] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.131147] wlan0: direct probe responded
[   29.131808] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.135183] wlan0: direct probe responded
[   29.135808] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.138160] wlan0: direct probe responded
[   29.139859] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.142885] wlan0: direct probe responded
[   29.143800] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.151226] wlan0: direct probe responded
[   29.151854] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.155814] wlan0: direct probe responded
[   29.159777] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.167031] wlan0: direct probe responded
[   29.167734] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.371297] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   29.378825] wlan0: direct probe responded
[   29.379302] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.383455] wlan0: direct probe responded
[   29.387273] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.390949] wlan0: direct probe responded
[   29.391272] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.397915] wlan0: direct probe responded
[   29.399235] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.416868] wlan0: direct probe responded
[   29.419219] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.422581] wlan0: direct probe responded
[   29.423196] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.626711] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   29.630875] wlan0: direct probe responded
[   29.634731] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.636864] wlan0: direct probe responded
[   29.638705] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.641878] wlan0: direct probe responded
[   29.642744] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.645454] wlan0: direct probe responded
[   29.646695] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.650662] wlan0: direct probe responded
[   29.654653] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.656895] wlan0: direct probe responded
[   29.658607] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.660793] wlan0: direct probe responded
[   29.662638] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.665791] wlan0: direct probe responded
[   29.666615] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.870230] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   29.873485] wlan0: direct probe responded
[   29.874181] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.878518] wlan0: direct probe responded
[   29.882108] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.886723] wlan0: direct probe responded
[   29.890187] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.892420] wlan0: direct probe responded
[   29.894175] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.900100] wlan0: direct probe responded
[   29.902150] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.905895] wlan0: direct probe responded
[   29.906102] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.909575] wlan0: direct probe responded
[   29.910092] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.918054] wlan0: direct probe responded
[   29.922112] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.924248] wlan0: direct probe responded
[   29.926047] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.929013] wlan0: direct probe responded
[   29.930015] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.933539] wlan0: direct probe responded
[   29.934036] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.943984] wlan0: direct probe responded
[   29.946012] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.950060] wlan0: direct probe responded
[   29.953996] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.957766] wlan0: direct probe responded
[   29.957983] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.961435] wlan0: direct probe responded
[   29.961971] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.966887] wlan0: direct probe responded
[   29.970003] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.978353] wlan0: direct probe responded
[   29.981916] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.984841] wlan0: direct probe responded
[   29.985930] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.992901] wlan0: direct probe responded
[   29.993886] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   29.997056] wlan0: direct probe responded
[   29.997942] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   30.201412] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   30.203953] wlan0: direct probe responded
[   30.205395] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   30.212608] wlan0: direct probe responded
[   30.213403] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   30.215734] wlan0: direct probe responded
[   30.217441] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   30.420918] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   30.425248] wlan0: direct probe responded
[   30.428915] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   30.632475] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   30.637653] wlan0: direct probe responded
[   30.640479] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   30.843954] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   30.848616] wlan0: direct probe responded
[   30.851938] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.055446] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   31.059116] wlan0: direct probe responded
[   31.059493] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.062428] wlan0: direct probe responded
[   31.063472] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.071092] wlan0: direct probe responded
[   31.071460] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.076680] wlan0: direct probe responded
[   31.079439] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.083080] wlan0: direct probe responded
[   31.083376] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.286950] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   31.292665] wlan0: direct probe responded
[   31.294942] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.297771] wlan0: direct probe responded
[   31.298916] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.306293] wlan0: direct probe responded
[   31.306921] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.310579] wlan0: direct probe responded
[   31.310912] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.323093] wlan0: direct probe responded
[   31.326925] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.329698] wlan0: direct probe responded
[   31.330872] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.534358] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   31.539357] wlan0: direct probe responded
[   31.542340] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.550831] wlan0: direct probe responded
[   31.554369] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.561347] wlan0: direct probe responded
[   31.562348] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.565433] wlan0: direct probe responded
[   31.566294] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.571196] wlan0: direct probe responded
[   31.574337] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.582432] wlan0: direct probe responded
[   31.586249] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.589147] wlan0: direct probe responded
[   31.590246] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.793797] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   31.796080] wlan0: direct probe responded
[   31.797807] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   31.800148] wlan0: direct probe responded
[   31.801781] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   32.005319] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   32.011560] wlan0: direct probe responded
[   32.013317] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   32.016733] wlan0: direct probe responded
[   32.017307] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   32.020591] wlan0: direct probe responded
[   32.021298] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   32.027790] wlan0: direct probe responded
[   32.029315] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   32.232804] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   32.239961] wlan0: direct probe responded
[   32.240805] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   32.243773] wlan0: direct probe responded
[   32.244838] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   32.249287] wlan0: direct probe responded
[   32.252819] wlan0: direct probe to 00:24:6c:d1:74:40 (try 1/3)
[   32.456302] wlan0: direct probe to 00:24:6c:d1:74:40 (try 2/3)
[   32.659871] wlan0: direct probe to 00:24:6c:d1:74:40 (try 3/3)
[   32.863375] wlan0: authentication with 00:24:6c:d1:74:40 timed out
[   32.864140] iwlwifi 0000:03:00.0: ACTIVATE a non DRIVER active station id 0 addr 00:24:6c:d1:74:40
[   40.727939] wlan0: authenticate with 00:24:6c:d1:74:40
[   40.732337] wlan0: send auth to 00:24:6c:d1:74:40 (try 1/3)
[   40.734036] wlan0: authenticated
[   40.734138] wlan0: waiting for beacon from 00:24:6c:d1:74:40
[   40.817301] wlan0: associate with 00:24:6c:d1:74:40 (try 1/3)
[   40.822088] wlan0: RX AssocResp from 00:24:6c:d1:74:40 (capab=0x421 status=0 aid=4)
[   40.822098] wlan0: associated
[   40.827337] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   40.920932] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[   40.920937] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action start Rx
[   42.070558] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 6
[   42.070562] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action start Rx
[   47.427716] iwlwifi 0000:03:00.0: I rs_tl_turn_on_agg_for_tid Starting Tx agg: STA: 00:24:6c:d1:74:40 tid: 0
[   47.466171] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[   47.466178] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action start Tx
[   47.466181] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_start TX AGG request on ra = 00:24:6c:d1:74:40 tid = 0
[   47.466327] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_start Can proceed: ssn = next_recl = 195
[   47.467106] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[   47.467200] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 195
[   47.467292] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 11 on FIFO 1
[   47.467295] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_oper priv->agg_tids_count = 1
[   47.467297] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_oper Tx aggregation enabled on ra = 00:24:6c:d1:74:40 tid = 0
[   47.467752] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:11, acked:7
[   47.468110] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   47.495767] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   47.617598] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   47.635083] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   47.671660] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   47.791652] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:10, acked:10
[   47.888249] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[   47.888529] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   47.907036] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[   47.928985] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[   48.298804] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   48.310963] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   48.463815] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   48.477765] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   48.700272] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:1
[   48.886056] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   48.897068] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   48.938178] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   48.999547] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   50.838186] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   51.507685] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   51.508091] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:6
[   51.508500] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   51.508895] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   51.509316] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   51.513148] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   51.515080] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[   51.523827] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:8, acked:7
[   51.525049] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[   51.528551] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   51.531967] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   51.532764] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:10, acked:10
[   51.533083] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   51.538546] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[   51.539993] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   51.540372] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   51.546522] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   51.547667] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   51.548322] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:6
[   51.558007] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[   51.566327] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   51.566661] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   51.577557] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   51.668228] wlan0: no IPv6 routers present
[   51.757028] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   51.762119] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[   51.762431] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   51.767277] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   51.778095] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   51.782915] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.084535] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   52.084991] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   52.110936] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.112065] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   52.115756] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.119494] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.123003] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   52.128962] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:8, acked:8
[   52.129326] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[   52.134640] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:21, acked:21
[   52.135833] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:16, acked:16
[   52.136240] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:11, acked:11
[   52.146634] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:17, acked:17
[   52.175578] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:63, acked:63
[   52.175945] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:8, acked:8
[   52.176319] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   52.212118] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   52.218789] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:15, acked:15
[   52.222310] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   52.229075] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.230244] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:8, acked:8
[   52.230600] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   52.238102] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:6
[   52.255822] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:16, acked:16
[   52.256577] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:32, acked:32
[   52.272171] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:16, acked:16
[   52.275644] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:37, acked:37
[   52.279603] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:14, acked:14
[   52.280013] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[   52.321313] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:39, acked:39
[   52.322003] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:9, acked:9
[   52.325584] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:16, acked:16
[   52.327034] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:6
[   52.335322] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   52.344609] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[   52.396432] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.403733] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.421222] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.431317] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.434124] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.434891] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.484729] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   52.515799] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.528290] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:8, acked:8
[   52.635763] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:11, acked:11
[   52.641259] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   52.656107] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   52.656869] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.660886] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   52.664299] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.674610] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   52.687054] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.690646] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   52.738605] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.745215] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   52.929466] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[   52.932066] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.932381] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   52.936349] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.942373] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   52.963297] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.983596] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:1
[   52.985322] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.985627] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   52.989027] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:5
[   53.003165] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.015219] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.023557] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   53.038983] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   53.040443] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.040787] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   53.054140] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:5
[   53.054526] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   53.064219] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.073854] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   53.295478] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   53.295874] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   53.296366] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[   53.296749] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   53.311416] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:8, acked:8
[   53.311704] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   53.312366] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:2
[   53.312783] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:1
[   53.313841] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[   53.315618] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.323753] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:13, acked:13
[   53.330763] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.331401] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:14, acked:14
[   53.331847] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.332201] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.333234] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.333670] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.337138] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.343943] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:9, acked:9
[   53.347926] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.354270] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   53.372558] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   53.466554] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:3
[   53.467135] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.524693] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   53.541718] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:5
[   53.563957] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:6
[   53.582169] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.617510] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.624152] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.626916] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.639693] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   53.916180] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   53.933471] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   53.954904] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:3
[   54.088690] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[   54.217021] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   54.230618] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:2
[   54.231009] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   54.241885] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   54.245863] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   54.249296] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   54.337387] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   54.354143] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[   54.377481] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   54.549175] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:11, acked:11
[   54.564097] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   54.570229] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:2
[   54.579714] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:2
[   54.580072] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   54.588686] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   54.596407] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   54.652989] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   54.691687] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   55.701553] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   55.717503] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   55.854553] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:2
[   55.855020] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:2
[   55.876352] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   55.880427] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   56.103242] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:2
[   56.248130] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:2
[   56.253812] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   56.267945] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   56.271827] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   56.279940] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   56.280584] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   56.453540] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   56.709541] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   56.861292] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   57.460710] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   57.466940] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   58.387548] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:2
[   58.395339] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   58.411955] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   58.433983] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   58.804278] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:4
[   58.857677] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   61.498060] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   61.515609] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   61.539368] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   61.539778] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   61.543384] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   62.577079] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   63.303844] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   63.304675] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   63.307966] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   63.311611] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   63.315796] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   63.319349] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   64.626935] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   66.075833] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   71.470043] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:8, acked:8
[   71.470806] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:8, acked:8
[   71.475817] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   71.494619] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   78.840997] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[   78.841002] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action stop Tx
[   78.841005] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_stop Can proceed: ssn = next_recl = 1540
[   78.841095] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 0
[   78.841173] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Deactivate queue 11
[   78.841177] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action priv->agg_tids_count = 0
[   90.985235] iwlwifi 0000:03:00.0: I rs_tl_turn_on_agg_for_tid Starting Tx agg: STA: 00:24:6c:d1:74:40 tid: 0
[   90.985498] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[   90.985510] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action start Tx
[   90.985517] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_start TX AGG request on ra = 00:24:6c:d1:74:40 tid = 0
[   90.985706] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_start Can proceed: ssn = next_recl = 1551
[   90.988243] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[   90.988389] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 15
[   90.988499] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 11 on FIFO 1
[   90.988506] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_oper priv->agg_tids_count = 1
[   90.988512] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_oper Tx aggregation enabled on ra = 00:24:6c:d1:74:40 tid = 0
[   91.047673] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   97.159033] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[   97.314053] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   97.805506] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[   98.223796] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   98.433458] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   99.048562] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[   99.253405] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[   99.559119] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  101.155680] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  101.163581] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  105.181225] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:1
[  105.183370] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  105.395811] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:2
[  105.597894] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  110.748697] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[  110.748710] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action stop Tx
[  110.748718] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_stop Can proceed: ssn = next_recl = 1627
[  110.749018] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 0
[  110.749138] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Deactivate queue 11
[  110.749155] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action priv->agg_tids_count = 0
[  143.389239] iwlwifi 0000:03:00.0: I rs_tl_turn_on_agg_for_tid Starting Tx agg: STA: 00:24:6c:d1:74:40 tid: 0
[  143.390287] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[  143.390299] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action start Tx
[  143.390307] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_start TX AGG request on ra = 00:24:6c:d1:74:40 tid = 0
[  143.390509] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_start Can proceed: ssn = next_recl = 1719
[  143.397111] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[  143.397226] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 183
[  143.397331] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 11 on FIFO 1
[  143.397338] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_oper priv->agg_tids_count = 1
[  143.397344] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_oper Tx aggregation enabled on ra = 00:24:6c:d1:74:40 tid = 0
[  143.937533] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  144.148955] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  146.193511] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  148.234846] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  153.933673] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  154.296669] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  154.763355] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  160.036261] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[  160.036274] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action stop Tx
[  160.036282] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_stop Can proceed: ssn = next_recl = 1756
[  160.036576] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 0
[  160.036686] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Deactivate queue 11
[  160.036707] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action priv->agg_tids_count = 0
[  172.768165] iwlwifi 0000:03:00.0: I rs_tl_turn_on_agg_for_tid Starting Tx agg: STA: 00:24:6c:d1:74:40 tid: 0
[  172.768367] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[  172.768379] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action start Tx
[  172.768386] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_start TX AGG request on ra = 00:24:6c:d1:74:40 tid = 0
[  172.769023] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_start Can proceed: ssn = next_recl = 1797
[  172.770795] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[  172.770951] iwlwifi 0000:03:00.0: U iwl_trans_set_wr_ptrs Q 11  WrPtr: 5
[  172.771070] iwlwifi 0000:03:00.0: U iwl_trans_tx_queue_set_status Activate queue 11 on FIFO 1
[  172.771077] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_oper priv->agg_tids_count = 1
[  172.771083] iwlwifi 0000:03:00.0: U iwlagn_tx_agg_oper Tx aggregation enabled on ra = 00:24:6c:d1:74:40 tid = 0
[  174.165646] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  175.977388] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  180.913328] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[  181.172723] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  181.173206] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:3
[  182.189824] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  187.138512] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  187.804105] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  188.058846] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  188.825759] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  189.084042] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  191.125083] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  193.165553] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[  193.190947] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  193.661932] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  193.736672] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  193.753620] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  200.409364] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  201.868833] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[  202.157346] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  202.612394] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[  202.613133] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  202.635546] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[  202.673514] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[  202.683729] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:1
[  202.684163] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  202.700318] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[  202.700700] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[  202.722285] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  202.725908] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[  202.743386] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  202.746811] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  202.765844] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  202.782847] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  202.783128] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  202.825282] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[  202.909212] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[  202.914148] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  202.920984] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[  202.963139] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  202.966916] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  202.982212] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  202.982791] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:3
[  202.983558] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[  203.006960] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  203.007293] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  203.030600] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  203.079029] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.087178] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[  203.087587] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.093019] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  203.096689] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  203.101720] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.107316] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  203.113264] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:1
[  203.116774] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[  203.127777] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.135134] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  203.135414] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.136457] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:2
[  203.137928] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:2
[  203.139187] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[  203.156274] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.157059] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.169266] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:11, acked:11
[  203.170598] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[  203.170904] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[  203.184217] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.185417] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:3
[  203.185747] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:6
[  203.189257] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[  203.190611] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.204915] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:3
[  203.205854] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:3
[  203.207288] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  203.207648] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.215582] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:6
[  203.217160] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.228150] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  203.231681] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  203.239679] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.244437] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.246016] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.256447] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.271632] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  203.271857] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  203.285495] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.289056] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  203.289613] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.293347] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[  203.305321] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.309757] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.323295] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  203.327196] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  203.330511] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.334120] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.341748] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.683216] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  203.926365] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:4
[  203.950235] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:6
[  203.992487] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.992837] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  203.996184] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  204.004956] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:3
[  204.009221] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:3
[  204.018527] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:9, acked:9
[  204.025066] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:4, acked:2
[  204.025884] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  204.027090] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  204.033555] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  204.037874] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  204.063463] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:7, acked:7
[  204.073176] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  204.077371] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:9, acked:9
[  204.090558] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:5
[  204.091315] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:6
[  204.091595] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  204.105778] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:6, acked:4
[  204.106226] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  204.281174] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:8, acked:8
[  204.366204] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:5, acked:4
[  204.366389] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:3, acked:3
[  209.503159] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action A-MPDU action on addr 00:24:6c:d1:74:40 tid 0
[  209.503171] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action stop Tx
[  209.503179] iwlwifi 0000:03:00.0: I iwlagn_tx_agg_stop Can't proceed: ssn 2319, next_recl = 2317
[  209.503186] iwlwifi 0000:03:00.0: U iwlagn_mac_ampdu_action priv->agg_tids_count = 0
[  209.506046] iwlwifi 0000:03:00.0: I iwlagn_rx_reply_compressed_ba agg frames sent:2, acked:2
[  209.506059] iwlwifi 0000:03:00.0: I iwlagn_check_ratid_empty Can continue DELBA flow ssn = next_recl = 2319
[  209.506125] iwlwifi 0000:03:00.0: I iwl_trans_set_wr_ptrs Q 11  WrPtr: 0
[  209.506217] iwlwifi 0000:03:00.0: I iwl_trans_tx_queue_set_status Deactivate queue 11

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-30 18:41                                 ` Daniel Chyan
@ 2012-04-30 19:22                                   ` Emmanuel Grumbach
  2012-05-01 17:52                                     ` Daniel Chyan
  0 siblings, 1 reply; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-04-30 19:22 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

On Mon, Apr 30, 2012 at 21:41, Daniel Chyan <dchyan@princeton.edu> wrote:
> I am running iwlwifi with the additional flags. Nothing particularly
> alarming has appeared in the logs, but I have attached it.
>

Yeah... I was hoping you could reliably reproduce the issue but
apparently not :-)

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-04-30 19:22                                   ` Emmanuel Grumbach
@ 2012-05-01 17:52                                     ` Daniel Chyan
  2012-05-01 20:09                                       ` Emmanuel Grumbach
  0 siblings, 1 reply; 21+ messages in thread
From: Daniel Chyan @ 2012-05-01 17:52 UTC (permalink / raw)
  To: Emmanuel Grumbach; +Cc: linux-wireless

Well I believe I can reproduce it by downgrading to an older driver,
but I am unable to reproduce it now.

On Mon, Apr 30, 2012 at 3:22 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> On Mon, Apr 30, 2012 at 21:41, Daniel Chyan <dchyan@princeton.edu> wrote:
>> I am running iwlwifi with the additional flags. Nothing particularly
>> alarming has appeared in the logs, but I have attached it.
>>
>
> Yeah... I was hoping you could reliably reproduce the issue but
> apparently not :-)

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-05-01 17:52                                     ` Daniel Chyan
@ 2012-05-01 20:09                                       ` Emmanuel Grumbach
  2012-05-02  6:13                                         ` Emmanuel Grumbach
  0 siblings, 1 reply; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-05-01 20:09 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

On Tue, May 1, 2012 at 20:52, Daniel Chyan <dchyan@princeton.edu> wrote:
> Well I believe I can reproduce it by downgrading to an older driver,
> but I am unable to reproduce it now.
>

I had sent a fix for that, but the driver you were running when you
reported the issue already included the fix.

> On Mon, Apr 30, 2012 at 3:22 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>> On Mon, Apr 30, 2012 at 21:41, Daniel Chyan <dchyan@princeton.edu> wrote:
>>> I am running iwlwifi with the additional flags. Nothing particularly
>>> alarming has appeared in the logs, but I have attached it.
>>>
>>
>> Yeah... I was hoping you could reliably reproduce the issue but
>> apparently not :-)
> --
> 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

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: iwlwifi bug
  2012-05-01 20:09                                       ` Emmanuel Grumbach
@ 2012-05-02  6:13                                         ` Emmanuel Grumbach
  0 siblings, 0 replies; 21+ messages in thread
From: Emmanuel Grumbach @ 2012-05-02  6:13 UTC (permalink / raw)
  To: dchyan; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 1107 bytes --]

On Tue, May 1, 2012 at 11:09 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
> On Tue, May 1, 2012 at 20:52, Daniel Chyan <dchyan@princeton.edu> wrote:
>> Well I believe I can reproduce it by downgrading to an older driver,
>> but I am unable to reproduce it now.
>>
>
> I had sent a fix for that, but the driver you were running when you
> reported the issue already included the fix.


Patch attached. It should fix it.
Will be pushed through our maintainer soon.

>
>> On Mon, Apr 30, 2012 at 3:22 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote:
>>> On Mon, Apr 30, 2012 at 21:41, Daniel Chyan <dchyan@princeton.edu> wrote:
>>>> I am running iwlwifi with the additional flags. Nothing particularly
>>>> alarming has appeared in the logs, but I have attached it.
>>>>
>>>
>>> Yeah... I was hoping you could reliably reproduce the issue but
>>> apparently not :-)
>> --
>> 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

[-- Attachment #2: 0001-iwlwifi-don-t-disable-AGG-queues-that-are-not-enable.patch --]
[-- Type: application/octet-stream, Size: 1740 bytes --]

From a6d80bf53b65c3effdd553edb7e5fb3a8a87acbb Mon Sep 17 00:00:00 2001
From: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Date: Wed, 2 May 2012 08:45:49 +0300
Subject: [PATCH 1/2] iwlwifi: don't disable AGG queues that are not enabled

If the BA session is torn down before we had a chance to start it
we shouldn't disable the AGG tx queues that weren't enabled.
This can happen in two cases:

1) We get a delBA before we drained our Tx queues in agg start flow
2) We didn't get the (successfull) addBA response on time

Reported-by: Daniel Chyan <dchyan@princeton.edu>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
---
 drivers/net/wireless/iwlwifi/iwl-agn-tx.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-tx.c b/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
index f2e9f29..09baf6f 100644
--- a/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
+++ b/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
@@ -590,11 +590,18 @@ turn_off:
 	spin_unlock_bh(&priv->sta_lock);
 
 	if (test_bit(txq_id, priv->agg_q_alloc)) {
-		/* If the transport didn't know that we wanted to start
-		 * agreggation, don't tell it that we want to stop them
+		/*
+		 * If the transport didn't know that we wanted to start
+		 * agreggation, don't tell it that we want to stop them.
+		 * This can happen when we don't get the addBA response on
+		 * time.
 		 */
-		if (agg_state != IWL_AGG_STARTING)
+		if (agg_state == IWL_AGG_ON)
 			iwl_trans_tx_agg_disable(priv->trans, txq_id);
+		else
+			IWL_DEBUG_TX_QUEUES(priv, "Don't disable tx agg since"
+					    " AGG hasn't been started:"
+					    " state %d\n", agg_state);
 		iwlagn_dealloc_agg_txq(priv, txq_id);
 	}
 
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2012-05-02  6:13 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-25  1:58 iwlwifi bug Daniel Chyan
2012-04-25  4:24 ` Emmanuel Grumbach
     [not found]   ` <CAOvK7nDO4fS6R5go+ZXYBqyQc8hhbJGun9Weh=-EyX5k11+tXw@mail.gmail.com>
2012-04-25  5:44     ` Emmanuel Grumbach
2012-04-25  5:58       ` Daniel Chyan
2012-04-25  6:07         ` Emmanuel Grumbach
2012-04-25  6:17           ` Daniel Chyan
2012-04-25  6:24             ` Daniel Chyan
2012-04-25  7:18               ` Emmanuel Grumbach
2012-04-25 11:56                 ` Daniel Chyan
2012-04-25 12:45                   ` Emmanuel Grumbach
2012-04-25 19:33                     ` Daniel Chyan
2012-04-26 18:11                       ` Emmanuel Grumbach
2012-04-29  5:31                         ` Emmanuel Grumbach
2012-04-29  6:39                           ` Daniel Chyan
     [not found]                           ` <CAOvK7nBGBDWhQnq8MT51dE=LXUxoQH1FLJ2TNUr42He1KbBurg@mail.gmail.com>
2012-04-29  6:50                             ` Emmanuel Grumbach
2012-04-29  6:52                               ` Emmanuel Grumbach
2012-04-30 18:41                                 ` Daniel Chyan
2012-04-30 19:22                                   ` Emmanuel Grumbach
2012-05-01 17:52                                     ` Daniel Chyan
2012-05-01 20:09                                       ` Emmanuel Grumbach
2012-05-02  6:13                                         ` Emmanuel Grumbach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.