* iwlwifi warn_slowpath with 3.* @ 2012-04-22 18:29 Antonio Quartulli 2012-04-30 14:58 ` Antonio Quartulli 0 siblings, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-04-22 18:29 UTC (permalink / raw) To: linux-wireless [-- Attachment #1: Type: text/plain, Size: 3027 bytes --] Hello, since linux-3.0 (I don't remember if it was the case even before), I'm getting this output in dmesg: [ 53.662990] ------------[ cut here ]------------ [ 53.663016] WARNING: at drivers/iommu/intel-iommu.c:2911 intel_unmap_page+0x14b/0x180() [ 53.663047] Hardware name: Latitude E5420 [ 53.663066] Driver unmaps unmatched page at PFN ffd1a000 [ 53.663091] Modules linked in: usb_storage hid_cherry usbhid uvcvideo videobuf2_core videodev v4l2_compat_ioctl32 videobuf2_vmalloc videobuf2_memops iwlwifi mac80211 cfg80211 snd_hda_codec_hdmi snd_hda_codec_idt psmouse snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer snd soundcore snd_page_alloc ehci_hcd usbcore usb_common [ 53.663106] Pid: 1852, comm: ifconfig Tainted: G W 3.3.2-pf #1 [ 53.663107] Call Trace: [ 53.663109] [<ffffffff8137dc00>] ? intel_unmap_page+0x70/0x180 [ 53.663113] [<ffffffff8103102b>] ? warn_slowpath_common+0x7b/0xc0 [ 53.663116] [<ffffffff81031125>] ? warn_slowpath_fmt+0x45/0x50 [ 53.663119] [<ffffffff814874e3>] ? _raw_spin_unlock_irqrestore+0x13/0x40 [ 53.663121] [<ffffffff8137dcdb>] ? intel_unmap_page+0x14b/0x180 [ 53.663127] [<ffffffffa015f32c>] ? iwl_trans_rxq_free_rx_bufs+0x4c/0xf0 [iwlwifi] [ 53.663131] [<ffffffffa016079c>] ? iwl_trans_pcie_start_device+0x17c/0xdf0 [iwlwifi] [ 53.663135] [<ffffffffa014dc3d>] ? iwl_load_ucode_wait_alive+0x2d/0x3a0 [iwlwifi] [ 53.663138] [<ffffffff810579e9>] ? get_parent_ip+0x9/0x20 [ 53.663140] [<ffffffff810579e9>] ? get_parent_ip+0x9/0x20 [ 53.663142] [<ffffffff81057a87>] ? sub_preempt_count+0x87/0xb0 [ 53.663144] [<ffffffff814874e3>] ? _raw_spin_unlock_irqrestore+0x13/0x40 [ 53.663147] [<ffffffffa014c7ee>] ? iwlagn_mac_start+0x12e/0x1f0 [iwlwifi] [ 53.663154] [<ffffffffa010fa66>] ? ieee80211_do_open+0x276/0x6a0 [mac80211] [ 53.663158] [<ffffffffa010dd12>] ? ieee80211_check_concurrent_iface+0x22/0x1a0 [mac80211] [ 53.663162] [<ffffffff8139c3c6>] ? __dev_open+0x86/0xd0 [ 53.663164] [<ffffffff8139c63a>] ? __dev_change_flags+0x9a/0x180 [ 53.663166] [<ffffffff8139c7d0>] ? dev_change_flags+0x20/0x70 [ 53.663169] [<ffffffff813f7a8f>] ? devinet_ioctl+0x5bf/0x750 [ 53.663172] [<ffffffff81383289>] ? sock_do_ioctl+0x29/0x60 [ 53.663174] [<ffffffff81383323>] ? sock_ioctl+0x63/0x2b0 [ 53.663177] [<ffffffff8110773e>] ? do_vfs_ioctl+0x8e/0x4f0 [ 53.663179] [<ffffffff81107c38>] ? sys_ioctl+0x98/0xa0 [ 53.663181] [<ffffffff81488022>] ? system_call_fastpath+0x16/0x1b [ 53.663183] ---[ end trace e93713a9d40cd06e ]--- I tried to dig a bit but I didn't really understand how this slowpath warning should be interpreted. However the card seems to work fine. I'm experiencing some kernel panic from time to time, but I cannot understand if it is really realted to this issue or not. I hope this output makes sense for someone. Best regards, -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-04-22 18:29 iwlwifi warn_slowpath with 3.* Antonio Quartulli @ 2012-04-30 14:58 ` Antonio Quartulli 2012-04-30 17:03 ` John W. Linville 0 siblings, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-04-30 14:58 UTC (permalink / raw) To: linux-wireless [-- Attachment #1: Type: text/plain, Size: 800 bytes --] On Sun, Apr 22, 2012 at 08:29:29PM +0200, Antonio Quartulli wrote: > Hello, > > since linux-3.0 (I don't remember if it was the case even before), I'm getting > this output in dmesg: > > [ 53.662990] ------------[ cut here ]------------ > [ 53.663016] WARNING: at drivers/iommu/intel-iommu.c:2911 > intel_unmap_page+0x14b/0x180() > [ 53.663047] Hardware name: Latitude E5420 > [ 53.663066] Driver unmaps unmatched page at PFN ffd1a000 I see that I always get the same addr passed to the unmap function: [ 23.950535] Driver unmaps unmatched page at PFN ffd1a000 is it a coincidence? I'm running linux-3.3.3 right now. I can try wireless-testing if it would help. Cheers, -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-04-30 14:58 ` Antonio Quartulli @ 2012-04-30 17:03 ` John W. Linville 2012-04-30 20:12 ` Emmanuel Grumbach 2012-05-01 16:52 ` Venkataraman, Meenakshi 0 siblings, 2 replies; 40+ messages in thread From: John W. Linville @ 2012-04-30 17:03 UTC (permalink / raw) To: Antonio Quartulli; +Cc: linux-wireless On Mon, Apr 30, 2012 at 04:58:04PM +0200, Antonio Quartulli wrote: > On Sun, Apr 22, 2012 at 08:29:29PM +0200, Antonio Quartulli wrote: > > Hello, > > > > since linux-3.0 (I don't remember if it was the case even before), I'm getting > > this output in dmesg: > > > > [ 53.662990] ------------[ cut here ]------------ > > [ 53.663016] WARNING: at drivers/iommu/intel-iommu.c:2911 > > intel_unmap_page+0x14b/0x180() > > [ 53.663047] Hardware name: Latitude E5420 > > [ 53.663066] Driver unmaps unmatched page at PFN ffd1a000 > > > I see that I always get the same addr passed to the unmap function: > > [ 23.950535] Driver unmaps unmatched page at PFN ffd1a000 > > is it a coincidence? > I'm running linux-3.3.3 right now. I can try wireless-testing if it would help. Just for the record, we are seeing a similar problem on RHEL 6.3 (which has an iwlwifi driver derived from linux-3.2). https://bugzilla.redhat.com/show_bug.cgi?id=815998 John -- John W. Linville Someday the world will need a hero, and you linville@tuxdriver.com might be all we have. Be ready. ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-04-30 17:03 ` John W. Linville @ 2012-04-30 20:12 ` Emmanuel Grumbach 2012-04-30 20:13 ` Emmanuel Grumbach 2012-05-01 16:52 ` Venkataraman, Meenakshi 1 sibling, 1 reply; 40+ messages in thread From: Emmanuel Grumbach @ 2012-04-30 20:12 UTC (permalink / raw) To: John W. Linville; +Cc: Antonio Quartulli, linux-wireless On Mon, Apr 30, 2012 at 20:03, John W. Linville <linville@tuxdriver.com> wrote: > On Mon, Apr 30, 2012 at 04:58:04PM +0200, Antonio Quartulli wrote: >> On Sun, Apr 22, 2012 at 08:29:29PM +0200, Antonio Quartulli wrote: >> > Hello, >> > >> > since linux-3.0 (I don't remember if it was the case even before), I'm getting >> > this output in dmesg: >> > >> > [ 53.662990] ------------[ cut here ]------------ >> > [ 53.663016] WARNING: at drivers/iommu/intel-iommu.c:2911 >> > intel_unmap_page+0x14b/0x180() >> > [ 53.663047] Hardware name: Latitude E5420 >> > [ 53.663066] Driver unmaps unmatched page at PFN ffd1a000 >> >> >> I see that I always get the same addr passed to the unmap function: >> >> [ 23.950535] Driver unmaps unmatched page at PFN ffd1a000 >> >> is it a coincidence? >> I'm running linux-3.3.3 right now. I can try wireless-testing if it would help. > > Just for the record, we are seeing a similar problem on RHEL 6.3 > (which has an iwlwifi driver derived from linux-3.2). > > https://bugzilla.redhat.com/show_bug.cgi?id=815998 > John I want to hope that this bugzilla would be solved by Johannes rework of the locks: 08ae86ac3f9d9c9a60d2883c82cd72a5c66b94db in wireless-next. There are a few patches that completely rewrite the locking model of the driver. ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-04-30 20:12 ` Emmanuel Grumbach @ 2012-04-30 20:13 ` Emmanuel Grumbach 0 siblings, 0 replies; 40+ messages in thread From: Emmanuel Grumbach @ 2012-04-30 20:13 UTC (permalink / raw) To: John W. Linville; +Cc: Antonio Quartulli, linux-wireless >>> > Hello, >>> > >>> > since linux-3.0 (I don't remember if it was the case even before), I'm getting >>> > this output in dmesg: >>> > >>> > [ 53.662990] ------------[ cut here ]------------ >>> > [ 53.663016] WARNING: at drivers/iommu/intel-iommu.c:2911 >>> > intel_unmap_page+0x14b/0x180() >>> > [ 53.663047] Hardware name: Latitude E5420 >>> > [ 53.663066] Driver unmaps unmatched page at PFN ffd1a000 >>> >>> >>> I see that I always get the same addr passed to the unmap function: >>> >>> [ 23.950535] Driver unmaps unmatched page at PFN ffd1a000 >>> >>> is it a coincidence? >>> I'm running linux-3.3.3 right now. I can try wireless-testing if it would help. >> >> Just for the record, we are seeing a similar problem on RHEL 6.3 >> (which has an iwlwifi driver derived from linux-3.2). >> >> https://bugzilla.redhat.com/show_bug.cgi?id=815998 >> > > John I want to hope that this bugzilla would be solved by Johannes > rework of the locks: > > 08ae86ac3f9d9c9a60d2883c82cd72a5c66b94db in wireless-next. > There are a few patches that completely rewrite the locking model of the driver. Especially this one: 7b11488fbbbe06ada39a396dec16532db8c933e6 ^ permalink raw reply [flat|nested] 40+ messages in thread
* RE: iwlwifi warn_slowpath with 3.* 2012-04-30 17:03 ` John W. Linville 2012-04-30 20:12 ` Emmanuel Grumbach @ 2012-05-01 16:52 ` Venkataraman, Meenakshi 2012-05-01 17:13 ` Emmanuel Grumbach 2012-05-01 18:33 ` Antonio Quartulli 1 sibling, 2 replies; 40+ messages in thread From: Venkataraman, Meenakshi @ 2012-05-01 16:52 UTC (permalink / raw) To: John W. Linville, Antonio Quartulli Cc: linux-wireless@vger.kernel.org, Emmanuel Grumbach (egrumbach@gmail.com) [-- Attachment #1: Type: text/plain, Size: 1157 bytes --] Hi John, Antonio, Emmanuel found a race condition in rx buffer allocation/deallocation, and attached is a patch that fixes it. >> > since linux-3.0 (I don't remember if it was the case even before), >> > I'm getting this output in dmesg: >> > >> > [ 53.662990] ------------[ cut here ]------------ >> > [ 53.663016] WARNING: at drivers/iommu/intel-iommu.c:2911 >> > intel_unmap_page+0x14b/0x180() >> > [ 53.663047] Hardware name: Latitude E5420 >> > [ 53.663066] Driver unmaps unmatched page at PFN ffd1a000 >> >> >> I see that I always get the same addr passed to the unmap function: >> >> [ 23.950535] Driver unmaps unmatched page at PFN ffd1a000 >> >> is it a coincidence? >> I'm running linux-3.3.3 right now. I can try wireless-testing if it would help. [MV] Antonio -- can you try out the patch attached and let us know if you continue to see the problem? >Just for the record, we are seeing a similar problem on RHEL 6.3 (which has an >iwlwifi driver derived from linux-3.2). > > https://bugzilla.redhat.com/show_bug.cgi?id=815998 [MV] John -- I'll update the redhat bugzilla as well. Thanks Meenakshi [-- Attachment #2: 0001-iwlwifi-fix-a-potential-race-in-receive-buffer-alloc.patch --] [-- Type: application/octet-stream, Size: 1612 bytes --] From 5353472345e76deff8c674f6da35f50ef898df44 Mon Sep 17 00:00:00 2001 From: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com> Date: Mon, 30 Apr 2012 16:28:09 -0700 Subject: [PATCH] iwlwifi: fix a potential race in receive buffer allocation The driver can potentially unmap pages that have not been mapped yet. Fix this race condition. Change-Id: Idc60cfaa0d483bc835f69788dc608708dd6f524d Cc: stable@vger.kernel.org Reported-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com> --- drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c index 45d8ca9..8483e8a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c @@ -313,7 +313,6 @@ static void iwlagn_rx_allocate(struct iwl_trans *trans, gfp_t priority) spin_unlock_irqrestore(&rxq->lock, flags); BUG_ON(rxb->page); - rxb->page = page; /* Get physical address of the RB */ rxb->page_dma = dma_map_page(trans->dev, page, 0, PAGE_SIZE << trans_pcie->rx_page_order, @@ -323,6 +322,9 @@ static void iwlagn_rx_allocate(struct iwl_trans *trans, gfp_t priority) /* and also 256 byte aligned! */ BUG_ON(rxb->page_dma & DMA_BIT_MASK(8)); + /* Page *must* be mapped before before updating the rxb. */ + rxb->page = page; + spin_lock_irqsave(&rxq->lock, flags); list_add_tail(&rxb->list, &rxq->rx_free); -- 1.7.4.1 ^ permalink raw reply related [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-01 16:52 ` Venkataraman, Meenakshi @ 2012-05-01 17:13 ` Emmanuel Grumbach 2012-05-01 18:34 ` Antonio Quartulli 2012-05-01 18:33 ` Antonio Quartulli 1 sibling, 1 reply; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-01 17:13 UTC (permalink / raw) To: Venkataraman, Meenakshi Cc: John W. Linville, Antonio Quartulli, linux-wireless@vger.kernel.org Hi, I am not sure the patch will help because the race is _very_ unlikely. But I would be glad to know if you can reproduce on latest compat-wireless. How reproducible is that on 3.3.3 ? Is that 100% ? I guess my machine doesn't have IOMMU, but honestly, I am not sure I know how to check. On Tue, May 1, 2012 at 19:52, Venkataraman, Meenakshi <meenakshi.venkataraman@intel.com> wrote: > > Hi John, Antonio, > > Emmanuel found a race condition in rx buffer allocation/deallocation, and > attached is a patch that fixes it. > > >> > since linux-3.0 (I don't remember if it was the case even before), > >> > I'm getting this output in dmesg: > >> > > >> > [ 53.662990] ------------[ cut here ]------------ > >> > [ 53.663016] WARNING: at drivers/iommu/intel-iommu.c:2911 > >> > intel_unmap_page+0x14b/0x180() > >> > [ 53.663047] Hardware name: Latitude E5420 > >> > [ 53.663066] Driver unmaps unmatched page at PFN ffd1a000 > >> > >> > >> I see that I always get the same addr passed to the unmap function: > >> > >> [ 23.950535] Driver unmaps unmatched page at PFN ffd1a000 > >> > >> is it a coincidence? > >> I'm running linux-3.3.3 right now. I can try wireless-testing if it > >> would help. > > [MV] Antonio -- can you try out the patch attached and let us know if you > continue to see the problem? > > >Just for the record, we are seeing a similar problem on RHEL 6.3 (which > > has an > >iwlwifi driver derived from linux-3.2). > > > > https://bugzilla.redhat.com/show_bug.cgi?id=815998 > > [MV] John -- I'll update the redhat bugzilla as well. > > Thanks > Meenakshi ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-01 17:13 ` Emmanuel Grumbach @ 2012-05-01 18:34 ` Antonio Quartulli 2012-05-01 20:56 ` Antonio Quartulli 0 siblings, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-01 18:34 UTC (permalink / raw) To: Emmanuel Grumbach Cc: Venkataraman, Meenakshi, John W. Linville, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 2061 bytes --] On Tue, May 01, 2012 at 08:13:46PM +0300, Emmanuel Grumbach wrote: > Hi, > > I am not sure the patch will help because the race is _very_ unlikely. > But I would be glad to know if you can reproduce on latest > compat-wireless. > How reproducible is that on 3.3.3 ? Is that 100% ? it seems so. It happens at least once at boot time. I will try wireless-testing and see what happens. Then I will apply your patch. Thanks a lot! > > I guess my machine doesn't have IOMMU, but honestly, I am not sure I > know how to check. > > On Tue, May 1, 2012 at 19:52, Venkataraman, Meenakshi > <meenakshi.venkataraman@intel.com> wrote: > > > > Hi John, Antonio, > > > > Emmanuel found a race condition in rx buffer allocation/deallocation, and > > attached is a patch that fixes it. > > > > >> > since linux-3.0 (I don't remember if it was the case even before), > > >> > I'm getting this output in dmesg: > > >> > > > >> > [ 53.662990] ------------[ cut here ]------------ > > >> > [ 53.663016] WARNING: at drivers/iommu/intel-iommu.c:2911 > > >> > intel_unmap_page+0x14b/0x180() > > >> > [ 53.663047] Hardware name: Latitude E5420 > > >> > [ 53.663066] Driver unmaps unmatched page at PFN ffd1a000 > > >> > > >> > > >> I see that I always get the same addr passed to the unmap function: > > >> > > >> [ 23.950535] Driver unmaps unmatched page at PFN ffd1a000 > > >> > > >> is it a coincidence? > > >> I'm running linux-3.3.3 right now. I can try wireless-testing if it > > >> would help. > > > > [MV] Antonio -- can you try out the patch attached and let us know if you > > continue to see the problem? > > > > >Just for the record, we are seeing a similar problem on RHEL 6.3 (which > > > has an > > >iwlwifi driver derived from linux-3.2). > > > > > > https://bugzilla.redhat.com/show_bug.cgi?id=815998 > > > > [MV] John -- I'll update the redhat bugzilla as well. > > > > Thanks > > Meenakshi -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-01 18:34 ` Antonio Quartulli @ 2012-05-01 20:56 ` Antonio Quartulli 2012-05-01 21:19 ` Venkataraman, Meenakshi 0 siblings, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-01 20:56 UTC (permalink / raw) To: Emmanuel Grumbach Cc: Venkataraman, Meenakshi, John W. Linville, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 2595 bytes --] On Tue, May 01, 2012 at 08:34:15PM +0200, Antonio Quartulli wrote: > On Tue, May 01, 2012 at 08:13:46PM +0300, Emmanuel Grumbach wrote: > > Hi, > > > > I am not sure the patch will help because the race is _very_ unlikely. > > But I would be glad to know if you can reproduce on latest > > compat-wireless. > > How reproducible is that on 3.3.3 ? Is that 100% ? > > it seems so. It happens at least once at boot time. > I will try wireless-testing and see what happens. Then I will apply your patch. The problem is there either with wireless-testing and with wireless-testing+your_patch. If it can somehow help, I also got several stack trace regarding intel_iova functions. But then the I got kernel panic and I was not able to copy the messages. Thanks > > > > I guess my machine doesn't have IOMMU, but honestly, I am not sure I > > know how to check. > > > > On Tue, May 1, 2012 at 19:52, Venkataraman, Meenakshi > > <meenakshi.venkataraman@intel.com> wrote: > > > > > > Hi John, Antonio, > > > > > > Emmanuel found a race condition in rx buffer allocation/deallocation, and > > > attached is a patch that fixes it. > > > > > > >> > since linux-3.0 (I don't remember if it was the case even before), > > > >> > I'm getting this output in dmesg: > > > >> > > > > >> > [ 53.662990] ------------[ cut here ]------------ > > > >> > [ 53.663016] WARNING: at drivers/iommu/intel-iommu.c:2911 > > > >> > intel_unmap_page+0x14b/0x180() > > > >> > [ 53.663047] Hardware name: Latitude E5420 > > > >> > [ 53.663066] Driver unmaps unmatched page at PFN ffd1a000 > > > >> > > > >> > > > >> I see that I always get the same addr passed to the unmap function: > > > >> > > > >> [ 23.950535] Driver unmaps unmatched page at PFN ffd1a000 > > > >> > > > >> is it a coincidence? > > > >> I'm running linux-3.3.3 right now. I can try wireless-testing if it > > > >> would help. > > > > > > [MV] Antonio -- can you try out the patch attached and let us know if you > > > continue to see the problem? > > > > > > >Just for the record, we are seeing a similar problem on RHEL 6.3 (which > > > > has an > > > >iwlwifi driver derived from linux-3.2). > > > > > > > > https://bugzilla.redhat.com/show_bug.cgi?id=815998 > > > > > > [MV] John -- I'll update the redhat bugzilla as well. > > > > > > Thanks > > > Meenakshi > > -- > Antonio Quartulli > > ..each of us alone is worth nothing.. > Ernesto "Che" Guevara -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* RE: iwlwifi warn_slowpath with 3.* 2012-05-01 20:56 ` Antonio Quartulli @ 2012-05-01 21:19 ` Venkataraman, Meenakshi 2012-05-02 7:08 ` Emmanuel Grumbach 0 siblings, 1 reply; 40+ messages in thread From: Venkataraman, Meenakshi @ 2012-05-01 21:19 UTC (permalink / raw) To: Antonio Quartulli, Emmanuel Grumbach Cc: John W. Linville, linux-wireless@vger.kernel.org SGkgQW50b25pbywNCg0KPj4gaXQgc2VlbXMgc28uIEl0IGhhcHBlbnMgYXQgbGVhc3Qgb25jZSBh dCBib290IHRpbWUuDQo+PiBJIHdpbGwgdHJ5IHdpcmVsZXNzLXRlc3RpbmcgYW5kIHNlZSB3aGF0 IGhhcHBlbnMuIFRoZW4gSSB3aWxsIGFwcGx5IHlvdXIgcGF0Y2guDQo+DQo+VGhlIHByb2JsZW0g aXMgdGhlcmUgZWl0aGVyIHdpdGggd2lyZWxlc3MtdGVzdGluZyBhbmQgd2l0aA0KPndpcmVsZXNz LXRlc3RpbmcreW91cl9wYXRjaC4NCj4NCj5JZiBpdCBjYW4gc29tZWhvdyBoZWxwLCBJIGFsc28g Z290IHNldmVyYWwgc3RhY2sgdHJhY2UgcmVnYXJkaW5nIGludGVsX2lvdmENCj5mdW5jdGlvbnMu IEJ1dCB0aGVuIHRoZSBJIGdvdCBrZXJuZWwgcGFuaWMgYW5kIEkgd2FzIG5vdCBhYmxlIHRvIGNv cHkgdGhlDQo+bWVzc2FnZXMuDQoNCltNVl0gRGVwZW5kaW5nIG9uIGhvdyB5b3Ugc2V0IGl0IHVw LCBwZXJoYXBzIHRoZSBzdGFjayB0cmFjZSB3YXMgc2F2ZWQgaW4gb25lIG9mIHRoZSBzeXNsb2cg ZmlsZXMgaW4gL3Zhci9sb2cvLi4uDQoNClRoYW5rcyENCk1lZW5ha3NoaQ0KDQo= ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-01 21:19 ` Venkataraman, Meenakshi @ 2012-05-02 7:08 ` Emmanuel Grumbach 2012-05-02 15:31 ` Antonio Quartulli 2012-05-02 15:39 ` John W. Linville 0 siblings, 2 replies; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-02 7:08 UTC (permalink / raw) To: Venkataraman, Meenakshi Cc: Antonio Quartulli, John W. Linville, linux-wireless@vger.kernel.org On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi <meenakshi.venkataraman@intel.com> wrote: > Hi Antonio, > >>> it seems so. It happens at least once at boot time. >>> I will try wireless-testing and see what happens. Then I will apply your patch. >> >>The problem is there either with wireless-testing and with >>wireless-testing+your_patch. >> >>If it can somehow help, I also got several stack trace regarding intel_iova >>functions. But then the I got kernel panic and I was not able to copy the >>messages. > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... > > Thanks! > Meenakshi > Can you please re-run with debug=1 and send the whole log ? This will give a better indication on when the issue occurs. Thanks ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-02 7:08 ` Emmanuel Grumbach @ 2012-05-02 15:31 ` Antonio Quartulli 2012-05-02 15:39 ` John W. Linville 1 sibling, 0 replies; 40+ messages in thread From: Antonio Quartulli @ 2012-05-02 15:31 UTC (permalink / raw) To: Emmanuel Grumbach Cc: Venkataraman, Meenakshi, John W. Linville, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 1430 bytes --] On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi > <meenakshi.venkataraman@intel.com> wrote: > > Hi Antonio, > > > >>> it seems so. It happens at least once at boot time. > >>> I will try wireless-testing and see what happens. Then I will apply your patch. > >> > >>The problem is there either with wireless-testing and with > >>wireless-testing+your_patch. > >> > >>If it can somehow help, I also got several stack trace regarding intel_iova > >>functions. But then the I got kernel panic and I was not able to copy the > >>messages. > > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... > > > > Thanks! > > Meenakshi > > > > Can you please re-run with debug=1 and send the whole log ? > This will give a better indication on when the issue occurs. I tried but I haven't seen the WARNING anymore...it smell like a race condition (at least this is what is usually "fixed" by printings :-D). I also retried to insert the module without the debug option but I didn't get the error anyway. This means that I get the error only at boot. I will try to make more tests and eventually report what I see/understand. Thank you for the work done so far! Cheers, -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-02 7:08 ` Emmanuel Grumbach 2012-05-02 15:31 ` Antonio Quartulli @ 2012-05-02 15:39 ` John W. Linville 2012-05-02 16:12 ` Antonio Quartulli 2012-05-02 16:21 ` Antonio Quartulli 1 sibling, 2 replies; 40+ messages in thread From: John W. Linville @ 2012-05-02 15:39 UTC (permalink / raw) To: Emmanuel Grumbach Cc: Venkataraman, Meenakshi, Antonio Quartulli, linux-wireless@vger.kernel.org On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi > <meenakshi.venkataraman@intel.com> wrote: > > Hi Antonio, > > > >>> it seems so. It happens at least once at boot time. > >>> I will try wireless-testing and see what happens. Then I will apply your patch. > >> > >>The problem is there either with wireless-testing and with > >>wireless-testing+your_patch. > >> > >>If it can somehow help, I also got several stack trace regarding intel_iova > >>functions. But then the I got kernel panic and I was not able to copy the > >>messages. > > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... > > > > Thanks! > > Meenakshi > > > > Can you please re-run with debug=1 and send the whole log ? > This will give a better indication on when the issue occurs. Does this help? https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 John -- John W. Linville Someday the world will need a hero, and you linville@tuxdriver.com might be all we have. Be ready. ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-02 15:39 ` John W. Linville @ 2012-05-02 16:12 ` Antonio Quartulli 2012-05-02 16:21 ` Antonio Quartulli 1 sibling, 0 replies; 40+ messages in thread From: Antonio Quartulli @ 2012-05-02 16:12 UTC (permalink / raw) To: John W. Linville Cc: Emmanuel Grumbach, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 2180 bytes --] On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi > > <meenakshi.venkataraman@intel.com> wrote: > > > Hi Antonio, > > > > > >>> it seems so. It happens at least once at boot time. > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. > > >> > > >>The problem is there either with wireless-testing and with > > >>wireless-testing+your_patch. > > >> > > >>If it can somehow help, I also got several stack trace regarding intel_iova > > >>functions. But then the I got kernel panic and I was not able to copy the > > >>messages. > > > > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... > > > > > > Thanks! > > > Meenakshi > > > > > > > Can you please re-run with debug=1 and send the whole log ? > > This will give a better indication on when the issue occurs. > > Does this help? > > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 Hello John, the patch you provided in comment 17 is not applying on top of wireless-testing.. Applying: iwlwifi: give PCIe its own lock error: patch failed: drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h:226 error: drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h: patch does not apply error: patch failed: drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c:329 error: drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c: patch does not apply error: patch failed: drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c:477 error: drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c: patch does not apply error: patch failed: drivers/net/wireless/iwlwifi/iwl-trans-pcie.c:217 error: drivers/net/wireless/iwlwifi/iwl-trans-pcie.c: patch does not apply Patch failed at 0001 iwlwifi: give PCIe its own lock Cheers, > > John > -- > John W. Linville Someday the world will need a hero, and you > linville@tuxdriver.com might be all we have. Be ready. -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-02 15:39 ` John W. Linville 2012-05-02 16:12 ` Antonio Quartulli @ 2012-05-02 16:21 ` Antonio Quartulli 2012-05-03 6:53 ` Antonio Quartulli 1 sibling, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-02 16:21 UTC (permalink / raw) To: John W. Linville Cc: Emmanuel Grumbach, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1.1: Type: text/plain, Size: 1354 bytes --] On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi > > <meenakshi.venkataraman@intel.com> wrote: > > > Hi Antonio, > > > > > >>> it seems so. It happens at least once at boot time. > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. > > >> > > >>The problem is there either with wireless-testing and with > > >>wireless-testing+your_patch. > > >> > > >>If it can somehow help, I also got several stack trace regarding intel_iova > > >>functions. But then the I got kernel panic and I was not able to copy the > > >>messages. > > > > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... > > > > > > Thanks! > > > Meenakshi > > > > > > > Can you please re-run with debug=1 and send the whole log ? > > This will give a better indication on when the issue occurs. > > Does this help? > > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 I applied patch in comment 17 on linux-3.3.4. IT didn't help but this time I got the WARNING even with debug=1. Log is attached. Cheers, -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #1.2: kernel.log --] [-- Type: text/plain, Size: 148706 bytes --] [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Linux version 3.3.4-pf (root@eagle4) (gcc version 4.6.3 (Gentoo 4.6.3 p1.0, pie-0.5.1) ) #3 SMP PREEMPT Tue May 1 11:34:23 CEST 2012 [ 0.000000] Command line: root=/dev/sda5 console=tty1 resume=/dev/sda3 init=/usr/bin/systemd [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009a800 (usable) [ 0.000000] BIOS-e820: 000000000009a800 - 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 - 00000000caa83000 (usable) [ 0.000000] BIOS-e820: 00000000caa83000 - 00000000caac7000 (reserved) [ 0.000000] BIOS-e820: 00000000caac7000 - 00000000cadb7000 (usable) [ 0.000000] BIOS-e820: 00000000cadb7000 - 00000000cade7000 (reserved) [ 0.000000] BIOS-e820: 00000000cade7000 - 00000000cafe7000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000cafe7000 - 00000000cafff000 (ACPI data) [ 0.000000] BIOS-e820: 00000000cafff000 - 00000000cb000000 (usable) [ 0.000000] BIOS-e820: 00000000cb800000 - 00000000cfa00000 (reserved) [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved) [ 0.000000] BIOS-e820: 00000000ffc00000 - 00000000ffc20000 (reserved) [ 0.000000] BIOS-e820: 0000000100000000 - 000000012f000000 (usable) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.6 present. [ 0.000000] DMI: Dell Inc. Latitude E5420/0675PR, BIOS A01 04/20/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 = 0x12f000 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 000000000 mask F80000000 write-back [ 0.000000] 1 base 080000000 mask FC0000000 write-back [ 0.000000] 2 base 0C0000000 mask FF8000000 write-back [ 0.000000] 3 base 0C8000000 mask FFC000000 write-back [ 0.000000] 4 base 0CB000000 mask FFF000000 uncachable [ 0.000000] 5 base 100000000 mask FE0000000 write-back [ 0.000000] 6 base 120000000 mask FF0000000 write-back [ 0.000000] 7 base 12F000000 mask FFF000000 uncachable [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820 update range: 00000000cb000000 - 0000000100000000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0xcb000 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [ffff8800000f1ff0] f1ff0 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] Base memory trampoline at [ffff880000095000] 95000 size 20480 [ 0.000000] init_memory_mapping: 0000000000000000-00000000cb000000 [ 0.000000] 0000000000 - 00cb000000 page 2M [ 0.000000] kernel direct mapping tables up to cb000000 @ 1fffb000-20000000 [ 0.000000] init_memory_mapping: 0000000100000000-000000012f000000 [ 0.000000] 0100000000 - 012f000000 page 2M [ 0.000000] kernel direct mapping tables up to 12f000000 @ cadb1000-cadb7000 [ 0.000000] ACPI: RSDP 00000000000fe300 00024 (v02 DELL ) [ 0.000000] ACPI: XSDT 00000000caffde18 0007C (v01 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI: FACP 00000000caf87d98 000F4 (v04 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20120111/tbfadt-378) [ 0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xCAFE4E40/0x00000000CAFE4D40, using 32 (20120111/tbfadt-502) [ 0.000000] ACPI: DSDT 00000000caf7e018 0864E (v02 INT430 SYSFexxx 00001001 INTL 20090903) [ 0.000000] ACPI: FACS 00000000cafe4e40 00040 [ 0.000000] ACPI: APIC 00000000caffcf18 000CC (v02 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI: TCPA 00000000cafe5d18 00032 (v02 00000000 00000000) [ 0.000000] ACPI: ASF! 00000000cafe4a18 000A0 (v32 INTEL Montevin 00000001 TFSM 000F4240) [ 0.000000] ACPI: MCFG 00000000cafe5c98 0003C (v01 DELL SNDYBRDG 06222004 MSFT 00000097) [ 0.000000] ACPI: HPET 00000000cafe5c18 00038 (v01 A M I PCHHPET 06222004 AMI. 00000003) [ 0.000000] ACPI: BOOT 00000000cafe5b98 00028 (v01 DELL CBX3 06222004 AMI 00010013) [ 0.000000] ACPI: SSDT 00000000caf7d818 007C2 (v01 PmRef Cpu0Ist 00003000 INTL 20090903) [ 0.000000] ACPI: SSDT 00000000caf7c018 00996 (v01 PmRef CpuPm 00003000 INTL 20090903) [ 0.000000] ACPI: DMAR 00000000caf87c18 000E8 (v01 INTEL SNB 00000001 INTL 00000001) [ 0.000000] ACPI: SLIC 00000000caf88a18 00176 (v03 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-000000012f000000 [ 0.000000] Initmem setup node 0 0000000000000000-000000012f000000 [ 0.000000] NODE_DATA [000000012eff5000 - 000000012effffff] [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012a600000-ffff88012e5fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x0012f000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] Early memory PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009a [ 0.000000] 0: 0x00000100 -> 0x00020000 [ 0.000000] 0: 0x00020200 -> 0x00040000 [ 0.000000] 0: 0x00040200 -> 0x000caa83 [ 0.000000] 0: 0x000caac7 -> 0x000cadb7 [ 0.000000] 0: 0x000cafff -> 0x000cb000 [ 0.000000] 0: 0x00100000 -> 0x0012f000 [ 0.000000] On node 0 totalpages: 1022206 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 5 pages reserved [ 0.000000] DMA zone: 3909 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 16320 pages used for memmap [ 0.000000] DMA32 zone: 809396 pages, LIFO batch:31 [ 0.000000] Normal zone: 3008 pages used for memmap [ 0.000000] Normal zone: 189504 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[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled) [ 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: 0x8086a701 base: 0xfed00000 [ 0.000000] 16 Processors exceeds NR_CPUS limit of 4 [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: 000000000009a000 - 000000000009b000 [ 0.000000] PM: Registered nosave memory: 000000000009b000 - 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: 00000000caa83000 - 00000000caac7000 [ 0.000000] PM: Registered nosave memory: 00000000cadb7000 - 00000000cade7000 [ 0.000000] PM: Registered nosave memory: 00000000cade7000 - 00000000cafe7000 [ 0.000000] PM: Registered nosave memory: 00000000cafe7000 - 00000000cafff000 [ 0.000000] PM: Registered nosave memory: 00000000cb000000 - 00000000cb800000 [ 0.000000] PM: Registered nosave memory: 00000000cb800000 - 00000000cfa00000 [ 0.000000] PM: Registered nosave memory: 00000000cfa00000 - 00000000fed1c000 [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000 [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000ffc00000 [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffc20000 [ 0.000000] PM: Registered nosave memory: 00000000ffc20000 - 0000000100000000 [ 0.000000] Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f31c000) [ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 25 pages/cpu @ffff88012ec00000 s70080 r8192 d24128 u524288 [ 0.000000] pcpu-alloc: s70080 r8192 d24128 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1002809 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: root=/dev/sda5 console=tty1 resume=/dev/sda3 init=/usr/bin/systemd [ 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] Memory: 3946512k/4964352k available (4655k kernel code, 875528k absent, 142312k reserved, 3971k data, 556k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] Verbose stalled-CPUs detection is disabled. [ 0.000000] NR_IRQS:4352 nr_irqs:712 16 [ 0.000000] Extended CMOS year: 2000 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.001000] Detected 2494.374 MHz processor. [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.74 BogoMIPS (lpj=2494374) [ 0.000146] pid_max: default: 32768 minimum: 301 [ 0.000239] Security Framework initialized [ 0.000616] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.001565] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.001977] Mount-cache hash table entries: 256 [ 0.002135] Initializing cgroup subsys freezer [ 0.002206] Initializing cgroup subsys bfqio [ 0.002309] CPU: Physical Processor ID: 0 [ 0.002377] CPU: Processor Core ID: 0 [ 0.002448] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.002449] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.002595] mce: CPU supports 7 MCE banks [ 0.002673] CPU0: Thermal monitoring enabled (TM1) [ 0.002748] using mwait in idle threads. [ 0.002879] ACPI: Core revision 20120111 [ 0.007143] DMAR: Host address width 36 [ 0.007214] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.007300] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a [ 0.007402] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.007478] IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a [ 0.007580] DMAR: RMRR base: 0x000000cadc6000 end: 0x000000cadd5fff [ 0.007655] DMAR: RMRR base: 0x000000cb800000 end: 0x000000cf9fffff [ 0.007798] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.007871] HPET id 0 under DRHD base 0xfed91000 [ 0.007943] HPET id 0 under DRHD base 0xfed91000 [ 0.008015] HPET id 0 under DRHD base 0xfed91000 [ 0.008087] HPET id 0 under DRHD base 0xfed91000 [ 0.008157] HPET id 0 under DRHD base 0xfed91000 [ 0.008228] HPET id 0 under DRHD base 0xfed91000 [ 0.008299] HPET id 0 under DRHD base 0xfed91000 [ 0.008370] HPET id 0 under DRHD base 0xfed91000 [ 0.008631] Enabled IRQ remapping in xapic mode [ 0.009153] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.019216] CPU0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz stepping 07 [ 0.121080] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver. [ 0.121780] PEBS disabled due to CPU errata. [ 0.121853] ... version: 3 [ 0.121922] ... bit width: 48 [ 0.121993] ... generic registers: 4 [ 0.122063] ... value mask: 0000ffffffffffff [ 0.122137] ... max period: 000000007fffffff [ 0.122210] ... fixed-purpose events: 3 [ 0.122280] ... event mask: 000000070000000f [ 0.132086] Booting Node 0, Processors #1 [ 0.132197] smpboot cpu 1: start_ip = 95000 [ 0.165468] #2 [ 0.165533] smpboot cpu 2: start_ip = 95000 [ 0.196826] #3 Ok. [ 0.196895] smpboot cpu 3: start_ip = 95000 [ 0.228074] Brought up 4 CPUs [ 0.228146] Total of 4 processors activated (19954.99 BogoMIPS). [ 0.230839] devtmpfs: initialized [ 0.231027] PM: Registering ACPI NVS region at cade7000 (2097152 bytes) [ 0.231131] Dell Latitude E5420 series board detected. Selecting PCI-method for reboots. [ 0.231308] NET: Registered protocol family 16 [ 0.231423] kworker/u:0 used greatest stack depth: 6656 bytes left [ 0.231514] kworker/u:0 used greatest stack depth: 5688 bytes left [ 0.231729] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.231832] ACPI: bus type pci registered [ 0.231987] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.232092] PCI: not using MMCONFIG [ 0.232162] PCI: Using configuration type 1 for base access [ 0.232240] dmi type 0xB1 record - unknown flag [ 0.233992] kworker/u:0 used greatest stack depth: 5648 bytes left [ 0.235024] bio: create slab <bio-0> at 0 [ 0.235181] ACPI: Added _OSI(Module Device) [ 0.235253] ACPI: Added _OSI(Processor Device) [ 0.235325] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235398] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236845] ACPI: EC: Look up EC in DSDT [ 0.240327] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.250232] ACPI: SSDT 00000000cadd7718 0067C (v01 PmRef Cpu0Cst 00003001 INTL 20090903) [ 0.250760] ACPI: Dynamic OEM Table Load: [ 0.250911] ACPI: SSDT (null) 0067C (v01 PmRef Cpu0Cst 00003001 INTL 20090903) [ 0.251272] ACPI: SSDT 00000000cadd8a98 00303 (v01 PmRef ApIst 00003000 INTL 20090903) [ 0.251822] ACPI: Dynamic OEM Table Load: [ 0.251972] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20090903) [ 0.253031] ACPI: SSDT 00000000cadd6d98 00119 (v01 PmRef ApCst 00003000 INTL 20090903) [ 0.253553] ACPI: Dynamic OEM Table Load: [ 0.253700] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20090903) [ 0.258992] ACPI: Interpreter enabled [ 0.259064] ACPI: (supports S0 S3 S4 S5) [ 0.259304] ACPI: Using IOAPIC for interrupt routing [ 0.259389] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.259818] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources [ 0.302296] ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930 [ 0.302884] ACPI: No dock devices found. [ 0.302958] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.303301] \_SB_.PCI0:_OSC invalid UUID [ 0.303302] _OSC request data:1 8 1f [ 0.303306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 0.303778] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] [ 0.303858] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] [ 0.303933] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.304035] pci_root PNP0A08:00: host bridge window [mem 0xcfa00000-0xfeafffff] [ 0.304137] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] [ 0.304284] PCI host bridge to bus 0000:00 [ 0.304356] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.304431] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.304506] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.304581] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff] [ 0.304657] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff] [ 0.304739] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600 [ 0.304775] pci 0000:00:02.0: [8086:0126] type 0 class 0x000300 [ 0.304785] pci 0000:00:02.0: reg 10: [mem 0xe2800000-0xe2bfffff 64bit] [ 0.304791] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.304796] pci 0000:00:02.0: reg 20: [io 0x8000-0x803f] [ 0.304850] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780 [ 0.304874] pci 0000:00:16.0: reg 10: [mem 0xe5480000-0xe548000f 64bit] [ 0.304951] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 0.304991] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03 [ 0.305012] pci 0000:00:1a.0: reg 10: [mem 0xe5450000-0xe54503ff] [ 0.305103] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 0.305130] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403 [ 0.305146] pci 0000:00:1b.0: reg 10: [mem 0xe5440000-0xe5443fff 64bit] [ 0.305215] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.305247] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604 [ 0.305378] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.305419] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604 [ 0.305550] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.305590] pci 0000:00:1c.2: [8086:1c14] type 1 class 0x000604 [ 0.305721] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 0.305759] pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604 [ 0.305847] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold [ 0.305876] pci 0000:00:1c.6: [8086:1c1c] type 1 class 0x000604 [ 0.305961] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold [ 0.305993] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03 [ 0.306014] pci 0000:00:1d.0: reg 10: [mem 0xe5430000-0xe54303ff] [ 0.306105] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.306131] pci 0000:00:1f.0: [8086:1c49] type 0 class 0x000601 [ 0.306258] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106 [ 0.306276] pci 0000:00:1f.2: reg 10: [io 0x80b0-0x80b7] [ 0.306284] pci 0000:00:1f.2: reg 14: [io 0x80a0-0x80a3] [ 0.306293] pci 0000:00:1f.2: reg 18: [io 0x8090-0x8097] [ 0.306301] pci 0000:00:1f.2: reg 1c: [io 0x8080-0x8083] [ 0.306309] pci 0000:00:1f.2: reg 20: [io 0x8060-0x807f] [ 0.306317] pci 0000:00:1f.2: reg 24: [mem 0xe5420000-0xe54207ff] [ 0.306363] pci 0000:00:1f.2: PME# supported from D3hot [ 0.306382] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05 [ 0.306398] pci 0000:00:1f.3: reg 10: [mem 0xe5410000-0xe54100ff 64bit] [ 0.306420] pci 0000:00:1f.3: reg 20: [io 0x8040-0x805f] [ 0.306520] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.306836] pci 0000:02:00.0: [8086:0082] type 0 class 0x000280 [ 0.306985] pci 0000:02:00.0: reg 10: [mem 0xe5300000-0xe5301fff 64bit] [ 0.307703] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 0.310366] pci 0000:00:1c.1: PCI bridge to [bus 02-02] [ 0.310446] pci 0000:00:1c.1: bridge window [mem 0xe5300000-0xe53fffff] [ 0.312249] pci 0000:03:00.0: [1217:8134] type 2 class 0x000607 [ 0.312294] pci 0000:03:00.0: reg 10: [mem 0xe4030000-0xe4030fff] [ 0.312366] pci 0000:03:00.0: supports D1 D2 [ 0.312368] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.312421] pci 0000:00:1c.2: PCI bridge to [bus 03-08] [ 0.312497] pci 0000:00:1c.2: bridge window [io 0x6000-0x7fff] [ 0.312501] pci 0000:00:1c.2: bridge window [mem 0xe2c00000-0xe40fffff] [ 0.312507] pci 0000:00:1c.2: bridge window [mem 0xe0000000-0xe13fffff 64bit pref] [ 0.312648] pci 0000:09:00.0: [1217:13f7] type 0 class 0x000c00 [ 0.312680] pci 0000:09:00.0: reg 10: [mem 0xe5230000-0xe5230fff] [ 0.312929] pci 0000:09:00.0: supports D1 D2 [ 0.312931] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.313020] pci 0000:09:00.1: [1217:8321] type 0 class 0x000805 [ 0.313054] pci 0000:09:00.1: reg 10: [mem 0xe5220000-0xe52201ff] [ 0.313302] pci 0000:09:00.1: supports D1 D2 [ 0.313303] pci 0000:09:00.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.313384] pci 0000:09:00.2: [1217:8331] type 0 class 0x000180 [ 0.313417] pci 0000:09:00.2: reg 10: [mem 0xe5210000-0xe52103ff] [ 0.313464] pci 0000:09:00.2: reg 18: [mem 0xe5200000-0xe52003ff] [ 0.313667] pci 0000:09:00.2: supports D1 D2 [ 0.313669] pci 0000:09:00.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.315283] pci 0000:00:1c.5: PCI bridge to [bus 09-09] [ 0.315376] pci 0000:00:1c.5: bridge window [mem 0xe5200000-0xe52fffff] [ 0.315624] pci 0000:0a:00.0: [14e4:1681] type 0 class 0x000200 [ 0.315662] pci 0000:0a:00.0: reg 10: [mem 0xe4110000-0xe411ffff 64bit] [ 0.315694] pci 0000:0a:00.0: reg 18: [mem 0xe4100000-0xe410ffff 64bit] [ 0.315884] pci 0000:0a:00.0: PME# supported from D3hot D3cold [ 0.318255] pci 0000:00:1c.6: PCI bridge to [bus 0a-11] [ 0.318353] pci 0000:00:1c.6: bridge window [io 0x2000-0x5fff] [ 0.318358] pci 0000:00:1c.6: bridge window [mem 0xe4100000-0xe51fffff] [ 0.318365] pci 0000:00:1c.6: bridge window [mem 0xe1400000-0xe24fffff 64bit pref] [ 0.318391] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.318482] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] [ 0.318508] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT] [ 0.318535] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT] [ 0.318558] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP07._PRT] [ 0.318588] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT] [ 0.318648] \_SB_.PCI0:_OSC invalid UUID [ 0.318649] _OSC request data:1 1f 1f [ 0.318653] pci0000:00: Requesting ACPI _OSC control (0x1d) [ 0.318748] \_SB_.PCI0:_OSC invalid UUID [ 0.318749] _OSC request data:1 0 1d [ 0.318753] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d [ 0.318856] ACPI _OSC control for PCIe not granted, disabling ASPM [ 0.321951] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 [ 0.322583] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 [ 0.323217] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 *5 6 7 10 12 14 15) [ 0.323783] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15) [ 0.324349] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. [ 0.325022] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. [ 0.325692] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15) [ 0.326257] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. [ 0.327014] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.327122] vgaarb: loaded [ 0.327190] vgaarb: bridge control possible 0000:00:02.0 [ 0.327353] SCSI subsystem initialized [ 0.327481] libata version 3.00 loaded. [ 0.327771] wmi: Mapper loaded [ 0.327861] PCI: Using ACPI for IRQ routing [ 0.330050] PCI: pci_cache_line_size set to 64 bytes [ 0.330209] reserve RAM buffer: 000000000009a800 - 000000000009ffff [ 0.330211] reserve RAM buffer: 00000000caa83000 - 00000000cbffffff [ 0.330213] reserve RAM buffer: 00000000cadb7000 - 00000000cbffffff [ 0.330216] reserve RAM buffer: 00000000cb000000 - 00000000cbffffff [ 0.330217] reserve RAM buffer: 000000012f000000 - 000000012fffffff [ 0.330349] NetLabel: Initializing [ 0.330420] NetLabel: domain hash size = 128 [ 0.330491] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.330568] NetLabel: unlabeled traffic allowed by default [ 0.330697] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.331122] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 0.333215] Switching to clocksource hpet [ 0.333358] pnp: PnP ACPI init [ 0.333442] ACPI: bus type pnp registered [ 0.333758] pnp 00:00: [bus 00-3e] [ 0.333761] pnp 00:00: [io 0x0000-0x0cf7 window] [ 0.333762] pnp 00:00: [io 0x0cf8-0x0cff] [ 0.333764] pnp 00:00: [io 0x0d00-0xffff window] [ 0.333766] pnp 00:00: [mem 0x000a0000-0x000bffff window] [ 0.333767] pnp 00:00: [mem 0x000c0000-0x000c3fff window] [ 0.333769] pnp 00:00: [mem 0x000c4000-0x000c7fff window] [ 0.333770] pnp 00:00: [mem 0x000c8000-0x000cbfff window] [ 0.333778] pnp 00:00: [mem 0x000cc000-0x000cffff window] [ 0.333780] pnp 00:00: [mem 0x000d0000-0x000d3fff window] [ 0.333782] pnp 00:00: [mem 0x000d4000-0x000d7fff window] [ 0.333783] pnp 00:00: [mem 0x000d8000-0x000dbfff window] [ 0.333785] pnp 00:00: [mem 0x000dc000-0x000dffff window] [ 0.333786] pnp 00:00: [mem 0x000e0000-0x000e3fff window] [ 0.333788] pnp 00:00: [mem 0x000e4000-0x000e7fff window] [ 0.333789] pnp 00:00: [mem 0x000e8000-0x000ebfff window] [ 0.333791] pnp 00:00: [mem 0x000ec000-0x000effff window] [ 0.333793] pnp 00:00: [mem 0x000f0000-0x000fffff window] [ 0.333794] pnp 00:00: [mem 0xcfa00000-0xfeafffff window] [ 0.333796] pnp 00:00: [mem 0xfed40000-0xfed44fff window] [ 0.333854] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) [ 0.333868] pnp 00:01: [io 0x0000-0x001f] [ 0.333869] pnp 00:01: [io 0x0081-0x0091] [ 0.333871] pnp 00:01: [io 0x0093-0x009f] [ 0.333873] pnp 00:01: [io 0x00c0-0x00df] [ 0.333875] pnp 00:01: [dma 4] [ 0.333908] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.333916] pnp 00:02: [mem 0xff000000-0xffffffff] [ 0.333953] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active) [ 0.334016] pnp 00:03: [mem 0xfed00000-0xfed003ff] [ 0.334061] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved [ 0.334147] system 00:03: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active) [ 0.334155] pnp 00:04: [io 0x00f0] [ 0.334165] pnp 00:04: [irq 13] [ 0.334199] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.334214] pnp 00:05: [io 0x002e-0x002f] [ 0.334216] pnp 00:05: [io 0x004e-0x004f] [ 0.334218] pnp 00:05: [io 0x0061] [ 0.334220] pnp 00:05: [io 0x0063] [ 0.334221] pnp 00:05: [io 0x0065] [ 0.334223] pnp 00:05: [io 0x0067] [ 0.334225] pnp 00:05: [io 0x0070] [ 0.334226] pnp 00:05: [io 0x0080] [ 0.334228] pnp 00:05: [io 0x0092] [ 0.334229] pnp 00:05: [io 0x00b2-0x00b3] [ 0.334231] pnp 00:05: [io 0x0680-0x069f] [ 0.334232] pnp 00:05: [io 0x1000-0x100f] [ 0.334234] pnp 00:05: [io 0xffff] [ 0.334235] pnp 00:05: [io 0xffff] [ 0.334236] pnp 00:05: [io 0x0400-0x047f] [ 0.334238] pnp 00:05: [io 0x0500-0x057f] [ 0.334239] pnp 00:05: [io 0x164e-0x164f] [ 0.334292] system 00:05: [io 0x0680-0x069f] has been reserved [ 0.334399] system 00:05: [io 0x1000-0x100f] has been reserved [ 0.334473] system 00:05: [io 0xffff] has been reserved [ 0.334547] system 00:05: [io 0xffff] has been reserved [ 0.334620] system 00:05: [io 0x0400-0x047f] has been reserved [ 0.334693] system 00:05: [io 0x0500-0x057f] has been reserved [ 0.334768] system 00:05: [io 0x164e-0x164f] has been reserved [ 0.334843] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.334851] pnp 00:06: [io 0x0070-0x0077] [ 0.334858] pnp 00:06: [irq 8] [ 0.334896] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.334911] pnp 00:07: [io 0x0060] [ 0.334912] pnp 00:07: [io 0x0064] [ 0.334920] pnp 00:07: [irq 1] [ 0.334954] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.354684] pnp 00:08: Plug and Play ACPI device, IDs PNP0401 (disabled) [ 0.354699] pnp 00:09: [irq 12] [ 0.354735] pnp 00:09: Plug and Play ACPI device, IDs DLL049b PNP0f13 (active) [ 0.354837] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff] [ 0.354838] pnp 00:0a: [mem 0xfed10000-0xfed17fff] [ 0.354840] pnp 00:0a: [mem 0xfed18000-0xfed18fff] [ 0.354841] pnp 00:0a: [mem 0xfed19000-0xfed19fff] [ 0.354843] pnp 00:0a: [mem 0xf8000000-0xfbffffff] [ 0.354844] pnp 00:0a: [mem 0xfed20000-0xfed3ffff] [ 0.354846] pnp 00:0a: [mem 0xfed90000-0xfed93fff] [ 0.354847] pnp 00:0a: [mem 0xfed45000-0xfed8ffff] [ 0.354849] pnp 00:0a: [mem 0xff000000-0xffffffff] [ 0.354852] pnp 00:0a: [mem 0xfee00000-0xfeefffff] [ 0.354854] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled] [ 0.354855] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled] [ 0.354916] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.354994] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.355069] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.355145] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.355220] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.355303] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.355377] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved [ 0.355452] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.355528] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved [ 0.355603] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.355679] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.355733] pnp 00:0b: [irq 23] [ 0.355777] pnp 00:0b: Plug and Play ACPI device, IDs SMO8800 (active) [ 0.382119] pnp 00:0c: [mem 0x20000000-0x201fffff] [ 0.382121] pnp 00:0c: [mem 0x40000000-0x401fffff] [ 0.382186] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved [ 0.382270] system 00:0c: [mem 0x40000000-0x401fffff] has been reserved [ 0.382346] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.382354] pnp: PnP ACPI: found 13 devices [ 0.382426] ACPI: ACPI bus type pnp unregistered [ 0.389744] PCI: max bus depth: 2 pci_try_num: 3 [ 0.389796] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.389881] pci 0000:00:1c.1: PCI bridge to [bus 02-02] [ 0.389957] pci 0000:00:1c.1: bridge window [mem 0xe5300000-0xe53fffff] [ 0.390041] pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000) [ 0.390117] pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000) [ 0.390194] pci 0000:03:00.0: BAR 14: assigned [io 0x6000-0x60ff] [ 0.390274] pci 0000:03:00.0: BAR 13: assigned [io 0x6400-0x64ff] [ 0.390348] pci 0000:03:00.0: CardBus bridge to [bus 04-07] [ 0.390422] pci 0000:03:00.0: bridge window [io 0x6400-0x64ff] [ 0.390499] pci 0000:03:00.0: bridge window [io 0x6000-0x60ff] [ 0.390579] pci 0000:00:1c.2: PCI bridge to [bus 03-08] [ 0.390654] pci 0000:00:1c.2: bridge window [io 0x6000-0x7fff] [ 0.390732] pci 0000:00:1c.2: bridge window [mem 0xe2c00000-0xe40fffff] [ 0.390809] pci 0000:00:1c.2: bridge window [mem 0xe0000000-0xe13fffff 64bit pref] [ 0.390916] pci 0000:00:1c.5: PCI bridge to [bus 09-09] [ 0.390992] pci 0000:00:1c.5: bridge window [mem 0xe5200000-0xe52fffff] [ 0.391074] pci 0000:00:1c.6: PCI bridge to [bus 0a-11] [ 0.391148] pci 0000:00:1c.6: bridge window [io 0x2000-0x5fff] [ 0.391225] pci 0000:00:1c.6: bridge window [mem 0xe4100000-0xe51fffff] [ 0.391320] pci 0000:00:1c.6: bridge window [mem 0xe1400000-0xe24fffff 64bit pref] [ 0.391466] pci 0000:03:00.0: setting latency timer to 64 [ 0.391480] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.391482] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.391484] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.391485] pci_bus 0000:00: resource 7 [mem 0xcfa00000-0xfeafffff] [ 0.391487] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff] [ 0.391489] pci_bus 0000:02: resource 1 [mem 0xe5300000-0xe53fffff] [ 0.391491] pci_bus 0000:03: resource 0 [io 0x6000-0x7fff] [ 0.391493] pci_bus 0000:03: resource 1 [mem 0xe2c00000-0xe40fffff] [ 0.391494] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xe13fffff 64bit pref] [ 0.391496] pci_bus 0000:04: resource 0 [io 0x6400-0x64ff] [ 0.391498] pci_bus 0000:04: resource 1 [io 0x6000-0x60ff] [ 0.391499] pci_bus 0000:09: resource 1 [mem 0xe5200000-0xe52fffff] [ 0.391501] pci_bus 0000:0a: resource 0 [io 0x2000-0x5fff] [ 0.391503] pci_bus 0000:0a: resource 1 [mem 0xe4100000-0xe51fffff] [ 0.391505] pci_bus 0000:0a: resource 2 [mem 0xe1400000-0xe24fffff 64bit pref] [ 0.391527] NET: Registered protocol family 2 [ 0.391715] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.392630] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) [ 0.393912] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.394120] TCP: Hash tables configured (established 524288 bind 65536) [ 0.394195] TCP reno registered [ 0.394289] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.394380] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.394515] NET: Registered protocol family 1 [ 0.394596] pci 0000:00:02.0: Boot video device [ 0.394896] PCI: CLS 64 bytes, default 64 [ 0.394915] DMAR: No ATSR found [ 0.395008] IOMMU 0 0xfed90000: using Queued invalidation [ 0.395081] IOMMU 1 0xfed91000: using Queued invalidation [ 0.395155] IOMMU: Setting RMRR: [ 0.395241] IOMMU: Setting identity map for device 0000:00:02.0 [0xcb800000 - 0xcf9fffff] [ 0.395712] IOMMU: Setting identity map for device 0000:00:1d.0 [0xcadc6000 - 0xcadd5fff] [ 0.395835] IOMMU: Setting identity map for device 0000:00:1a.0 [0xcadc6000 - 0xcadd5fff] [ 0.395947] IOMMU: Prepare 0-16MiB unity mapping for LPC [ 0.396512] IOMMU: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff] [ 0.396853] PCI-DMA: Intel(R) Virtualization Technology for Directed I/O [ 0.396945] ------------[ cut here ]------------ [ 0.397019] WARNING: at drivers/pci/search.c:44 pci_find_upstream_pcie_bridge+0x5e/0x70() [ 0.397121] Hardware name: Latitude E5420 [ 0.397192] Modules linked in: [ 0.397306] Pid: 1, comm: BFS/0 Not tainted 3.3.4-pf #3 [ 0.397378] Call Trace: [ 0.397450] [<ffffffff8103103b>] ? warn_slowpath_common+0x7b/0xc0 [ 0.397526] [<ffffffff812083de>] ? pci_find_upstream_pcie_bridge+0x5e/0x70 [ 0.397604] [<ffffffff8137dd85>] ? intel_iommu_device_group+0x75/0x100 [ 0.397681] [<ffffffff81378683>] ? add_iommu_group+0x33/0x60 [ 0.397755] [<ffffffff81378650>] ? bus_set_iommu+0x40/0x40 [ 0.397831] [<ffffffff812f3f7d>] ? bus_for_each_dev+0x4d/0x80 [ 0.397906] [<ffffffff81378643>] ? bus_set_iommu+0x33/0x40 [ 0.397980] [<ffffffff818aaaac>] ? intel_iommu_init+0xa21/0xaae [ 0.398056] [<ffffffff81112614>] ? vfsmount_lock_local_unlock+0x24/0x40 [ 0.398133] [<ffffffff81105a95>] ? sys_mkdirat+0x75/0xd0 [ 0.398207] [<ffffffff81883dd1>] ? memblock_find_dma_reserve+0x13e/0x13e [ 0.398286] [<ffffffff81883ddf>] ? pci_iommu_init+0xe/0x37 [ 0.398360] [<ffffffff810001c9>] ? do_one_initcall+0x39/0x170 [ 0.398436] [<ffffffff81880b38>] ? kernel_init+0xda/0x154 [ 0.398510] [<ffffffff81488f54>] ? kernel_thread_helper+0x4/0x10 [ 0.398586] [<ffffffff81880a5e>] ? start_kernel+0x2e1/0x2e1 [ 0.398661] [<ffffffff81488f50>] ? gs_change+0xb/0xb [ 0.398736] ---[ end trace e93713a9d40cd06c ]--- [ 0.400398] Simple Boot Flag at 0xf3 set to 0x1 [ 0.401171] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x15 [ 0.401264] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x15 [ 0.401344] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x15 [ 0.401431] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x15 [ 0.401540] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 0.402057] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.404834] VFS: Disk quotas dquot_6.5.2 [ 0.404957] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.405509] msgmni has been set to 7836 [ 0.405792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.405896] io scheduler noop registered [ 0.406037] io scheduler bfq registered (default) [ 0.406543] intel_idle: MWAIT substates: 0x21120 [ 0.406544] intel_idle: v0.4 model 0x2A [ 0.406546] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.407115] ACPI: AC Adapter [AC] (on-line) [ 0.407294] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0 [ 0.407776] ACPI: Lid Switch [LID] [ 0.407902] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 [ 0.408023] ACPI: Power Button [PBTN] [ 0.408141] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2 [ 0.408261] ACPI: Sleep Button [SBTN] [ 0.408375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 0.408488] ACPI: Power Button [PWRF] [ 0.486225] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.486300] ACPI: Thermal Zone [THM] (25 C) [ 0.486538] GHES: HEST is not enabled! [ 0.486713] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.486727] ACPI: Battery Slot [BAT0] (battery absent) [ 0.487475] Non-volatile memory driver v1.3 [ 0.487592] Linux agpgart interface v0.103 [ 0.487717] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset [ 0.487919] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable [ 0.489164] agpgart-intel 0000:00:00.0: detected 65536K stolen memory [ 0.489360] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 [ 0.489510] [drm] Initialized drm 1.1.0 20060810 [ 0.489603] i915 0000:00:02.0: setting latency timer to 64 [ 0.555003] i915 0000:00:02.0: irq 42 for MSI/MSI-X [ 0.555011] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 0.555095] [drm] Driver supports precise vblank timestamp query. [ 0.555196] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 1.042970] fbcon: inteldrmfb (fb0) is primary device [ 1.401008] Refined TSC clocksource calibration: 2494.333 MHz. [ 1.401016] Switching to clocksource tsc [ 1.441049] Console: switching to colour frame buffer device 200x112 [ 1.444122] fb0: inteldrmfb frame buffer device [ 1.444124] drm: registered panic notifier [ 1.551786] acpi device:36: registered as cooling_device4 [ 1.565071] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4 [ 1.565096] ACPI: Video Device [VID] (multi-head: yes rom: no post: no) [ 1.565144] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 1.566490] brd: module loaded [ 1.566631] ahci 0000:00:1f.2: version 3.0 [ 1.566687] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X [ 1.566714] ahci: SSS flag set, parallel bus scan disabled [ 1.577754] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode [ 1.577811] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst [ 1.577835] ahci 0000:00:1f.2: setting latency timer to 64 [ 1.586396] scsi0 : ahci [ 1.586479] scsi1 : ahci [ 1.586550] scsi2 : ahci [ 1.586620] scsi3 : ahci [ 1.586689] scsi4 : ahci [ 1.586769] scsi5 : ahci [ 1.587091] ata1: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420100 irq 43 [ 1.587112] ata2: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420180 irq 43 [ 1.587130] ata3: DUMMY [ 1.587140] ata4: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420280 irq 43 [ 1.587158] ata5: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420300 irq 43 [ 1.587177] ata6: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420380 irq 43 [ 1.587414] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 1.587652] i8042: Warning: Keylock active [ 1.588963] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.588996] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.589090] mousedev: PS/2 mouse device common for all mice [ 1.589345] rtc_cmos 00:06: RTC can wake from S4 [ 1.589483] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 [ 1.589531] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs [ 1.589582] ACPI Warning: 0x0000000000008040-0x000000000000805f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120111/utaddress-251) [ 1.589614] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 1.589796] EDAC MC: Ver: 2.1.0 [ 1.590211] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5 [ 1.590231] cpuidle: using governor ladder [ 1.590331] cpuidle: using governor menu [ 1.590570] EFI Variables Facility v0.08 2004-May-17 [ 1.590667] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) [ 1.604640] input: Dell WMI hotkeys as /devices/virtual/input/input6 [ 1.605629] dell_wmi_aio: No known WMI GUID found [ 1.605702] intel_oaktrail: Platform not recognized (You could try the module's force-parameter) [ 1.605878] TCP cubic registered [ 1.605891] TCP vegas registered [ 1.605901] TCP yeah registered [ 1.605910] Initializing XFRM netlink socket [ 1.606063] NET: Registered protocol family 10 [ 1.606484] NET: Registered protocol family 17 [ 1.606499] Registering the dns_resolver key type [ 1.606530] TuxOnIce 3.2.1 (http://tuxonice.net) [ 1.891346] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.899979] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (unknown) rejected by device (Stat=0x51 Err=0x04) [ 1.940525] ata1.00: ATA-8: ST9320423AS, D005SDM1, max UDMA/133 [ 1.940583] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32) [ 1.950031] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (unknown) rejected by device (Stat=0x51 Err=0x04) [ 1.950495] ata1.00: configured for UDMA/133 [ 1.952366] scsi 0:0:0:0: Direct-Access ATA ST9320423AS D005 PQ: 0 ANSI: 5 [ 1.952534] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 1.952599] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.952607] sd 0:0:0:0: [sda] Write Protect is off [ 1.952610] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.952628] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.005590] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > [ 2.005979] sd 0:0:0:0: [sda] Attached SCSI disk [ 2.256879] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 2.268693] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-L633J, D400, max UDMA/100 [ 2.284047] ata2.00: configured for UDMA/100 [ 2.293996] scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-L633J D400 PQ: 0 ANSI: 5 [ 2.301864] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.301884] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.302019] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 2.302084] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 2.606418] ata4: SATA link down (SStatus 0 SControl 300) [ 2.911024] ata5: SATA link down (SStatus 0 SControl 300) [ 3.215630] ata6: SATA link down (SStatus 0 SControl 300) [ 3.216064] TuxOnIce: No image found. [ 3.217522] Restarting tasks ... Restarting kernel threads ... done. [ 3.217613] done. [ 3.344896] PM: Checking hibernation image partition /dev/sda3 [ 3.344914] PM: Hibernation image partition 8:3 present [ 3.344929] PM: Looking for hibernation image. [ 3.346412] PM: Image not found (code -22) [ 3.346418] PM: Hibernation image not present or could not be loaded. [ 3.346426] registered taskstats version 1 [ 3.363157] EXT4-fs (sda5): couldn't mount as ext3 due to feature incompatibilities [ 3.363982] EXT4-fs (sda5): couldn't mount as ext2 due to feature incompatibilities [ 3.413373] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) [ 3.413400] VFS: Mounted root (ext4 filesystem) readonly on device 8:5. [ 3.414126] Freeing unused kernel memory: 556k freed [ 3.414197] Write protecting the kernel read-only data: 8192k [ 3.417593] Freeing unused kernel memory: 1468k freed [ 3.419091] Freeing unused kernel memory: 556k freed [ 3.419175] BFS CPU scheduler v0.420 by Con Kolivas. [ 4.631436] systemd-getty-g used greatest stack depth: 5304 bytes left [ 4.638953] systemd-cryptse used greatest stack depth: 5008 bytes left [ 6.202399] udevd[857]: starting version 182 [ 7.419395] EXT4-fs (sda5): re-mounted. Opts: (null) [ 7.576449] usbcore: registered new interface driver usbfs [ 7.577462] usbcore: registered new interface driver hub [ 7.578409] usbcore: registered new device driver usb [ 7.633633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.634647] ehci_hcd 0000:00:1a.0: setting latency timer to 64 [ 7.634651] ehci_hcd 0000:00:1a.0: EHCI Host Controller [ 7.635574] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 7.636488] ehci_hcd 0000:00:1a.0: debug port 2 [ 7.641322] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported [ 7.641338] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe5450000 [ 7.647882] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 7.648798] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 7.649652] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.650531] usb usb1: Product: EHCI Host Controller [ 7.651409] usb usb1: Manufacturer: Linux 3.3.4-pf ehci_hcd [ 7.652411] usb usb1: SerialNumber: 0000:00:1a.0 [ 7.653472] hub 1-0:1.0: USB hub found [ 7.654335] hub 1-0:1.0: 2 ports detected [ 7.655331] ehci_hcd 0000:00:1d.0: setting latency timer to 64 [ 7.655336] ehci_hcd 0000:00:1d.0: EHCI Host Controller [ 7.656246] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 7.657153] ehci_hcd 0000:00:1d.0: debug port 2 [ 7.661893] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported [ 7.661909] ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe5430000 [ 7.667831] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 7.668803] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 7.669704] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.670597] usb usb2: Product: EHCI Host Controller [ 7.671524] usb usb2: Manufacturer: Linux 3.3.4-pf ehci_hcd [ 7.672434] usb usb2: SerialNumber: 0000:00:1d.0 [ 7.673518] hub 2-0:1.0: USB hub found [ 7.674442] hub 2-0:1.0: 2 ports detected [ 7.956514] usb 1-1: new high-speed USB device number 2 using ehci_hcd [ 8.071928] usb 1-1: New USB device found, idVendor=8087, idProduct=0024 [ 8.072930] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 8.074259] hub 1-1:1.0: USB hub found [ 8.075347] hub 1-1:1.0: 6 ports detected [ 8.179185] usb 2-1: new high-speed USB device number 2 using ehci_hcd [ 8.294432] usb 2-1: New USB device found, idVendor=8087, idProduct=0024 [ 8.295452] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 8.296784] hub 2-1:1.0: USB hub found [ 8.297931] hub 2-1:1.0: 6 ports detected [ 8.373084] usb 1-1.4: new high-speed USB device number 3 using ehci_hcd [ 8.628624] usb 1-1.4: New USB device found, idVendor=1bcf, idProduct=280b [ 8.629714] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 8.630777] usb 1-1.4: Product: Laptop_Integrated_Webcam_FHD [ 8.631813] usb 1-1.4: Manufacturer: CN0CJ3P27248715OB5MJA00 [ 8.688937] Adding 8388604k swap on /dev/sda3. Priority:0 extents:1 across:8388604k [ 8.921423] usb 2-1.4: new high-speed USB device number 3 using ehci_hcd [ 8.968256] cfg80211: Calling CRDA to update world regulatory domain [ 9.008743] usb 2-1.4: New USB device found, idVendor=05e3, idProduct=0608 [ 9.009860] usb 2-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.010987] usb 2-1.4: Product: USB2.0 Hub [ 9.012604] hub 2-1.4:1.0: USB hub found [ 9.014003] hub 2-1.4:1.0: 4 ports detected [ 9.070484] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d [ 9.071667] Copyright(c) 2003-2011 Intel Corporation [ 9.072992] iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000 [ 9.074145] iwlwifi 0000:02:00.0: pci_resource_base = ffffc900050f0000 [ 9.075338] iwlwifi 0000:02:00.0: HW Revision ID = 0x34 [ 9.077054] iwlwifi 0000:02:00.0: irq 44 for MSI/MSI-X [ 9.077170] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG enabled [ 9.078295] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled [ 9.079457] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled [ 9.079542] usb 2-1.6: new full-speed USB device number 4 using ehci_hcd [ 9.081724] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled [ 9.082896] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_P2P enabled [ 9.084014] iwlwifi 0000:02:00.0: U iwl_probe *** LOAD DRIVER *** [ 9.085150] iwlwifi 0000:02:00.0: U iwl_probe BT channel inhibition is On [ 9.086317] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0 [ 9.087500] iwlwifi 0000:02:00.0: U iwl_trans_pcie_prepare_card_hw iwl_trans_prepare_card_hw enter [ 9.088667] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 9.089879] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 9.091076] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 9.109192] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 9.110337] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 9.111542] iwlwifi 0000:02:00.0: device EEPROM VER=0x715, CALIB=0x6 [ 9.112677] iwlwifi 0000:02:00.0: Device SKU: 0x1F0 [ 9.113823] iwlwifi 0000:02:00.0: Valid Tx ant: 0x3, Valid Rx ant: 0x3 [ 9.114957] iwlwifi 0000:02:00.0: U iwl_probe MAC address: a0:88:b4:6f:4e:2c [ 9.116118] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 9.117308] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 1 Freq=2412[2.4GHz] valid flag=0x20 [ 9.118490] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 2 Freq=2417[2.4GHz] valid flag=0x20 [ 9.119627] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 3 Freq=2422[2.4GHz] valid flag=0x20 [ 9.120789] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 4 Freq=2427[2.4GHz] valid flag=0x20 [ 9.121901] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 5 Freq=2432[2.4GHz] valid flag=0x0 [ 9.123027] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 6 Freq=2437[2.4GHz] valid flag=0x0 [ 9.124123] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 7 Freq=2442[2.4GHz] valid flag=0x0 [ 9.125220] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 8 Freq=2447[2.4GHz] valid flag=0x10 [ 9.126298] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 9 Freq=2452[2.4GHz] valid flag=0x10 [ 9.127467] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 10 Freq=2457[2.4GHz] valid flag=0x10 [ 9.128526] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 11 Freq=2462[2.4GHz] valid flag=0x10 [ 9.129602] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 12 Freq=2467[2.4GHz] valid flag=0x36 [ 9.130637] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 13 Freq=2472[2.4GHz] valid flag=0x36 [ 9.131704] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 36 Freq=5180[5.2GHz] valid flag=0x26 [ 9.132735] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 40 Freq=5200[5.2GHz] valid flag=0x16 [ 9.133774] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 44 Freq=5220[5.2GHz] valid flag=0x26 [ 9.134792] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 48 Freq=5240[5.2GHz] valid flag=0x16 [ 9.135823] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 52 Freq=5260[5.2GHz] valid flag=0x2E [ 9.136830] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 56 Freq=5280[5.2GHz] valid flag=0x1E [ 9.137866] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 60 Freq=5300[5.2GHz] valid flag=0x2E [ 9.138909] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 64 Freq=5320[5.2GHz] valid flag=0x1E [ 9.139885] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 100 Freq=5500[5.2GHz] valid flag=0x2E [ 9.140880] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 104 Freq=5520[5.2GHz] valid flag=0x1E [ 9.141820] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 108 Freq=5540[5.2GHz] valid flag=0x2E [ 9.142784] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 112 Freq=5560[5.2GHz] valid flag=0x1E [ 9.143699] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 116 Freq=5580[5.2GHz] valid flag=0x2E [ 9.144625] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 120 Freq=5600[5.2GHz] valid flag=0x1E [ 9.145516] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 124 Freq=5620[5.2GHz] valid flag=0x2E [ 9.146441] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 128 Freq=5640[5.2GHz] valid flag=0x1E [ 9.147325] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 132 Freq=5660[5.2GHz] valid flag=0x2E [ 9.148237] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 136 Freq=5680[5.2GHz] valid flag=0x1E [ 9.149110] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 140 Freq=5700[5.2GHz] valid flag=0x3E [ 9.149993] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 149 Freq=5745[5.2GHz] valid flag=0x26 [ 9.150832] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 153 Freq=5765[5.2GHz] valid flag=0x16 [ 9.151669] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 157 Freq=5785[5.2GHz] valid flag=0x26 [ 9.152549] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 161 Freq=5805[5.2GHz] valid flag=0x16 [ 9.153378] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 165 Freq=5825[5.2GHz] valid flag=0x36 [ 9.154237] iwlwifi 0000:02:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels [ 9.155159] iwlwifi 0000:02:00.0: U iwl_request_firmware attempting to load firmware EXPERIMENTAL 'iwlwifi-6000g2a-exp.ucode' [ 9.158556] usb 2-1.6: New USB device found, idVendor=413c, idProduct=8187 [ 9.159491] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 9.160362] usb 2-1.6: Product: DW375 Bluetooth Module [ 9.161227] usb 2-1.6: Manufacturer: Dell Computer Corp [ 9.162117] usb 2-1.6: SerialNumber: C0F8DAE4FAE3 [ 9.280053] usb 2-1.4.2: new low-speed USB device number 5 using ehci_hcd [ 9.286411] cfg80211: World regulatory domain updated: [ 9.287295] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 9.288175] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 9.289045] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 9.289904] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 9.290756] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 9.291598] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 9.304648] iwlwifi 0000:02:00.0: U iwl_request_firmware attempting to load firmware 'iwlwifi-6000g2a-6.ucode' [ 9.305837] iwlwifi 0000:02:00.0: U iwl_request_firmware attempting to load firmware 'iwlwifi-6000g2a-5.ucode' [ 9.368764] iwlwifi 0000:02:00.0: U iwl_ucode_callback Loaded firmware file 'iwlwifi-6000g2a-5.ucode' (444128 bytes). [ 9.369682] iwlwifi 0000:02:00.0: loaded firmware version 17.168.5.3 build 42301 [ 9.369777] usb 2-1.4.2: New USB device found, idVendor=046a, idProduct=0023 [ 9.369781] usb 2-1.4.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 9.372628] iwlwifi 0000:02:00.0: U iwl_ucode_callback f/w package hdr ucode version raw = 0x11a80503 [ 9.373602] iwlwifi 0000:02:00.0: U iwl_ucode_callback f/w package hdr runtime inst size = 149504 [ 9.374679] iwlwifi 0000:02:00.0: U iwl_ucode_callback f/w package hdr runtime data size = 81920 [ 9.375680] iwlwifi 0000:02:00.0: U iwl_ucode_callback f/w package hdr init inst size = 130552 [ 9.376659] iwlwifi 0000:02:00.0: U iwl_ucode_callback f/w package hdr init data size = 81920 [ 9.377760] Registered led device: phy0-led [ 9.377920] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs' [ 9.433882] usb 2-1.4.4: new high-speed USB device number 6 using ehci_hcd [ 9.511246] usb 2-1.4.4: New USB device found, idVendor=05e3, idProduct=0608 [ 9.512274] usb 2-1.4.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.513272] usb 2-1.4.4: Product: USB2.0 Hub [ 9.514786] hub 2-1.4.4:1.0: USB hub found [ 9.516140] hub 2-1.4.4:1.0: 4 ports detected [ 9.567403] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X [ 9.744394] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) [ 9.783461] usb 2-1.4.4.1: new high-speed USB device number 7 using ehci_hcd [ 9.863018] usb 2-1.4.4.1: New USB device found, idVendor=05e3, idProduct=0723 [ 9.864152] usb 2-1.4.4.1: New USB device strings: Mfr=3, Product=4, SerialNumber=0 [ 9.865216] usb 2-1.4.4.1: Product: USB Storage [ 9.866390] usb 2-1.4.4.1: Manufacturer: Generic [ 9.899375] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input7 [ 9.913427] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input8 [ 9.931187] usb 2-1.4.4.4: new low-speed USB device number 8 using ehci_hcd [ 10.010826] usb 2-1.4.4.4: New USB device found, idVendor=093a, idProduct=2510 [ 10.012016] usb 2-1.4.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 10.013154] usb 2-1.4.4.4: Product: USB OPTICAL MOUSE [ 10.014290] usb 2-1.4.4.4: Manufacturer: PIXART [ 10.153462] net.wlan0 used greatest stack depth: 4968 bytes left [ 10.178948] Linux video capture interface: v2.00 [ 10.213251] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_FHD (1bcf:280b) [ 10.247895] input: Laptop_Integrated_Webcam_FHD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input9 [ 10.249167] usbcore: registered new interface driver uvcvideo [ 10.250304] USB Video Class driver (1.1.1) [ 11.222118] Initializing USB Mass Storage driver... [ 11.223298] usb-storage 2-1.4.4.1:1.0: Quirks match for vid 05e3 pid 0723: 8000 [ 11.224381] scsi6 : usb-storage 2-1.4.4.1:1.0 [ 11.225630] usbcore: registered new interface driver usb-storage [ 11.226767] USB Mass Storage support registered. [ 11.365057] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0 [ 11.366221] HDMI status: Codec=3 Pin=6 Presence_Detect=0 ELD_Valid=0 [ 11.367381] HDMI status: Codec=3 Pin=7 Presence_Detect=0 ELD_Valid=0 [ 11.368574] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 11.369793] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 11.370994] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 11.372205] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 11.373521] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 [ 11.374731] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 [ 11.375967] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16 [ 12.228442] scsi 6:0:0:0: Direct-Access Generic STORAGE DEVICE 9451 PQ: 0 ANSI: 0 [ 12.228834] sd 6:0:0:0: Attached scsi generic sg2 type 0 [ 12.233073] sd 6:0:0:0: [sdb] Attached SCSI removable disk [ 12.996871] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.4/2-1.4.4.4/2-1.4.4.4:1.0/input/input17 [ 12.997308] generic-usb 0003:093A:2510.0003: input,hidraw0: USB HID v1.10 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:1d.0-1.4.4.4/input0 [ 12.997432] usbcore: registered new interface driver usbhid [ 12.997468] usbhid: USB HID core driver [ 13.010130] input: HID 046a:0023 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2:1.0/input/input18 [ 13.010405] cherry 0003:046A:0023.0001: input,hidraw1: USB HID v1.11 Keyboard [HID 046a:0023] on usb-0000:00:1d.0-1.4.2/input0 [ 13.020719] input: HID 046a:0023 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2:1.1/input/input19 [ 13.020943] cherry 0003:046A:0023.0002: input,hidraw2: USB HID v1.11 Device [HID 046a:0023] on usb-0000:00:1d.0-1.4.2/input1 [ 14.591551] iwlwifi 0000:02:00.0: U iwl_prep_station Add STA to driver ID 15: ff:ff:ff:ff:ff:ff [ 14.591594] iwlwifi 0000:02:00.0: U iwl_prep_station Add STA to driver ID 14: ff:ff:ff:ff:ff:ff [ 14.591631] iwlwifi 0000:02:00.0: U iwl_trans_pcie_prepare_card_hw iwl_trans_prepare_card_hw enter [ 14.591698] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 14.591752] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 14.591833] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 14.598647] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 14.661860] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command COEX_PRIORITY_TABLE_CMD [ 14.661906] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 14.662086] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 14.662151] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 14.662191] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.662714] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.662760] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command CALIBRATION_CFG_CMD [ 14.662806] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 14.662975] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 14.884111] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 14.884179] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 14.884270] iwlwifi 0000:02:00.0: U iwl_trans_pcie_prepare_card_hw iwl_trans_prepare_card_hw enter [ 14.884336] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 14.884389] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 14.884470] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 14.891317] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 14.957487] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command COEX_PRIORITY_TABLE_CMD [ 14.957530] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 14.957698] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 14.957770] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 14.957813] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.958335] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.958436] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 14.958498] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.958650] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.958720] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 14.958785] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.958967] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.959046] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 14.959087] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.960552] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.961964] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 14.963357] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.963485] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.963495] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 14.963497] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.963615] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 14.963629] iwlwifi 0000:02:00.0: U iwl_alive_start Runtime Alive received. [ 14.963631] iwlwifi 0000:02:00.0: U iwl_send_bt_config BT coex active [ 14.963633] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_BT_CONFIG [ 14.963635] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_BT_CONFIG [ 14.963719] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_BT_CONFIG [ 14.963732] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command CALIBRATION_CFG_CMD [ 14.963734] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 14.963854] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 14.963868] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command TX_ANT_CONFIGURATION_CMD [ 14.963870] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 14.990953] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 14.992214] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 14.993467] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 14.994714] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 14.994715] * without RXON_FILTER_ASSOC_MSK [ 14.994715] * channel = 1 [ 14.994716] * bssid = 00:00:00:00:00:00 [ 14.994718] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 14.994719] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 14.995830] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 14.995848] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 14.995851] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations No active stations found to be cleared [ 14.995855] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 14.995858] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 14.995861] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 14.995863] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 14.995865] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 15.012572] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 15.013815] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 15.015025] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 15.016242] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 15.017457] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 15.018680] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 15.019918] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 0 is not an HT channel [ 15.021159] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 15.021161] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 15.021270] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 15.021281] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 15.021285] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 15.021290] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_CT_KILL_CONFIG_CMD [ 15.021293] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 15.021355] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 15.021363] iwlwifi 0000:02:00.0: U iwl_rf_kill_ct_config REPLY_CT_KILL_CONFIG_CMD succeeded, critical temperature enter is 114,exit is 95 [ 15.021365] iwlwifi 0000:02:00.0: U iwl_alive_start ALIVE processing complete. [ 15.021369] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 15.021372] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 15.021433] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 15.021446] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.021449] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.021452] iwlwifi 0000:02:00.0: U iwlagn_mac_start Start UP work done. [ 15.021473] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.021476] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 15.021479] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 15.021480] * without RXON_FILTER_ASSOC_MSK [ 15.021481] * channel = 1 [ 15.021482] * bssid = 00:00:00:00:00:00 [ 15.021484] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 15.021486] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 15.021702] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 15.021714] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 15.021717] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 15.021720] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 15.021723] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 15.021726] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 15.021729] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 15.021731] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 15.021816] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 15.021819] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 15.021823] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 15.021827] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 15.021830] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 15.021835] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 15.021842] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 15.021851] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 15.021854] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 15.021945] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 15.021960] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 15.021963] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 15.021968] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.021980] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=0 FLAGS=0x0 [ 15.021984] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 15.021987] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 15.022082] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 15.022092] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.022096] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.022100] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.022104] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.022110] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 15.022113] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 15.022190] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 15.022197] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.022200] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.022203] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 15.022207] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 15.022208] * without RXON_FILTER_ASSOC_MSK [ 15.022209] * channel = 1 [ 15.022210] * bssid = 00:00:00:00:00:00 [ 15.022212] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 15.022214] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 15.023530] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 15.023569] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 15.023572] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 15.023575] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 15.023577] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 15.023579] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 15.023581] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 15.023582] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 15.023687] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 15.023689] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 15.023694] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 15.023697] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 15.023699] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 15.023703] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 15.023740] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 15.023742] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 15.023744] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 15.025147] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 15.025184] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 15.025186] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 15.025482] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 15.123317] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.123325] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 15.123328] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 15.124732] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 15.124740] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.124743] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 15.124756] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 15.124759] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 15.124934] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 15.580185] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 15.581413] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 15.583812] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 16.869145] udevd used greatest stack depth: 4784 bytes left [ 18.310748] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 18.311941] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 18.313130] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 18.314361] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 18.314367] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 18.314369] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 20.294356] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 20.295546] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 20.296757] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 20.299428] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 20.300667] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 20.301925] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 20.303127] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 20.304324] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 20.305814] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 20.693425] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 20.694689] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 20.697144] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 23.424092] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.425337] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 23.426601] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 23.427985] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 23.429251] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.430525] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.680234] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.681457] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 23.682759] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 23.682761] * without RXON_FILTER_ASSOC_MSK [ 23.682761] * channel = 1 [ 23.682762] * bssid = 00:00:00:00:00:00 [ 23.687572] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 23.688863] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 23.691711] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 23.692952] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 23.694236] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 23.695450] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 23.696677] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 23.697873] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 23.699111] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 23.700331] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 23.701764] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 23.702991] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 23.704146] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 23.705305] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 23.706459] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 23.707624] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 23.708795] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 23.709958] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 23.711260] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 23.713924] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 23.715163] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 23.716392] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 23.716429] iwlwifi 0000:02:00.0: U __iwl_down iwlwifi is going down [ 23.716433] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 23.716436] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 23.716990] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 23.717006] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 23.720661] iwlwifi 0000:02:00.0: U iwl_prep_station Add STA to driver ID 15: ff:ff:ff:ff:ff:ff [ 23.720664] iwlwifi 0000:02:00.0: U iwl_prep_station Add STA to driver ID 14: ff:ff:ff:ff:ff:ff [ 23.720667] iwlwifi 0000:02:00.0: U iwl_trans_pcie_prepare_card_hw iwl_trans_prepare_card_hw enter [ 23.720700] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 23.720726] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 23.720756] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 23.727523] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 23.727694] ------------[ cut here ]------------ [ 23.727699] WARNING: at drivers/iommu/intel-iommu.c:2911 intel_unmap_page+0x14b/0x180() [ 23.727700] Hardware name: Latitude E5420 [ 23.727701] Driver unmaps unmatched page at PFN ffd1a000 [ 23.727702] Modules linked in: hid_cherry usbhid snd_hda_codec_hdmi snd_hda_codec_idt usb_storage uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev v4l2_compat_ioctl32 snd_hda_intel snd_hda_codec iwlwifi snd_hwdep snd_pcm snd_page_alloc snd_timer mac80211 snd cfg80211 soundcore psmouse ehci_hcd usbcore usb_common [ 23.727716] Pid: 1844, comm: ifconfig Tainted: G W 3.3.4-pf #3 [ 23.727717] Call Trace: [ 23.727720] [<ffffffff8137db00>] ? intel_unmap_page+0x60/0x180 [ 23.727725] [<ffffffff8103103b>] ? warn_slowpath_common+0x7b/0xc0 [ 23.727727] [<ffffffff81031135>] ? warn_slowpath_fmt+0x45/0x50 [ 23.727730] [<ffffffff814871f3>] ? _raw_spin_unlock_irqrestore+0x13/0x40 [ 23.727732] [<ffffffff8137dbeb>] ? intel_unmap_page+0x14b/0x180 [ 23.727738] [<ffffffffa013e26c>] ? iwl_trans_rxq_free_rx_bufs+0x4c/0xf0 [iwlwifi] [ 23.727742] [<ffffffffa013f8da>] ? iwl_trans_pcie_start_device+0x17a/0xeb0 [iwlwifi] [ 23.727746] [<ffffffffa01244ed>] ? iwl_load_ucode_wait_alive+0x2d/0x4c0 [iwlwifi] [ 23.727749] [<ffffffff810579c9>] ? get_parent_ip+0x9/0x20 [ 23.727751] [<ffffffff810579c9>] ? get_parent_ip+0x9/0x20 [ 23.727753] [<ffffffff81057a67>] ? sub_preempt_count+0x87/0xb0 [ 23.727755] [<ffffffff814871f3>] ? _raw_spin_unlock_irqrestore+0x13/0x40 [ 23.727758] [<ffffffffa012295e>] ? iwlagn_mac_start+0x17e/0x310 [iwlwifi] [ 23.727764] [<ffffffffa00c7a56>] ? ieee80211_do_open+0x276/0x6a0 [mac80211] [ 23.727769] [<ffffffffa00c5d02>] ? ieee80211_check_concurrent_iface+0x22/0x1a0 [mac80211] [ 23.727772] [<ffffffff8139c136>] ? __dev_open+0x86/0xd0 [ 23.727775] [<ffffffff8139c3aa>] ? __dev_change_flags+0x9a/0x180 [ 23.727777] [<ffffffff8139c540>] ? dev_change_flags+0x20/0x70 [ 23.727780] [<ffffffff813f782f>] ? devinet_ioctl+0x5bf/0x750 [ 23.727783] [<ffffffff813831c9>] ? sock_do_ioctl+0x29/0x60 [ 23.727785] [<ffffffff81383263>] ? sock_ioctl+0x63/0x2b0 [ 23.727788] [<ffffffff811076ce>] ? do_vfs_ioctl+0x8e/0x4f0 [ 23.727790] [<ffffffff810579c9>] ? get_parent_ip+0x9/0x20 [ 23.727792] [<ffffffff81107bc8>] ? sys_ioctl+0x98/0xa0 [ 23.727795] [<ffffffff81487ee2>] ? system_call_fastpath+0x16/0x1b [ 23.727796] ---[ end trace e93713a9d40cd06e ]--- [ 23.836019] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command COEX_PRIORITY_TABLE_CMD [ 23.837257] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 23.838622] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 23.839853] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 23.841055] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841161] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841171] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 23.841174] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841234] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841240] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 23.841242] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841327] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841333] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 23.841336] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841427] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841434] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 23.841437] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841540] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841547] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 23.841549] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841640] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 23.841648] iwlwifi 0000:02:00.0: U iwl_alive_start Runtime Alive received. [ 23.841651] iwlwifi 0000:02:00.0: U iwl_send_bt_config BT coex active [ 23.841653] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_BT_CONFIG [ 23.841656] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_BT_CONFIG [ 23.841718] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_BT_CONFIG [ 23.841725] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command CALIBRATION_CFG_CMD [ 23.841727] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 23.841818] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 23.841829] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command TX_ANT_CONFIGURATION_CMD [ 23.841832] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 23.868907] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 23.868920] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.868927] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 23.868931] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 23.868932] * without RXON_FILTER_ASSOC_MSK [ 23.868933] * channel = 1 [ 23.868934] * bssid = 00:00:00:00:00:00 [ 23.868936] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 23.868940] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 23.870047] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 23.870058] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 23.870061] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations No active stations found to be cleared [ 23.870065] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 23.870068] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 23.870072] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 23.870074] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 23.870077] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 23.886776] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 23.886779] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 23.886781] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 23.886783] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 23.886785] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 23.886788] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 23.886798] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 23.886801] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 23.886804] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 23.886929] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 23.886940] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 23.886943] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 23.886948] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_CT_KILL_CONFIG_CMD [ 23.886950] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 23.887037] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 23.887048] iwlwifi 0000:02:00.0: U iwl_rf_kill_ct_config REPLY_CT_KILL_CONFIG_CMD succeeded, critical temperature enter is 114,exit is 95 [ 23.887051] iwlwifi 0000:02:00.0: U iwl_alive_start ALIVE processing complete. [ 23.887056] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 23.887058] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 23.887144] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 23.887155] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.887159] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.887163] iwlwifi 0000:02:00.0: U iwlagn_mac_start Start UP work done. [ 23.887170] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.887173] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 23.887176] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 23.887176] * without RXON_FILTER_ASSOC_MSK [ 23.887177] * channel = 1 [ 23.887177] * bssid = 00:00:00:00:00:00 [ 23.887179] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 23.887180] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 23.888747] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 23.888757] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 23.888761] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 23.888764] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 23.888767] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 23.888770] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 23.888772] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 23.888775] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 23.888875] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 23.888878] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 23.888880] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 23.888882] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 23.888883] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 23.888886] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 23.888897] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 23.888900] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 23.888902] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 23.890110] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 23.890121] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 23.890125] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 23.890131] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.890136] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=0 FLAGS=0x0 [ 23.890139] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 23.890141] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 23.891561] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 23.891573] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.891579] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.891582] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 23.891590] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 23.891592] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 23.891593] * without RXON_FILTER_ASSOC_MSK [ 23.891593] * channel = 1 [ 23.891594] * bssid = 00:00:00:00:00:00 [ 23.891595] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 23.891597] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 23.893158] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 23.893169] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 23.893172] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 23.893176] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 23.893178] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 23.893181] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 23.893184] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 23.893186] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 23.893290] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 23.893293] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 23.893295] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 23.893297] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 23.893299] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 23.893301] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 23.893312] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 23.893315] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 23.893318] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 23.894522] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 23.894533] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 23.894536] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 23.894840] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 24.870807] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 24.872035] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 24.873297] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 24.873299] * without RXON_FILTER_ASSOC_MSK [ 24.873300] * channel = 1 [ 24.873300] * bssid = 00:00:00:00:00:00 [ 24.878153] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 24.879449] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 24.882293] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 24.883551] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 24.884802] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 24.886025] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 24.887246] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 24.888493] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 24.889703] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 24.890938] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 24.893620] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 24.894845] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 24.896021] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 24.897202] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 24.898381] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 24.899564] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 24.900757] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 24.901948] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 24.903148] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 24.904603] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 24.905860] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 24.907100] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 24.908371] iwlwifi 0000:02:00.0: U __iwl_down iwlwifi is going down [ 24.909605] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 24.910881] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 24.912692] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 24.913973] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 24.920179] iwlwifi 0000:02:00.0: U iwl_prep_station Add STA to driver ID 15: ff:ff:ff:ff:ff:ff [ 24.921480] iwlwifi 0000:02:00.0: U iwl_prep_station Add STA to driver ID 14: ff:ff:ff:ff:ff:ff [ 24.922735] iwlwifi 0000:02:00.0: U iwl_trans_pcie_prepare_card_hw iwl_trans_prepare_card_hw enter [ 24.924006] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 24.925315] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 24.926606] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 24.934638] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 25.002503] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command COEX_PRIORITY_TABLE_CMD [ 25.003755] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 25.005139] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 25.006404] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.007736] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.009181] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.010467] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.011784] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.013132] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.014416] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.015704] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.017063] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.018366] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.019629] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.021079] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.022348] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.023586] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.025034] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.026304] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.027545] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.029005] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.030272] iwlwifi 0000:02:00.0: U iwl_alive_start Runtime Alive received. [ 25.031518] iwlwifi 0000:02:00.0: U iwl_send_bt_config BT coex active [ 25.032794] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_BT_CONFIG [ 25.032797] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_BT_CONFIG [ 25.032875] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_BT_CONFIG [ 25.032912] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command CALIBRATION_CFG_CMD [ 25.032915] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 25.033019] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 25.033060] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command TX_ANT_CONFIGURATION_CMD [ 25.033063] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 25.060171] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 25.061476] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.062781] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 25.064066] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 25.064067] * without RXON_FILTER_ASSOC_MSK [ 25.064068] * channel = 1 [ 25.064068] * bssid = 00:00:00:00:00:00 [ 25.064070] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 25.064071] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 25.065189] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 25.065208] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.065210] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations No active stations found to be cleared [ 25.065212] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 25.065214] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 25.065217] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 25.065219] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 25.065220] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 25.081933] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 25.083183] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 25.083185] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 25.083187] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 25.083189] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 25.083192] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 25.083218] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 25.083221] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 25.083222] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.089379] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.089388] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 25.089392] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 25.089397] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_CT_KILL_CONFIG_CMD [ 25.089400] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 25.095650] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 25.095657] iwlwifi 0000:02:00.0: U iwl_rf_kill_ct_config REPLY_CT_KILL_CONFIG_CMD succeeded, critical temperature enter is 114,exit is 95 [ 25.095660] iwlwifi 0000:02:00.0: U iwl_alive_start ALIVE processing complete. [ 25.095663] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 25.095666] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 25.100714] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 25.100721] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.100724] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.100728] iwlwifi 0000:02:00.0: U iwlagn_mac_start Start UP work done. [ 25.100735] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.100737] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 25.100740] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 25.100742] * without RXON_FILTER_ASSOC_MSK [ 25.100743] * channel = 1 [ 25.100743] * bssid = 00:00:00:00:00:00 [ 25.100745] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 25.100748] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 25.107102] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 25.107108] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.107110] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 25.107113] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 25.107116] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 25.107119] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 25.107122] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 25.107124] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 25.124401] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 25.124402] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 25.124404] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 25.124406] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 25.124408] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 25.124410] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 25.124417] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 25.124419] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 25.124422] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.137751] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.137757] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 25.137760] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 25.137765] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.137770] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=0 FLAGS=0x0 [ 25.137772] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 25.137775] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 25.142664] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 25.142670] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.142675] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.142678] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.142684] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 25.142687] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 25.142688] * without RXON_FILTER_ASSOC_MSK [ 25.142689] * channel = 1 [ 25.142690] * bssid = 00:00:00:00:00:00 [ 25.142692] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 25.142694] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 25.151386] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 25.151391] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.151394] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 25.151396] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 25.151399] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 25.151402] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 25.151404] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 25.151407] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 25.165853] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 25.165855] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 25.165857] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 25.165858] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 25.165860] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 25.165862] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 25.165869] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 25.165871] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 25.165874] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.179643] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.179649] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 25.179651] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 25.180197] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 27.330329] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 27.331558] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 27.332827] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 27.335503] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 27.336767] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 27.338022] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 27.339268] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 27.339271] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 27.339499] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 27.905940] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 27.907171] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 27.909661] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 30.636554] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.637925] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 30.639191] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.640585] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.641810] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.643051] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.644350] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.645582] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 30.646760] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.649379] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.650612] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.651801] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.652966] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 30.654123] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 30.656593] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 30.694343] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.695970] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.697168] iwlwifi 0000:02:00.0: U iwl_set_rxon_channel Staging channel set to 3 [0] [ 30.698350] iwlwifi 0000:02:00.0: U iwl_set_rxon_channel Staging channel set to 3 [0] [ 30.698390] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 30.698393] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 30.698394] * without RXON_FILTER_ASSOC_MSK [ 30.698395] * channel = 3 [ 30.698395] * bssid = 00:00:00:00:00:00 [ 30.698397] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 30.698399] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 30.699660] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 30.699678] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 30.699682] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 30.699685] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 30.699688] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 30.699691] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 30.699694] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 30.699696] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 30.716390] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 30.716392] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 30.716396] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 30.716399] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 30.716402] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 30.716405] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 30.716412] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 30.716415] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 30.716417] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.716516] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.716522] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 30.716525] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 30.716530] wlan0: authenticate with 00:1e:2a:f6:f1:4a (try 1) [ 30.730989] wlan0: deauthenticating from 00:1e:2a:f6:f1:4a by local choice (reason=2) [ 30.731003] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.737013] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 30.738193] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.739515] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.740699] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.741896] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.743090] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.744262] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 30.744264] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.744346] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.744354] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.744357] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.744360] wlan0: authenticate with 00:1e:2a:f6:f1:4a (try 1) [ 30.746163] wlan0: authenticated [ 30.746174] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.746179] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 30.746182] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.746286] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.746297] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.746301] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.746305] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.746308] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.746311] iwlwifi 0000:02:00.0: U iwl_set_rxon_channel Staging channel set to 1 [0] [ 30.746313] iwlwifi 0000:02:00.0: U iwl_set_rxon_channel Staging channel set to 1 [0] [ 30.746317] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 30.746319] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 30.746320] * without RXON_FILTER_ASSOC_MSK [ 30.746320] * channel = 1 [ 30.746321] * bssid = 00:00:00:00:00:00 [ 30.746322] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 30.746324] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 30.747790] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 30.747800] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 30.747803] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 30.747806] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 30.747809] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 30.747812] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 30.747815] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 30.747817] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 30.764504] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 30.764506] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 30.764508] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 30.764510] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 30.764512] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 30.764515] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 30.764525] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 3 is not an HT channel [ 30.764528] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 30.764531] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.764645] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.764655] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 30.764658] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 30.764670] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.764674] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 30.764677] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.766104] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 30.766116] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.766119] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.766123] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.766126] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.766129] iwlwifi 0000:02:00.0: U iwl_set_rxon_channel Staging channel set to 3 [0] [ 30.766131] iwlwifi 0000:02:00.0: U iwl_set_rxon_channel Staging channel set to 3 [0] [ 30.766135] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 30.766137] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 30.766138] * without RXON_FILTER_ASSOC_MSK [ 30.766138] * channel = 3 [ 30.766139] * bssid = 00:00:00:00:00:00 [ 30.766140] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 30.766142] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 30.767450] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 30.767460] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 30.767464] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 30.767467] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 30.767470] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 30.767474] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 30.767476] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 30.767479] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 30.784164] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 30.784166] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 30.784168] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 30.784170] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 30.784172] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 30.784175] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 30.784186] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 30.784188] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 30.784189] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.784315] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.784327] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 30.784329] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 30.784332] wlan0: associate with 00:1e:2a:f6:f1:4a (try 1) [ 30.788402] wlan0: RX AssocResp from 00:1e:2a:f6:f1:4a (capab=0x431 status=0 aid=6) [ 30.788404] wlan0: associated [ 30.788406] wlan0: moving STA 00:1e:2a:f6:f1:4a to state 1 [ 30.788408] wlan0: moving STA 00:1e:2a:f6:f1:4a to state 2 [ 30.788411] iwlwifi 0000:02:00.0: U iwlagn_mac_sta_add proceeding to add station 00:1e:2a:f6:f1:4a [ 30.788413] iwlwifi 0000:02:00.0: U iwl_prep_station Add STA to driver ID 0: 00:1e:2a:f6:f1:4a [ 30.788416] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (00:1e:2a:f6:f1:4a) synchronously [ 30.788418] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 30.788419] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 30.788554] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 30.788557] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 30.788559] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 0 addr 00:1e:2a:f6:f1:4a to uCode [ 30.788561] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 00:1e:2a:f6:f1:4a [ 30.788563] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 00:1e:2a:f6:f1:4a [ 30.788565] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 30.788575] iwlwifi 0000:02:00.0: U iwlagn_mac_sta_add Initializing rate scaling for station 00:1e:2a:f6:f1:4a [ 30.788580] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 3 is not an HT channel [ 30.788582] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 30.788583] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.788704] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.788714] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 0 [ 30.788723] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=1 FLAGS=0x1 [ 30.788726] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 30.788728] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 30.788827] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 30.788839] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.788842] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.788845] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 30.788847] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 30.788848] * with RXON_FILTER_ASSOC_MSK [ 30.788848] * channel = 3 [ 30.788849] * bssid = 00:1e:2a:f6:f1:4a [ 30.788850] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 30.788851] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 30.789487] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 30.789497] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 30.789500] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 0 [ 30.789503] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode active for station 15 [ 30.789505] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 30.789507] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta 00:1e:2a:f6:f1:4a [ 30.789509] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 30.789511] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (00:1e:2a:f6:f1:4a) synchronously [ 30.789513] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 30.789514] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 30.789634] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 30.789636] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 30.789638] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 0 addr 00:1e:2a:f6:f1:4a to uCode [ 30.789640] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 00:1e:2a:f6:f1:4a [ 30.789642] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 00:1e:2a:f6:f1:4a [ 30.789644] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 30.789654] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 3 is not an HT channel [ 30.789656] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 30.789658] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.789786] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.789796] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 0 [ 30.789800] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 30.789802] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 30.789803] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 30.789932] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 30.789934] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 30.789936] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 30.789938] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 30.789940] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 30.789943] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 30.789953] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 3 is not an HT channel [ 30.789955] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 30.789956] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.790084] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.790095] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 30.790098] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 30.790101] iwlwifi 0000:02:00.0: U iwl_send_rxon_timing beacon interval 100 beacon timer 71051 beacon tim 0 [ 30.790103] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON_TIMING [ 30.790104] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON_TIMING [ 30.790223] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON_TIMING [ 30.790234] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=1 FLAGS=0x1 [ 30.790236] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 30.790238] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 30.791698] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 30.791704] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 30.791706] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 30.791969] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 30.791976] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_REMOVE_STA [ 30.791979] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_REMOVE_STA [ 30.792096] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_REMOVE_STA [ 30.792102] iwlwifi 0000:02:00.0: U iwl_send_remove_station REPLY_REMOVE_STA PASSED [ 30.792105] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (00:1e:2a:f6:f1:4a) synchronously [ 30.792107] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 30.792109] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 30.792200] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 30.792201] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 30.792203] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate STA id 0 addr 00:1e:2a:f6:f1:4a already present in uCode (according to driver) [ 30.792205] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 00:1e:2a:f6:f1:4a [ 30.792207] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 00:1e:2a:f6:f1:4a [ 30.792209] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 30.792215] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 3 is not an HT channel [ 30.792217] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 30.792218] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.794085] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 30.794092] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 0 [ 30.794099] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_POWER_DBM_CMD [ 30.794101] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_POWER_DBM_CMD [ 30.794793] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_POWER_DBM_CMD [ 30.794800] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 30.794802] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 30.794905] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 30.795231] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 30.795287] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.795289] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 30.817212] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (00:1e:2a:f6:f1:4a) synchronously [ 30.817216] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 30.817219] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 30.817356] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 30.817358] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 30.817360] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate STA id 0 addr 00:1e:2a:f6:f1:4a already present in uCode (according to driver) [ 30.817363] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 00:1e:2a:f6:f1:4a [ 30.817364] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 00:1e:2a:f6:f1:4a [ 30.817367] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 30.817416] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (00:1e:2a:f6:f1:4a) synchronously [ 30.817418] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 30.817421] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 30.817558] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 30.817561] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 30.817563] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate STA id 0 addr 00:1e:2a:f6:f1:4a already present in uCode (according to driver) [ 30.817565] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 00:1e:2a:f6:f1:4a [ 30.817567] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 00:1e:2a:f6:f1:4a [ 30.817569] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 30.818101] wlan0: moving STA 00:1e:2a:f6:f1:4a to state 3 [ 32.368765] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 32.370090] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 36.165346] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 40.006968] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 3 is not an HT channel [ 40.831963] wlan0: no IPv6 routers present [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-02 16:21 ` Antonio Quartulli @ 2012-05-03 6:53 ` Antonio Quartulli 2012-05-03 19:04 ` Emmanuel Grumbach 0 siblings, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-03 6:53 UTC (permalink / raw) To: John W. Linville Cc: Emmanuel Grumbach, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 1591 bytes --] On Wed, May 02, 2012 at 06:21:02PM +0200, Antonio Quartulli wrote: > On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: > > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: > > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi > > > <meenakshi.venkataraman@intel.com> wrote: > > > > Hi Antonio, > > > > > > > >>> it seems so. It happens at least once at boot time. > > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. > > > >> > > > >>The problem is there either with wireless-testing and with > > > >>wireless-testing+your_patch. > > > >> > > > >>If it can somehow help, I also got several stack trace regarding intel_iova > > > >>functions. But then the I got kernel panic and I was not able to copy the > > > >>messages. > > > > > > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... > > > > > > > > Thanks! > > > > Meenakshi > > > > > > > > > > Can you please re-run with debug=1 and send the whole log ? > > > This will give a better indication on when the issue occurs. > > > > Does this help? > > > > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 > > I applied patch in comment 17 on linux-3.3.4. IT didn't help but this time I got > the WARNING even with debug=1. Log is attached. > Is there any particular kernel debugging option I could enable to make the log more verbose? Cheers, -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-03 6:53 ` Antonio Quartulli @ 2012-05-03 19:04 ` Emmanuel Grumbach 2012-05-03 19:55 ` Emmanuel Grumbach 0 siblings, 1 reply; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-03 19:04 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org Please enable CONFIG_FRAME_POINTERS Emmanuel Grumbach egrumbach@gmail.com On Thu, May 3, 2012 at 9:53 AM, Antonio Quartulli <ordex@autistici.org> wrote: > On Wed, May 02, 2012 at 06:21:02PM +0200, Antonio Quartulli wrote: >> On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: >> > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: >> > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi >> > > <meenakshi.venkataraman@intel.com> wrote: >> > > > Hi Antonio, >> > > > >> > > >>> it seems so. It happens at least once at boot time. >> > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. >> > > >> >> > > >>The problem is there either with wireless-testing and with >> > > >>wireless-testing+your_patch. >> > > >> >> > > >>If it can somehow help, I also got several stack trace regarding intel_iova >> > > >>functions. But then the I got kernel panic and I was not able to copy the >> > > >>messages. >> > > > >> > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... >> > > > >> > > > Thanks! >> > > > Meenakshi >> > > > >> > > >> > > Can you please re-run with debug=1 and send the whole log ? >> > > This will give a better indication on when the issue occurs. >> > >> > Does this help? >> > >> > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 >> >> I applied patch in comment 17 on linux-3.3.4. IT didn't help but this time I got >> the WARNING even with debug=1. Log is attached. >> > > > Is there any particular kernel debugging option I could enable to make the log > more verbose? > > > Cheers, > > > > -- > Antonio Quartulli > > ..each of us alone is worth nothing.. > Ernesto "Che" Guevara ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-03 19:04 ` Emmanuel Grumbach @ 2012-05-03 19:55 ` Emmanuel Grumbach 2012-05-03 20:09 ` Antonio Quartulli 0 siblings, 1 reply; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-03 19:55 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org Hi can you please apply the patch attached against wireless-testing ? You will have quite a lot of prints, so you will probably need to send /var/log/syslog or messages Thanks Emmanuel Grumbach egrumbach@gmail.com On Thu, May 3, 2012 at 10:04 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: > Please enable CONFIG_FRAME_POINTERS > Emmanuel Grumbach > egrumbach@gmail.com > > > On Thu, May 3, 2012 at 9:53 AM, Antonio Quartulli <ordex@autistici.org> wrote: >> On Wed, May 02, 2012 at 06:21:02PM +0200, Antonio Quartulli wrote: >>> On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: >>> > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: >>> > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi >>> > > <meenakshi.venkataraman@intel.com> wrote: >>> > > > Hi Antonio, >>> > > > >>> > > >>> it seems so. It happens at least once at boot time. >>> > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. >>> > > >> >>> > > >>The problem is there either with wireless-testing and with >>> > > >>wireless-testing+your_patch. >>> > > >> >>> > > >>If it can somehow help, I also got several stack trace regarding intel_iova >>> > > >>functions. But then the I got kernel panic and I was not able to copy the >>> > > >>messages. >>> > > > >>> > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... >>> > > > >>> > > > Thanks! >>> > > > Meenakshi >>> > > > >>> > > >>> > > Can you please re-run with debug=1 and send the whole log ? >>> > > This will give a better indication on when the issue occurs. >>> > >>> > Does this help? >>> > >>> > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 >>> >>> I applied patch in comment 17 on linux-3.3.4. IT didn't help but this time I got >>> the WARNING even with debug=1. Log is attached. >>> >> >> >> Is there any particular kernel debugging option I could enable to make the log >> more verbose? >> >> >> Cheers, >> >> >> >> -- >> Antonio Quartulli >> >> ..each of us alone is worth nothing.. >> Ernesto "Che" Guevara ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-03 19:55 ` Emmanuel Grumbach @ 2012-05-03 20:09 ` Antonio Quartulli 2012-05-03 20:17 ` Emmanuel Grumbach 0 siblings, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-03 20:09 UTC (permalink / raw) To: Emmanuel Grumbach Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 2600 bytes --] On Thu, May 03, 2012 at 10:55:12PM +0300, Emmanuel Grumbach wrote: > Hi > > can you please apply the patch attached against wireless-testing ? which patch? If you refer to the patch attached to the bugreport, it doesn't apply on wireless-testing. Cheers, > > You will have quite a lot of prints, so you will probably need to send > /var/log/syslog or messages > > > Thanks > > Emmanuel Grumbach > egrumbach@gmail.com > > > On Thu, May 3, 2012 at 10:04 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: > > Please enable CONFIG_FRAME_POINTERS > > Emmanuel Grumbach > > egrumbach@gmail.com > > > > > > On Thu, May 3, 2012 at 9:53 AM, Antonio Quartulli <ordex@autistici.org> wrote: > >> On Wed, May 02, 2012 at 06:21:02PM +0200, Antonio Quartulli wrote: > >>> On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: > >>> > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: > >>> > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi > >>> > > <meenakshi.venkataraman@intel.com> wrote: > >>> > > > Hi Antonio, > >>> > > > > >>> > > >>> it seems so. It happens at least once at boot time. > >>> > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. > >>> > > >> > >>> > > >>The problem is there either with wireless-testing and with > >>> > > >>wireless-testing+your_patch. > >>> > > >> > >>> > > >>If it can somehow help, I also got several stack trace regarding intel_iova > >>> > > >>functions. But then the I got kernel panic and I was not able to copy the > >>> > > >>messages. > >>> > > > > >>> > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... > >>> > > > > >>> > > > Thanks! > >>> > > > Meenakshi > >>> > > > > >>> > > > >>> > > Can you please re-run with debug=1 and send the whole log ? > >>> > > This will give a better indication on when the issue occurs. > >>> > > >>> > Does this help? > >>> > > >>> > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 > >>> > >>> I applied patch in comment 17 on linux-3.3.4. IT didn't help but this time I got > >>> the WARNING even with debug=1. Log is attached. > >>> > >> > >> > >> Is there any particular kernel debugging option I could enable to make the log > >> more verbose? > >> > >> > >> Cheers, > >> > >> > >> > >> -- > >> Antonio Quartulli > >> > >> ..each of us alone is worth nothing.. > >> Ernesto "Che" Guevara -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-03 20:09 ` Antonio Quartulli @ 2012-05-03 20:17 ` Emmanuel Grumbach 2012-05-04 0:21 ` Antonio Quartulli 0 siblings, 1 reply; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-03 20:17 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 2835 bytes --] ooops here it is Emmanuel Grumbach egrumbach@gmail.com On Thu, May 3, 2012 at 11:09 PM, Antonio Quartulli <ordex@autistici.org> wrote: > On Thu, May 03, 2012 at 10:55:12PM +0300, Emmanuel Grumbach wrote: >> Hi >> >> can you please apply the patch attached against wireless-testing ? > > which patch? If you refer to the patch attached to the bugreport, it doesn't > apply on wireless-testing. > > > Cheers, > >> >> You will have quite a lot of prints, so you will probably need to send >> /var/log/syslog or messages >> >> >> Thanks >> >> Emmanuel Grumbach >> egrumbach@gmail.com >> >> >> On Thu, May 3, 2012 at 10:04 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: >> > Please enable CONFIG_FRAME_POINTERS >> > Emmanuel Grumbach >> > egrumbach@gmail.com >> > >> > >> > On Thu, May 3, 2012 at 9:53 AM, Antonio Quartulli <ordex@autistici.org> wrote: >> >> On Wed, May 02, 2012 at 06:21:02PM +0200, Antonio Quartulli wrote: >> >>> On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: >> >>> > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: >> >>> > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi >> >>> > > <meenakshi.venkataraman@intel.com> wrote: >> >>> > > > Hi Antonio, >> >>> > > > >> >>> > > >>> it seems so. It happens at least once at boot time. >> >>> > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. >> >>> > > >> >> >>> > > >>The problem is there either with wireless-testing and with >> >>> > > >>wireless-testing+your_patch. >> >>> > > >> >> >>> > > >>If it can somehow help, I also got several stack trace regarding intel_iova >> >>> > > >>functions. But then the I got kernel panic and I was not able to copy the >> >>> > > >>messages. >> >>> > > > >> >>> > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... >> >>> > > > >> >>> > > > Thanks! >> >>> > > > Meenakshi >> >>> > > > >> >>> > > >> >>> > > Can you please re-run with debug=1 and send the whole log ? >> >>> > > This will give a better indication on when the issue occurs. >> >>> > >> >>> > Does this help? >> >>> > >> >>> > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 >> >>> >> >>> I applied patch in comment 17 on linux-3.3.4. IT didn't help but this time I got >> >>> the WARNING even with debug=1. Log is attached. >> >>> >> >> >> >> >> >> Is there any particular kernel debugging option I could enable to make the log >> >> more verbose? >> >> >> >> >> >> Cheers, >> >> >> >> >> >> >> >> -- >> >> Antonio Quartulli >> >> >> >> ..each of us alone is worth nothing.. >> >> Ernesto "Che" Guevara > > -- > Antonio Quartulli > > ..each of us alone is worth nothing.. > Ernesto "Che" Guevara [-- Attachment #2: print.patch --] [-- Type: application/octet-stream, Size: 1648 bytes --] diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c index 50202d7..540830b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c @@ -317,6 +317,7 @@ static void iwlagn_rx_allocate(struct iwl_trans *trans, gfp_t priority) rxb->page_dma = dma_map_page(trans->dev, page, 0, PAGE_SIZE << trans_pcie->rx_page_order, DMA_FROM_DEVICE); + IWL_ERR(trans, "Mapped %p to %p\n", page, rxb->page_dma); /* dma address must be no more than 36 bits */ BUG_ON(rxb->page_dma & ~DMA_BIT_MASK(36)); /* and also 256 byte aligned! */ diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c b/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c index e1761c5..b2c32db 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c @@ -133,6 +133,7 @@ static void iwl_trans_rxq_free_rx_bufs(struct iwl_trans *trans) /* In the reset function, these buffers may have been allocated * to an SKB, so we need to unmap and free potential storage */ if (rxq->pool[i].page != NULL) { + IWL_ERR(trans, "Free %i %p %p\n", i, rxq->pool[i].page, rxq->pool[i].page_dma); dma_unmap_page(trans->dev, rxq->pool[i].page_dma, PAGE_SIZE << trans_pcie->rx_page_order, DMA_FROM_DEVICE); @@ -140,6 +141,8 @@ static void iwl_trans_rxq_free_rx_bufs(struct iwl_trans *trans) trans_pcie->rx_page_order); rxq->pool[i].page = NULL; } + else + IWL_ERR(trans, "%d is NULL %p", i, rxq->pool[i].page_dma); list_add_tail(&rxq->pool[i].list, &rxq->rx_used); } } ^ permalink raw reply related [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-03 20:17 ` Emmanuel Grumbach @ 2012-05-04 0:21 ` Antonio Quartulli 2012-05-04 5:11 ` Emmanuel Grumbach 0 siblings, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-04 0:21 UTC (permalink / raw) To: Emmanuel Grumbach Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 3262 bytes --] mhmmm I attached dmesg again. Do you really need messages? Cheers, On Thu, May 03, 2012 at 11:17:14 +0300, Emmanuel Grumbach wrote: > ooops > > > here it is > > > > Emmanuel Grumbach > egrumbach@gmail.com > > > On Thu, May 3, 2012 at 11:09 PM, Antonio Quartulli <ordex@autistici.org> wrote: > > On Thu, May 03, 2012 at 10:55:12PM +0300, Emmanuel Grumbach wrote: > >> Hi > >> > >> can you please apply the patch attached against wireless-testing ? > > > > which patch? If you refer to the patch attached to the bugreport, it doesn't > > apply on wireless-testing. > > > > > > Cheers, > > > >> > >> You will have quite a lot of prints, so you will probably need to send > >> /var/log/syslog or messages > >> > >> > >> Thanks > >> > >> Emmanuel Grumbach > >> egrumbach@gmail.com > >> > >> > >> On Thu, May 3, 2012 at 10:04 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: > >> > Please enable CONFIG_FRAME_POINTERS > >> > Emmanuel Grumbach > >> > egrumbach@gmail.com > >> > > >> > > >> > On Thu, May 3, 2012 at 9:53 AM, Antonio Quartulli <ordex@autistici.org> wrote: > >> >> On Wed, May 02, 2012 at 06:21:02PM +0200, Antonio Quartulli wrote: > >> >>> On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: > >> >>> > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: > >> >>> > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi > >> >>> > > <meenakshi.venkataraman@intel.com> wrote: > >> >>> > > > Hi Antonio, > >> >>> > > > > >> >>> > > >>> it seems so. It happens at least once at boot time. > >> >>> > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. > >> >>> > > >> > >> >>> > > >>The problem is there either with wireless-testing and with > >> >>> > > >>wireless-testing+your_patch. > >> >>> > > >> > >> >>> > > >>If it can somehow help, I also got several stack trace regarding intel_iova > >> >>> > > >>functions. But then the I got kernel panic and I was not able to copy the > >> >>> > > >>messages. > >> >>> > > > > >> >>> > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... > >> >>> > > > > >> >>> > > > Thanks! > >> >>> > > > Meenakshi > >> >>> > > > > >> >>> > > > >> >>> > > Can you please re-run with debug=1 and send the whole log ? > >> >>> > > This will give a better indication on when the issue occurs. > >> >>> > > >> >>> > Does this help? > >> >>> > > >> >>> > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 > >> >>> > >> >>> I applied patch in comment 17 on linux-3.3.4. IT didn't help but this time I got > >> >>> the WARNING even with debug=1. Log is attached. > >> >>> > >> >> > >> >> > >> >> Is there any particular kernel debugging option I could enable to make the log > >> >> more verbose? > >> >> > >> >> > >> >> Cheers, > >> >> > >> >> > >> >> > >> >> -- > >> >> Antonio Quartulli > >> >> > >> >> ..each of us alone is worth nothing.. > >> >> Ernesto "Che" Guevara > > > > -- > > Antonio Quartulli > > > > ..each of us alone is worth nothing.. > > Ernesto "Che" Guevara -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-04 0:21 ` Antonio Quartulli @ 2012-05-04 5:11 ` Emmanuel Grumbach 2012-05-04 6:36 ` Antonio Quartulli 0 siblings, 1 reply; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-04 5:11 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org nothing attaced Emmanuel Grumbach egrumbach@gmail.com On Fri, May 4, 2012 at 3:21 AM, Antonio Quartulli <ordex@autistici.org> wrote: > mhmmm I attached dmesg again. Do you really need messages? > > Cheers, > > > On Thu, May 03, 2012 at 11:17:14 +0300, Emmanuel Grumbach wrote: >> ooops >> >> >> here it is >> >> >> >> Emmanuel Grumbach >> egrumbach@gmail.com >> >> >> On Thu, May 3, 2012 at 11:09 PM, Antonio Quartulli <ordex@autistici.org> wrote: >> > On Thu, May 03, 2012 at 10:55:12PM +0300, Emmanuel Grumbach wrote: >> >> Hi >> >> >> >> can you please apply the patch attached against wireless-testing ? >> > >> > which patch? If you refer to the patch attached to the bugreport, it doesn't >> > apply on wireless-testing. >> > >> > >> > Cheers, >> > >> >> >> >> You will have quite a lot of prints, so you will probably need to send >> >> /var/log/syslog or messages >> >> >> >> >> >> Thanks >> >> >> >> Emmanuel Grumbach >> >> egrumbach@gmail.com >> >> >> >> >> >> On Thu, May 3, 2012 at 10:04 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: >> >> > Please enable CONFIG_FRAME_POINTERS >> >> > Emmanuel Grumbach >> >> > egrumbach@gmail.com >> >> > >> >> > >> >> > On Thu, May 3, 2012 at 9:53 AM, Antonio Quartulli <ordex@autistici.org> wrote: >> >> >> On Wed, May 02, 2012 at 06:21:02PM +0200, Antonio Quartulli wrote: >> >> >>> On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: >> >> >>> > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: >> >> >>> > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi >> >> >>> > > <meenakshi.venkataraman@intel.com> wrote: >> >> >>> > > > Hi Antonio, >> >> >>> > > > >> >> >>> > > >>> it seems so. It happens at least once at boot time. >> >> >>> > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. >> >> >>> > > >> >> >> >>> > > >>The problem is there either with wireless-testing and with >> >> >>> > > >>wireless-testing+your_patch. >> >> >>> > > >> >> >> >>> > > >>If it can somehow help, I also got several stack trace regarding intel_iova >> >> >>> > > >>functions. But then the I got kernel panic and I was not able to copy the >> >> >>> > > >>messages. >> >> >>> > > > >> >> >>> > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... >> >> >>> > > > >> >> >>> > > > Thanks! >> >> >>> > > > Meenakshi >> >> >>> > > > >> >> >>> > > >> >> >>> > > Can you please re-run with debug=1 and send the whole log ? >> >> >>> > > This will give a better indication on when the issue occurs. >> >> >>> > >> >> >>> > Does this help? >> >> >>> > >> >> >>> > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 >> >> >>> >> >> >>> I applied patch in comment 17 on linux-3.3.4. IT didn't help but this time I got >> >> >>> the WARNING even with debug=1. Log is attached. >> >> >>> >> >> >> >> >> >> >> >> >> Is there any particular kernel debugging option I could enable to make the log >> >> >> more verbose? >> >> >> >> >> >> >> >> >> Cheers, >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> Antonio Quartulli >> >> >> >> >> >> ..each of us alone is worth nothing.. >> >> >> Ernesto "Che" Guevara >> > >> > -- >> > Antonio Quartulli >> > >> > ..each of us alone is worth nothing.. >> > Ernesto "Che" Guevara > > > > -- > Antonio Quartulli > > ..each of us alone is worth nothing.. > Ernesto "Che" Guevara ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-04 5:11 ` Emmanuel Grumbach @ 2012-05-04 6:36 ` Antonio Quartulli 2012-05-04 6:58 ` Emmanuel Grumbach 0 siblings, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-04 6:36 UTC (permalink / raw) To: Emmanuel Grumbach Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1.1: Type: text/plain, Size: 4130 bytes --] ops... my fault On Fri, May 04, 2012 at 08:11:54 +0300, Emmanuel Grumbach wrote: > nothing attaced > > Emmanuel Grumbach > egrumbach@gmail.com > > > On Fri, May 4, 2012 at 3:21 AM, Antonio Quartulli <ordex@autistici.org> wrote: > > mhmmm I attached dmesg again. Do you really need messages? > > > > Cheers, > > > > > > On Thu, May 03, 2012 at 11:17:14 +0300, Emmanuel Grumbach wrote: > >> ooops > >> > >> > >> here it is > >> > >> > >> > >> Emmanuel Grumbach > >> egrumbach@gmail.com > >> > >> > >> On Thu, May 3, 2012 at 11:09 PM, Antonio Quartulli <ordex@autistici.org> wrote: > >> > On Thu, May 03, 2012 at 10:55:12PM +0300, Emmanuel Grumbach wrote: > >> >> Hi > >> >> > >> >> can you please apply the patch attached against wireless-testing ? > >> > > >> > which patch? If you refer to the patch attached to the bugreport, it doesn't > >> > apply on wireless-testing. > >> > > >> > > >> > Cheers, > >> > > >> >> > >> >> You will have quite a lot of prints, so you will probably need to send > >> >> /var/log/syslog or messages > >> >> > >> >> > >> >> Thanks > >> >> > >> >> Emmanuel Grumbach > >> >> egrumbach@gmail.com > >> >> > >> >> > >> >> On Thu, May 3, 2012 at 10:04 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: > >> >> > Please enable CONFIG_FRAME_POINTERS > >> >> > Emmanuel Grumbach > >> >> > egrumbach@gmail.com > >> >> > > >> >> > > >> >> > On Thu, May 3, 2012 at 9:53 AM, Antonio Quartulli <ordex@autistici.org> wrote: > >> >> >> On Wed, May 02, 2012 at 06:21:02PM +0200, Antonio Quartulli wrote: > >> >> >>> On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: > >> >> >>> > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: > >> >> >>> > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi > >> >> >>> > > <meenakshi.venkataraman@intel.com> wrote: > >> >> >>> > > > Hi Antonio, > >> >> >>> > > > > >> >> >>> > > >>> it seems so. It happens at least once at boot time. > >> >> >>> > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. > >> >> >>> > > >> > >> >> >>> > > >>The problem is there either with wireless-testing and with > >> >> >>> > > >>wireless-testing+your_patch. > >> >> >>> > > >> > >> >> >>> > > >>If it can somehow help, I also got several stack trace regarding intel_iova > >> >> >>> > > >>functions. But then the I got kernel panic and I was not able to copy the > >> >> >>> > > >>messages. > >> >> >>> > > > > >> >> >>> > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... > >> >> >>> > > > > >> >> >>> > > > Thanks! > >> >> >>> > > > Meenakshi > >> >> >>> > > > > >> >> >>> > > > >> >> >>> > > Can you please re-run with debug=1 and send the whole log ? > >> >> >>> > > This will give a better indication on when the issue occurs. > >> >> >>> > > >> >> >>> > Does this help? > >> >> >>> > > >> >> >>> > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 > >> >> >>> > >> >> >>> I applied patch in comment 17 on linux-3.3.4. IT didn't help but this time I got > >> >> >>> the WARNING even with debug=1. Log is attached. > >> >> >>> > >> >> >> > >> >> >> > >> >> >> Is there any particular kernel debugging option I could enable to make the log > >> >> >> more verbose? > >> >> >> > >> >> >> > >> >> >> Cheers, > >> >> >> > >> >> >> > >> >> >> > >> >> >> -- > >> >> >> Antonio Quartulli > >> >> >> > >> >> >> ..each of us alone is worth nothing.. > >> >> >> Ernesto "Che" Guevara > >> > > >> > -- > >> > Antonio Quartulli > >> > > >> > ..each of us alone is worth nothing.. > >> > Ernesto "Che" Guevara > > > > > > > > -- > > Antonio Quartulli > > > > ..each of us alone is worth nothing.. > > Ernesto "Che" Guevara > -- > 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 -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #1.2: dmesg --] [-- Type: text/plain, Size: 158159 bytes --] [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Linux version 3.4.0-rc5-wl+ (ordex@eagle4) (gcc version 4.6.3 (Gentoo 4.6.3 p1.0, pie-0.5.1) ) #25 SMP PREEMPT Thu May 3 23:37:39 CEST 2012 [ 0.000000] Command line: root=/dev/sda5 console=tty1 resume=/dev/sda3 init=/usr/bin/systemd [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009a800 (usable) [ 0.000000] BIOS-e820: 000000000009a800 - 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 - 00000000caa83000 (usable) [ 0.000000] BIOS-e820: 00000000caa83000 - 00000000caac7000 (reserved) [ 0.000000] BIOS-e820: 00000000caac7000 - 00000000cadb7000 (usable) [ 0.000000] BIOS-e820: 00000000cadb7000 - 00000000cade7000 (reserved) [ 0.000000] BIOS-e820: 00000000cade7000 - 00000000cafe7000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000cafe7000 - 00000000cafff000 (ACPI data) [ 0.000000] BIOS-e820: 00000000cafff000 - 00000000cb000000 (usable) [ 0.000000] BIOS-e820: 00000000cb800000 - 00000000cfa00000 (reserved) [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved) [ 0.000000] BIOS-e820: 00000000ffc00000 - 00000000ffc20000 (reserved) [ 0.000000] BIOS-e820: 0000000100000000 - 000000012f000000 (usable) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.6 present. [ 0.000000] DMI: Dell Inc. Latitude E5420/0675PR, BIOS A01 04/20/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 = 0x12f000 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 000000000 mask F80000000 write-back [ 0.000000] 1 base 080000000 mask FC0000000 write-back [ 0.000000] 2 base 0C0000000 mask FF8000000 write-back [ 0.000000] 3 base 0C8000000 mask FFC000000 write-back [ 0.000000] 4 base 0CB000000 mask FFF000000 uncachable [ 0.000000] 5 base 100000000 mask FE0000000 write-back [ 0.000000] 6 base 120000000 mask FF0000000 write-back [ 0.000000] 7 base 12F000000 mask FFF000000 uncachable [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820 update range: 00000000cb000000 - 0000000100000000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0xcb000 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [ffff8800000f1ff0] f1ff0 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] Base memory trampoline at [ffff880000095000] 95000 size 20480 [ 0.000000] init_memory_mapping: 0000000000000000-00000000cb000000 [ 0.000000] 0000000000 - 00cb000000 page 2M [ 0.000000] kernel direct mapping tables up to cb000000 @ 1fffb000-20000000 [ 0.000000] init_memory_mapping: 0000000100000000-000000012f000000 [ 0.000000] 0100000000 - 012f000000 page 2M [ 0.000000] kernel direct mapping tables up to 12f000000 @ cadb1000-cadb7000 [ 0.000000] ACPI: RSDP 00000000000fe300 00024 (v02 DELL ) [ 0.000000] ACPI: XSDT 00000000caffde18 0007C (v01 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI: FACP 00000000caf87d98 000F4 (v04 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20120320/tbfadt-378) [ 0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xCAFE4E40/0x00000000CAFE4D40, using 32 (20120320/tbfadt-502) [ 0.000000] ACPI: DSDT 00000000caf7e018 0864E (v02 INT430 SYSFexxx 00001001 INTL 20090903) [ 0.000000] ACPI: FACS 00000000cafe4e40 00040 [ 0.000000] ACPI: APIC 00000000caffcf18 000CC (v02 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI: TCPA 00000000cafe5d18 00032 (v02 00000000 00000000) [ 0.000000] ACPI: ASF! 00000000cafe4a18 000A0 (v32 INTEL Montevin 00000001 TFSM 000F4240) [ 0.000000] ACPI: MCFG 00000000cafe5c98 0003C (v01 DELL SNDYBRDG 06222004 MSFT 00000097) [ 0.000000] ACPI: HPET 00000000cafe5c18 00038 (v01 A M I PCHHPET 06222004 AMI. 00000003) [ 0.000000] ACPI: BOOT 00000000cafe5b98 00028 (v01 DELL CBX3 06222004 AMI 00010013) [ 0.000000] ACPI: SSDT 00000000caf7d818 007C2 (v01 PmRef Cpu0Ist 00003000 INTL 20090903) [ 0.000000] ACPI: SSDT 00000000caf7c018 00996 (v01 PmRef CpuPm 00003000 INTL 20090903) [ 0.000000] ACPI: DMAR 00000000caf87c18 000E8 (v01 INTEL SNB 00000001 INTL 00000001) [ 0.000000] ACPI: SLIC 00000000caf88a18 00176 (v03 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-000000012f000000 [ 0.000000] Initmem setup node 0 0000000000000000-000000012f000000 [ 0.000000] NODE_DATA [000000012eff5000 - 000000012effffff] [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012a600000-ffff88012e5fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x0012f000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] Early memory PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009a [ 0.000000] 0: 0x00000100 -> 0x00020000 [ 0.000000] 0: 0x00020200 -> 0x00040000 [ 0.000000] 0: 0x00040200 -> 0x000caa83 [ 0.000000] 0: 0x000caac7 -> 0x000cadb7 [ 0.000000] 0: 0x000cafff -> 0x000cb000 [ 0.000000] 0: 0x00100000 -> 0x0012f000 [ 0.000000] On node 0 totalpages: 1022206 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 5 pages reserved [ 0.000000] DMA zone: 3909 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 16320 pages used for memmap [ 0.000000] DMA32 zone: 809396 pages, LIFO batch:31 [ 0.000000] Normal zone: 3008 pages used for memmap [ 0.000000] Normal zone: 189504 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[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled) [ 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: 0x8086a701 base: 0xfed00000 [ 0.000000] 16 Processors exceeds NR_CPUS limit of 4 [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: 000000000009a000 - 000000000009b000 [ 0.000000] PM: Registered nosave memory: 000000000009b000 - 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: 00000000caa83000 - 00000000caac7000 [ 0.000000] PM: Registered nosave memory: 00000000cadb7000 - 00000000cade7000 [ 0.000000] PM: Registered nosave memory: 00000000cade7000 - 00000000cafe7000 [ 0.000000] PM: Registered nosave memory: 00000000cafe7000 - 00000000cafff000 [ 0.000000] PM: Registered nosave memory: 00000000cb000000 - 00000000cb800000 [ 0.000000] PM: Registered nosave memory: 00000000cb800000 - 00000000cfa00000 [ 0.000000] PM: Registered nosave memory: 00000000cfa00000 - 00000000fed1c000 [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000 [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000ffc00000 [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffc20000 [ 0.000000] PM: Registered nosave memory: 00000000ffc20000 - 0000000100000000 [ 0.000000] Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f31c000) [ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 25 pages/cpu @ffff88012ec00000 s72512 r8192 d21696 u524288 [ 0.000000] pcpu-alloc: s72512 r8192 d21696 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1002809 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: root=/dev/sda5 console=tty1 resume=/dev/sda3 init=/usr/bin/systemd [ 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] Memory: 3946504k/4964352k available (4636k kernel code, 875528k absent, 142320k reserved, 3997k data, 564k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP. [ 0.000000] NR_IRQS:4352 nr_irqs:712 16 [ 0.000000] Extended CMOS year: 2000 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.001000] Detected 2494.323 MHz processor. [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.64 BogoMIPS (lpj=2494323) [ 0.000146] pid_max: default: 32768 minimum: 301 [ 0.000239] Security Framework initialized [ 0.000527] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.001436] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.001849] Mount-cache hash table entries: 256 [ 0.002048] Initializing cgroup subsys freezer [ 0.002137] CPU: Physical Processor ID: 0 [ 0.002206] CPU: Processor Core ID: 0 [ 0.002291] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.002292] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.002439] mce: CPU supports 7 MCE banks [ 0.002517] CPU0: Thermal monitoring enabled (TM1) [ 0.002593] using mwait in idle threads. [ 0.002726] ACPI: Core revision 20120320 [ 0.006850] DMAR: Host address width 36 [ 0.006921] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.006998] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a [ 0.007100] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.007176] IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a [ 0.007287] DMAR: RMRR base: 0x000000cadc6000 end: 0x000000cadd5fff [ 0.007361] DMAR: RMRR base: 0x000000cb800000 end: 0x000000cf9fffff [ 0.007505] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.007578] HPET id 0 under DRHD base 0xfed91000 [ 0.007650] HPET id 0 under DRHD base 0xfed91000 [ 0.007722] HPET id 0 under DRHD base 0xfed91000 [ 0.007793] HPET id 0 under DRHD base 0xfed91000 [ 0.007866] HPET id 0 under DRHD base 0xfed91000 [ 0.007938] HPET id 0 under DRHD base 0xfed91000 [ 0.008009] HPET id 0 under DRHD base 0xfed91000 [ 0.008080] HPET id 0 under DRHD base 0xfed91000 [ 0.008342] Enabled IRQ remapping in xapic mode [ 0.009081] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.019143] CPU0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz stepping 07 [ 0.121078] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver. [ 0.121336] PEBS disabled due to CPU errata. [ 0.121888] ... version: 3 [ 0.121958] ... bit width: 48 [ 0.122029] ... generic registers: 4 [ 0.122101] ... value mask: 0000ffffffffffff [ 0.122174] ... max period: 000000007fffffff [ 0.122247] ... fixed-purpose events: 3 [ 0.122318] ... event mask: 000000070000000f [ 0.134088] Booting Node 0, Processors #1 #2 #3 Ok. [ 0.181341] Brought up 4 CPUs [ 0.181414] Total of 4 processors activated (19954.58 BogoMIPS). [ 0.184185] devtmpfs: initialized [ 0.184403] PM: Registering ACPI NVS region [mem 0xcade7000-0xcafe6fff] (2097152 bytes) [ 0.184534] Dell Latitude E5420 series board detected. Selecting PCI-method for reboots. [ 0.184680] NET: Registered protocol family 16 [ 0.184813] kworker/u:0 used greatest stack depth: 6488 bytes left [ 0.184892] kworker/u:0 used greatest stack depth: 5480 bytes left [ 0.185167] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.185269] ACPI: bus type pci registered [ 0.185419] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.185525] PCI: not using MMCONFIG [ 0.185595] PCI: Using configuration type 1 for base access [ 0.185672] dmi type 0xB1 record - unknown flag [ 0.188859] bio: create slab <bio-0> at 0 [ 0.189005] ACPI: Added _OSI(Module Device) [ 0.189079] ACPI: Added _OSI(Processor Device) [ 0.189150] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.189223] ACPI: Added _OSI(Processor Aggregator Device) [ 0.190805] ACPI: EC: Look up EC in DSDT [ 0.194669] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.200545] ACPI: SSDT 00000000cadd7718 0067C (v01 PmRef Cpu0Cst 00003001 INTL 20090903) [ 0.201116] ACPI: Dynamic OEM Table Load: [ 0.201263] ACPI: SSDT (null) 0067C (v01 PmRef Cpu0Cst 00003001 INTL 20090903) [ 0.201658] ACPI: SSDT 00000000cadd8a98 00303 (v01 PmRef ApIst 00003000 INTL 20090903) [ 0.202257] ACPI: Dynamic OEM Table Load: [ 0.202404] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20090903) [ 0.202675] ACPI: SSDT 00000000cadd6d98 00119 (v01 PmRef ApCst 00003000 INTL 20090903) [ 0.203244] ACPI: Dynamic OEM Table Load: [ 0.203392] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20090903) [ 0.204981] ACPI: Interpreter enabled [ 0.205053] ACPI: (supports S0 S3 S4 S5) [ 0.205294] ACPI: Using IOAPIC for interrupt routing [ 0.205384] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.205837] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources [ 0.231235] ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930 [ 0.231830] ACPI: No dock devices found. [ 0.231904] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.232274] \_SB_.PCI0:_OSC invalid UUID [ 0.232275] _OSC request data:1 8 1f [ 0.232280] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 0.232771] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] [ 0.232846] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] [ 0.232926] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.233028] pci_root PNP0A08:00: host bridge window [mem 0xcfa00000-0xfeafffff] [ 0.233129] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] [ 0.233280] PCI host bridge to bus 0000:00 [ 0.233352] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.233426] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.233501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.233577] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff] [ 0.233653] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff] [ 0.233736] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000 [ 0.233773] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000 [ 0.233784] pci 0000:00:02.0: reg 10: [mem 0xe2800000-0xe2bfffff 64bit] [ 0.233790] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.233794] pci 0000:00:02.0: reg 20: [io 0x8000-0x803f] [ 0.233848] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000 [ 0.233872] pci 0000:00:16.0: reg 10: [mem 0xe5480000-0xe548000f 64bit] [ 0.233953] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 0.233989] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320 [ 0.234011] pci 0000:00:1a.0: reg 10: [mem 0xe5450000-0xe54503ff] [ 0.234102] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 0.234130] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300 [ 0.234146] pci 0000:00:1b.0: reg 10: [mem 0xe5440000-0xe5443fff 64bit] [ 0.234215] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.234246] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 [ 0.234380] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.234419] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400 [ 0.234549] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.234589] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400 [ 0.234719] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 0.234759] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400 [ 0.234843] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold [ 0.234870] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400 [ 0.234959] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold [ 0.234994] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320 [ 0.235016] pci 0000:00:1d.0: reg 10: [mem 0xe5430000-0xe54303ff] [ 0.235107] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.235135] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100 [ 0.235265] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601 [ 0.235285] pci 0000:00:1f.2: reg 10: [io 0x80b0-0x80b7] [ 0.235294] pci 0000:00:1f.2: reg 14: [io 0x80a0-0x80a3] [ 0.235302] pci 0000:00:1f.2: reg 18: [io 0x8090-0x8097] [ 0.235310] pci 0000:00:1f.2: reg 1c: [io 0x8080-0x8083] [ 0.235319] pci 0000:00:1f.2: reg 20: [io 0x8060-0x807f] [ 0.235327] pci 0000:00:1f.2: reg 24: [mem 0xe5420000-0xe54207ff] [ 0.235373] pci 0000:00:1f.2: PME# supported from D3hot [ 0.235393] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500 [ 0.235409] pci 0000:00:1f.3: reg 10: [mem 0xe5410000-0xe54100ff 64bit] [ 0.235431] pci 0000:00:1f.3: reg 20: [io 0x8040-0x805f] [ 0.235532] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.235847] pci 0000:02:00.0: [8086:0082] type 00 class 0x028000 [ 0.236012] pci 0000:02:00.0: reg 10: [mem 0xe5300000-0xe5301fff 64bit] [ 0.236715] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 0.239052] pci 0000:00:1c.1: PCI bridge to [bus 02-02] [ 0.239132] pci 0000:00:1c.1: bridge window [mem 0xe5300000-0xe53fffff] [ 0.240934] pci 0000:03:00.0: [1217:8134] type 02 class 0x060700 [ 0.240977] pci 0000:03:00.0: reg 10: [mem 0xe4030000-0xe4030fff] [ 0.241050] pci 0000:03:00.0: supports D1 D2 [ 0.241051] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.241105] pci 0000:00:1c.2: PCI bridge to [bus 03-08] [ 0.241182] pci 0000:00:1c.2: bridge window [io 0x6000-0x7fff] [ 0.241186] pci 0000:00:1c.2: bridge window [mem 0xe2c00000-0xe40fffff] [ 0.241193] pci 0000:00:1c.2: bridge window [mem 0xe0000000-0xe13fffff 64bit pref] [ 0.241336] pci 0000:09:00.0: [1217:13f7] type 00 class 0x0c0010 [ 0.241371] pci 0000:09:00.0: reg 10: [mem 0xe5230000-0xe5230fff] [ 0.241616] pci 0000:09:00.0: supports D1 D2 [ 0.241617] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.241702] pci 0000:09:00.1: [1217:8321] type 00 class 0x080501 [ 0.241736] pci 0000:09:00.1: reg 10: [mem 0xe5220000-0xe52201ff] [ 0.241988] pci 0000:09:00.1: supports D1 D2 [ 0.241989] pci 0000:09:00.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.242073] pci 0000:09:00.2: [1217:8331] type 00 class 0x018000 [ 0.242107] pci 0000:09:00.2: reg 10: [mem 0xe5210000-0xe52103ff] [ 0.242154] pci 0000:09:00.2: reg 18: [mem 0xe5200000-0xe52003ff] [ 0.242360] pci 0000:09:00.2: supports D1 D2 [ 0.242362] pci 0000:09:00.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.243971] pci 0000:00:1c.5: PCI bridge to [bus 09-09] [ 0.244064] pci 0000:00:1c.5: bridge window [mem 0xe5200000-0xe52fffff] [ 0.244312] pci 0000:0a:00.0: [14e4:1681] type 00 class 0x020000 [ 0.244352] pci 0000:0a:00.0: reg 10: [mem 0xe4110000-0xe411ffff 64bit] [ 0.244383] pci 0000:0a:00.0: reg 18: [mem 0xe4100000-0xe410ffff 64bit] [ 0.244574] pci 0000:0a:00.0: PME# supported from D3hot D3cold [ 0.245943] pci 0000:00:1c.6: PCI bridge to [bus 0a-11] [ 0.246039] pci 0000:00:1c.6: bridge window [io 0x2000-0x5fff] [ 0.246043] pci 0000:00:1c.6: bridge window [mem 0xe4100000-0xe51fffff] [ 0.246051] pci 0000:00:1c.6: bridge window [mem 0xe1400000-0xe24fffff 64bit pref] [ 0.246077] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.246175] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] [ 0.246202] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT] [ 0.246233] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT] [ 0.246259] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP07._PRT] [ 0.246292] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT] [ 0.246355] \_SB_.PCI0:_OSC invalid UUID [ 0.246356] _OSC request data:1 1f 1f [ 0.246360] pci0000:00: Requesting ACPI _OSC control (0x1d) [ 0.246458] \_SB_.PCI0:_OSC invalid UUID [ 0.246459] _OSC request data:1 0 1d [ 0.246462] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d [ 0.246564] ACPI _OSC control for PCIe not granted, disabling ASPM [ 0.249768] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 [ 0.250405] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 [ 0.251039] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 *3 4 5 6 7 10 12 14 15) [ 0.251603] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15) [ 0.252169] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. [ 0.252839] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. [ 0.253511] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15) [ 0.254076] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. [ 0.254833] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.254947] vgaarb: loaded [ 0.255016] vgaarb: bridge control possible 0000:00:02.0 [ 0.255188] SCSI subsystem initialized [ 0.255329] libata version 3.00 loaded. [ 0.255635] wmi: Mapper loaded [ 0.255722] PCI: Using ACPI for IRQ routing [ 0.257913] PCI: pci_cache_line_size set to 64 bytes [ 0.258069] reserve RAM buffer: 000000000009a800 - 000000000009ffff [ 0.258071] reserve RAM buffer: 00000000caa83000 - 00000000cbffffff [ 0.258074] reserve RAM buffer: 00000000cadb7000 - 00000000cbffffff [ 0.258076] reserve RAM buffer: 00000000cb000000 - 00000000cbffffff [ 0.258078] reserve RAM buffer: 000000012f000000 - 000000012fffffff [ 0.258229] NetLabel: Initializing [ 0.258301] NetLabel: domain hash size = 128 [ 0.258371] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.258451] NetLabel: unlabeled traffic allowed by default [ 0.258595] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.259019] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 0.261108] Switching to clocksource hpet [ 0.261247] pnp: PnP ACPI init [ 0.261325] ACPI: bus type pnp registered [ 0.261631] pnp 00:00: [bus 00-3e] [ 0.261634] pnp 00:00: [io 0x0000-0x0cf7 window] [ 0.261635] pnp 00:00: [io 0x0cf8-0x0cff] [ 0.261637] pnp 00:00: [io 0x0d00-0xffff window] [ 0.261639] pnp 00:00: [mem 0x000a0000-0x000bffff window] [ 0.261641] pnp 00:00: [mem 0x000c0000-0x000c3fff window] [ 0.261642] pnp 00:00: [mem 0x000c4000-0x000c7fff window] [ 0.261644] pnp 00:00: [mem 0x000c8000-0x000cbfff window] [ 0.261646] pnp 00:00: [mem 0x000cc000-0x000cffff window] [ 0.261647] pnp 00:00: [mem 0x000d0000-0x000d3fff window] [ 0.261649] pnp 00:00: [mem 0x000d4000-0x000d7fff window] [ 0.261650] pnp 00:00: [mem 0x000d8000-0x000dbfff window] [ 0.261652] pnp 00:00: [mem 0x000dc000-0x000dffff window] [ 0.261654] pnp 00:00: [mem 0x000e0000-0x000e3fff window] [ 0.261655] pnp 00:00: [mem 0x000e4000-0x000e7fff window] [ 0.261657] pnp 00:00: [mem 0x000e8000-0x000ebfff window] [ 0.261659] pnp 00:00: [mem 0x000ec000-0x000effff window] [ 0.261660] pnp 00:00: [mem 0x000f0000-0x000fffff window] [ 0.261663] pnp 00:00: [mem 0xcfa00000-0xfeafffff window] [ 0.261665] pnp 00:00: [mem 0xfed40000-0xfed44fff window] [ 0.261730] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) [ 0.261742] pnp 00:01: [io 0x0000-0x001f] [ 0.261744] pnp 00:01: [io 0x0081-0x0091] [ 0.261745] pnp 00:01: [io 0x0093-0x009f] [ 0.261747] pnp 00:01: [io 0x00c0-0x00df] [ 0.261749] pnp 00:01: [dma 4] [ 0.261790] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.261797] pnp 00:02: [mem 0xff000000-0xffffffff] [ 0.261836] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active) [ 0.261912] pnp 00:03: [mem 0xfed00000-0xfed003ff] [ 0.261968] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved [ 0.262046] system 00:03: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active) [ 0.262055] pnp 00:04: [io 0x00f0] [ 0.262066] pnp 00:04: [irq 13] [ 0.262107] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.262116] pnp 00:05: [io 0x002e-0x002f] [ 0.262118] pnp 00:05: [io 0x004e-0x004f] [ 0.262119] pnp 00:05: [io 0x0061] [ 0.262121] pnp 00:05: [io 0x0063] [ 0.262122] pnp 00:05: [io 0x0065] [ 0.262123] pnp 00:05: [io 0x0067] [ 0.262124] pnp 00:05: [io 0x0070] [ 0.262126] pnp 00:05: [io 0x0080] [ 0.262127] pnp 00:05: [io 0x0092] [ 0.262128] pnp 00:05: [io 0x00b2-0x00b3] [ 0.262130] pnp 00:05: [io 0x0680-0x069f] [ 0.262131] pnp 00:05: [io 0x1000-0x100f] [ 0.262133] pnp 00:05: [io 0xffff] [ 0.262134] pnp 00:05: [io 0xffff] [ 0.262135] pnp 00:05: [io 0x0400-0x047f] [ 0.262137] pnp 00:05: [io 0x0500-0x057f] [ 0.262138] pnp 00:05: [io 0x164e-0x164f] [ 0.262198] system 00:05: [io 0x0680-0x069f] has been reserved [ 0.262315] system 00:05: [io 0x1000-0x100f] has been reserved [ 0.262390] system 00:05: [io 0xffff] has been reserved [ 0.262463] system 00:05: [io 0xffff] has been reserved [ 0.262536] system 00:05: [io 0x0400-0x047f] has been reserved [ 0.262611] system 00:05: [io 0x0500-0x057f] has been reserved [ 0.262685] system 00:05: [io 0x164e-0x164f] has been reserved [ 0.262760] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.262768] pnp 00:06: [io 0x0070-0x0077] [ 0.262775] pnp 00:06: [irq 8] [ 0.262819] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.262828] pnp 00:07: [io 0x0060] [ 0.262829] pnp 00:07: [io 0x0064] [ 0.262835] pnp 00:07: [irq 1] [ 0.262881] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.263776] pnp 00:08: Plug and Play ACPI device, IDs PNP0401 (disabled) [ 0.263789] pnp 00:09: [irq 12] [ 0.263837] pnp 00:09: Plug and Play ACPI device, IDs DLL049b PNP0f13 (active) [ 0.263946] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff] [ 0.263948] pnp 00:0a: [mem 0xfed10000-0xfed17fff] [ 0.263949] pnp 00:0a: [mem 0xfed18000-0xfed18fff] [ 0.263951] pnp 00:0a: [mem 0xfed19000-0xfed19fff] [ 0.263952] pnp 00:0a: [mem 0xf8000000-0xfbffffff] [ 0.263954] pnp 00:0a: [mem 0xfed20000-0xfed3ffff] [ 0.263955] pnp 00:0a: [mem 0xfed90000-0xfed93fff] [ 0.263957] pnp 00:0a: [mem 0xfed45000-0xfed8ffff] [ 0.263958] pnp 00:0a: [mem 0xff000000-0xffffffff] [ 0.263960] pnp 00:0a: [mem 0xfee00000-0xfeefffff] [ 0.263962] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled] [ 0.263963] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled] [ 0.264033] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.264110] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.264186] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.264298] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.264375] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.264451] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.264527] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved [ 0.264602] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.264678] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved [ 0.264754] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.264829] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.264890] pnp 00:0b: [irq 23] [ 0.264946] pnp 00:0b: Plug and Play ACPI device, IDs SMO8800 (active) [ 0.266405] pnp 00:0c: [mem 0x20000000-0x201fffff] [ 0.266407] pnp 00:0c: [mem 0x40000000-0x401fffff] [ 0.266486] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved [ 0.266564] system 00:0c: [mem 0x40000000-0x401fffff] has been reserved [ 0.266640] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.266648] pnp: PnP ACPI: found 13 devices [ 0.266720] ACPI: ACPI bus type pnp unregistered [ 0.275104] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.275196] pci 0000:00:1c.1: PCI bridge to [bus 02-02] [ 0.275273] pci 0000:00:1c.1: bridge window [mem 0xe5300000-0xe53fffff] [ 0.275356] pci 0000:03:00.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000 [ 0.275358] pci 0000:03:00.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000 [ 0.275361] pci 0000:03:00.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100 [ 0.275363] pci 0000:03:00.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100 [ 0.275367] pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000) [ 0.275444] pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000) [ 0.275519] pci 0000:03:00.0: BAR 13: assigned [io 0x6000-0x60ff] [ 0.275594] pci 0000:03:00.0: BAR 14: assigned [io 0x6400-0x64ff] [ 0.275670] pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000) [ 0.275747] pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000) [ 0.275822] pci 0000:03:00.0: BAR 14: assigned [io 0x6000-0x60ff] [ 0.275897] pci 0000:03:00.0: BAR 13: assigned [io 0x6400-0x64ff] [ 0.275970] pci 0000:03:00.0: CardBus bridge to [bus 04-07] [ 0.276043] pci 0000:03:00.0: bridge window [io 0x6400-0x64ff] [ 0.276123] pci 0000:03:00.0: bridge window [io 0x6000-0x60ff] [ 0.276209] pci 0000:00:1c.2: PCI bridge to [bus 03-08] [ 0.276284] pci 0000:00:1c.2: bridge window [io 0x6000-0x7fff] [ 0.276375] pci 0000:00:1c.2: bridge window [mem 0xe2c00000-0xe40fffff] [ 0.276454] pci 0000:00:1c.2: bridge window [mem 0xe0000000-0xe13fffff 64bit pref] [ 0.276562] pci 0000:00:1c.5: PCI bridge to [bus 09-09] [ 0.276638] pci 0000:00:1c.5: bridge window [mem 0xe5200000-0xe52fffff] [ 0.276721] pci 0000:00:1c.6: PCI bridge to [bus 0a-11] [ 0.276796] pci 0000:00:1c.6: bridge window [io 0x2000-0x5fff] [ 0.276874] pci 0000:00:1c.6: bridge window [mem 0xe4100000-0xe51fffff] [ 0.276953] pci 0000:00:1c.6: bridge window [mem 0xe1400000-0xe24fffff 64bit pref] [ 0.277102] pci 0000:03:00.0: setting latency timer to 64 [ 0.277118] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.277120] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.277121] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.277123] pci_bus 0000:00: resource 7 [mem 0xcfa00000-0xfeafffff] [ 0.277125] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff] [ 0.277127] pci_bus 0000:02: resource 1 [mem 0xe5300000-0xe53fffff] [ 0.277129] pci_bus 0000:03: resource 0 [io 0x6000-0x7fff] [ 0.277131] pci_bus 0000:03: resource 1 [mem 0xe2c00000-0xe40fffff] [ 0.277132] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xe13fffff 64bit pref] [ 0.277134] pci_bus 0000:04: resource 0 [io 0x6400-0x64ff] [ 0.277136] pci_bus 0000:04: resource 1 [io 0x6000-0x60ff] [ 0.277138] pci_bus 0000:09: resource 1 [mem 0xe5200000-0xe52fffff] [ 0.277140] pci_bus 0000:0a: resource 0 [io 0x2000-0x5fff] [ 0.277141] pci_bus 0000:0a: resource 1 [mem 0xe4100000-0xe51fffff] [ 0.277143] pci_bus 0000:0a: resource 2 [mem 0xe1400000-0xe24fffff 64bit pref] [ 0.277170] NET: Registered protocol family 2 [ 0.277340] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.278030] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) [ 0.279309] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.279519] TCP: Hash tables configured (established 524288 bind 65536) [ 0.279594] TCP: reno registered [ 0.279673] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.279764] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.279899] NET: Registered protocol family 1 [ 0.279979] pci 0000:00:02.0: Boot video device [ 0.280298] PCI: CLS 64 bytes, default 64 [ 0.280317] DMAR: No ATSR found [ 0.280418] IOMMU 0 0xfed90000: using Queued invalidation [ 0.280491] IOMMU 1 0xfed91000: using Queued invalidation [ 0.280564] IOMMU: Setting RMRR: [ 0.280641] IOMMU: Setting identity map for device 0000:00:02.0 [0xcb800000 - 0xcf9fffff] [ 0.281115] IOMMU: Setting identity map for device 0000:00:1d.0 [0xcadc6000 - 0xcadd5fff] [ 0.281251] IOMMU: Setting identity map for device 0000:00:1a.0 [0xcadc6000 - 0xcadd5fff] [ 0.281843] IOMMU: Prepare 0-16MiB unity mapping for LPC [ 0.281922] IOMMU: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff] [ 0.282273] PCI-DMA: Intel(R) Virtualization Technology for Directed I/O [ 0.282363] ------------[ cut here ]------------ [ 0.282438] WARNING: at drivers/pci/search.c:44 pci_find_upstream_pcie_bridge+0x5e/0x70() [ 0.282541] Hardware name: Latitude E5420 [ 0.282612] Modules linked in: [ 0.282720] Pid: 1, comm: swapper/0 Not tainted 3.4.0-rc5-wl+ #25 [ 0.282795] Call Trace: [ 0.282867] [<ffffffff8103279a>] warn_slowpath_common+0x7a/0xb0 [ 0.282942] [<ffffffff810327e5>] warn_slowpath_null+0x15/0x20 [ 0.283017] [<ffffffff811fb34e>] pci_find_upstream_pcie_bridge+0x5e/0x70 [ 0.283095] [<ffffffff81377727>] intel_iommu_device_group+0x77/0x100 [ 0.283172] [<ffffffff81371fc5>] add_iommu_group+0x35/0x60 [ 0.283254] [<ffffffff81371f90>] ? bus_set_iommu+0x50/0x50 [ 0.283331] [<ffffffff812ebb0e>] bus_for_each_dev+0x4e/0x80 [ 0.283405] [<ffffffff81371f7b>] bus_set_iommu+0x3b/0x50 [ 0.283481] [<ffffffff818adbc9>] intel_iommu_init+0xa55/0xae4 [ 0.283557] [<ffffffff810fb996>] ? sys_mkdirat+0x76/0xd0 [ 0.283634] [<ffffffff818860b7>] ? memblock_find_dma_reserve+0x13d/0x13d [ 0.283710] [<ffffffff818860ca>] pci_iommu_init+0x13/0x3e [ 0.283784] [<ffffffff810001ca>] do_one_initcall+0x3a/0x160 [ 0.283859] [<ffffffff81882c13>] kernel_init+0x143/0x1c7 [ 0.283934] [<ffffffff81882589>] ? do_early_param+0x87/0x87 [ 0.284009] [<ffffffff814844d4>] kernel_thread_helper+0x4/0x10 [ 0.284084] [<ffffffff81882ad0>] ? start_kernel+0x2ed/0x2ed [ 0.284158] [<ffffffff814844d0>] ? gs_change+0xb/0xb [ 0.284240] ---[ end trace e93713a9d40cd06c ]--- [ 0.286000] Simple Boot Flag at 0xf3 set to 0x1 [ 0.287015] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x15 [ 0.287095] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x15 [ 0.287186] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x15 [ 0.287274] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x15 [ 0.287417] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 0.288045] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.291060] VFS: Disk quotas dquot_6.5.2 [ 0.291271] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.291871] msgmni has been set to 7836 [ 0.292320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.292425] io scheduler noop registered (default) [ 0.292968] intel_idle: MWAIT substates: 0x21120 [ 0.292969] intel_idle: v0.4 model 0x2A [ 0.292970] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.293639] ACPI: AC Adapter [AC] (on-line) [ 0.294152] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0 [ 0.294556] ACPI: Lid Switch [LID] [ 0.294684] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 [ 0.294790] ACPI: Power Button [PBTN] [ 0.294915] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2 [ 0.295018] ACPI: Sleep Button [SBTN] [ 0.295140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 0.295298] ACPI: Power Button [PWRF] [ 0.295477] ACPI: Requesting acpi_cpufreq [ 0.310310] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.310385] ACPI: Thermal Zone [THM] (25 C) [ 0.310694] GHES: HEST is not enabled! [ 0.310860] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.312991] Non-volatile memory driver v1.3 [ 0.313124] Linux agpgart interface v0.103 [ 0.313362] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset [ 0.313622] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable [ 0.315116] agpgart-intel 0000:00:00.0: detected 65536K stolen memory [ 0.315416] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 [ 0.315599] [drm] Initialized drm 1.1.0 20060810 [ 0.315975] i915 0000:00:02.0: setting latency timer to 64 [ 0.319777] ACPI: Battery Slot [BAT0] (battery present) [ 0.381975] i915 0000:00:02.0: irq 42 for MSI/MSI-X [ 0.381983] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 0.382070] [drm] Driver supports precise vblank timestamp query. [ 0.382180] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 0.730482] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off [ 0.881135] fbcon: inteldrmfb (fb0) is primary device [ 1.285895] Refined TSC clocksource calibration: 2494.333 MHz. [ 1.285903] Switching to clocksource tsc [ 1.377584] Console: switching to colour frame buffer device 170x96 [ 1.380291] fb0: inteldrmfb frame buffer device [ 1.380303] drm: registered panic notifier [ 1.396818] acpi device:36: registered as cooling_device4 [ 1.403358] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4 [ 1.403385] ACPI: Video Device [VID] (multi-head: yes rom: no post: no) [ 1.403433] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 1.404855] brd: module loaded [ 1.405010] ahci 0000:00:1f.2: version 3.0 [ 1.405070] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X [ 1.405098] ahci: SSS flag set, parallel bus scan disabled [ 1.415774] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode [ 1.415819] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst [ 1.415844] ahci 0000:00:1f.2: setting latency timer to 64 [ 1.424397] scsi0 : ahci [ 1.424488] scsi1 : ahci [ 1.424568] scsi2 : ahci [ 1.424650] scsi3 : ahci [ 1.424747] scsi4 : ahci [ 1.424838] scsi5 : ahci [ 1.425169] ata2: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420100 irq 43 [ 1.425191] ata3: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420180 irq 43 [ 1.425210] ata4: DUMMY [ 1.425221] ata5: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420280 irq 43 [ 1.425241] ata6: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420300 irq 43 [ 1.425261] ata7: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420380 irq 43 [ 1.425511] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 1.425783] i8042: Warning: Keylock active [ 1.427037] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.427058] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.427187] mousedev: PS/2 mouse device common for all mice [ 1.427444] rtc_cmos 00:06: RTC can wake from S4 [ 1.427610] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 [ 1.427666] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs [ 1.427735] ACPI Warning: 0x0000000000008040-0x000000000000805f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120320/utaddress-251) [ 1.427774] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 1.427955] EDAC MC: Ver: 2.1.0 [ 1.428309] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5 [ 1.428531] cpuidle: using governor ladder [ 1.428623] cpuidle: using governor menu [ 1.428862] EFI Variables Facility v0.08 2004-May-17 [ 1.429332] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) [ 1.443699] input: Dell WMI hotkeys as /devices/virtual/input/input6 [ 1.443816] dell_wmi_aio: No known WMI GUID found [ 1.443879] intel_oaktrail: Platform not recognized (You could try the module's force-parameter) [ 1.444019] TCP: cubic registered [ 1.444034] TCP: vegas registered [ 1.444044] TCP: yeah registered [ 1.444054] Initializing XFRM netlink socket [ 1.444374] NET: Registered protocol family 10 [ 1.444575] NET: Registered protocol family 17 [ 1.444591] Registering the dns_resolver key type [ 1.444795] PM: Checking hibernation image partition /dev/sda3 [ 1.729417] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.731722] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (unknown) rejected by device (Stat=0x51 Err=0x04) [ 1.774277] ata2.00: ATA-8: ST9320423AS, D005SDM1, max UDMA/133 [ 1.774300] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32) [ 1.777580] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (unknown) rejected by device (Stat=0x51 Err=0x04) [ 1.778040] ata2.00: configured for UDMA/133 [ 1.779525] scsi 0:0:0:0: Direct-Access ATA ST9320423AS D005 PQ: 0 ANSI: 5 [ 1.779908] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 1.779973] sd 0:0:0:0: [sda] Write Protect is off [ 1.779989] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.779994] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.780009] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.840218] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > [ 1.841397] sd 0:0:0:0: [sda] Attached SCSI disk [ 2.083874] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 2.093761] ata3.00: ATAPI: TSSTcorp DVD+/-RW TS-L633J, D400, max UDMA/100 [ 2.104215] ata3.00: configured for UDMA/100 [ 2.110631] scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-L633J D400 PQ: 0 ANSI: 5 [ 2.121220] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.121247] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.121622] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 2.121721] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 2.426503] ata5: SATA link down (SStatus 0 SControl 300) [ 2.732118] ata6: SATA link down (SStatus 0 SControl 300) [ 3.037724] ata7: SATA link down (SStatus 0 SControl 300) [ 3.038933] PM: Hibernation image partition 8:3 present [ 3.038935] PM: Looking for hibernation image. [ 3.039427] PM: Image not found (code -22) [ 3.039429] PM: Hibernation image not present or could not be loaded. [ 3.039438] registered taskstats version 1 [ 3.189591] EXT4-fs (sda5): couldn't mount as ext3 due to feature incompatibilities [ 3.197795] EXT4-fs (sda5): couldn't mount as ext2 due to feature incompatibilities [ 3.202949] EXT4-fs (sda5): INFO: recovery required on readonly filesystem [ 3.204062] EXT4-fs (sda5): write access will be enabled during recovery [ 3.512260] EXT4-fs (sda5): recovery complete [ 3.518172] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) [ 3.519342] VFS: Mounted root (ext4 filesystem) readonly on device 8:5. [ 3.521267] Freeing unused kernel memory: 564k freed [ 3.522445] Write protecting the kernel read-only data: 8192k [ 3.527251] Freeing unused kernel memory: 1488k freed [ 3.529990] Freeing unused kernel memory: 580k freed [ 5.192505] systemd-getty-g used greatest stack depth: 5120 bytes left [ 6.319201] mount used greatest stack depth: 4656 bytes left [ 6.757747] udevd[857]: starting version 182 [ 7.423027] fsck used greatest stack depth: 4568 bytes left [ 7.827934] EXT4-fs (sda5): re-mounted. Opts: (null) [ 8.204586] usbcore: registered new interface driver usbfs [ 8.205466] usbcore: registered new interface driver hub [ 8.206299] usbcore: registered new device driver usb [ 8.227905] cfg80211: Calling CRDA to update world regulatory domain [ 8.262629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.263480] ehci_hcd 0000:00:1a.0: setting latency timer to 64 [ 8.263485] ehci_hcd 0000:00:1a.0: EHCI Host Controller [ 8.264267] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 8.265057] ehci_hcd 0000:00:1a.0: debug port 2 [ 8.269690] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported [ 8.269706] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe5450000 [ 8.275853] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 8.276679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 8.277461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.278269] usb usb1: Product: EHCI Host Controller [ 8.279069] usb usb1: Manufacturer: Linux 3.4.0-rc5-wl+ ehci_hcd [ 8.279860] usb usb1: SerialNumber: 0000:00:1a.0 [ 8.280801] hub 1-0:1.0: USB hub found [ 8.281884] hub 1-0:1.0: 2 ports detected [ 8.283048] ehci_hcd 0000:00:1d.0: setting latency timer to 64 [ 8.283053] ehci_hcd 0000:00:1d.0: EHCI Host Controller [ 8.283982] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 8.284808] ehci_hcd 0000:00:1d.0: debug port 2 [ 8.289476] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported [ 8.289494] ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe5430000 [ 8.295829] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 8.296723] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 8.297545] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.298378] usb usb2: Product: EHCI Host Controller [ 8.299232] usb usb2: Manufacturer: Linux 3.4.0-rc5-wl+ ehci_hcd [ 8.300089] usb usb2: SerialNumber: 0000:00:1d.0 [ 8.301088] hub 2-0:1.0: USB hub found [ 8.301943] hub 2-0:1.0: 2 ports detected [ 8.436154] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X [ 8.477845] iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d [ 8.478751] iwlwifi: Copyright(c) 2003-2012 Intel Corporation [ 8.479837] iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000 [ 8.480752] iwlwifi 0000:02:00.0: pci_resource_base = ffffc90000674000 [ 8.481684] iwlwifi 0000:02:00.0: HW Revision ID = 0x34 [ 8.483002] iwlwifi 0000:02:00.0: irq 45 for MSI/MSI-X [ 8.483107] iwlwifi 0000:02:00.0: U iwl_request_firmware attempting to load firmware 'iwlwifi-6000g2a-6.ucode' [ 8.512925] iwlwifi 0000:02:00.0: U iwl_request_firmware attempting to load firmware 'iwlwifi-6000g2a-5.ucode' [ 8.574099] iwlwifi 0000:02:00.0: U iwl_ucode_callback Loaded firmware file 'iwlwifi-6000g2a-5.ucode' (444128 bytes). [ 8.575070] iwlwifi 0000:02:00.0: loaded firmware version 17.168.5.3 build 42301 [ 8.575114] iwlwifi 0000:02:00.0: U validate_sec_sizes f/w package hdr runtime inst size = 149504 [ 8.576979] iwlwifi 0000:02:00.0: U validate_sec_sizes f/w package hdr runtime data size = 81920 [ 8.577899] iwlwifi 0000:02:00.0: U validate_sec_sizes f/w package hdr init inst size = 130552 [ 8.578849] iwlwifi 0000:02:00.0: U validate_sec_sizes f/w package hdr init data size = 81920 [ 8.579892] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG enabled [ 8.580802] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled [ 8.581765] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled [ 8.582698] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled [ 8.583656] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_P2P enabled [ 8.584577] iwlwifi 0000:02:00.0: U iwl_op_mode_dvm_start *** LOAD DRIVER *** [ 8.585443] usb 1-1: new high-speed USB device number 2 using ehci_hcd [ 8.586480] iwlwifi 0000:02:00.0: U iwl_op_mode_dvm_start BT channel inhibition is On [ 8.587460] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0 [ 8.588422] iwlwifi 0000:02:00.0: U iwl_prepare_card_hw iwl_trans_prepare_card_hw enter [ 8.589404] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 8.590398] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 8.591404] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 8.609335] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 8.610323] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 8.611382] iwlwifi 0000:02:00.0: device EEPROM VER=0x715, CALIB=0x6 [ 8.612359] iwlwifi 0000:02:00.0: Device SKU: 0x1F0 [ 8.613317] iwlwifi 0000:02:00.0: Valid Tx ant: 0x3, Valid Rx ant: 0x3 [ 8.614275] iwlwifi 0000:02:00.0: U iwl_op_mode_dvm_start MAC address: a0:88:b4:6f:4e:2c [ 8.615260] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 8.616253] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 1 Freq=2412[2.4GHz] valid flag=0x20 [ 8.617246] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 2 Freq=2417[2.4GHz] valid flag=0x20 [ 8.618220] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 3 Freq=2422[2.4GHz] valid flag=0x20 [ 8.619209] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 4 Freq=2427[2.4GHz] valid flag=0x20 [ 8.620166] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 5 Freq=2432[2.4GHz] valid flag=0x0 [ 8.621143] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 6 Freq=2437[2.4GHz] valid flag=0x0 [ 8.622085] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 7 Freq=2442[2.4GHz] valid flag=0x0 [ 8.623037] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 8 Freq=2447[2.4GHz] valid flag=0x10 [ 8.623964] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 9 Freq=2452[2.4GHz] valid flag=0x10 [ 8.624910] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 10 Freq=2457[2.4GHz] valid flag=0x10 [ 8.625823] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 11 Freq=2462[2.4GHz] valid flag=0x10 [ 8.626752] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 12 Freq=2467[2.4GHz] valid flag=0x36 [ 8.627648] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 13 Freq=2472[2.4GHz] valid flag=0x36 [ 8.628587] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 36 Freq=5180[5.2GHz] valid flag=0x26 [ 8.629480] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 40 Freq=5200[5.2GHz] valid flag=0x16 [ 8.630382] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 44 Freq=5220[5.2GHz] valid flag=0x26 [ 8.631247] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 48 Freq=5240[5.2GHz] valid flag=0x16 [ 8.632103] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 52 Freq=5260[5.2GHz] valid flag=0x2E [ 8.633005] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 56 Freq=5280[5.2GHz] valid flag=0x1E [ 8.633859] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 60 Freq=5300[5.2GHz] valid flag=0x2E [ 8.634728] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 64 Freq=5320[5.2GHz] valid flag=0x1E [ 8.635565] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 100 Freq=5500[5.2GHz] valid flag=0x2E [ 8.636437] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 104 Freq=5520[5.2GHz] valid flag=0x1E [ 8.637251] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 108 Freq=5540[5.2GHz] valid flag=0x2E [ 8.638058] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 112 Freq=5560[5.2GHz] valid flag=0x1E [ 8.638889] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 116 Freq=5580[5.2GHz] valid flag=0x2E [ 8.639699] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 120 Freq=5600[5.2GHz] valid flag=0x1E [ 8.640573] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 124 Freq=5620[5.2GHz] valid flag=0x2E [ 8.641346] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 128 Freq=5640[5.2GHz] valid flag=0x1E [ 8.642123] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 132 Freq=5660[5.2GHz] valid flag=0x2E [ 8.642953] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 136 Freq=5680[5.2GHz] valid flag=0x1E [ 8.643733] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 140 Freq=5700[5.2GHz] valid flag=0x3E [ 8.644534] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 149 Freq=5745[5.2GHz] valid flag=0x26 [ 8.645293] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 153 Freq=5765[5.2GHz] valid flag=0x16 [ 8.646051] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 157 Freq=5785[5.2GHz] valid flag=0x26 [ 8.646819] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 161 Freq=5805[5.2GHz] valid flag=0x16 [ 8.647540] iwlwifi 0000:02:00.0: U iwl_init_geos Channel 165 Freq=5825[5.2GHz] valid flag=0x36 [ 8.648265] iwlwifi 0000:02:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels [ 8.649096] Registered led device: phy0-led [ 8.649230] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs' [ 8.701702] usb 1-1: New USB device found, idVendor=8087, idProduct=0024 [ 8.702461] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 8.703523] hub 1-1:1.0: USB hub found [ 8.704311] hub 1-1:1.0: 6 ports detected [ 8.807193] usb 2-1: new high-speed USB device number 2 using ehci_hcd [ 8.898563] cfg80211: World regulatory domain updated: [ 8.899287] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 8.900011] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 8.900757] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 8.901468] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 8.902162] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 8.902856] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 8.921542] usb 2-1: New USB device found, idVendor=8087, idProduct=0024 [ 8.922251] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 8.923406] hub 2-1:1.0: USB hub found [ 8.924275] hub 2-1:1.0: 6 ports detected [ 8.999136] usb 1-1.4: new high-speed USB device number 3 using ehci_hcd [ 9.169354] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input7 [ 9.183580] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input8 [ 9.191283] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 9.192213] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 9.193123] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 9.194028] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 9.194944] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 9.195881] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 [ 9.197010] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 [ 9.254369] usb 1-1.4: New USB device found, idVendor=1bcf, idProduct=280b [ 9.255246] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 9.256108] usb 1-1.4: Product: Laptop_Integrated_Webcam_FHD [ 9.256978] usb 1-1.4: Manufacturer: CN0CJ3P27248715OB5MJA00 [ 9.547448] usb 2-1.4: new high-speed USB device number 3 using ehci_hcd [ 9.634491] usb 2-1.4: New USB device found, idVendor=05e3, idProduct=0608 [ 9.635439] usb 2-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.636347] usb 2-1.4: Product: USB2.0 Hub [ 9.637711] hub 2-1.4:1.0: USB hub found [ 9.638984] hub 2-1.4:1.0: 4 ports detected [ 9.714326] usb 2-1.6: new full-speed USB device number 4 using ehci_hcd [ 9.804145] usb 2-1.6: New USB device found, idVendor=413c, idProduct=8187 [ 9.805153] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 9.806106] usb 2-1.6: Product: DW375 Bluetooth Module [ 9.807062] usb 2-1.6: Manufacturer: Dell Computer Corp [ 9.808022] usb 2-1.6: SerialNumber: C0F8DAE4FAE3 [ 9.897996] Linux video capture interface: v2.00 [ 9.905027] usb 2-1.4.2: new low-speed USB device number 5 using ehci_hcd [ 10.002964] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_FHD (1bcf:280b) [ 10.006025] usb 2-1.4.2: New USB device found, idVendor=046a, idProduct=0023 [ 10.007069] usb 2-1.4.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 10.037644] input: Laptop_Integrated_Webcam_FHD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input16 [ 10.038819] usbcore: registered new interface driver uvcvideo [ 10.039880] USB Video Class driver (1.1.1) [ 10.082845] usb 2-1.4.4: new high-speed USB device number 6 using ehci_hcd [ 10.159807] usb 2-1.4.4: New USB device found, idVendor=05e3, idProduct=0608 [ 10.160930] usb 2-1.4.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 10.162004] usb 2-1.4.4: Product: USB2.0 Hub [ 10.163515] hub 2-1.4.4:1.0: USB hub found [ 10.164925] hub 2-1.4.4:1.0: 4 ports detected [ 10.184544] usbcore: registered new interface driver usbhid [ 10.185642] usbhid: USB HID core driver [ 10.233165] input: HID 046a:0023 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2:1.0/input/input17 [ 10.234424] cherry 0003:046A:0023.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:0023] on usb-0000:00:1d.0-1.4.2/input0 [ 10.244339] input: HID 046a:0023 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2:1.1/input/input18 [ 10.245614] cherry 0003:046A:0023.0002: input,hidraw1: USB HID v1.11 Device [HID 046a:0023] on usb-0000:00:1d.0-1.4.2/input1 [ 10.403105] Adding 8388604k swap on /dev/sda3. Priority:0 extents:1 across:8388604k [ 10.431435] usb 2-1.4.4.1: new high-speed USB device number 7 using ehci_hcd [ 10.511232] usb 2-1.4.4.1: New USB device found, idVendor=05e3, idProduct=0723 [ 10.512461] usb 2-1.4.4.1: New USB device strings: Mfr=3, Product=4, SerialNumber=0 [ 10.513644] usb 2-1.4.4.1: Product: USB Storage [ 10.514815] usb 2-1.4.4.1: Manufacturer: Generic [ 10.590148] usb 2-1.4.4.4: new low-speed USB device number 8 using ehci_hcd [ 10.614389] Initializing USB Mass Storage driver... [ 10.615674] usb-storage 2-1.4.4.1:1.0: Quirks match for vid 05e3 pid 0723: 8000 [ 10.616887] scsi6 : usb-storage 2-1.4.4.1:1.0 [ 10.618178] usbcore: registered new interface driver usb-storage [ 10.619388] USB Mass Storage support registered. [ 10.680880] usb 2-1.4.4.4: New USB device found, idVendor=093a, idProduct=2510 [ 10.682113] usb 2-1.4.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 10.683289] usb 2-1.4.4.4: Product: USB OPTICAL MOUSE [ 10.684452] usb 2-1.4.4.4: Manufacturer: PIXART [ 10.689046] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.4/2-1.4.4.4/2-1.4.4.4:1.0/input/input19 [ 10.690407] generic-usb 0003:093A:2510.0003: input,hidraw2: USB HID v1.10 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:1d.0-1.4.4.4/input0 [ 11.620316] scsi 6:0:0:0: Direct-Access Generic STORAGE DEVICE 9451 PQ: 0 ANSI: 0 [ 11.622642] sd 6:0:0:0: Attached scsi generic sg2 type 0 [ 11.626288] sd 6:0:0:0: [sdb] Attached SCSI removable disk [ 11.775199] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) [ 16.675553] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 15: ff:ff:ff:ff:ff:ff [ 16.675597] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 14: ff:ff:ff:ff:ff:ff [ 16.675636] iwlwifi 0000:02:00.0: U iwl_prepare_card_hw iwl_trans_prepare_card_hw enter [ 16.675701] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 16.675757] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 16.675840] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 16.682657] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 16.746028] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command COEX_PRIORITY_TABLE_CMD [ 16.746076] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 16.746217] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 16.746301] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 16.746367] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 16.746847] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 16.746930] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command CALIBRATION_CFG_CMD [ 16.746992] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 16.747155] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 16.967673] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 16.967742] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 16.967836] iwlwifi 0000:02:00.0: U iwl_prepare_card_hw iwl_trans_prepare_card_hw enter [ 16.967900] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 16.967956] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 16.968039] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 16.974855] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 17.041649] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command COEX_PRIORITY_TABLE_CMD [ 17.041697] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 17.041853] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 17.041931] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.041972] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.042509] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.042602] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.042659] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.042789] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.042837] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.042885] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.042963] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.043010] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.044082] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.045143] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.045150] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.045153] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.046216] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.046223] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.046225] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.049357] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.049364] iwlwifi 0000:02:00.0: U iwl_alive_start Runtime Alive received. [ 17.049367] iwlwifi 0000:02:00.0: U iwl_send_bt_config BT coex active [ 17.049370] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_BT_CONFIG [ 17.049372] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_BT_CONFIG [ 17.052563] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_BT_CONFIG [ 17.052570] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command CALIBRATION_CFG_CMD [ 17.052573] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 17.057929] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 17.057936] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command TX_ANT_CONFIGURATION_CMD [ 17.057939] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 17.079895] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 17.081030] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.082140] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 17.083278] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 17.083279] * without RXON_FILTER_ASSOC_MSK [ 17.083280] * channel = 1 [ 17.083281] * bssid = 00:00:00:00:00:00 [ 17.087578] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 17.088677] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 17.089791] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 17.089806] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 17.089810] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations No active stations found to be cleared [ 17.089814] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 17.089817] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 17.089820] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 17.089823] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 17.089825] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 17.106641] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 17.107750] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 17.108834] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 17.109926] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 17.111022] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:00:ff [ 17.112114] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 17.113225] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 0 is not an HT channel [ 17.114330] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 17.115442] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.115549] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.115555] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 17.115558] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 17.115561] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_CT_KILL_CONFIG_CMD [ 17.115564] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 17.115625] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 17.115630] iwlwifi 0000:02:00.0: U iwl_rf_kill_ct_config REPLY_CT_KILL_CONFIG_CMD succeeded, critical temperature enter is 114,exit is 95 [ 17.115632] iwlwifi 0000:02:00.0: U iwl_alive_start ALIVE processing complete. [ 17.115635] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 17.115636] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 17.115701] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 17.115707] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.115709] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.115713] iwlwifi 0000:02:00.0: U iwlagn_mac_start Start UP work done. [ 17.115745] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.115749] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 17.115752] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 17.115753] * without RXON_FILTER_ASSOC_MSK [ 17.115753] * channel = 1 [ 17.115754] * bssid = 00:00:00:00:00:00 [ 17.115756] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 17.115757] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 17.115953] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 17.115963] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 17.115965] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 17.115969] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 17.115971] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 17.115973] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 17.115975] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 17.115977] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 17.116103] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 17.116105] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 17.116107] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 17.116109] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 17.116110] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 17.116113] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 17.116117] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 17.116119] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 17.116121] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.116219] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.116223] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 17.116225] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 17.116231] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.116234] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 17.116236] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 17.116237] * without RXON_FILTER_ASSOC_MSK [ 17.116238] * channel = 1 [ 17.116238] * bssid = 00:00:00:00:00:00 [ 17.116240] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 17.116242] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 17.116505] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 17.116520] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 17.116523] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 17.116526] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 17.116529] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 17.116532] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 17.116535] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 17.116538] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 17.116673] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 17.116675] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 17.116677] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 17.116680] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 17.116681] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 17.116684] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 17.116694] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 17.116696] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 17.116698] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.116827] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.116839] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 17.116841] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 17.116854] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=0 FLAGS=0x0 [ 17.116857] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 17.116860] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 17.116983] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 17.116995] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.116998] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.117002] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.117003] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.117008] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 17.117010] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 17.117090] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 17.117102] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.117104] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.117412] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 17.204323] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 17.204327] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 17.205903] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 17.635253] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 17.636681] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 17.636683] * without RXON_FILTER_ASSOC_MSK [ 17.636684] * channel = 1 [ 17.636684] * bssid = 00:00:00:00:00:00 [ 17.642124] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 17.643144] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 17.645832] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 17.646909] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 17.647942] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 17.648971] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 17.650002] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 17.651024] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 17.652054] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 17.653082] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 17.655551] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 17.656633] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 17.657666] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 17.658711] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 17.659754] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 17.660804] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 17.661859] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 17.662936] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 17.662939] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.665091] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.665098] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 17.665101] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 17.665139] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 17.665142] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 17.670417] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 17.849377] udevd used greatest stack depth: 4320 bytes left [ 22.114952] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 22.116034] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 22.118828] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 22.547727] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 22.548821] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 22.552535] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 25.576558] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.577702] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 25.578911] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 25.578913] * without RXON_FILTER_ASSOC_MSK [ 25.578914] * channel = 1 [ 25.578915] * bssid = 00:00:00:00:00:00 [ 25.583412] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 25.583415] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 25.587434] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 25.588597] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.589741] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 25.590889] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 25.592014] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 25.593162] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 25.593166] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 25.593169] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 25.594579] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 25.594581] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 25.594585] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 25.594588] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 25.594591] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 25.594594] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 25.594608] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 25.594611] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 25.594614] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.595818] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.595826] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 25.595829] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 25.595851] iwlwifi 0000:02:00.0: U iwl_down iwlwifi is going down [ 25.595860] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.595862] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 25.596191] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 25.596223] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 25.596329] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 25.596362] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 25.620884] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 15: ff:ff:ff:ff:ff:ff [ 25.622026] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 14: ff:ff:ff:ff:ff:ff [ 25.623195] iwlwifi 0000:02:00.0: U iwl_prepare_card_hw iwl_trans_prepare_card_hw enter [ 25.624345] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 25.624373] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 25.624417] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 25.631205] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 25.632282] ------------[ cut here ]------------ [ 25.633353] WARNING: at drivers/iommu/intel-iommu.c:2922 intel_unmap_page+0x11e/0x130() [ 25.633355] Hardware name: Latitude E5420 [ 25.633356] Driver unmaps unmatched page at PFN ffd5e000 [ 25.633357] Modules linked in: usb_storage hid_cherry usbhid uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev snd_hda_codec_hdmi snd_hda_codec_idt crc32c_intel aesni_intel aes_x86_64 cryptd iwlwifi snd_hda_intel snd_hda_codec mac80211 snd_hwdep snd_pcm snd_page_alloc ehci_hcd snd_timer snd soundcore cfg80211 psmouse usbcore usb_common [ 25.633374] Pid: 1852, comm: ifconfig Tainted: G W 3.4.0-rc5-wl+ #25 [ 25.633376] Call Trace: [ 25.633381] [<ffffffff8103279a>] warn_slowpath_common+0x7a/0xb0 [ 25.633383] [<ffffffff81032871>] warn_slowpath_fmt+0x41/0x50 [ 25.633386] [<ffffffff813735c0>] ? find_iova+0x50/0x90 [ 25.633388] [<ffffffff813775ae>] intel_unmap_page+0x11e/0x130 [ 25.633395] [<ffffffffa015b8c4>] iwl_trans_rxq_free_rx_bufs+0x54/0xf0 [iwlwifi] [ 25.633399] [<ffffffffa015ce74>] ? iwl_trans_pcie_start_fw+0x154/0xee0 [iwlwifi] [ 25.633402] [<ffffffff81058d03>] ? get_parent_ip+0x33/0x50 [ 25.633405] [<ffffffff81058e7d>] ? add_preempt_count+0x8d/0xc0 [ 25.633407] [<ffffffff81058d03>] ? get_parent_ip+0x33/0x50 [ 25.633409] [<ffffffff81058dbd>] ? sub_preempt_count+0x9d/0xd0 [ 25.633413] [<ffffffffa01461c8>] ? iwl_load_ucode_wait_alive+0xa8/0x3f0 [iwlwifi] [ 25.633415] [<ffffffff81058d03>] ? get_parent_ip+0x33/0x50 [ 25.633418] [<ffffffffa0145bf0>] ? iwl_alloc_all+0x30/0x30 [iwlwifi] [ 25.633423] [<ffffffff8148255a>] ? _raw_spin_unlock_bh+0x1a/0x20 [ 25.633426] [<ffffffffa0143cb2>] ? iwlagn_mac_start+0x132/0x210 [iwlwifi] [ 25.633432] [<ffffffffa00fb023>] ? ieee80211_do_open+0x233/0x7f0 [mac80211] [ 25.633437] [<ffffffffa00f8ea2>] ? ieee80211_check_concurrent_iface+0x22/0x1a0 [mac80211] [ 25.633439] [<ffffffff81395ef7>] ? __dev_open+0x97/0xe0 [ 25.633441] [<ffffffff8139617c>] ? __dev_change_flags+0x9c/0x180 [ 25.633443] [<ffffffff81396313>] ? dev_change_flags+0x23/0x70 [ 25.633446] [<ffffffff813f1a4d>] ? devinet_ioctl+0x5bd/0x740 [ 25.633448] [<ffffffff813f1f15>] ? inet_ioctl+0x75/0x90 [ 25.633450] [<ffffffff8137cefb>] ? sock_do_ioctl+0x2b/0x70 [ 25.633453] [<ffffffff8137cfa8>] ? sock_ioctl+0x68/0x2b0 [ 25.633456] [<ffffffff810fd62e>] ? do_vfs_ioctl+0x8e/0x500 [ 25.633459] [<ffffffff810914f2>] ? call_rcu+0x12/0x20 [ 25.633462] [<ffffffff8105408a>] ? __put_cred+0x3a/0x50 [ 25.633464] [<ffffffff810fdb31>] ? sys_ioctl+0x91/0xa0 [ 25.633466] [<ffffffff81483462>] ? system_call_fastpath+0x16/0x1b [ 25.633468] ---[ end trace e93713a9d40cd06e ]--- [ 25.700446] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command COEX_PRIORITY_TABLE_CMD [ 25.701472] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 25.702633] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 25.703668] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.704740] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.705937] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.707008] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.708055] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.709209] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.710272] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.711404] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.711499] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.711507] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.711510] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.711604] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.711611] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.711614] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.711717] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.711723] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.711726] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.711818] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.711828] iwlwifi 0000:02:00.0: U iwl_alive_start Runtime Alive received. [ 25.711830] iwlwifi 0000:02:00.0: U iwl_send_bt_config BT coex active [ 25.711833] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_BT_CONFIG [ 25.711836] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_BT_CONFIG [ 25.711918] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_BT_CONFIG [ 25.711926] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command CALIBRATION_CFG_CMD [ 25.711929] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 25.712020] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 25.712033] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command TX_ANT_CONFIGURATION_CMD [ 25.712036] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 25.739256] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 25.740348] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.741429] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 25.742541] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 25.742542] * without RXON_FILTER_ASSOC_MSK [ 25.742543] * channel = 1 [ 25.742543] * bssid = 00:00:00:00:00:00 [ 25.746787] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 25.747876] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 25.750188] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 25.751329] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.752443] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations No active stations found to be cleared [ 25.753570] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 25.753572] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 25.753575] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 25.753577] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 25.753579] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 25.766903] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 25.768041] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 25.769146] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 25.770261] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 25.771380] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:00:ff [ 25.772497] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 25.773628] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 25.774759] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 25.775999] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.776109] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.776114] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 25.776117] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 25.776120] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_CT_KILL_CONFIG_CMD [ 25.776122] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 25.776187] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 25.776196] iwlwifi 0000:02:00.0: U iwl_rf_kill_ct_config REPLY_CT_KILL_CONFIG_CMD succeeded, critical temperature enter is 114,exit is 95 [ 25.776198] iwlwifi 0000:02:00.0: U iwl_alive_start ALIVE processing complete. [ 25.776202] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 25.776203] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 25.776292] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 25.776304] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.776307] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.776311] iwlwifi 0000:02:00.0: U iwlagn_mac_start Start UP work done. [ 25.776317] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.776320] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 25.776322] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 25.776323] * without RXON_FILTER_ASSOC_MSK [ 25.776324] * channel = 1 [ 25.776324] * bssid = 00:00:00:00:00:00 [ 25.776326] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 25.776328] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 25.777900] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 25.777917] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.777920] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 25.777925] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 25.777927] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 25.777929] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 25.777931] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 25.777933] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 25.778028] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 25.778031] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 25.778033] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 25.778035] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 25.778037] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 25.778040] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 25.778050] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 25.778052] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 25.778054] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.779258] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.779270] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 25.779272] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 25.779278] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.779281] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 25.779283] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 25.779284] * without RXON_FILTER_ASSOC_MSK [ 25.779284] * channel = 1 [ 25.779285] * bssid = 00:00:00:00:00:00 [ 25.779286] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 25.779288] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 25.780847] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 25.780861] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.780863] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 25.780866] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 25.780868] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 25.780870] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 25.780872] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 25.780874] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 25.782156] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 25.782158] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 25.782161] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 25.782163] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 25.782165] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 25.782168] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 25.782185] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 25.782188] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 25.782192] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.783458] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.783481] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 25.783483] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 25.783489] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=0 FLAGS=0x0 [ 25.783491] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 25.783493] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 25.784705] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 25.784717] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.784722] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.784724] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.785029] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 25.861597] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.861601] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 25.861604] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 25.861605] * without RXON_FILTER_ASSOC_MSK [ 25.861606] * channel = 1 [ 25.861606] * bssid = 00:00:00:00:00:00 [ 25.861608] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 25.861610] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 25.870280] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 25.870317] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.870320] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 25.870324] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 25.870326] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 25.870328] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 25.870330] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 25.870332] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 25.878652] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 25.878654] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 25.878656] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 25.878659] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 25.878661] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 25.878663] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 25.878676] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 25.878680] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 25.878683] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.884962] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.884973] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 25.884977] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 25.884995] iwlwifi 0000:02:00.0: U iwl_down iwlwifi is going down [ 25.884999] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.885001] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 25.885551] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 25.885566] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 25.885632] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 25.885647] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 25.893766] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 15: ff:ff:ff:ff:ff:ff [ 25.893770] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 14: ff:ff:ff:ff:ff:ff [ 25.893773] iwlwifi 0000:02:00.0: U iwl_prepare_card_hw iwl_trans_prepare_card_hw enter [ 25.893806] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 25.893833] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 25.893878] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 25.900650] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 25.967097] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command COEX_PRIORITY_TABLE_CMD [ 25.968139] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 25.969382] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 25.970473] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.971602] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.972840] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.973911] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.974981] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.976219] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.977296] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.978380] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.979680] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.980800] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.981898] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.983194] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.984299] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.985413] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.986694] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.987841] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 25.988964] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.990278] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 25.991438] iwlwifi 0000:02:00.0: U iwl_alive_start Runtime Alive received. [ 25.992557] iwlwifi 0000:02:00.0: U iwl_send_bt_config BT coex active [ 25.993736] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_BT_CONFIG [ 25.994868] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_BT_CONFIG [ 25.994961] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_BT_CONFIG [ 25.994973] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command CALIBRATION_CFG_CMD [ 25.994975] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 25.995053] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 25.995070] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command TX_ANT_CONFIGURATION_CMD [ 25.995071] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 26.022265] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 26.023404] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.024520] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 26.025754] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 26.025755] * without RXON_FILTER_ASSOC_MSK [ 26.025755] * channel = 1 [ 26.025756] * bssid = 00:00:00:00:00:00 [ 26.030111] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 26.031310] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 26.033647] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 26.034805] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 26.036356] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations No active stations found to be cleared [ 26.037899] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 26.037902] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 26.037906] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 26.037909] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 26.037912] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 26.050390] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 26.051533] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 26.052632] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 26.053738] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 26.054850] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:00:ff [ 26.055960] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 26.057077] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 26.057080] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 26.057083] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.058225] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.058232] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 26.058235] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 26.058240] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_CT_KILL_CONFIG_CMD [ 26.058243] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 26.061586] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 26.061593] iwlwifi 0000:02:00.0: U iwl_rf_kill_ct_config REPLY_CT_KILL_CONFIG_CMD succeeded, critical temperature enter is 114,exit is 95 [ 26.061597] iwlwifi 0000:02:00.0: U iwl_alive_start ALIVE processing complete. [ 26.061601] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 26.061603] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 26.067268] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 26.067277] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.067280] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.067285] iwlwifi 0000:02:00.0: U iwlagn_mac_start Start UP work done. [ 26.067292] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.067296] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 26.067299] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 26.067301] * without RXON_FILTER_ASSOC_MSK [ 26.067302] * channel = 1 [ 26.067302] * bssid = 00:00:00:00:00:00 [ 26.067305] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 26.067308] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 26.072971] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 26.072978] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 26.072982] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 26.072986] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 26.072988] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 26.072992] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 26.072995] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 26.072997] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 26.087295] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 26.087297] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 26.087299] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 26.087301] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 26.087303] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 26.087306] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 26.087314] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 26.087317] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 26.087319] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.100304] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.100311] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 26.100314] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 26.100320] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.100323] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 26.100327] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 26.100328] * without RXON_FILTER_ASSOC_MSK [ 26.100329] * channel = 1 [ 26.100330] * bssid = 00:00:00:00:00:00 [ 26.100332] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 26.100335] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 26.104736] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 26.104742] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 26.104745] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 26.104748] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 26.104750] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 26.104753] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 26.104756] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 26.104763] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 26.117791] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 26.117793] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 26.117795] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 26.117797] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 26.117798] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 26.117801] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 26.117809] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 26.117812] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 26.117814] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.130313] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.130321] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 26.130324] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 26.130329] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=0 FLAGS=0x0 [ 26.130332] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 26.130335] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 26.134600] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 26.134607] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.134612] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.134615] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.135160] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 28.205350] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 28.206467] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 28.209282] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 28.731557] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 28.732697] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 28.732699] * without RXON_FILTER_ASSOC_MSK [ 28.732700] * channel = 1 [ 28.732700] * bssid = 00:00:00:00:00:00 [ 28.737143] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 28.738262] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 28.741020] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 28.742152] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 28.743248] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 28.744380] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 28.744384] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 28.744387] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 28.744390] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 28.744393] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 28.745808] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 28.745810] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 28.745813] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 28.745817] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 28.745819] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 28.745824] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 28.745834] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 28.745836] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 28.745839] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 28.747905] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 28.747913] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 28.747916] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 28.747960] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 28.747963] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 28.750420] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 31.477555] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 31.479107] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 31.483332] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 31.484685] wlan0: authenticate with 00:1e:2a:f6:f1:4a [ 31.484693] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 31.485881] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 31.485885] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 31.485886] * without RXON_FILTER_ASSOC_MSK [ 31.485887] * channel = 1 [ 31.485888] * bssid = 00:00:00:00:00:00 [ 31.485891] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 31.485893] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 31.487027] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 31.487035] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 31.487038] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 31.487042] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 31.487045] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 31.487049] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 31.487052] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 31.487055] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 31.494738] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 31.494740] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 31.494742] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 31.494744] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 31.494746] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 31.494748] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 31.494757] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 31.494759] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 31.494762] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 31.508662] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 31.508670] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 31.508673] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 31.508681] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 31.508685] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 31.508688] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 31.508689] * without RXON_FILTER_ASSOC_MSK [ 31.508690] * channel = 1 [ 31.508691] * bssid = 00:1e:2a:f6:f1:4a [ 31.508693] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 31.508696] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 31.513024] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 31.513031] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 31.513034] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 31.513037] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 31.513040] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 31.513042] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 31.513045] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 31.513048] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 31.526110] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 31.526112] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 31.526113] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 31.526115] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 31.526117] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 31.526120] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 31.526128] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 31.526130] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 31.526133] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 31.538790] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 31.538797] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 31.538800] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 31.538806] iwlwifi 0000:02:00.0: U iwlagn_mac_sta_add proceeding to add station 00:1e:2a:f6:f1:4a [ 31.538809] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 0: 00:1e:2a:f6:f1:4a [ 31.538812] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (00:1e:2a:f6:f1:4a) synchronously [ 31.538815] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 31.538818] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 31.543089] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 31.543091] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 31.543093] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 0 addr 00:1e:2a:f6:f1:4a to uCode [ 31.543095] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 00:1e:2a:f6:f1:4a [ 31.543097] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 00:1e:2a:f6:f1:4a [ 31.543100] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 31.543114] wlan0: send auth to 00:1e:2a:f6:f1:4a (try 1/3) [ 31.557374] wlan0: authenticated [ 31.557712] wlan0: associate with 00:1e:2a:f6:f1:4a (try 1/3) [ 31.560404] wlan0: RX AssocResp from 00:1e:2a:f6:f1:4a (capab=0x431 status=0 aid=2) [ 31.560407] wlan0: associated [ 31.560412] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (00:00:00:00:00:00) synchronously [ 31.561557] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 31.562660] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 31.564187] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 31.565311] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 31.566392] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate STA id 0 addr 00:1e:2a:f6:f1:4a already present in uCode (according to driver) [ 31.567507] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 00:1e:2a:f6:f1:4a [ 31.568606] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 00:00:00:00:00:00 [ 31.569706] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 31.570810] iwlwifi 0000:02:00.0: U iwlagn_mac_sta_state Initializing rate scaling for station 00:1e:2a:f6:f1:4a [ 31.571955] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 31.571958] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 31.571961] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 31.574203] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 31.574210] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 0 [ 31.574216] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=1 FLAGS=0x1 [ 31.574218] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 31.574221] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 31.576489] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 31.576496] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 31.576499] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 31.576503] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 31.576504] * with RXON_FILTER_ASSOC_MSK [ 31.576505] * channel = 1 [ 31.576505] * bssid = 00:1e:2a:f6:f1:4a [ 31.576508] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 31.576510] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 31.582170] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 31.582177] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 31.582179] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 0 [ 31.582183] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 31.582186] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 31.582189] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta 00:1e:2a:f6:f1:4a [ 31.582192] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 31.582195] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (00:1e:2a:f6:f1:4a) synchronously [ 31.582198] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 31.582200] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 31.593530] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 31.593531] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 31.593533] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 0 addr 00:1e:2a:f6:f1:4a to uCode [ 31.593535] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 00:1e:2a:f6:f1:4a [ 31.593537] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 00:1e:2a:f6:f1:4a [ 31.593540] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 31.593548] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 31.593550] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 31.593553] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 31.608768] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 31.608775] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 0 [ 31.608779] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 31.608782] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 31.608785] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 31.613156] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 31.613158] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 31.613159] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 31.613162] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 31.613163] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 31.613166] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 31.613173] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 31.613176] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 31.613179] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 31.623996] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 31.624003] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 31.624006] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 31.624010] iwlwifi 0000:02:00.0: U iwl_send_rxon_timing beacon interval 100 beacon timer 23161 beacon tim 0 [ 31.624013] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON_TIMING [ 31.624016] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON_TIMING [ 31.628286] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON_TIMING [ 31.628293] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=1 FLAGS=0x1 [ 31.628295] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 31.628298] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 31.634733] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 31.634740] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 31.634742] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 31.639041] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 31.639051] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_POWER_DBM_CMD [ 31.639054] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_POWER_DBM_CMD [ 31.642323] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_POWER_DBM_CMD [ 31.642866] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 33.669744] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (00:1e:2a:f6:f1:4a) synchronously [ 33.670889] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 33.672034] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 33.673328] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 33.674474] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 33.675607] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate STA id 0 addr 00:1e:2a:f6:f1:4a already present in uCode (according to driver) [ 33.676777] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 00:1e:2a:f6:f1:4a [ 33.677951] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 00:1e:2a:f6:f1:4a [ 33.679127] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 33.680354] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (00:1e:2a:f6:f1:4a) synchronously [ 33.681547] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 33.682766] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 33.683995] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 33.683997] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 33.683999] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate STA id 0 addr 00:1e:2a:f6:f1:4a already present in uCode (according to driver) [ 33.684001] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 00:1e:2a:f6:f1:4a [ 33.684003] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 00:1e:2a:f6:f1:4a [ 33.684005] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 34.774147] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 39.430439] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 39.504532] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 41.793681] wlan0: no IPv6 routers present [ 44.760987] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 50.756538] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 51.260128] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 55.462355] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 68.728965] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 74.725596] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 75.722499] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 85.707093] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 93.695814] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 102.685134] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 111.673516] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 123.657977] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 129.651489] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 143.634475] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 149.629175] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 150.622973] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 161.608724] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 174.591975] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 180.587679] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 181.585452] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 190.442730] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 205.552012] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 211.547011] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 212.547434] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 221.531319] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 230.520028] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 239.508064] iwlwifi 0000:02:00.0: I is_lq_table_valid Channel 1 is not an HT channel [ 242.009367] iwlwifi 0000:02:00.0: U iwl_op_mode_dvm_stop *** UNLOAD DRIVER *** [ 242.009720] wlan0: deauthenticating from 00:1e:2a:f6:f1:4a by local choice (reason=3) [ 242.013514] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (00:1e:2a:f6:f1:4a) synchronously [ 242.013773] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 242.014039] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 242.014435] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 242.014744] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 242.015062] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate STA id 0 addr 00:1e:2a:f6:f1:4a already present in uCode (according to driver) [ 242.015432] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 00:1e:2a:f6:f1:4a [ 242.015817] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 00:1e:2a:f6:f1:4a [ 242.016226] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 242.016673] iwlwifi 0000:02:00.0: U iwlagn_mac_sta_remove proceeding to remove station 00:1e:2a:f6:f1:4a [ 242.017168] iwlwifi 0000:02:00.0: U iwl_deactivate_station Deactivating STA: 00:1e:2a:f6:f1:4a (0) [ 242.018465] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=0 FLAGS=0x0 [ 242.018971] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 242.019504] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 242.020138] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 242.020744] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 242.021331] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - compare_ether_addr(staging->bssid_addr, active->bssid_addr) [ 242.021978] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 242.021979] * without RXON_FILTER_ASSOC_MSK [ 242.021980] * channel = 1 [ 242.021981] * bssid = 00:00:00:00:00:00 [ 242.024703] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 242.025442] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 242.026250] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 242.026289] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 242.026293] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 0 [ 242.026296] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 242.026300] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 242.026303] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 242.026306] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 242.026309] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 242.026311] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 242.033751] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 242.033753] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 242.033755] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 242.033757] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 242.033759] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 242.033762] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 242.033794] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 242.033797] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 242.033799] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 242.039622] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 242.039633] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 242.039636] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 242.474051] cfg80211: Calling CRDA to update world regulatory domain [ 242.475812] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 242.476994] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 242.478119] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 242.478120] * without RXON_FILTER_ASSOC_MSK [ 242.478121] * channel = 1 [ 242.478122] * bssid = 00:00:00:00:00:00 [ 242.482540] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 242.482542] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 242.484116] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 242.484130] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 242.484133] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 242.484137] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 242.484140] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 242.484144] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 242.484146] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 242.484149] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 242.485445] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 242.485447] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 242.485450] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 242.485452] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 242.485454] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 242.485457] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 242.485468] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 242.485470] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 242.485472] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 242.487393] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 242.487405] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 242.487408] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 242.487418] iwlwifi 0000:02:00.0: U iwl_down iwlwifi is going down [ 242.487423] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 242.487426] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 242.488023] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 242.488039] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 242.488105] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 242.488120] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 242.521412] cfg80211: World regulatory domain updated: [ 242.522921] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 242.524433] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 242.524437] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 242.524439] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 242.524442] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 242.524444] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 242.535825] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 242.536967] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 242.538449] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 242.538488] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 242.550960] modprobe used greatest stack depth: 4272 bytes left [ 245.909926] cfg80211: Calling CRDA to update world regulatory domain [ 245.913251] iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d [ 245.914322] iwlwifi: Copyright(c) 2003-2012 Intel Corporation [ 245.915165] cfg80211: World regulatory domain updated: [ 245.915167] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 245.915169] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 245.915171] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 245.915173] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 245.915174] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 245.915176] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 245.922504] iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000 [ 245.923495] iwlwifi 0000:02:00.0: pci_resource_base = ffffc9000543c000 [ 245.924476] iwlwifi 0000:02:00.0: HW Revision ID = 0x34 [ 245.925775] iwlwifi 0000:02:00.0: irq 45 for MSI/MSI-X [ 245.926916] iwlwifi 0000:02:00.0: loaded firmware version 17.168.5.3 build 42301 [ 245.927093] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG enabled [ 245.929055] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled [ 245.930030] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled [ 245.931004] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled [ 245.931957] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_P2P enabled [ 245.932898] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0 [ 245.933939] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 245.952046] iwlwifi 0000:02:00.0: device EEPROM VER=0x715, CALIB=0x6 [ 245.952983] iwlwifi 0000:02:00.0: Device SKU: 0x1F0 [ 245.953900] iwlwifi 0000:02:00.0: Valid Tx ant: 0x3, Valid Rx ant: 0x3 [ 245.954847] iwlwifi 0000:02:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels [ 245.955890] Registered led device: phy0-led [ 245.956170] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs' [ 246.808762] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 246.816483] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 247.103081] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 247.110769] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 247.228448] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 247.243096] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 247.250792] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 247.377229] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 247.387143] wpa_supplicant used greatest stack depth: 3760 bytes left [ 249.402596] [drm] Changing LVDS panel from (+hsync, -vsync) to (-hsync, -vsync) [ 251.795682] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 251.802476] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 251.924185] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 255.256598] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 255.263394] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 255.390345] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 255.407042] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 255.413847] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 255.540159] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 257.324362] [drm] Changing LVDS panel from (-hsync, -vsync) to (+hsync, -vsync) [ 260.816246] wlan0: authenticate with 00:1e:2a:f6:f1:4a [ 260.822729] wlan0: send auth to 00:1e:2a:f6:f1:4a (try 1/3) [ 260.826777] wlan0: authenticated [ 260.827013] wlan0: associate with 00:1e:2a:f6:f1:4a (try 1/3) [ 260.829668] wlan0: RX AssocResp from 00:1e:2a:f6:f1:4a (capab=0x431 status=0 aid=2) [ 260.829671] wlan0: associated [ 260.843923] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 261.089477] [drm] Changing LVDS panel from (+hsync, -vsync) to (-hsync, -vsync) [ 264.422170] [drm] Changing LVDS panel from (-hsync, -vsync) to (+hsync, -vsync) [ 266.720170] [drm] Changing LVDS panel from (+hsync, -vsync) to (-hsync, -vsync) [ 271.168692] wlan0: no IPv6 routers present [ 271.484298] [drm:pch_irq_handler] *ERROR* PCH poison interrupt [ 288.594895] [drm] Changing LVDS panel from (-hsync, -vsync) to (+hsync, -vsync) [ 294.970101] [drm:pch_irq_handler] *ERROR* PCH poison interrupt [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-04 6:36 ` Antonio Quartulli @ 2012-05-04 6:58 ` Emmanuel Grumbach 2012-05-04 7:28 ` Antonio Quartulli 2012-05-04 14:20 ` Antonio Quartulli 0 siblings, 2 replies; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-04 6:58 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org This can't be with my patch, is it ? Emmanuel Grumbach egrumbach@gmail.com On Fri, May 4, 2012 at 9:36 AM, Antonio Quartulli <ordex@autistici.org> wrote: > ops... my fault > > On Fri, May 04, 2012 at 08:11:54 +0300, Emmanuel Grumbach wrote: >> nothing attaced >> >> Emmanuel Grumbach >> egrumbach@gmail.com >> >> >> On Fri, May 4, 2012 at 3:21 AM, Antonio Quartulli <ordex@autistici.org> wrote: >> > mhmmm I attached dmesg again. Do you really need messages? >> > >> > Cheers, >> > >> > >> > On Thu, May 03, 2012 at 11:17:14 +0300, Emmanuel Grumbach wrote: >> >> ooops >> >> >> >> >> >> here it is >> >> >> >> >> >> >> >> Emmanuel Grumbach >> >> egrumbach@gmail.com >> >> >> >> >> >> On Thu, May 3, 2012 at 11:09 PM, Antonio Quartulli <ordex@autistici.org> wrote: >> >> > On Thu, May 03, 2012 at 10:55:12PM +0300, Emmanuel Grumbach wrote: >> >> >> Hi >> >> >> >> >> >> can you please apply the patch attached against wireless-testing ? >> >> > >> >> > which patch? If you refer to the patch attached to the bugreport, it doesn't >> >> > apply on wireless-testing. >> >> > >> >> > >> >> > Cheers, >> >> > >> >> >> >> >> >> You will have quite a lot of prints, so you will probably need to send >> >> >> /var/log/syslog or messages >> >> >> >> >> >> >> >> >> Thanks >> >> >> >> >> >> Emmanuel Grumbach >> >> >> egrumbach@gmail.com >> >> >> >> >> >> >> >> >> On Thu, May 3, 2012 at 10:04 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: >> >> >> > Please enable CONFIG_FRAME_POINTERS >> >> >> > Emmanuel Grumbach >> >> >> > egrumbach@gmail.com >> >> >> > >> >> >> > >> >> >> > On Thu, May 3, 2012 at 9:53 AM, Antonio Quartulli <ordex@autistici.org> wrote: >> >> >> >> On Wed, May 02, 2012 at 06:21:02PM +0200, Antonio Quartulli wrote: >> >> >> >>> On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: >> >> >> >>> > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: >> >> >> >>> > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi >> >> >> >>> > > <meenakshi.venkataraman@intel.com> wrote: >> >> >> >>> > > > Hi Antonio, >> >> >> >>> > > > >> >> >> >>> > > >>> it seems so. It happens at least once at boot time. >> >> >> >>> > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. >> >> >> >>> > > >> >> >> >> >>> > > >>The problem is there either with wireless-testing and with >> >> >> >>> > > >>wireless-testing+your_patch. >> >> >> >>> > > >> >> >> >> >>> > > >>If it can somehow help, I also got several stack trace regarding intel_iova >> >> >> >>> > > >>functions. But then the I got kernel panic and I was not able to copy the >> >> >> >>> > > >>messages. >> >> >> >>> > > > >> >> >> >>> > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... >> >> >> >>> > > > >> >> >> >>> > > > Thanks! >> >> >> >>> > > > Meenakshi >> >> >> >>> > > > >> >> >> >>> > > >> >> >> >>> > > Can you please re-run with debug=1 and send the whole log ? >> >> >> >>> > > This will give a better indication on when the issue occurs. >> >> >> >>> > >> >> >> >>> > Does this help? >> >> >> >>> > >> >> >> >>> > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 >> >> >> >>> >> >> >> >>> I applied patch in comment 17 on linux-3.3.4. IT didn't help but this time I got >> >> >> >>> the WARNING even with debug=1. Log is attached. >> >> >> >>> >> >> >> >> >> >> >> >> >> >> >> >> Is there any particular kernel debugging option I could enable to make the log >> >> >> >> more verbose? >> >> >> >> >> >> >> >> >> >> >> >> Cheers, >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> >> Antonio Quartulli >> >> >> >> >> >> >> >> ..each of us alone is worth nothing.. >> >> >> >> Ernesto "Che" Guevara >> >> > >> >> > -- >> >> > Antonio Quartulli >> >> > >> >> > ..each of us alone is worth nothing.. >> >> > Ernesto "Che" Guevara >> > >> > >> > >> > -- >> > Antonio Quartulli >> > >> > ..each of us alone is worth nothing.. >> > Ernesto "Che" Guevara >> -- >> 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 > > -- > Antonio Quartulli > > ..each of us alone is worth nothing.. > Ernesto "Che" Guevara ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-04 6:58 ` Emmanuel Grumbach @ 2012-05-04 7:28 ` Antonio Quartulli 2012-05-04 14:20 ` Antonio Quartulli 1 sibling, 0 replies; 40+ messages in thread From: Antonio Quartulli @ 2012-05-04 7:28 UTC (permalink / raw) To: Emmanuel Grumbach Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 4966 bytes --] On Fri, May 04, 2012 at 09:58:30AM +0300, Emmanuel Grumbach wrote: > This can't be with my patch, is it ? it should. I will give it another try, maybe yesterday night I messed up something. Sorry. Cheers, > > Emmanuel Grumbach > egrumbach@gmail.com > > > On Fri, May 4, 2012 at 9:36 AM, Antonio Quartulli <ordex@autistici.org> wrote: > > ops... my fault > > > > On Fri, May 04, 2012 at 08:11:54 +0300, Emmanuel Grumbach wrote: > >> nothing attaced > >> > >> Emmanuel Grumbach > >> egrumbach@gmail.com > >> > >> > >> On Fri, May 4, 2012 at 3:21 AM, Antonio Quartulli <ordex@autistici.org> wrote: > >> > mhmmm I attached dmesg again. Do you really need messages? > >> > > >> > Cheers, > >> > > >> > > >> > On Thu, May 03, 2012 at 11:17:14 +0300, Emmanuel Grumbach wrote: > >> >> ooops > >> >> > >> >> > >> >> here it is > >> >> > >> >> > >> >> > >> >> Emmanuel Grumbach > >> >> egrumbach@gmail.com > >> >> > >> >> > >> >> On Thu, May 3, 2012 at 11:09 PM, Antonio Quartulli <ordex@autistici.org> wrote: > >> >> > On Thu, May 03, 2012 at 10:55:12PM +0300, Emmanuel Grumbach wrote: > >> >> >> Hi > >> >> >> > >> >> >> can you please apply the patch attached against wireless-testing ? > >> >> > > >> >> > which patch? If you refer to the patch attached to the bugreport, it doesn't > >> >> > apply on wireless-testing. > >> >> > > >> >> > > >> >> > Cheers, > >> >> > > >> >> >> > >> >> >> You will have quite a lot of prints, so you will probably need to send > >> >> >> /var/log/syslog or messages > >> >> >> > >> >> >> > >> >> >> Thanks > >> >> >> > >> >> >> Emmanuel Grumbach > >> >> >> egrumbach@gmail.com > >> >> >> > >> >> >> > >> >> >> On Thu, May 3, 2012 at 10:04 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: > >> >> >> > Please enable CONFIG_FRAME_POINTERS > >> >> >> > Emmanuel Grumbach > >> >> >> > egrumbach@gmail.com > >> >> >> > > >> >> >> > > >> >> >> > On Thu, May 3, 2012 at 9:53 AM, Antonio Quartulli <ordex@autistici.org> wrote: > >> >> >> >> On Wed, May 02, 2012 at 06:21:02PM +0200, Antonio Quartulli wrote: > >> >> >> >>> On Wed, May 02, 2012 at 11:39:14AM -0400, John W. Linville wrote: > >> >> >> >>> > On Wed, May 02, 2012 at 10:08:46AM +0300, Emmanuel Grumbach wrote: > >> >> >> >>> > > On Wed, May 2, 2012 at 12:19 AM, Venkataraman, Meenakshi > >> >> >> >>> > > <meenakshi.venkataraman@intel.com> wrote: > >> >> >> >>> > > > Hi Antonio, > >> >> >> >>> > > > > >> >> >> >>> > > >>> it seems so. It happens at least once at boot time. > >> >> >> >>> > > >>> I will try wireless-testing and see what happens. Then I will apply your patch. > >> >> >> >>> > > >> > >> >> >> >>> > > >>The problem is there either with wireless-testing and with > >> >> >> >>> > > >>wireless-testing+your_patch. > >> >> >> >>> > > >> > >> >> >> >>> > > >>If it can somehow help, I also got several stack trace regarding intel_iova > >> >> >> >>> > > >>functions. But then the I got kernel panic and I was not able to copy the > >> >> >> >>> > > >>messages. > >> >> >> >>> > > > > >> >> >> >>> > > > [MV] Depending on how you set it up, perhaps the stack trace was saved in one of the syslog files in /var/log/... > >> >> >> >>> > > > > >> >> >> >>> > > > Thanks! > >> >> >> >>> > > > Meenakshi > >> >> >> >>> > > > > >> >> >> >>> > > > >> >> >> >>> > > Can you please re-run with debug=1 and send the whole log ? > >> >> >> >>> > > This will give a better indication on when the issue occurs. > >> >> >> >>> > > >> >> >> >>> > Does this help? > >> >> >> >>> > > >> >> >> >>> > https://bugzilla.redhat.com/show_bug.cgi?id=815998#c18 > >> >> >> >>> > >> >> >> >>> I applied patch in comment 17 on linux-3.3.4. IT didn't help but this time I got > >> >> >> >>> the WARNING even with debug=1. Log is attached. > >> >> >> >>> > >> >> >> >> > >> >> >> >> > >> >> >> >> Is there any particular kernel debugging option I could enable to make the log > >> >> >> >> more verbose? > >> >> >> >> > >> >> >> >> > >> >> >> >> Cheers, > >> >> >> >> > >> >> >> >> > >> >> >> >> > >> >> >> >> -- > >> >> >> >> Antonio Quartulli > >> >> >> >> > >> >> >> >> ..each of us alone is worth nothing.. > >> >> >> >> Ernesto "Che" Guevara > >> >> > > >> >> > -- > >> >> > Antonio Quartulli > >> >> > > >> >> > ..each of us alone is worth nothing.. > >> >> > Ernesto "Che" Guevara > >> > > >> > > >> > > >> > -- > >> > Antonio Quartulli > >> > > >> > ..each of us alone is worth nothing.. > >> > Ernesto "Che" Guevara > >> -- > >> 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 > > > > -- > > Antonio Quartulli > > > > ..each of us alone is worth nothing.. > > Ernesto "Che" Guevara -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-04 6:58 ` Emmanuel Grumbach 2012-05-04 7:28 ` Antonio Quartulli @ 2012-05-04 14:20 ` Antonio Quartulli 2012-05-05 18:49 ` Emmanuel Grumbach 1 sibling, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-04 14:20 UTC (permalink / raw) To: Emmanuel Grumbach Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1.1: Type: text/plain, Size: 383 bytes --] On Fri, May 04, 2012 at 09:58:30 +0300, Emmanuel Grumbach wrote: > This can't be with my patch, is it ? here is the log. Some pieces are missing at the beginning, didn't check why. However the WARNING comes up later, so it should be ok. Tell me if I can do something else! Cheers, -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #1.2: log.dmesg --] [-- Type: text/plain, Size: 253213 bytes --] 31e00 00000000ffe68000 [ 17.090073] iwlwifi 0000:02:00.0: Free 122 ffffea0004952100 00000000ffe66000 [ 17.090732] iwlwifi 0000:02:00.0: Free 123 ffffea0004955d80 00000000ffe64000 [ 17.091396] iwlwifi 0000:02:00.0: Free 124 ffffea0004932300 00000000ffe62000 [ 17.092060] iwlwifi 0000:02:00.0: Free 125 ffffea0004932480 00000000ffe60000 [ 17.092723] iwlwifi 0000:02:00.0: Free 126 ffffea0004932000 00000000ffe5e000 [ 17.093390] iwlwifi 0000:02:00.0: Free 127 ffffea0004931580 00000000ffe5c000 [ 17.094058] iwlwifi 0000:02:00.0: Free 128 ffffea000495f500 00000000ffe5a000 [ 17.094728] iwlwifi 0000:02:00.0: Free 129 ffffea0004931c00 00000000ffe58000 [ 17.095398] iwlwifi 0000:02:00.0: Free 130 ffffea00049e5c00 00000000ffe56000 [ 17.096067] iwlwifi 0000:02:00.0: Free 131 ffffea00049e7c00 00000000ffe54000 [ 17.096734] iwlwifi 0000:02:00.0: Free 132 ffffea0004a10800 00000000ffe52000 [ 17.097405] iwlwifi 0000:02:00.0: Free 133 ffffea0004991000 00000000ffe50000 [ 17.098073] iwlwifi 0000:02:00.0: Free 134 ffffea0004991700 00000000ffe4e000 [ 17.098739] iwlwifi 0000:02:00.0: Free 135 ffffea0004994f00 00000000ffe4c000 [ 17.099406] iwlwifi 0000:02:00.0: Free 136 ffffea00049eac00 00000000ffe4a000 [ 17.100071] iwlwifi 0000:02:00.0: Free 137 ffffea00049ec800 00000000ffe48000 [ 17.100735] iwlwifi 0000:02:00.0: Free 138 ffffea00049ec880 00000000ffe46000 [ 17.101393] iwlwifi 0000:02:00.0: Free 139 ffffea0004995300 00000000ffe44000 [ 17.102054] iwlwifi 0000:02:00.0: Free 140 ffffea0004995380 00000000ffe42000 [ 17.102717] iwlwifi 0000:02:00.0: Free 141 ffffea0004994e00 00000000ffe40000 [ 17.103380] iwlwifi 0000:02:00.0: Free 142 ffffea0004994e80 00000000ffe3e000 [ 17.104043] iwlwifi 0000:02:00.0: Free 143 ffffea00049ec500 00000000ffe3c000 [ 17.104707] iwlwifi 0000:02:00.0: Free 144 ffffea00049ec580 00000000ffe3a000 [ 17.105371] iwlwifi 0000:02:00.0: Free 145 ffffea00049eb200 00000000ffe38000 [ 17.106037] iwlwifi 0000:02:00.0: Free 146 ffffea00049eb280 00000000ffe36000 [ 17.106698] iwlwifi 0000:02:00.0: Free 147 ffffea00049ead00 00000000ffe34000 [ 17.107358] iwlwifi 0000:02:00.0: Free 148 ffffea00049ead80 00000000ffe32000 [ 17.108023] iwlwifi 0000:02:00.0: Free 149 ffffea00049e8700 00000000ffe30000 [ 17.108685] iwlwifi 0000:02:00.0: Free 150 ffffea00049e8780 00000000ffe2e000 [ 17.109348] iwlwifi 0000:02:00.0: Free 151 ffffea0004990f00 00000000ffe2c000 [ 17.110013] iwlwifi 0000:02:00.0: Free 152 ffffea0004990f80 00000000ffe2a000 [ 17.110677] iwlwifi 0000:02:00.0: Free 153 ffffea0004a1fd00 00000000ffe28000 [ 17.111338] iwlwifi 0000:02:00.0: Free 154 ffffea0004a1fd80 00000000ffe26000 [ 17.112001] iwlwifi 0000:02:00.0: Free 155 ffffea0004a1fb00 00000000ffe24000 [ 17.112661] iwlwifi 0000:02:00.0: Free 156 ffffea0004a1fb80 00000000ffe22000 [ 17.113317] iwlwifi 0000:02:00.0: Free 157 ffffea0004992b00 00000000ffe20000 [ 17.113977] iwlwifi 0000:02:00.0: Free 158 ffffea0004992b80 00000000ffe1e000 [ 17.114632] iwlwifi 0000:02:00.0: Free 159 ffffea0004991c00 00000000ffe1c000 [ 17.115286] iwlwifi 0000:02:00.0: Free 160 ffffea0004991c80 00000000ffe1a000 [ 17.115938] iwlwifi 0000:02:00.0: Free 161 ffffea0004992100 00000000ffe18000 [ 17.116590] iwlwifi 0000:02:00.0: Free 162 ffffea0004992180 00000000ffe16000 [ 17.117245] iwlwifi 0000:02:00.0: Free 163 ffffea0004991800 00000000ffe14000 [ 17.117900] iwlwifi 0000:02:00.0: Free 164 ffffea0004991880 00000000ffe12000 [ 17.118549] iwlwifi 0000:02:00.0: Free 165 ffffea0004991400 00000000ffe10000 [ 17.119199] iwlwifi 0000:02:00.0: Free 166 ffffea0004991480 00000000ffe0e000 [ 17.119850] iwlwifi 0000:02:00.0: Free 167 ffffea0004991e00 00000000ffe0c000 [ 17.120501] iwlwifi 0000:02:00.0: Free 168 ffffea0004991e80 00000000ffe0a000 [ 17.121147] iwlwifi 0000:02:00.0: Free 169 ffffea0004991a00 00000000ffe08000 [ 17.121797] iwlwifi 0000:02:00.0: Free 170 ffffea0004991a80 00000000ffe06000 [ 17.122446] iwlwifi 0000:02:00.0: Free 171 ffffea0004990c00 00000000ffe04000 [ 17.123098] iwlwifi 0000:02:00.0: Free 172 ffffea0004990c80 00000000ffe02000 [ 17.123748] iwlwifi 0000:02:00.0: Free 173 ffffea0004991100 00000000ffe00000 [ 17.124399] iwlwifi 0000:02:00.0: Free 174 ffffea0004991180 00000000ffdfe000 [ 17.125046] iwlwifi 0000:02:00.0: Free 175 ffffea0004991200 00000000ffdfc000 [ 17.125701] iwlwifi 0000:02:00.0: Free 176 ffffea0004991280 00000000ffdfa000 [ 17.126349] iwlwifi 0000:02:00.0: Free 177 ffffea00049e3500 00000000ffdf8000 [ 17.126999] iwlwifi 0000:02:00.0: Free 178 ffffea00049e3580 00000000ffdf6000 [ 17.127648] iwlwifi 0000:02:00.0: Free 179 ffffea00049eaa00 00000000ffdf4000 [ 17.128297] iwlwifi 0000:02:00.0: Free 180 ffffea00049eaa80 00000000ffdf2000 [ 17.128948] iwlwifi 0000:02:00.0: Free 181 ffffea00049ea200 00000000ffdf0000 [ 17.129600] iwlwifi 0000:02:00.0: Free 182 ffffea00049ea280 00000000ffdee000 [ 17.130253] iwlwifi 0000:02:00.0: Free 183 ffffea00049e9100 00000000ffdec000 [ 17.130901] iwlwifi 0000:02:00.0: Free 184 ffffea00049e9180 00000000ffdea000 [ 17.131546] iwlwifi 0000:02:00.0: Free 185 ffffea0004a1d400 00000000ffde8000 [ 17.132190] iwlwifi 0000:02:00.0: Free 186 ffffea0004a1d480 00000000ffde6000 [ 17.132834] iwlwifi 0000:02:00.0: Free 187 ffffea00049eaf00 00000000ffde4000 [ 17.133480] iwlwifi 0000:02:00.0: Free 188 ffffea00049eaf80 00000000ffde2000 [ 17.134126] iwlwifi 0000:02:00.0: Free 189 ffffea0004a1eb00 00000000ffde0000 [ 17.134776] iwlwifi 0000:02:00.0: Free 190 ffffea0004a1eb80 00000000ffdde000 [ 17.135425] iwlwifi 0000:02:00.0: Free 191 ffffea0004991600 00000000ffddc000 [ 17.136075] iwlwifi 0000:02:00.0: Free 192 ffffea0004991680 00000000ffdda000 [ 17.136723] iwlwifi 0000:02:00.0: Free 193 ffffea0004993000 00000000ffdd8000 [ 17.137375] iwlwifi 0000:02:00.0: Free 194 ffffea0004993080 00000000ffdd6000 [ 17.138027] iwlwifi 0000:02:00.0: Free 195 ffffea0004990700 00000000ffdd4000 [ 17.138676] iwlwifi 0000:02:00.0: Free 196 ffffea0004990780 00000000ffdd2000 [ 17.139323] iwlwifi 0000:02:00.0: Free 197 ffffea0004993700 00000000ffdd0000 [ 17.139972] iwlwifi 0000:02:00.0: Free 198 ffffea0004993780 00000000ffdce000 [ 17.140617] iwlwifi 0000:02:00.0: Free 199 ffffea0004993c00 00000000ffdcc000 [ 17.141267] iwlwifi 0000:02:00.0: Free 200 ffffea0004993c80 00000000ffdca000 [ 17.141915] iwlwifi 0000:02:00.0: Free 201 ffffea0004a56500 00000000ffdc8000 [ 17.142561] iwlwifi 0000:02:00.0: Free 202 ffffea0004a56580 00000000ffdc6000 [ 17.143210] iwlwifi 0000:02:00.0: Free 203 ffffea00049ed300 00000000ffdc4000 [ 17.143860] iwlwifi 0000:02:00.0: Free 204 ffffea00049ed380 00000000ffdc2000 [ 17.144507] iwlwifi 0000:02:00.0: Free 205 ffffea0004a10900 00000000ffdc0000 [ 17.145158] iwlwifi 0000:02:00.0: Free 206 ffffea0004a10980 00000000ffdbe000 [ 17.145806] iwlwifi 0000:02:00.0: Free 207 ffffea00049e8f00 00000000ffdbc000 [ 17.146450] iwlwifi 0000:02:00.0: Free 208 ffffea00049e8f80 00000000ffdba000 [ 17.147091] iwlwifi 0000:02:00.0: Free 209 ffffea00049e7d00 00000000ffdb8000 [ 17.147738] iwlwifi 0000:02:00.0: Free 210 ffffea00049e7d80 00000000ffdb6000 [ 17.148383] iwlwifi 0000:02:00.0: Free 211 ffffea0004a10a00 00000000ffdb4000 [ 17.149027] iwlwifi 0000:02:00.0: Free 212 ffffea0004a10a80 00000000ffdb2000 [ 17.149675] iwlwifi 0000:02:00.0: Free 213 ffffea00049e5800 00000000ffdb0000 [ 17.150320] iwlwifi 0000:02:00.0: Free 214 ffffea00049e5880 00000000ffdae000 [ 17.150968] iwlwifi 0000:02:00.0: Free 215 ffffea00049ed100 00000000ffdac000 [ 17.151611] iwlwifi 0000:02:00.0: Free 216 ffffea00049ed180 00000000ffdaa000 [ 17.152257] iwlwifi 0000:02:00.0: Free 217 ffffea00049e9a00 00000000ffda8000 [ 17.152903] iwlwifi 0000:02:00.0: Free 218 ffffea00049e9a80 00000000ffda6000 [ 17.153545] iwlwifi 0000:02:00.0: Free 219 ffffea0004a57800 00000000ffda4000 [ 17.154189] iwlwifi 0000:02:00.0: Free 220 ffffea0004a57880 00000000ffda2000 [ 17.154839] iwlwifi 0000:02:00.0: Free 221 ffffea00049e3b00 00000000ffda0000 [ 17.155486] iwlwifi 0000:02:00.0: Free 222 ffffea00049e3b80 00000000ffd9e000 [ 17.156129] iwlwifi 0000:02:00.0: Free 223 ffffea00049e4e00 00000000ffd9c000 [ 17.156775] iwlwifi 0000:02:00.0: Free 224 ffffea00049e4e80 00000000ffd9a000 [ 17.157415] iwlwifi 0000:02:00.0: Free 225 ffffea0004a56b00 00000000ffd98000 [ 17.158058] iwlwifi 0000:02:00.0: Free 226 ffffea0004a56b80 00000000ffd96000 [ 17.158702] iwlwifi 0000:02:00.0: Free 227 ffffea0004990500 00000000ffd94000 [ 17.159342] iwlwifi 0000:02:00.0: Free 228 ffffea0004990580 00000000ffd92000 [ 17.159985] iwlwifi 0000:02:00.0: Free 229 ffffea00049eb800 00000000ffd90000 [ 17.160625] iwlwifi 0000:02:00.0: Free 230 ffffea00049eb880 00000000ffd8e000 [ 17.161260] iwlwifi 0000:02:00.0: Free 231 ffffea00049e5d00 00000000ffd8c000 [ 17.161899] iwlwifi 0000:02:00.0: Free 232 ffffea00049e5d80 00000000ffd8a000 [ 17.162538] iwlwifi 0000:02:00.0: Free 233 ffffea00049e7000 00000000ffd88000 [ 17.163178] iwlwifi 0000:02:00.0: Free 234 ffffea00049e7080 00000000ffd86000 [ 17.163819] iwlwifi 0000:02:00.0: Free 235 ffffea0004933400 00000000ffd84000 [ 17.164457] iwlwifi 0000:02:00.0: Free 236 ffffea0004933480 00000000ffd82000 [ 17.165096] iwlwifi 0000:02:00.0: Free 237 ffffea0004a1ca00 00000000ffd80000 [ 17.165737] iwlwifi 0000:02:00.0: Free 238 ffffea0004a1ca80 00000000ffd7e000 [ 17.166376] iwlwifi 0000:02:00.0: Free 239 ffffea00049e9e00 00000000ffd7c000 [ 17.167015] iwlwifi 0000:02:00.0: Free 240 ffffea00049e9e80 00000000ffd7a000 [ 17.167656] iwlwifi 0000:02:00.0: Free 241 ffffea0004933700 00000000ffd78000 [ 17.168296] iwlwifi 0000:02:00.0: Free 242 ffffea0004933780 00000000ffd76000 [ 17.168935] iwlwifi 0000:02:00.0: Free 243 ffffea00049e9600 00000000ffd74000 [ 17.169576] iwlwifi 0000:02:00.0: Free 244 ffffea00049e9680 00000000ffd72000 [ 17.170214] iwlwifi 0000:02:00.0: Free 245 ffffea00049e5a00 00000000ffd70000 [ 17.170854] iwlwifi 0000:02:00.0: Free 246 ffffea00049e5a80 00000000ffd6e000 [ 17.171490] iwlwifi 0000:02:00.0: Free 247 ffffea0004a55e00 00000000ffd6c000 [ 17.172131] iwlwifi 0000:02:00.0: Free 248 ffffea0004a55e80 00000000ffd6a000 [ 17.172772] iwlwifi 0000:02:00.0: Free 249 ffffea000495eb00 00000000ffd68000 [ 17.173410] iwlwifi 0000:02:00.0: Free 250 ffffea000495eb80 00000000ffd66000 [ 17.174084] iwlwifi 0000:02:00.0: Free 251 ffffea00049e5e00 00000000ffd64000 [ 17.174728] iwlwifi 0000:02:00.0: Free 252 ffffea00049e5e80 00000000ffd62000 [ 17.175374] iwlwifi 0000:02:00.0: Free 253 ffffea0004933000 00000000ffd60000 [ 17.176019] iwlwifi 0000:02:00.0: Free 254 ffffea0004933080 00000000ffd5e000 [ 17.176665] iwlwifi 0000:02:00.0: Free 255 ffffea000495fc00 00000000ffd5c000 [ 17.177311] iwlwifi 0000:02:00.0: Free 256 ffffea000495fc80 00000000ffd5a000 [ 17.177955] iwlwifi 0000:02:00.0: Free 257 ffffea0004930600 00000000ffd58000 [ 17.178604] iwlwifi 0000:02:00.0: Free 258 ffffea0004930680 00000000ffd56000 [ 17.179252] iwlwifi 0000:02:00.0: Free 259 ffffea0004931200 00000000ffd54000 [ 17.179897] iwlwifi 0000:02:00.0: Free 260 ffffea0004931280 00000000ffd52000 [ 17.180542] iwlwifi 0000:02:00.0: Free 261 ffffea0004931d00 00000000ffd50000 [ 17.181191] iwlwifi 0000:02:00.0: Free 262 ffffea0004931d80 00000000ffd4e000 [ 17.181839] iwlwifi 0000:02:00.0: Free 263 ffffea0004933900 00000000ffd4c000 [ 17.182490] iwlwifi 0000:02:00.0: Free 264 ffffea0004933980 00000000ffd4a000 [ 17.183137] iwlwifi 0000:02:00.0: Free 265 ffffea00049e9400 00000000ffd48000 [ 17.183783] iwlwifi 0000:02:00.0: Free 266 ffffea00049e9480 00000000ffd46000 [ 17.184432] iwlwifi 0000:02:00.0: Free 267 ffffea00049e9500 00000000ffd44000 [ 17.185081] iwlwifi 0000:02:00.0: Free 268 ffffea00049e9580 00000000ffd42000 [ 17.185733] iwlwifi 0000:02:00.0: Free 269 ffffea0004993e00 00000000ffd40000 [ 17.186386] iwlwifi 0000:02:00.0: Free 270 ffffea0004993e80 00000000ffd3e000 [ 17.187038] iwlwifi 0000:02:00.0: Free 271 ffffea0004993f00 00000000ffd3c000 [ 17.187695] iwlwifi 0000:02:00.0: Free 272 ffffea0004993f80 00000000ffd3a000 [ 17.188348] iwlwifi 0000:02:00.0: Free 273 ffffea00049ebe00 00000000ffd38000 [ 17.189000] iwlwifi 0000:02:00.0: Free 274 ffffea00049ebe80 00000000ffd36000 [ 17.189658] iwlwifi 0000:02:00.0: Free 275 ffffea00049ebf00 00000000ffd34000 [ 17.190311] iwlwifi 0000:02:00.0: Free 276 ffffea00049ebf80 00000000ffd32000 [ 17.190968] iwlwifi 0000:02:00.0: Free 277 ffffea00049e9c00 00000000ffd30000 [ 17.191621] iwlwifi 0000:02:00.0: Free 278 ffffea00049e9c80 00000000ffd2e000 [ 17.192276] iwlwifi 0000:02:00.0: Free 279 ffffea00049e9d00 00000000ffd2c000 [ 17.192933] iwlwifi 0000:02:00.0: Free 280 ffffea00049e9d80 00000000ffd2a000 [ 17.193589] iwlwifi 0000:02:00.0: Free 281 ffffea0004933e00 00000000ffd28000 [ 17.194244] iwlwifi 0000:02:00.0: Free 282 ffffea0004933e80 00000000ffd26000 [ 17.194904] iwlwifi 0000:02:00.0: Free 283 ffffea0004933f00 00000000ffd24000 [ 17.195562] iwlwifi 0000:02:00.0: Free 284 ffffea0004933f80 00000000ffd22000 [ 17.196224] iwlwifi 0000:02:00.0: Free 285 ffffea00049e8000 00000000ffd20000 [ 17.196887] iwlwifi 0000:02:00.0: Free 286 ffffea00049e8080 00000000ffd1e000 [ 17.197546] iwlwifi 0000:02:00.0: Free 287 ffffea00049e8100 00000000ffd1c000 [ 17.198209] iwlwifi 0000:02:00.0: Free 288 ffffea00049e8180 00000000ffd1a000 [ 17.198873] iwlwifi 0000:02:00.0: Free 289 ffffea00049e8200 00000000ffd18000 [ 17.199538] iwlwifi 0000:02:00.0: Free 290 ffffea00049e8280 00000000ffd16000 [ 17.200203] iwlwifi 0000:02:00.0: Free 291 ffffea00049e8300 00000000ffd14000 [ 17.200865] iwlwifi 0000:02:00.0: Free 292 ffffea00049e8380 00000000ffd12000 [ 17.201529] iwlwifi 0000:02:00.0: Free 293 ffffea00049e6000 00000000ffd10000 [ 17.202195] iwlwifi 0000:02:00.0: Free 294 ffffea00049e6080 00000000ffd0e000 [ 17.202860] iwlwifi 0000:02:00.0: Free 295 ffffea00049e6100 00000000ffd0c000 [ 17.203526] iwlwifi 0000:02:00.0: Free 296 ffffea00049e6180 00000000ffd0a000 [ 17.204189] iwlwifi 0000:02:00.0: Free 297 ffffea00049e6200 00000000ffd08000 [ 17.204853] iwlwifi 0000:02:00.0: Free 298 ffffea00049e6280 00000000ffd06000 [ 17.205519] iwlwifi 0000:02:00.0: Free 299 ffffea00049e6300 00000000ffd04000 [ 17.206187] iwlwifi 0000:02:00.0: Free 300 ffffea00049e6380 00000000ffd02000 [ 17.206855] iwlwifi 0000:02:00.0: Free 301 ffffea00049eb400 00000000ffd00000 [ 17.207522] iwlwifi 0000:02:00.0: Free 302 ffffea00049eb480 00000000ffcfe000 [ 17.208192] iwlwifi 0000:02:00.0: Free 303 ffffea00049eb500 00000000ffcfc000 [ 17.208859] iwlwifi 0000:02:00.0: Free 304 ffffea00049eb580 00000000ffcfa000 [ 17.209529] iwlwifi 0000:02:00.0: Free 305 ffffea00049eb600 00000000ffcf8000 [ 17.210196] iwlwifi 0000:02:00.0: Free 306 ffffea00049eb680 00000000ffcf6000 [ 17.210856] iwlwifi 0000:02:00.0: Free 307 ffffea00049eb700 00000000ffcf4000 [ 17.211522] iwlwifi 0000:02:00.0: Free 308 ffffea00049eb780 00000000ffcf2000 [ 17.212185] iwlwifi 0000:02:00.0: Free 309 ffffea0004934000 00000000ffcf0000 [ 17.212850] iwlwifi 0000:02:00.0: Free 310 ffffea0004934080 00000000ffcee000 [ 17.213517] iwlwifi 0000:02:00.0: Free 311 ffffea0004934100 00000000ffcec000 [ 17.214184] iwlwifi 0000:02:00.0: Free 312 ffffea0004934180 00000000ffcea000 [ 17.214848] iwlwifi 0000:02:00.0: Free 313 ffffea0004934200 00000000ffce8000 [ 17.215512] iwlwifi 0000:02:00.0: Free 314 ffffea0004934280 00000000ffce6000 [ 17.216179] iwlwifi 0000:02:00.0: Free 315 ffffea0004934300 00000000ffce4000 [ 17.216843] iwlwifi 0000:02:00.0: Free 316 ffffea0004934380 00000000ffce2000 [ 17.217510] iwlwifi 0000:02:00.0: Free 317 ffffea0004934400 00000000ffce0000 [ 17.218181] iwlwifi 0000:02:00.0: Free 318 ffffea0004934480 00000000ffcde000 [ 17.218849] iwlwifi 0000:02:00.0: Free 319 ffffea0004934500 00000000ffcdc000 [ 17.219544] iwlwifi 0000:02:00.0: Mapped ffffea00049eac00 to 00000000fff5a000 [ 17.220222] iwlwifi 0000:02:00.0: Mapped ffffea0004994f00 to 00000000fff58000 [ 17.220225] iwlwifi 0000:02:00.0: Mapped ffffea0004991700 to 00000000fff56000 [ 17.220227] iwlwifi 0000:02:00.0: Mapped ffffea0004991000 to 00000000fff54000 [ 17.220230] iwlwifi 0000:02:00.0: Mapped ffffea0004a10800 to 00000000fff52000 [ 17.220232] iwlwifi 0000:02:00.0: Mapped ffffea00049e7c00 to 00000000fff50000 [ 17.220234] iwlwifi 0000:02:00.0: Mapped ffffea00049e5c00 to 00000000fff4e000 [ 17.220236] iwlwifi 0000:02:00.0: Mapped ffffea0004931c00 to 00000000fff4c000 [ 17.220239] iwlwifi 0000:02:00.0: Mapped ffffea000495f500 to 00000000fff4a000 [ 17.220242] iwlwifi 0000:02:00.0: Mapped ffffea0004931580 to 00000000fff48000 [ 17.220244] iwlwifi 0000:02:00.0: Mapped ffffea0004932000 to 00000000fff46000 [ 17.220246] iwlwifi 0000:02:00.0: Mapped ffffea0004932480 to 00000000fff44000 [ 17.220248] iwlwifi 0000:02:00.0: Mapped ffffea0004932300 to 00000000fff42000 [ 17.220251] iwlwifi 0000:02:00.0: Mapped ffffea0004955d80 to 00000000fff40000 [ 17.220256] iwlwifi 0000:02:00.0: Mapped ffffea0004952100 to 00000000fff3e000 [ 17.220259] iwlwifi 0000:02:00.0: Mapped ffffea0004931e00 to 00000000fff3c000 [ 17.220261] iwlwifi 0000:02:00.0: Mapped ffffea0004956580 to 00000000fff3a000 [ 17.220263] iwlwifi 0000:02:00.0: Mapped ffffea0004952b80 to 00000000fff38000 [ 17.220265] iwlwifi 0000:02:00.0: Mapped ffffea0004953c00 to 00000000fff36000 [ 17.220268] iwlwifi 0000:02:00.0: Mapped ffffea0004931180 to 00000000fff34000 [ 17.220270] iwlwifi 0000:02:00.0: Mapped ffffea0004933200 to 00000000fff32000 [ 17.220272] iwlwifi 0000:02:00.0: Mapped ffffea000495f800 to 00000000fff30000 [ 17.220275] iwlwifi 0000:02:00.0: Mapped ffffea0004930100 to 00000000fff2e000 [ 17.220277] iwlwifi 0000:02:00.0: Mapped ffffea0004997300 to 00000000fff2c000 [ 17.220279] iwlwifi 0000:02:00.0: Mapped ffffea000495fa80 to 00000000fff2a000 [ 17.220281] iwlwifi 0000:02:00.0: Mapped ffffea0004953200 to 00000000fff28000 [ 17.220284] iwlwifi 0000:02:00.0: Mapped ffffea0004931900 to 00000000fff26000 [ 17.220286] iwlwifi 0000:02:00.0: Mapped ffffea0004954180 to 00000000fff24000 [ 17.220288] iwlwifi 0000:02:00.0: Mapped ffffea0004954680 to 00000000fff22000 [ 17.220290] iwlwifi 0000:02:00.0: Mapped ffffea0004932680 to 00000000fff20000 [ 17.220292] iwlwifi 0000:02:00.0: Mapped ffffea000495f000 to 00000000fff1e000 [ 17.220295] iwlwifi 0000:02:00.0: Mapped ffffea0004931380 to 00000000fff1c000 [ 17.220297] iwlwifi 0000:02:00.0: Mapped ffffea00049e5b00 to 00000000fff1a000 [ 17.220299] iwlwifi 0000:02:00.0: Mapped ffffea0004933100 to 00000000fff18000 [ 17.220301] iwlwifi 0000:02:00.0: Mapped ffffea000495f100 to 00000000fff16000 [ 17.220303] iwlwifi 0000:02:00.0: Mapped ffffea00049e2680 to 00000000fff14000 [ 17.220306] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ea00 to 00000000fff12000 [ 17.220308] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d280 to 00000000fff10000 [ 17.220310] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ed80 to 00000000fff0e000 [ 17.220312] iwlwifi 0000:02:00.0: Mapped ffffea00049e2700 to 00000000fff0c000 [ 17.220315] iwlwifi 0000:02:00.0: Mapped ffffea0004a1da00 to 00000000fff0a000 [ 17.220317] iwlwifi 0000:02:00.0: Mapped ffffea0004930000 to 00000000fff08000 [ 17.220319] iwlwifi 0000:02:00.0: Mapped ffffea00049e5f00 to 00000000fff06000 [ 17.220322] iwlwifi 0000:02:00.0: Mapped ffffea00049e9780 to 00000000fff04000 [ 17.220324] iwlwifi 0000:02:00.0: Mapped ffffea00049e8500 to 00000000fff02000 [ 17.220326] iwlwifi 0000:02:00.0: Mapped ffffea00049e9b00 to 00000000fff00000 [ 17.220328] iwlwifi 0000:02:00.0: Mapped ffffea00049e2a00 to 00000000ffefe000 [ 17.220331] iwlwifi 0000:02:00.0: Mapped ffffea00049e2c80 to 00000000ffefc000 [ 17.220333] iwlwifi 0000:02:00.0: Mapped ffffea00049e0f80 to 00000000ffefa000 [ 17.220335] iwlwifi 0000:02:00.0: Mapped ffffea00049e6d00 to 00000000ffef8000 [ 17.220337] iwlwifi 0000:02:00.0: Mapped ffffea000495f700 to 00000000ffef6000 [ 17.220339] iwlwifi 0000:02:00.0: Mapped ffffea0004931b80 to 00000000ffef4000 [ 17.220342] iwlwifi 0000:02:00.0: Mapped ffffea0004a1a700 to 00000000ffef2000 [ 17.220344] iwlwifi 0000:02:00.0: Mapped ffffea00049eb900 to 00000000ffef0000 [ 17.220346] iwlwifi 0000:02:00.0: Mapped ffffea00049ea100 to 00000000ffeee000 [ 17.220348] iwlwifi 0000:02:00.0: Mapped ffffea00049ef400 to 00000000ffeec000 [ 17.220351] iwlwifi 0000:02:00.0: Mapped ffffea0004a1f300 to 00000000ffeea000 [ 17.220353] iwlwifi 0000:02:00.0: Mapped ffffea00049e4980 to 00000000ffee8000 [ 17.220355] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c600 to 00000000ffee6000 [ 17.220357] iwlwifi 0000:02:00.0: Mapped ffffea0004990600 to 00000000ffee4000 [ 17.220359] iwlwifi 0000:02:00.0: Mapped ffffea00049e9f80 to 00000000ffee2000 [ 17.220362] iwlwifi 0000:02:00.0: Mapped ffffea00049ea000 to 00000000ffee0000 [ 17.220364] iwlwifi 0000:02:00.0: Mapped ffffea0004990480 to 00000000ffede000 [ 17.220366] iwlwifi 0000:02:00.0: Mapped ffffea00049ec100 to 00000000ffedc000 [ 17.220369] iwlwifi 0000:02:00.0: Mapped ffffea00049ec080 to 00000000ffeda000 [ 17.220372] iwlwifi 0000:02:00.0: Mapped ffffea0004990980 to 00000000ffed8000 [ 17.220375] iwlwifi 0000:02:00.0: Mapped ffffea00049ef900 to 00000000ffed6000 [ 17.220378] iwlwifi 0000:02:00.0: Mapped ffffea00049e8680 to 00000000ffed4000 [ 17.220380] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c080 to 00000000ffed2000 [ 17.220383] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c900 to 00000000ffed0000 [ 17.220385] iwlwifi 0000:02:00.0: Mapped ffffea00049e4f80 to 00000000ffece000 [ 17.220388] iwlwifi 0000:02:00.0: Mapped ffffea00049ec300 to 00000000ffecc000 [ 17.220390] iwlwifi 0000:02:00.0: Mapped ffffea00049ea300 to 00000000ffeca000 [ 17.220392] iwlwifi 0000:02:00.0: Mapped ffffea00049ecd00 to 00000000ffec8000 [ 17.220395] iwlwifi 0000:02:00.0: Mapped ffffea0004a1db00 to 00000000ffec6000 [ 17.220398] iwlwifi 0000:02:00.0: Mapped ffffea00049e4b00 to 00000000ffec4000 [ 17.220401] iwlwifi 0000:02:00.0: Mapped ffffea00049e2e00 to 00000000ffec2000 [ 17.220403] iwlwifi 0000:02:00.0: Mapped ffffea00049e3f80 to 00000000ffec0000 [ 17.220406] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d380 to 00000000ffebe000 [ 17.220408] iwlwifi 0000:02:00.0: Mapped ffffea0004993880 to 00000000ffebc000 [ 17.220411] iwlwifi 0000:02:00.0: Mapped ffffea0004a10b00 to 00000000ffeba000 [ 17.220413] iwlwifi 0000:02:00.0: Mapped ffffea00049e7f00 to 00000000ffeb8000 [ 17.220417] iwlwifi 0000:02:00.0: Mapped ffffea00049e7e80 to 00000000ffeb6000 [ 17.220419] iwlwifi 0000:02:00.0: Mapped ffffea00049e2200 to 00000000ffeb4000 [ 17.220422] iwlwifi 0000:02:00.0: Mapped ffffea00049ecc80 to 00000000ffeb2000 [ 17.220424] iwlwifi 0000:02:00.0: Mapped ffffea00049ec280 to 00000000ffeb0000 [ 17.220427] iwlwifi 0000:02:00.0: Mapped ffffea00049ed580 to 00000000ffeae000 [ 17.220430] iwlwifi 0000:02:00.0: Mapped ffffea0004a19c80 to 00000000ffeac000 [ 17.220432] iwlwifi 0000:02:00.0: Mapped ffffea00049eab80 to 00000000ffeaa000 [ 17.220435] iwlwifi 0000:02:00.0: Mapped ffffea0004993b00 to 00000000ffea8000 [ 17.220437] iwlwifi 0000:02:00.0: Mapped ffffea0004994400 to 00000000ffea6000 [ 17.220440] iwlwifi 0000:02:00.0: Mapped ffffea0004994180 to 00000000ffea4000 [ 17.220442] iwlwifi 0000:02:00.0: Mapped ffffea0004993980 to 00000000ffea2000 [ 17.220445] iwlwifi 0000:02:00.0: Mapped ffffea0004994000 to 00000000ffea0000 [ 17.220447] iwlwifi 0000:02:00.0: Mapped ffffea0004993100 to 00000000ffe9e000 [ 17.220449] iwlwifi 0000:02:00.0: Mapped ffffea00049e9080 to 00000000ffe9c000 [ 17.220452] iwlwifi 0000:02:00.0: Mapped ffffea00049e7280 to 00000000ffe9a000 [ 17.220455] iwlwifi 0000:02:00.0: Mapped ffffea0004991380 to 00000000ffe98000 [ 17.220457] iwlwifi 0000:02:00.0: Mapped ffffea0004991500 to 00000000ffe96000 [ 17.220459] iwlwifi 0000:02:00.0: Mapped ffffea00049e1f00 to 00000000ffe94000 [ 17.220462] iwlwifi 0000:02:00.0: Mapped ffffea0004990d00 to 00000000ffe92000 [ 17.220465] iwlwifi 0000:02:00.0: Mapped ffffea00049ed280 to 00000000ffe90000 [ 17.220468] iwlwifi 0000:02:00.0: Mapped ffffea0004990a80 to 00000000ffe8e000 [ 17.220470] iwlwifi 0000:02:00.0: Mapped ffffea0004990b00 to 00000000ffe8c000 [ 17.220473] iwlwifi 0000:02:00.0: Mapped ffffea00049ea980 to 00000000ffe8a000 [ 17.220476] iwlwifi 0000:02:00.0: Mapped ffffea0004a1dd80 to 00000000ffe88000 [ 17.220479] iwlwifi 0000:02:00.0: Mapped ffffea00049e1b00 to 00000000ffe86000 [ 17.220481] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fe00 to 00000000ffe84000 [ 17.220484] iwlwifi 0000:02:00.0: Mapped ffffea00049e5100 to 00000000ffe82000 [ 17.220486] iwlwifi 0000:02:00.0: Mapped ffffea00049e5500 to 00000000ffe80000 [ 17.220489] iwlwifi 0000:02:00.0: Mapped ffffea00049e5480 to 00000000ffe7e000 [ 17.220491] iwlwifi 0000:02:00.0: Mapped ffffea00049e8900 to 00000000ffe7c000 [ 17.220493] iwlwifi 0000:02:00.0: Mapped ffffea0004993200 to 00000000ffe7a000 [ 17.220497] iwlwifi 0000:02:00.0: Mapped ffffea0004994a80 to 00000000ffe78000 [ 17.220499] iwlwifi 0000:02:00.0: Mapped ffffea0004990080 to 00000000ffe76000 [ 17.220502] iwlwifi 0000:02:00.0: Mapped ffffea0004990880 to 00000000ffe74000 [ 17.220504] iwlwifi 0000:02:00.0: Mapped ffffea0004a1e580 to 00000000ffe72000 [ 17.220507] iwlwifi 0000:02:00.0: Mapped ffffea00049e0880 to 00000000ffe70000 [ 17.220509] iwlwifi 0000:02:00.0: Mapped ffffea0004991d00 to 00000000ffe6e000 [ 17.220512] iwlwifi 0000:02:00.0: Mapped ffffea0004991f80 to 00000000ffe6c000 [ 17.220514] iwlwifi 0000:02:00.0: Mapped ffffea0004992e00 to 00000000ffe6a000 [ 17.220517] iwlwifi 0000:02:00.0: Mapped ffffea0004992d80 to 00000000ffe68000 [ 17.220519] iwlwifi 0000:02:00.0: Mapped ffffea0004996a00 to 00000000ffe66000 [ 17.220522] iwlwifi 0000:02:00.0: Mapped ffffea0004992080 to 00000000ffe64000 [ 17.220524] iwlwifi 0000:02:00.0: Mapped ffffea0004992a80 to 00000000ffe62000 [ 17.220527] iwlwifi 0000:02:00.0: Mapped ffffea0004992f00 to 00000000ffe60000 [ 17.220530] iwlwifi 0000:02:00.0: Mapped ffffea0004a1b180 to 00000000ffe5e000 [ 17.220532] iwlwifi 0000:02:00.0: Mapped ffffea0004a19d80 to 00000000ffe5c000 [ 17.220534] iwlwifi 0000:02:00.0: Mapped ffffea0004a1b700 to 00000000ffe5a000 [ 17.220538] iwlwifi 0000:02:00.0: Mapped ffffea00049eae80 to 00000000ffe58000 [ 17.220540] iwlwifi 0000:02:00.0: Mapped ffffea00049eb180 to 00000000ffe56000 [ 17.220543] iwlwifi 0000:02:00.0: Mapped ffffea00049e1880 to 00000000ffe54000 [ 17.220545] iwlwifi 0000:02:00.0: Mapped ffffea0004995080 to 00000000ffe52000 [ 17.220548] iwlwifi 0000:02:00.0: Mapped ffffea0004994d00 to 00000000ffe50000 [ 17.220551] iwlwifi 0000:02:00.0: Mapped ffffea00049ec980 to 00000000ffe4e000 [ 17.220553] iwlwifi 0000:02:00.0: Mapped ffffea0004998600 to 00000000ffe4c000 [ 17.220556] iwlwifi 0000:02:00.0: Mapped ffffea00049e7700 to 00000000ffe4a000 [ 17.220558] iwlwifi 0000:02:00.0: Mapped ffffea0004938280 to 00000000ffe48000 [ 17.220560] iwlwifi 0000:02:00.0: Mapped ffffea0004933900 to 00000000ffe46000 [ 17.220563] iwlwifi 0000:02:00.0: Mapped ffffea0004933980 to 00000000ffe44000 [ 17.220566] iwlwifi 0000:02:00.0: Mapped ffffea0004931d00 to 00000000ffe42000 [ 17.220568] iwlwifi 0000:02:00.0: Mapped ffffea0004931d80 to 00000000ffe40000 [ 17.220571] iwlwifi 0000:02:00.0: Mapped ffffea0004931200 to 00000000ffe3e000 [ 17.220573] iwlwifi 0000:02:00.0: Mapped ffffea0004931280 to 00000000ffe3c000 [ 17.220576] iwlwifi 0000:02:00.0: Mapped ffffea0004930600 to 00000000ffe3a000 [ 17.220578] iwlwifi 0000:02:00.0: Mapped ffffea0004930680 to 00000000ffe38000 [ 17.220581] iwlwifi 0000:02:00.0: Mapped ffffea000495fc00 to 00000000ffe36000 [ 17.220584] iwlwifi 0000:02:00.0: Mapped ffffea000495fc80 to 00000000ffe34000 [ 17.220587] iwlwifi 0000:02:00.0: Mapped ffffea0004933000 to 00000000ffe32000 [ 17.220589] iwlwifi 0000:02:00.0: Mapped ffffea0004933080 to 00000000ffe30000 [ 17.220591] iwlwifi 0000:02:00.0: Mapped ffffea00049e5e00 to 00000000ffe2e000 [ 17.220594] iwlwifi 0000:02:00.0: Mapped ffffea00049e5e80 to 00000000ffe2c000 [ 17.220597] iwlwifi 0000:02:00.0: Mapped ffffea000495eb00 to 00000000ffe2a000 [ 17.220599] iwlwifi 0000:02:00.0: Mapped ffffea000495eb80 to 00000000ffe28000 [ 17.220602] iwlwifi 0000:02:00.0: Mapped ffffea0004a55e00 to 00000000ffe26000 [ 17.220605] iwlwifi 0000:02:00.0: Mapped ffffea0004a55e80 to 00000000ffe24000 [ 17.220608] iwlwifi 0000:02:00.0: Mapped ffffea00049e5a00 to 00000000ffe22000 [ 17.220610] iwlwifi 0000:02:00.0: Mapped ffffea00049e5a80 to 00000000ffe20000 [ 17.220612] iwlwifi 0000:02:00.0: Mapped ffffea00049e9600 to 00000000ffe1e000 [ 17.220615] iwlwifi 0000:02:00.0: Mapped ffffea00049e9680 to 00000000ffe1c000 [ 17.220618] iwlwifi 0000:02:00.0: Mapped ffffea0004933700 to 00000000ffe1a000 [ 17.220621] iwlwifi 0000:02:00.0: Mapped ffffea0004933780 to 00000000ffe18000 [ 17.220623] iwlwifi 0000:02:00.0: Mapped ffffea00049e9e00 to 00000000ffe16000 [ 17.220626] iwlwifi 0000:02:00.0: Mapped ffffea00049e9e80 to 00000000ffe14000 [ 17.220629] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ca00 to 00000000ffe12000 [ 17.220631] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ca80 to 00000000ffe10000 [ 17.220634] iwlwifi 0000:02:00.0: Mapped ffffea0004933400 to 00000000ffe0e000 [ 17.220637] iwlwifi 0000:02:00.0: Mapped ffffea0004933480 to 00000000ffe0c000 [ 17.220639] iwlwifi 0000:02:00.0: Mapped ffffea00049e7000 to 00000000ffe0a000 [ 17.220642] iwlwifi 0000:02:00.0: Mapped ffffea00049e7080 to 00000000ffe08000 [ 17.220645] iwlwifi 0000:02:00.0: Mapped ffffea00049e5d00 to 00000000ffe06000 [ 17.220647] iwlwifi 0000:02:00.0: Mapped ffffea00049e5d80 to 00000000ffe04000 [ 17.220650] iwlwifi 0000:02:00.0: Mapped ffffea00049eb800 to 00000000ffe02000 [ 17.220653] iwlwifi 0000:02:00.0: Mapped ffffea00049eb880 to 00000000ffe00000 [ 17.220655] iwlwifi 0000:02:00.0: Mapped ffffea0004990500 to 00000000ffdfe000 [ 17.220657] iwlwifi 0000:02:00.0: Mapped ffffea0004990580 to 00000000ffdfc000 [ 17.220660] iwlwifi 0000:02:00.0: Mapped ffffea0004a56b00 to 00000000ffdfa000 [ 17.220663] iwlwifi 0000:02:00.0: Mapped ffffea0004a56b80 to 00000000ffdf8000 [ 17.220666] iwlwifi 0000:02:00.0: Mapped ffffea00049e4e00 to 00000000ffdf6000 [ 17.220668] iwlwifi 0000:02:00.0: Mapped ffffea00049e4e80 to 00000000ffdf4000 [ 17.220671] iwlwifi 0000:02:00.0: Mapped ffffea00049e3b00 to 00000000ffdf2000 [ 17.220674] iwlwifi 0000:02:00.0: Mapped ffffea00049e3b80 to 00000000ffdf0000 [ 17.220676] iwlwifi 0000:02:00.0: Mapped ffffea0004a57800 to 00000000ffdee000 [ 17.220679] iwlwifi 0000:02:00.0: Mapped ffffea0004a57880 to 00000000ffdec000 [ 17.220681] iwlwifi 0000:02:00.0: Mapped ffffea00049e9a00 to 00000000ffdea000 [ 17.220684] iwlwifi 0000:02:00.0: Mapped ffffea00049e9a80 to 00000000ffde8000 [ 17.220687] iwlwifi 0000:02:00.0: Mapped ffffea00049ed100 to 00000000ffde6000 [ 17.220689] iwlwifi 0000:02:00.0: Mapped ffffea00049ed180 to 00000000ffde4000 [ 17.220692] iwlwifi 0000:02:00.0: Mapped ffffea00049e5800 to 00000000ffde2000 [ 17.220695] iwlwifi 0000:02:00.0: Mapped ffffea00049e5880 to 00000000ffde0000 [ 17.220698] iwlwifi 0000:02:00.0: Mapped ffffea0004a10a00 to 00000000ffdde000 [ 17.220700] iwlwifi 0000:02:00.0: Mapped ffffea0004a10a80 to 00000000ffddc000 [ 17.220703] iwlwifi 0000:02:00.0: Mapped ffffea00049e7d00 to 00000000ffdda000 [ 17.220705] iwlwifi 0000:02:00.0: Mapped ffffea00049e7d80 to 00000000ffdd8000 [ 17.220708] iwlwifi 0000:02:00.0: Mapped ffffea00049e8f00 to 00000000ffdd6000 [ 17.220710] iwlwifi 0000:02:00.0: Mapped ffffea00049e8f80 to 00000000ffdd4000 [ 17.220712] iwlwifi 0000:02:00.0: Mapped ffffea0004a10900 to 00000000ffdd2000 [ 17.220715] iwlwifi 0000:02:00.0: Mapped ffffea0004a10980 to 00000000ffdd0000 [ 17.220717] iwlwifi 0000:02:00.0: Mapped ffffea00049ed300 to 00000000ffdce000 [ 17.220720] iwlwifi 0000:02:00.0: Mapped ffffea00049ed380 to 00000000ffdcc000 [ 17.220723] iwlwifi 0000:02:00.0: Mapped ffffea0004a56500 to 00000000ffdca000 [ 17.220726] iwlwifi 0000:02:00.0: Mapped ffffea0004a56580 to 00000000ffdc8000 [ 17.220728] iwlwifi 0000:02:00.0: Mapped ffffea0004993c00 to 00000000ffdc6000 [ 17.220731] iwlwifi 0000:02:00.0: Mapped ffffea0004993c80 to 00000000ffdc4000 [ 17.220733] iwlwifi 0000:02:00.0: Mapped ffffea0004993700 to 00000000ffdc2000 [ 17.220736] iwlwifi 0000:02:00.0: Mapped ffffea0004993780 to 00000000ffdc0000 [ 17.220739] iwlwifi 0000:02:00.0: Mapped ffffea0004990700 to 00000000ffdbe000 [ 17.220741] iwlwifi 0000:02:00.0: Mapped ffffea0004990780 to 00000000ffdbc000 [ 17.220744] iwlwifi 0000:02:00.0: Mapped ffffea0004993000 to 00000000ffdba000 [ 17.220746] iwlwifi 0000:02:00.0: Mapped ffffea0004993080 to 00000000ffdb8000 [ 17.220749] iwlwifi 0000:02:00.0: Mapped ffffea0004991600 to 00000000ffdb6000 [ 17.220752] iwlwifi 0000:02:00.0: Mapped ffffea0004991680 to 00000000ffdb4000 [ 17.220754] iwlwifi 0000:02:00.0: Mapped ffffea0004a1eb00 to 00000000ffdb2000 [ 17.220756] iwlwifi 0000:02:00.0: Mapped ffffea0004a1eb80 to 00000000ffdb0000 [ 17.220759] iwlwifi 0000:02:00.0: Mapped ffffea00049eaf00 to 00000000ffdae000 [ 17.220761] iwlwifi 0000:02:00.0: Mapped ffffea00049eaf80 to 00000000ffdac000 [ 17.220764] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d400 to 00000000ffdaa000 [ 17.220766] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d480 to 00000000ffda8000 [ 17.220769] iwlwifi 0000:02:00.0: Mapped ffffea00049e9100 to 00000000ffda6000 [ 17.220772] iwlwifi 0000:02:00.0: Mapped ffffea00049e9180 to 00000000ffda4000 [ 17.220774] iwlwifi 0000:02:00.0: Mapped ffffea00049ea200 to 00000000ffda2000 [ 17.220776] iwlwifi 0000:02:00.0: Mapped ffffea00049ea280 to 00000000ffda0000 [ 17.220779] iwlwifi 0000:02:00.0: Mapped ffffea00049eaa00 to 00000000ffd9e000 [ 17.220782] iwlwifi 0000:02:00.0: Mapped ffffea00049eaa80 to 00000000ffd9c000 [ 17.220784] iwlwifi 0000:02:00.0: Mapped ffffea00049e3500 to 00000000ffd9a000 [ 17.220786] iwlwifi 0000:02:00.0: Mapped ffffea00049e3580 to 00000000ffd98000 [ 17.220789] iwlwifi 0000:02:00.0: Mapped ffffea0004991200 to 00000000ffd96000 [ 17.220791] iwlwifi 0000:02:00.0: Mapped ffffea0004991280 to 00000000ffd94000 [ 17.220794] iwlwifi 0000:02:00.0: Mapped ffffea0004991100 to 00000000ffd92000 [ 17.220797] iwlwifi 0000:02:00.0: Mapped ffffea0004991180 to 00000000ffd90000 [ 17.220799] iwlwifi 0000:02:00.0: Mapped ffffea0004990c00 to 00000000ffd8e000 [ 17.220802] iwlwifi 0000:02:00.0: Mapped ffffea0004990c80 to 00000000ffd8c000 [ 17.220804] iwlwifi 0000:02:00.0: Mapped ffffea0004991a00 to 00000000ffd8a000 [ 17.220807] iwlwifi 0000:02:00.0: Mapped ffffea0004991a80 to 00000000ffd88000 [ 17.220809] iwlwifi 0000:02:00.0: Mapped ffffea0004991e00 to 00000000ffd86000 [ 17.220812] iwlwifi 0000:02:00.0: Mapped ffffea0004991e80 to 00000000ffd84000 [ 17.220815] iwlwifi 0000:02:00.0: Mapped ffffea0004991400 to 00000000ffd82000 [ 17.220817] iwlwifi 0000:02:00.0: Mapped ffffea0004991480 to 00000000ffd80000 [ 17.220820] iwlwifi 0000:02:00.0: Mapped ffffea0004991800 to 00000000ffd7e000 [ 17.220822] iwlwifi 0000:02:00.0: Mapped ffffea0004991880 to 00000000ffd7c000 [ 17.220825] iwlwifi 0000:02:00.0: Mapped ffffea0004992100 to 00000000ffd7a000 [ 17.220828] iwlwifi 0000:02:00.0: Mapped ffffea0004992180 to 00000000ffd78000 [ 17.220830] iwlwifi 0000:02:00.0: Mapped ffffea0004991c00 to 00000000ffd76000 [ 17.220833] iwlwifi 0000:02:00.0: Mapped ffffea0004991c80 to 00000000ffd74000 [ 17.220836] iwlwifi 0000:02:00.0: Mapped ffffea0004992b00 to 00000000ffd72000 [ 17.220838] iwlwifi 0000:02:00.0: Mapped ffffea0004992b80 to 00000000ffd70000 [ 17.220841] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fb00 to 00000000ffd6e000 [ 17.220843] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fb80 to 00000000ffd6c000 [ 17.220846] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fd00 to 00000000ffd6a000 [ 17.220848] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fd80 to 00000000ffd68000 [ 17.220851] iwlwifi 0000:02:00.0: Mapped ffffea0004990f00 to 00000000ffd66000 [ 17.220853] iwlwifi 0000:02:00.0: Mapped ffffea0004990f80 to 00000000ffd64000 [ 17.220856] iwlwifi 0000:02:00.0: Mapped ffffea00049e8700 to 00000000ffd62000 [ 17.220860] iwlwifi 0000:02:00.0: Mapped ffffea00049e8780 to 00000000ffd60000 [ 17.220862] iwlwifi 0000:02:00.0: Mapped ffffea00049ead00 to 00000000ffd5e000 [ 17.220865] iwlwifi 0000:02:00.0: Mapped ffffea00049ead80 to 00000000ffd5c000 [ 17.220867] iwlwifi 0000:02:00.0: Mapped ffffea00049eb200 to 00000000ffd5a000 [ 17.220871] iwlwifi 0000:02:00.0: Mapped ffffea00049eb280 to 00000000ffd58000 [ 17.220873] iwlwifi 0000:02:00.0: Mapped ffffea00049ec500 to 00000000ffd56000 [ 17.220876] iwlwifi 0000:02:00.0: Mapped ffffea00049ec580 to 00000000ffd54000 [ 17.220879] iwlwifi 0000:02:00.0: Mapped ffffea0004994e00 to 00000000ffd52000 [ 17.220882] iwlwifi 0000:02:00.0: Mapped ffffea0004994e80 to 00000000ffd50000 [ 17.220885] iwlwifi 0000:02:00.0: Mapped ffffea0004995300 to 00000000ffd4e000 [ 17.220887] iwlwifi 0000:02:00.0: Mapped ffffea0004995380 to 00000000ffd4c000 [ 17.220890] iwlwifi 0000:02:00.0: Mapped ffffea00049ec800 to 00000000ffd4a000 [ 17.220892] iwlwifi 0000:02:00.0: Mapped ffffea00049ec880 to 00000000ffd48000 [ 17.220895] iwlwifi 0000:02:00.0: Mapped ffffea0004938300 to 00000000ffd46000 [ 17.220897] iwlwifi 0000:02:00.0: Mapped ffffea0004938380 to 00000000ffd44000 [ 17.220899] iwlwifi 0000:02:00.0: Mapped ffffea0004933e00 to 00000000ffd42000 [ 17.220902] iwlwifi 0000:02:00.0: Mapped ffffea0004933e80 to 00000000ffd40000 [ 17.220905] iwlwifi 0000:02:00.0: Mapped ffffea0004933f00 to 00000000ffd3e000 [ 17.220907] iwlwifi 0000:02:00.0: Mapped ffffea0004933f80 to 00000000ffd3c000 [ 17.220910] iwlwifi 0000:02:00.0: Mapped ffffea00049e9c00 to 00000000ffd3a000 [ 17.220913] iwlwifi 0000:02:00.0: Mapped ffffea00049e9c80 to 00000000ffd38000 [ 17.220916] iwlwifi 0000:02:00.0: Mapped ffffea00049e9d00 to 00000000ffd36000 [ 17.220918] iwlwifi 0000:02:00.0: Mapped ffffea00049e9d80 to 00000000ffd34000 [ 17.220921] iwlwifi 0000:02:00.0: Mapped ffffea00049ebe00 to 00000000ffd32000 [ 17.220924] iwlwifi 0000:02:00.0: Mapped ffffea00049ebe80 to 00000000ffd30000 [ 17.220927] iwlwifi 0000:02:00.0: Mapped ffffea00049ebf00 to 00000000ffd2e000 [ 17.220930] iwlwifi 0000:02:00.0: Mapped ffffea00049ebf80 to 00000000ffd2c000 [ 17.220933] iwlwifi 0000:02:00.0: Mapped ffffea0004993e00 to 00000000ffd2a000 [ 17.220936] iwlwifi 0000:02:00.0: Mapped ffffea0004993e80 to 00000000ffd28000 [ 17.220939] iwlwifi 0000:02:00.0: Mapped ffffea0004993f00 to 00000000ffd26000 [ 17.220942] iwlwifi 0000:02:00.0: Mapped ffffea0004993f80 to 00000000ffd24000 [ 17.220945] iwlwifi 0000:02:00.0: Mapped ffffea00049e9400 to 00000000ffd22000 [ 17.220948] iwlwifi 0000:02:00.0: Mapped ffffea00049e9480 to 00000000ffd20000 [ 17.220952] iwlwifi 0000:02:00.0: Mapped ffffea00049e9500 to 00000000ffd1e000 [ 17.220955] iwlwifi 0000:02:00.0: Mapped ffffea00049e9580 to 00000000ffd1c000 [ 17.220957] iwlwifi 0000:02:00.0: Mapped ffffea0004934400 to 00000000ffd1a000 [ 17.220960] iwlwifi 0000:02:00.0: Mapped ffffea0004934480 to 00000000ffd18000 [ 17.220962] iwlwifi 0000:02:00.0: Mapped ffffea0004934500 to 00000000ffd16000 [ 17.220965] iwlwifi 0000:02:00.0: Mapped ffffea0004934580 to 00000000ffd14000 [ 17.220968] iwlwifi 0000:02:00.0: Mapped ffffea0004934000 to 00000000ffd12000 [ 17.220970] iwlwifi 0000:02:00.0: Mapped ffffea0004934080 to 00000000ffd10000 [ 17.220973] iwlwifi 0000:02:00.0: Mapped ffffea0004934100 to 00000000ffd0e000 [ 17.220975] iwlwifi 0000:02:00.0: Mapped ffffea0004934180 to 00000000ffd0c000 [ 17.220978] iwlwifi 0000:02:00.0: Mapped ffffea0004934200 to 00000000ffd0a000 [ 17.220981] iwlwifi 0000:02:00.0: Mapped ffffea0004934280 to 00000000ffd08000 [ 17.220983] iwlwifi 0000:02:00.0: Mapped ffffea0004934300 to 00000000ffd06000 [ 17.220985] iwlwifi 0000:02:00.0: Mapped ffffea0004934380 to 00000000ffd04000 [ 17.220988] iwlwifi 0000:02:00.0: Mapped ffffea00049eb400 to 00000000ffd02000 [ 17.220991] iwlwifi 0000:02:00.0: Mapped ffffea00049eb480 to 00000000ffd00000 [ 17.220994] iwlwifi 0000:02:00.0: Mapped ffffea00049eb500 to 00000000ffcfe000 [ 17.220996] iwlwifi 0000:02:00.0: Mapped ffffea00049eb580 to 00000000ffcfc000 [ 17.220998] iwlwifi 0000:02:00.0: Mapped ffffea00049eb600 to 00000000ffcfa000 [ 17.221001] iwlwifi 0000:02:00.0: Mapped ffffea00049eb680 to 00000000ffcf8000 [ 17.221004] iwlwifi 0000:02:00.0: Mapped ffffea00049eb700 to 00000000ffcf6000 [ 17.221006] iwlwifi 0000:02:00.0: Mapped ffffea00049eb780 to 00000000ffcf4000 [ 17.221009] iwlwifi 0000:02:00.0: Mapped ffffea00049e6000 to 00000000ffcf2000 [ 17.221011] iwlwifi 0000:02:00.0: Mapped ffffea00049e6080 to 00000000ffcf0000 [ 17.221014] iwlwifi 0000:02:00.0: Mapped ffffea00049e6100 to 00000000ffcee000 [ 17.221017] iwlwifi 0000:02:00.0: Mapped ffffea00049e6180 to 00000000ffcec000 [ 17.221020] iwlwifi 0000:02:00.0: Mapped ffffea00049e6200 to 00000000ffcea000 [ 17.221022] iwlwifi 0000:02:00.0: Mapped ffffea00049e6280 to 00000000ffce8000 [ 17.221025] iwlwifi 0000:02:00.0: Mapped ffffea00049e6300 to 00000000ffce6000 [ 17.221027] iwlwifi 0000:02:00.0: Mapped ffffea00049e6380 to 00000000ffce4000 [ 17.221030] iwlwifi 0000:02:00.0: Mapped ffffea00049e8000 to 00000000ffce2000 [ 17.221032] iwlwifi 0000:02:00.0: Mapped ffffea00049e8080 to 00000000ffce0000 [ 17.221035] iwlwifi 0000:02:00.0: Mapped ffffea00049e8100 to 00000000ffcde000 [ 17.221038] iwlwifi 0000:02:00.0: Mapped ffffea00049e8180 to 00000000ffcdc000 [ 17.287252] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command COEX_PRIORITY_TABLE_CMD [ 17.287256] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 17.287372] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 17.287381] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.287383] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.287982] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.287988] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.287990] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.288055] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.288059] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.288061] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.288131] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.288136] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.288137] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.288234] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.288239] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.288240] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.288345] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.288350] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 17.288352] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.288427] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 17.288432] iwlwifi 0000:02:00.0: U iwl_alive_start Runtime Alive received. [ 17.288434] iwlwifi 0000:02:00.0: U iwl_send_bt_config BT coex active [ 17.288436] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_BT_CONFIG [ 17.288437] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_BT_CONFIG [ 17.288510] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_BT_CONFIG [ 17.288515] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command CALIBRATION_CFG_CMD [ 17.288517] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 17.288593] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 17.288598] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command TX_ANT_CONFIGURATION_CMD [ 17.288600] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 17.315702] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 17.315717] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.315723] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 17.315726] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 17.315727] * without RXON_FILTER_ASSOC_MSK [ 17.315727] * channel = 1 [ 17.315728] * bssid = 00:00:00:00:00:00 [ 17.315729] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 17.315731] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 17.316834] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 17.316851] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 17.316854] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations No active stations found to be cleared [ 17.316858] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 17.316861] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 17.316864] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 17.316867] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 17.316870] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 17.333563] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 17.333566] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 17.333568] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 17.333570] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 17.333572] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 17.333575] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 17.333587] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 0 is not an HT channel [ 17.333589] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 17.333591] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.333785] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.333803] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 17.333806] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 17.333809] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_CT_KILL_CONFIG_CMD [ 17.333810] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 17.334091] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 17.334103] iwlwifi 0000:02:00.0: U iwl_rf_kill_ct_config REPLY_CT_KILL_CONFIG_CMD succeeded, critical temperature enter is 114,exit is 95 [ 17.334106] iwlwifi 0000:02:00.0: U iwl_alive_start ALIVE processing complete. [ 17.334116] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 17.334119] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 17.334218] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 17.334231] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.334233] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.334236] iwlwifi 0000:02:00.0: U iwlagn_mac_start Start UP work done. [ 17.334260] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.334263] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 17.334265] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 17.334266] * without RXON_FILTER_ASSOC_MSK [ 17.334266] * channel = 1 [ 17.334267] * bssid = 00:00:00:00:00:00 [ 17.334268] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 17.334270] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 17.334679] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 17.334690] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 17.334693] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 17.334695] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 17.334697] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 17.334700] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 17.334702] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 17.334703] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 17.334788] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 17.334790] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 17.334792] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 17.334794] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 17.334796] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 17.334799] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 17.334805] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 17.334806] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 17.334808] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.334951] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.334956] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 17.334958] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 17.334963] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.334966] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 17.334969] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 17.334970] * without RXON_FILTER_ASSOC_MSK [ 17.334970] * channel = 1 [ 17.334971] * bssid = 00:00:00:00:00:00 [ 17.334972] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 17.334974] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 17.335331] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 17.335346] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 17.335350] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 17.335352] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 17.335354] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 17.335357] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 17.335359] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 17.335360] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 17.335539] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 17.335541] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 17.335543] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 17.335545] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 17.335547] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 17.335550] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 17.335557] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 17.335558] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 17.335560] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.335863] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.335870] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 17.335872] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 17.335882] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=0 FLAGS=0x0 [ 17.335884] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 17.335886] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 17.335994] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 17.336001] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.336004] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.336007] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.336009] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.336012] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 17.336014] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 17.336137] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 17.336145] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.336149] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 17.336457] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 17.412410] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 17.412413] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 17.414222] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 17.964605] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 17.965856] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 17.965857] * without RXON_FILTER_ASSOC_MSK [ 17.965858] * channel = 1 [ 17.965859] * bssid = 00:00:00:00:00:00 [ 17.970722] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 17.970726] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 17.972295] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 17.972313] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 17.972316] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 17.972319] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 17.972321] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 17.972324] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 17.972326] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 17.972327] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 17.973830] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 17.973833] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 17.973835] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 17.973837] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 17.973839] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 17.973842] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 17.973852] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 17.973854] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 17.973856] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.975068] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 17.975078] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 17.975081] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 17.975097] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 17.975100] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 17.979411] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 18.166724] iwlwifi 0000:02:00.0: Mapped ffffea0004933900 to 00000000ffeee000 [ 18.167975] iwlwifi 0000:02:00.0: Mapped ffffea00049e7700 to 00000000ffeec000 [ 18.169258] iwlwifi 0000:02:00.0: Mapped ffffea0004998600 to 00000000ffeea000 [ 18.170467] iwlwifi 0000:02:00.0: Mapped ffffea00049e1880 to 00000000ffee8000 [ 18.170471] iwlwifi 0000:02:00.0: Mapped ffffea00049eb180 to 00000000ffee6000 [ 18.170475] iwlwifi 0000:02:00.0: Mapped ffffea00049eae80 to 00000000ffee4000 [ 18.170478] iwlwifi 0000:02:00.0: Mapped ffffea0004a1b700 to 00000000ffee2000 [ 18.170480] iwlwifi 0000:02:00.0: Mapped ffffea0004a19d80 to 00000000ffee0000 [ 18.170482] iwlwifi 0000:02:00.0: Mapped ffffea0004a1b180 to 00000000ffede000 [ 18.170485] iwlwifi 0000:02:00.0: Mapped ffffea0004992f00 to 00000000ffedc000 [ 18.170487] iwlwifi 0000:02:00.0: Mapped ffffea00049e0880 to 00000000ffeda000 [ 18.170489] iwlwifi 0000:02:00.0: Mapped ffffea00049e8900 to 00000000ffed8000 [ 18.170492] iwlwifi 0000:02:00.0: Mapped ffffea00049e5480 to 00000000ffed6000 [ 18.170494] iwlwifi 0000:02:00.0: Mapped ffffea00049e5500 to 00000000ffed4000 [ 18.170496] iwlwifi 0000:02:00.0: Mapped ffffea0004995c00 to 00000000ffed2000 [ 18.170499] iwlwifi 0000:02:00.0: Mapped ffffea0004a1dd80 to 00000000ffed0000 [ 18.170501] iwlwifi 0000:02:00.0: Mapped ffffea00049ea980 to 00000000ffece000 [ 18.170504] iwlwifi 0000:02:00.0: Mapped ffffea0004990b00 to 00000000ffecc000 [ 18.170506] iwlwifi 0000:02:00.0: Mapped ffffea00049e1f00 to 00000000ffeca000 [ 18.170508] iwlwifi 0000:02:00.0: Mapped ffffea0004991380 to 00000000ffec8000 [ 18.170510] iwlwifi 0000:02:00.0: Mapped ffffea00049e7280 to 00000000ffec6000 [ 18.170513] iwlwifi 0000:02:00.0: Mapped ffffea00049e9080 to 00000000ffec4000 [ 18.170515] iwlwifi 0000:02:00.0: Mapped ffffea0004993100 to 00000000ffec2000 [ 18.170518] iwlwifi 0000:02:00.0: Mapped ffffea0004994000 to 00000000ffec0000 [ 18.170520] iwlwifi 0000:02:00.0: Mapped ffffea0004993b00 to 00000000ffebe000 [ 18.170522] iwlwifi 0000:02:00.0: Mapped ffffea00049eab80 to 00000000ffebc000 [ 18.170524] iwlwifi 0000:02:00.0: Mapped ffffea00049e7f00 to 00000000ffeba000 [ 18.170527] iwlwifi 0000:02:00.0: Mapped ffffea0004a10b00 to 00000000ffeb8000 [ 18.170529] iwlwifi 0000:02:00.0: Mapped ffffea0004995280 to 00000000ffeb6000 [ 18.170531] iwlwifi 0000:02:00.0: Mapped ffffea00049e2e00 to 00000000ffeb4000 [ 18.170533] iwlwifi 0000:02:00.0: Mapped ffffea00049e4b00 to 00000000ffeb2000 [ 18.170536] iwlwifi 0000:02:00.0: Mapped ffffea00049ec300 to 00000000ffeb0000 [ 18.170538] iwlwifi 0000:02:00.0: Mapped ffffea00049e4f80 to 00000000ffeae000 [ 18.170540] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c900 to 00000000ffeac000 [ 18.170542] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c080 to 00000000ffeaa000 [ 18.170545] iwlwifi 0000:02:00.0: Mapped ffffea00049e8680 to 00000000ffea8000 [ 18.170547] iwlwifi 0000:02:00.0: Mapped ffffea00049ef900 to 00000000ffea6000 [ 18.170549] iwlwifi 0000:02:00.0: Mapped ffffea0004990480 to 00000000ffea4000 [ 18.170552] iwlwifi 0000:02:00.0: Mapped ffffea00049ea000 to 00000000ffea2000 [ 18.170554] iwlwifi 0000:02:00.0: Mapped ffffea00049e9f80 to 00000000ffea0000 [ 18.170556] iwlwifi 0000:02:00.0: Mapped ffffea0004990600 to 00000000ffe9e000 [ 18.170558] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c600 to 00000000ffe9c000 [ 18.170561] iwlwifi 0000:02:00.0: Mapped ffffea00049e4980 to 00000000ffe9a000 [ 18.170563] iwlwifi 0000:02:00.0: Mapped ffffea0004a1f300 to 00000000ffe98000 [ 18.170565] iwlwifi 0000:02:00.0: Mapped ffffea00049ef400 to 00000000ffe96000 [ 18.170568] iwlwifi 0000:02:00.0: Mapped ffffea00049e0f80 to 00000000ffe94000 [ 18.170570] iwlwifi 0000:02:00.0: Mapped ffffea00049e8500 to 00000000ffe92000 [ 18.170572] iwlwifi 0000:02:00.0: Mapped ffffea0004a1da00 to 00000000ffe90000 [ 18.170575] iwlwifi 0000:02:00.0: Mapped ffffea00049e2700 to 00000000ffe8e000 [ 18.170577] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ed80 to 00000000ffe8c000 [ 18.170579] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d280 to 00000000ffe8a000 [ 18.170581] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ea00 to 00000000ffe88000 [ 18.170584] iwlwifi 0000:02:00.0: Mapped ffffea00049e2680 to 00000000ffe86000 [ 18.170586] iwlwifi 0000:02:00.0: Mapped ffffea000495f100 to 00000000ffe84000 [ 18.170588] iwlwifi 0000:02:00.0: Mapped ffffea0004933100 to 00000000ffe82000 [ 18.170591] iwlwifi 0000:02:00.0: Mapped ffffea00049e5b00 to 00000000ffe80000 [ 18.170593] iwlwifi 0000:02:00.0: Mapped ffffea00049e6d80 to 00000000ffe7e000 [ 18.170595] iwlwifi 0000:02:00.0: Mapped ffffea00049e8c00 to 00000000ffe7c000 [ 22.111063] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 22.111683] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 22.113928] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 22.492268] iwlwifi 0000:02:00.0: Mapped ffffea00049e9580 to 00000000ffdae000 [ 22.492968] iwlwifi 0000:02:00.0: Mapped ffffea0004933f00 to 00000000ffdac000 [ 22.493663] iwlwifi 0000:02:00.0: Mapped ffffea00049ec500 to 00000000ffdaa000 [ 22.494358] iwlwifi 0000:02:00.0: Mapped ffffea0004990f80 to 00000000ffda8000 [ 22.495054] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fb80 to 00000000ffda6000 [ 22.495754] iwlwifi 0000:02:00.0: Mapped ffffea0004992100 to 00000000ffda4000 [ 22.496477] iwlwifi 0000:02:00.0: Mapped ffffea0004991e80 to 00000000ffda0000 [ 22.497190] iwlwifi 0000:02:00.0: Mapped ffffea0004990c80 to 00000000ffd9a000 [ 22.497193] iwlwifi 0000:02:00.0: Mapped ffffea00049ea280 to 00000000ffd98000 [ 22.497195] iwlwifi 0000:02:00.0: Mapped ffffea0004a5b100 to 00000000ffd96000 [ 22.497198] iwlwifi 0000:02:00.0: Mapped ffffea0004993280 to 00000000ffd94000 [ 22.497200] iwlwifi 0000:02:00.0: Mapped ffffea0004995b80 to 00000000ffd92000 [ 22.497202] iwlwifi 0000:02:00.0: Mapped ffffea0004995880 to 00000000ffd90000 [ 22.497205] iwlwifi 0000:02:00.0: Mapped ffffea0004995980 to 00000000ffd8e000 [ 22.497207] iwlwifi 0000:02:00.0: Mapped ffffea0004995a80 to 00000000ffd8c000 [ 22.497209] iwlwifi 0000:02:00.0: Mapped ffffea00049e2a80 to 00000000ffd8a000 [ 22.497212] iwlwifi 0000:02:00.0: Mapped ffffea00049e9600 to 00000000ffd88000 [ 22.497214] iwlwifi 0000:02:00.0: Mapped ffffea00049e5e80 to 00000000ffd86000 [ 22.497217] iwlwifi 0000:02:00.0: Mapped ffffea0004930100 to 00000000ffd84000 [ 22.497219] iwlwifi 0000:02:00.0: Mapped ffffea0004931e00 to 00000000ffd82000 [ 22.497221] iwlwifi 0000:02:00.0: Mapped ffffea0004938300 to 00000000ffd80000 [ 22.497224] iwlwifi 0000:02:00.0: Mapped ffffea0004934500 to 00000000ffd7e000 [ 22.497226] iwlwifi 0000:02:00.0: Mapped ffffea0004934300 to 00000000ffd7c000 [ 22.497228] iwlwifi 0000:02:00.0: Mapped ffffea0004934200 to 00000000ffd7a000 [ 22.497231] iwlwifi 0000:02:00.0: Mapped ffffea0004934280 to 00000000ffd78000 [ 22.497233] iwlwifi 0000:02:00.0: Mapped ffffea0004934100 to 00000000ffd76000 [ 22.497235] iwlwifi 0000:02:00.0: Mapped ffffea0004934180 to 00000000ffd74000 [ 22.497238] iwlwifi 0000:02:00.0: Mapped ffffea0004934400 to 00000000ffd72000 [ 22.497240] iwlwifi 0000:02:00.0: Mapped ffffea0004934480 to 00000000ffd70000 [ 22.497242] iwlwifi 0000:02:00.0: Mapped ffffea00049e9400 to 00000000ffd6e000 [ 22.497244] iwlwifi 0000:02:00.0: Mapped ffffea00049e9480 to 00000000ffd6c000 [ 22.497247] iwlwifi 0000:02:00.0: Mapped ffffea00049ec800 to 00000000ffd6a000 [ 22.497249] iwlwifi 0000:02:00.0: Mapped ffffea00049ec880 to 00000000ffd68000 [ 22.497251] iwlwifi 0000:02:00.0: Mapped ffffea0004995300 to 00000000ffd66000 [ 22.497253] iwlwifi 0000:02:00.0: Mapped ffffea0004995380 to 00000000ffd64000 [ 22.497256] iwlwifi 0000:02:00.0: Mapped ffffea00049eb200 to 00000000ffd62000 [ 22.497258] iwlwifi 0000:02:00.0: Mapped ffffea00049eb280 to 00000000ffd60000 [ 22.497260] iwlwifi 0000:02:00.0: Mapped ffffea00049ead00 to 00000000ffd5e000 [ 22.497262] iwlwifi 0000:02:00.0: Mapped ffffea00049ead80 to 00000000ffd5c000 [ 22.497265] iwlwifi 0000:02:00.0: Mapped ffffea00049e8700 to 00000000ffd5a000 [ 22.497267] iwlwifi 0000:02:00.0: Mapped ffffea00049e8780 to 00000000ffd58000 [ 22.497269] iwlwifi 0000:02:00.0: Mapped ffffea0004991800 to 00000000ffd56000 [ 22.497272] iwlwifi 0000:02:00.0: Mapped ffffea0004991880 to 00000000ffd54000 [ 22.497274] iwlwifi 0000:02:00.0: Mapped ffffea0004991400 to 00000000ffd52000 [ 22.497276] iwlwifi 0000:02:00.0: Mapped ffffea0004991480 to 00000000ffd50000 [ 22.497278] iwlwifi 0000:02:00.0: Mapped ffffea0004991200 to 00000000ffd4e000 [ 22.497281] iwlwifi 0000:02:00.0: Mapped ffffea0004991280 to 00000000ffd4c000 [ 22.497283] iwlwifi 0000:02:00.0: Mapped ffffea00049e3500 to 00000000ffd4a000 [ 22.497285] iwlwifi 0000:02:00.0: Mapped ffffea00049e3580 to 00000000ffd48000 [ 22.497288] iwlwifi 0000:02:00.0: Mapped ffffea00049eaa00 to 00000000ffd46000 [ 22.497290] iwlwifi 0000:02:00.0: Mapped ffffea00049eaa80 to 00000000ffd44000 [ 22.497292] iwlwifi 0000:02:00.0: Mapped ffffea0004a55e00 to 00000000ffd42000 [ 22.497295] iwlwifi 0000:02:00.0: Mapped ffffea0004a55e80 to 00000000ffd40000 [ 22.497297] iwlwifi 0000:02:00.0: Mapped ffffea000495eb00 to 00000000ffd3e000 [ 22.497299] iwlwifi 0000:02:00.0: Mapped ffffea000495eb80 to 00000000ffd3c000 [ 22.497301] iwlwifi 0000:02:00.0: Mapped ffffea000495fc00 to 00000000ffd3a000 [ 22.497304] iwlwifi 0000:02:00.0: Mapped ffffea000495fc80 to 00000000ffd38000 [ 22.497306] iwlwifi 0000:02:00.0: Mapped ffffea0004930600 to 00000000ffd36000 [ 22.622248] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 22.622920] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 22.628228] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 25.959109] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 25.959780] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 25.960474] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 25.960475] * without RXON_FILTER_ASSOC_MSK [ 25.960475] * channel = 1 [ 25.960476] * bssid = 00:00:00:00:00:00 [ 25.963236] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 25.963972] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 25.966371] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 25.967173] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.967952] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 25.968729] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 25.968731] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 25.968734] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 25.968736] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 25.968738] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 25.970175] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 25.970177] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 25.970180] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 25.970182] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 25.970184] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 25.970187] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 25.970200] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 25.970202] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 25.970204] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.971410] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 25.971425] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 25.971427] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 25.971447] iwlwifi 0000:02:00.0: U iwl_down iwlwifi is going down [ 25.971451] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 25.971453] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 25.971920] ------------[ cut here ]------------ [ 25.971926] WARNING: at drivers/iommu/intel-iommu.c:2922 intel_unmap_page+0x11e/0x130() [ 25.971927] Hardware name: Latitude E5420 [ 25.971928] Driver unmaps unmatched page at PFN ffc24ed8 [ 25.971929] Modules linked in: uvcvideo videobuf2_vmalloc videobuf2_memops hid_logitech_dj videobuf2_core usbhid videodev snd_hda_codec_hdmi snd_hda_codec_idt crc32c_intel aesni_intel snd_hda_intel iwlwifi aes_x86_64 snd_hda_codec cryptd snd_hwdep snd_pcm snd_page_alloc snd_timer mac80211 snd ehci_hcd soundcore usbcore cfg80211 usb_common psmouse [ 25.971950] Pid: 1795, comm: ifconfig Tainted: G W 3.4.0-rc5-wl+ #26 [ 25.971951] Call Trace: [ 25.971956] [<ffffffff8103279a>] warn_slowpath_common+0x7a/0xb0 [ 25.971959] [<ffffffff81032871>] warn_slowpath_fmt+0x41/0x50 [ 25.971961] [<ffffffff813735c0>] ? find_iova+0x50/0x90 [ 25.971964] [<ffffffff813775ae>] intel_unmap_page+0x11e/0x130 [ 25.971970] [<ffffffffa01749d0>] iwlagn_unmap_tfd.isra.17+0xc0/0x140 [iwlwifi] [ 25.971974] [<ffffffffa0174d1b>] iwlagn_txq_free_tfd+0x4b/0x90 [iwlwifi] [ 25.971977] [<ffffffffa016f919>] iwl_tx_queue_unmap+0x69/0x90 [iwlwifi] [ 25.971981] [<ffffffffa0170f0f>] iwl_trans_pcie_stop_device+0x2cf/0x340 [iwlwifi] [ 25.971984] [<ffffffffa0151da5>] iwl_down+0x205/0x310 [iwlwifi] [ 25.971988] [<ffffffffa0158da0>] iwlagn_mac_stop+0x60/0xd0 [iwlwifi] [ 25.971995] [<ffffffffa00fda94>] ieee80211_stop_device+0x44/0x80 [mac80211] [ 25.972001] [<ffffffffa00eb94f>] ieee80211_do_stop+0x27f/0x630 [mac80211] [ 25.972005] [<ffffffffa00ebd15>] ieee80211_stop+0x15/0x20 [mac80211] [ 25.972009] [<ffffffff813915ee>] __dev_close_many+0x8e/0xe0 [ 25.972011] [<ffffffff81391671>] __dev_close+0x31/0x50 [ 25.972013] [<ffffffff8139617c>] __dev_change_flags+0x9c/0x180 [ 25.972015] [<ffffffff81396313>] dev_change_flags+0x23/0x70 [ 25.972018] [<ffffffff813f1a4d>] devinet_ioctl+0x5bd/0x740 [ 25.972020] [<ffffffff813f1f15>] inet_ioctl+0x75/0x90 [ 25.972023] [<ffffffff8137cefb>] sock_do_ioctl+0x2b/0x70 [ 25.972025] [<ffffffff8137cfa8>] sock_ioctl+0x68/0x2b0 [ 25.972028] [<ffffffff810fd62e>] do_vfs_ioctl+0x8e/0x500 [ 25.972031] [<ffffffff810914f2>] ? call_rcu+0x12/0x20 [ 25.972034] [<ffffffff8105408a>] ? __put_cred+0x3a/0x50 [ 25.972037] [<ffffffff810fdb31>] sys_ioctl+0x91/0xa0 [ 25.972039] [<ffffffff81483462>] system_call_fastpath+0x16/0x1b [ 25.972041] ---[ end trace e93713a9d40cd06e ]--- [ 25.972134] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 25.972150] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 25.972217] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 25.972232] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 26.036697] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 15: ff:ff:ff:ff:ff:ff [ 26.037944] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 14: ff:ff:ff:ff:ff:ff [ 26.039186] iwlwifi 0000:02:00.0: U iwl_prepare_card_hw iwl_trans_prepare_card_hw enter [ 26.040457] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 26.041710] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 26.042980] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 26.050981] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 26.052188] iwlwifi 0000:02:00.0: 0 is NULL 00000000ffcd4000 [ 26.052210] iwlwifi 0000:02:00.0: 1 is NULL 00000000ffcd0000 [ 26.053405] iwlwifi 0000:02:00.0: Free 2 ffffea0004991700 00000000ffd1e000 [ 26.055752] iwlwifi 0000:02:00.0: Free 3 ffffea0004991000 00000000ffd1c000 [ 26.056922] iwlwifi 0000:02:00.0: Free 4 ffffea0004a10800 00000000ffd1a000 [ 26.058074] iwlwifi 0000:02:00.0: 5 is NULL 00000000ffc22000 [ 26.058097] iwlwifi 0000:02:00.0: Free 6 ffffea00049e5c00 00000000ffd18000 [ 26.060350] iwlwifi 0000:02:00.0: Free 7 ffffea0004931c00 00000000ffd16000 [ 26.061473] iwlwifi 0000:02:00.0: Free 8 ffffea000495f500 00000000ffd14000 [ 26.062600] iwlwifi 0000:02:00.0: Free 9 ffffea0004931580 00000000ffd12000 [ 26.063706] iwlwifi 0000:02:00.0: 10 is NULL 00000000ffc0e000 [ 26.063728] iwlwifi 0000:02:00.0: 11 is NULL 00000000ffc0a000 [ 26.064864] iwlwifi 0000:02:00.0: 12 is NULL 00000000ffc06000 [ 26.064866] iwlwifi 0000:02:00.0: 13 is NULL 00000000ffc04000 [ 26.064868] iwlwifi 0000:02:00.0: 14 is NULL 00000000ffc02000 [ 26.064870] iwlwifi 0000:02:00.0: Free 15 ffffea0004933900 00000000fff06000 [ 26.064878] iwlwifi 0000:02:00.0: 16 is NULL 00000000ffbfe000 [ 26.064880] iwlwifi 0000:02:00.0: 17 is NULL 00000000ffbfa000 [ 26.064882] iwlwifi 0000:02:00.0: Free 18 ffffea0004953c00 00000000ffd10000 [ 26.064886] iwlwifi 0000:02:00.0: Free 19 ffffea0004931180 00000000ffd0e000 [ 26.064889] iwlwifi 0000:02:00.0: Free 20 ffffea0004933200 00000000ffd0c000 [ 26.064893] iwlwifi 0000:02:00.0: Free 21 ffffea000495f800 00000000ffd0a000 [ 26.064896] iwlwifi 0000:02:00.0: Free 22 ffffea00049e7700 00000000fff04000 [ 26.064900] iwlwifi 0000:02:00.0: Free 23 ffffea0004997300 00000000ffd08000 [ 26.064903] iwlwifi 0000:02:00.0: Free 24 ffffea000495fa80 00000000ffd06000 [ 26.064907] iwlwifi 0000:02:00.0: Free 25 ffffea0004953200 00000000ffd04000 [ 26.064910] iwlwifi 0000:02:00.0: Free 26 ffffea0004998600 00000000fff02000 [ 26.064913] iwlwifi 0000:02:00.0: Free 27 ffffea0004954180 00000000ffd02000 [ 26.064917] iwlwifi 0000:02:00.0: Free 28 ffffea0004954680 00000000ffd00000 [ 26.064920] iwlwifi 0000:02:00.0: Free 29 ffffea0004932680 00000000ffcfe000 [ 26.064924] iwlwifi 0000:02:00.0: Free 30 ffffea000495f000 00000000ffcfc000 [ 26.064927] iwlwifi 0000:02:00.0: 31 is NULL 00000000fff56000 [ 26.064930] iwlwifi 0000:02:00.0: Free 32 ffffea00049e1880 00000000fff00000 [ 26.064933] iwlwifi 0000:02:00.0: Free 33 ffffea00049eb180 00000000ffefe000 [ 26.064936] iwlwifi 0000:02:00.0: Free 34 ffffea00049eae80 00000000ffefc000 [ 26.064940] iwlwifi 0000:02:00.0: Free 35 ffffea0004a1b700 00000000ffefa000 [ 26.064943] iwlwifi 0000:02:00.0: Free 36 ffffea0004a19d80 00000000ffef8000 [ 26.064946] iwlwifi 0000:02:00.0: Free 37 ffffea0004a1b180 00000000ffef6000 [ 26.064950] iwlwifi 0000:02:00.0: Free 38 ffffea0004992f00 00000000ffef4000 [ 26.064953] iwlwifi 0000:02:00.0: Free 39 ffffea00049e0880 00000000ffef2000 [ 26.064956] iwlwifi 0000:02:00.0: Free 40 ffffea00049e8900 00000000ffef0000 [ 26.064960] iwlwifi 0000:02:00.0: 41 is NULL 00000000fff54000 [ 26.064962] iwlwifi 0000:02:00.0: 42 is NULL 00000000fff52000 [ 26.064964] iwlwifi 0000:02:00.0: 43 is NULL 00000000fff50000 [ 26.064966] iwlwifi 0000:02:00.0: Free 44 ffffea00049e5480 00000000ffeee000 [ 26.064969] iwlwifi 0000:02:00.0: 45 is NULL 00000000fff4e000 [ 26.064971] iwlwifi 0000:02:00.0: 46 is NULL 00000000fff4c000 [ 26.064974] iwlwifi 0000:02:00.0: Free 47 ffffea00049e2c80 00000000fff58000 [ 26.064977] iwlwifi 0000:02:00.0: Free 48 ffffea00049e5500 00000000ffeec000 [ 26.064980] iwlwifi 0000:02:00.0: Free 49 ffffea00049e6d00 00000000fff56000 [ 26.064984] iwlwifi 0000:02:00.0: Free 50 ffffea000495f700 00000000fff54000 [ 26.064987] iwlwifi 0000:02:00.0: Free 51 ffffea0004931b80 00000000fff52000 [ 26.064990] iwlwifi 0000:02:00.0: Free 52 ffffea0004a1a700 00000000fff50000 [ 26.064994] iwlwifi 0000:02:00.0: 53 is NULL 00000000fff40000 [ 26.064996] iwlwifi 0000:02:00.0: 54 is NULL 00000000fff3e000 [ 26.064998] iwlwifi 0000:02:00.0: Free 55 ffffea0004995c00 00000000ffeea000 [ 26.065002] iwlwifi 0000:02:00.0: Free 56 ffffea0004a1dd80 00000000ffee8000 [ 26.065005] iwlwifi 0000:02:00.0: Free 57 ffffea00049ea980 00000000ffee6000 [ 26.065009] iwlwifi 0000:02:00.0: Free 58 ffffea0004990b00 00000000ffee4000 [ 26.065012] iwlwifi 0000:02:00.0: Free 59 ffffea00049e1f00 00000000ffee2000 [ 26.065015] iwlwifi 0000:02:00.0: Free 60 ffffea0004991380 00000000ffee0000 [ 26.065019] iwlwifi 0000:02:00.0: Free 61 ffffea00049e7280 00000000ffede000 [ 26.065022] iwlwifi 0000:02:00.0: Free 62 ffffea00049e9080 00000000ffedc000 [ 26.065025] iwlwifi 0000:02:00.0: 63 is NULL 00000000fff3c000 [ 26.065028] iwlwifi 0000:02:00.0: 64 is NULL 00000000fff3a000 [ 26.065030] iwlwifi 0000:02:00.0: 65 is NULL 00000000fff38000 [ 26.065032] iwlwifi 0000:02:00.0: Free 66 ffffea0004993100 00000000ffeda000 [ 26.065035] iwlwifi 0000:02:00.0: Free 67 ffffea0004994000 00000000ffed6000 [ 26.065039] iwlwifi 0000:02:00.0: Free 68 ffffea0004993b00 00000000ffed4000 [ 26.065042] iwlwifi 0000:02:00.0: 69 is NULL 00000000ffebc000 [ 26.065044] iwlwifi 0000:02:00.0: Free 70 ffffea00049e7f00 00000000ffed0000 [ 26.065047] iwlwifi 0000:02:00.0: Free 71 ffffea0004a10b00 00000000ffeb8000 [ 26.065051] iwlwifi 0000:02:00.0: Free 72 ffffea00049ea300 00000000fff4e000 [ 26.065054] iwlwifi 0000:02:00.0: Free 73 ffffea00049ecd00 00000000fff4c000 [ 26.065058] iwlwifi 0000:02:00.0: Free 74 ffffea0004a1db00 00000000fff4a000 [ 26.065061] iwlwifi 0000:02:00.0: Free 75 ffffea0004995280 00000000ffeb6000 [ 26.065064] iwlwifi 0000:02:00.0: Free 76 ffffea00049e2e00 00000000ffeb4000 [ 26.065067] iwlwifi 0000:02:00.0: Free 77 ffffea00049e3f80 00000000fff48000 [ 26.065071] iwlwifi 0000:02:00.0: Free 78 ffffea0004a1d380 00000000fff46000 [ 26.065074] iwlwifi 0000:02:00.0: Free 79 ffffea0004993880 00000000fff44000 [ 26.065078] iwlwifi 0000:02:00.0: Free 80 ffffea00049e4b00 00000000ffeb2000 [ 26.065081] iwlwifi 0000:02:00.0: Free 81 ffffea00049ec300 00000000ffeb0000 [ 26.065085] iwlwifi 0000:02:00.0: Free 82 ffffea00049e7e80 00000000fff5a000 [ 26.065088] iwlwifi 0000:02:00.0: Free 83 ffffea00049e2200 00000000fff42000 [ 26.065091] iwlwifi 0000:02:00.0: Free 84 ffffea00049ecc80 00000000fff40000 [ 26.065095] iwlwifi 0000:02:00.0: Free 85 ffffea00049ec280 00000000fff3e000 [ 26.065099] iwlwifi 0000:02:00.0: Free 86 ffffea00049ed580 00000000fff3c000 [ 26.065102] iwlwifi 0000:02:00.0: Free 87 ffffea0004a19c80 00000000fff3a000 [ 26.065105] iwlwifi 0000:02:00.0: Free 88 ffffea00049e4f80 00000000ffeae000 [ 26.065109] iwlwifi 0000:02:00.0: Free 89 ffffea0004a1c900 00000000ffeac000 [ 26.065112] iwlwifi 0000:02:00.0: Free 90 ffffea0004994400 00000000fff38000 [ 26.065115] iwlwifi 0000:02:00.0: Free 91 ffffea0004994180 00000000fff36000 [ 26.065119] iwlwifi 0000:02:00.0: Free 92 ffffea0004993980 00000000fff34000 [ 26.065122] iwlwifi 0000:02:00.0: Free 93 ffffea0004a1c080 00000000ffeaa000 [ 26.065125] iwlwifi 0000:02:00.0: Free 94 ffffea00049e8680 00000000ffea8000 [ 26.065129] iwlwifi 0000:02:00.0: Free 95 ffffea00049ef900 00000000ffea6000 [ 26.065133] iwlwifi 0000:02:00.0: Free 96 ffffea0004990480 00000000ffea4000 [ 26.065137] iwlwifi 0000:02:00.0: Free 97 ffffea00049ea000 00000000ffea2000 [ 26.065141] iwlwifi 0000:02:00.0: Free 98 ffffea0004991500 00000000fff32000 [ 26.065144] iwlwifi 0000:02:00.0: Free 99 ffffea00049e9f80 00000000ffea0000 [ 26.065147] iwlwifi 0000:02:00.0: Free 100 ffffea0004990d00 00000000fff30000 [ 26.065151] iwlwifi 0000:02:00.0: Free 101 ffffea00049ed280 00000000fff2e000 [ 26.065154] iwlwifi 0000:02:00.0: Free 102 ffffea0004990a80 00000000fff2c000 [ 26.065158] iwlwifi 0000:02:00.0: Free 103 ffffea0004990600 00000000ffe9e000 [ 26.065161] iwlwifi 0000:02:00.0: Free 104 ffffea0004a1c600 00000000ffe9c000 [ 26.065166] iwlwifi 0000:02:00.0: Free 105 ffffea00049e4980 00000000ffe9a000 [ 26.065169] iwlwifi 0000:02:00.0: Free 106 ffffea00049e1b00 00000000fff2a000 [ 26.065173] iwlwifi 0000:02:00.0: Free 107 ffffea0004a1fe00 00000000fff28000 [ 26.065176] iwlwifi 0000:02:00.0: Free 108 ffffea00049e5100 00000000fff26000 [ 26.065179] iwlwifi 0000:02:00.0: Free 109 ffffea0004a1f300 00000000ffe98000 [ 26.065182] iwlwifi 0000:02:00.0: Free 110 ffffea00049ef400 00000000ffe96000 [ 26.065186] iwlwifi 0000:02:00.0: Free 111 ffffea00049e0f80 00000000ffe94000 [ 26.065189] iwlwifi 0000:02:00.0: Free 112 ffffea0004993200 00000000fff24000 [ 26.065195] iwlwifi 0000:02:00.0: Free 113 ffffea0004994a80 00000000fff22000 [ 26.065198] iwlwifi 0000:02:00.0: Free 114 ffffea0004990080 00000000fff20000 [ 26.065202] iwlwifi 0000:02:00.0: Free 115 ffffea0004990880 00000000fff1e000 [ 26.065205] iwlwifi 0000:02:00.0: Free 116 ffffea0004a1e580 00000000fff1c000 [ 26.065210] iwlwifi 0000:02:00.0: Free 117 ffffea00049e8500 00000000ffe92000 [ 26.065213] iwlwifi 0000:02:00.0: Free 118 ffffea0004991d00 00000000fff1a000 [ 26.065217] iwlwifi 0000:02:00.0: Free 119 ffffea0004991f80 00000000fff18000 [ 26.065220] iwlwifi 0000:02:00.0: Free 120 ffffea0004992e00 00000000fff16000 [ 26.065223] iwlwifi 0000:02:00.0: Free 121 ffffea0004992d80 00000000fff14000 [ 26.065227] iwlwifi 0000:02:00.0: Free 122 ffffea0004996a00 00000000fff12000 [ 26.065233] iwlwifi 0000:02:00.0: Free 123 ffffea0004992080 00000000fff10000 [ 26.065236] iwlwifi 0000:02:00.0: Free 124 ffffea0004992a80 00000000fff0e000 [ 26.065239] iwlwifi 0000:02:00.0: Free 125 ffffea0004a1da00 00000000ffe90000 [ 26.065243] iwlwifi 0000:02:00.0: Free 126 ffffea00049e2700 00000000ffe8e000 [ 26.065246] iwlwifi 0000:02:00.0: Free 127 ffffea0004a1ed80 00000000ffe8c000 [ 26.065252] iwlwifi 0000:02:00.0: Free 128 ffffea0004a1d280 00000000ffe8a000 [ 26.065256] iwlwifi 0000:02:00.0: Free 129 ffffea0004a1ea00 00000000ffe88000 [ 26.065259] iwlwifi 0000:02:00.0: Free 130 ffffea00049e2680 00000000ffe86000 [ 26.065262] iwlwifi 0000:02:00.0: Free 131 ffffea000495f100 00000000ffe84000 [ 26.065265] iwlwifi 0000:02:00.0: Free 132 ffffea0004995080 00000000fff0c000 [ 26.065269] iwlwifi 0000:02:00.0: Free 133 ffffea0004994d00 00000000fff0a000 [ 26.065272] iwlwifi 0000:02:00.0: Free 134 ffffea00049ec980 00000000fff08000 [ 26.065276] iwlwifi 0000:02:00.0: Free 135 ffffea0004933100 00000000ffe82000 [ 26.065280] iwlwifi 0000:02:00.0: Free 136 ffffea00049e5b00 00000000ffe80000 [ 26.065285] iwlwifi 0000:02:00.0: Free 137 ffffea00049e6d80 00000000ffe7e000 [ 26.065288] iwlwifi 0000:02:00.0: Free 138 ffffea00049e8c00 00000000ffe7c000 [ 26.065291] iwlwifi 0000:02:00.0: Free 139 ffffea0004933980 00000000ffe7a000 [ 26.065295] iwlwifi 0000:02:00.0: Free 140 ffffea0004931d00 00000000ffe78000 [ 26.065298] iwlwifi 0000:02:00.0: Free 141 ffffea0004931d80 00000000ffe76000 [ 26.065301] iwlwifi 0000:02:00.0: Free 142 ffffea00049e9580 00000000ffdae000 [ 26.065308] iwlwifi 0000:02:00.0: Free 143 ffffea0004933f00 00000000ffdac000 [ 26.065311] iwlwifi 0000:02:00.0: Free 144 ffffea00049ec500 00000000ffdaa000 [ 26.065315] iwlwifi 0000:02:00.0: Free 145 ffffea0004990f80 00000000ffda8000 [ 26.065318] iwlwifi 0000:02:00.0: Free 146 ffffea0004a1fb80 00000000ffda6000 [ 26.065322] iwlwifi 0000:02:00.0: Free 147 ffffea0004992100 00000000ffda4000 [ 26.065325] iwlwifi 0000:02:00.0: Free 148 ffffea0004933000 00000000ffe74000 [ 26.065329] iwlwifi 0000:02:00.0: Free 149 ffffea0004933080 00000000ffe72000 [ 26.065332] iwlwifi 0000:02:00.0: Free 150 ffffea00049e5e00 00000000ffe70000 [ 26.065336] iwlwifi 0000:02:00.0: Free 151 ffffea0004991e80 00000000ffda0000 [ 26.065339] iwlwifi 0000:02:00.0: Free 152 ffffea0004990c80 00000000ffd9a000 [ 26.065342] iwlwifi 0000:02:00.0: Free 153 ffffea00049ea280 00000000ffd98000 [ 26.065346] iwlwifi 0000:02:00.0: Free 154 ffffea0004a5b100 00000000ffd96000 [ 26.065349] iwlwifi 0000:02:00.0: Free 155 ffffea0004993280 00000000ffd94000 [ 26.065352] iwlwifi 0000:02:00.0: Free 156 ffffea0004995b80 00000000ffd92000 [ 26.065358] iwlwifi 0000:02:00.0: Free 157 ffffea0004995880 00000000ffd90000 [ 26.065361] iwlwifi 0000:02:00.0: Free 158 ffffea0004995980 00000000ffd8e000 [ 26.065364] iwlwifi 0000:02:00.0: Free 159 ffffea00049e9680 00000000ffe6e000 [ 26.065368] iwlwifi 0000:02:00.0: Free 160 ffffea0004933700 00000000ffe6c000 [ 26.065371] iwlwifi 0000:02:00.0: Free 161 ffffea0004933780 00000000ffe6a000 [ 26.065374] iwlwifi 0000:02:00.0: Free 162 ffffea00049e9e00 00000000ffe68000 [ 26.065378] iwlwifi 0000:02:00.0: Free 163 ffffea00049e9e80 00000000ffe66000 [ 26.065381] iwlwifi 0000:02:00.0: Free 164 ffffea0004a1ca00 00000000ffe64000 [ 26.065387] iwlwifi 0000:02:00.0: Free 165 ffffea0004a1ca80 00000000ffe62000 [ 26.065390] iwlwifi 0000:02:00.0: Free 166 ffffea0004933400 00000000ffe60000 [ 26.065393] iwlwifi 0000:02:00.0: Free 167 ffffea0004933480 00000000ffe5e000 [ 26.065396] iwlwifi 0000:02:00.0: Free 168 ffffea00049e7000 00000000ffe5c000 [ 26.065400] iwlwifi 0000:02:00.0: Free 169 ffffea00049e7080 00000000ffe5a000 [ 26.065403] iwlwifi 0000:02:00.0: Free 170 ffffea00049e5d00 00000000ffe58000 [ 26.065408] iwlwifi 0000:02:00.0: Free 171 ffffea00049e5d80 00000000ffe56000 [ 26.065411] iwlwifi 0000:02:00.0: Free 172 ffffea00049eb800 00000000ffe54000 [ 26.065414] iwlwifi 0000:02:00.0: Free 173 ffffea00049eb880 00000000ffe52000 [ 26.065417] iwlwifi 0000:02:00.0: Free 174 ffffea0004990500 00000000ffe50000 [ 26.065420] iwlwifi 0000:02:00.0: Free 175 ffffea0004990580 00000000ffe4e000 [ 26.065424] iwlwifi 0000:02:00.0: Free 176 ffffea0004a56b00 00000000ffe4c000 [ 26.065427] iwlwifi 0000:02:00.0: Free 177 ffffea0004a56b80 00000000ffe4a000 [ 26.065430] iwlwifi 0000:02:00.0: Free 178 ffffea00049e4e00 00000000ffe48000 [ 26.065434] iwlwifi 0000:02:00.0: Free 179 ffffea00049e4e80 00000000ffe46000 [ 26.065438] iwlwifi 0000:02:00.0: Free 180 ffffea00049e3b00 00000000ffe44000 [ 26.065441] iwlwifi 0000:02:00.0: Free 181 ffffea00049e3b80 00000000ffe42000 [ 26.065445] iwlwifi 0000:02:00.0: Free 182 ffffea0004a57800 00000000ffe40000 [ 26.065448] iwlwifi 0000:02:00.0: Free 183 ffffea0004a57880 00000000ffe3e000 [ 26.065451] iwlwifi 0000:02:00.0: Free 184 ffffea00049e9a00 00000000ffe3c000 [ 26.065454] iwlwifi 0000:02:00.0: Free 185 ffffea00049e9a80 00000000ffe3a000 [ 26.065459] iwlwifi 0000:02:00.0: Free 186 ffffea00049ed100 00000000ffe38000 [ 26.065463] iwlwifi 0000:02:00.0: Free 187 ffffea00049ed180 00000000ffe36000 [ 26.065466] iwlwifi 0000:02:00.0: Free 188 ffffea00049e5800 00000000ffe34000 [ 26.065469] iwlwifi 0000:02:00.0: Free 189 ffffea00049e5880 00000000ffe32000 [ 26.065472] iwlwifi 0000:02:00.0: Free 190 ffffea0004a10a00 00000000ffe30000 [ 26.065476] iwlwifi 0000:02:00.0: Free 191 ffffea0004a10a80 00000000ffe2e000 [ 26.065481] iwlwifi 0000:02:00.0: Free 192 ffffea00049e7d00 00000000ffe2c000 [ 26.065484] iwlwifi 0000:02:00.0: Free 193 ffffea00049e7d80 00000000ffe2a000 [ 26.065487] iwlwifi 0000:02:00.0: Free 194 ffffea00049e8f00 00000000ffe28000 [ 26.065490] iwlwifi 0000:02:00.0: Free 195 ffffea00049e8f80 00000000ffe26000 [ 26.065493] iwlwifi 0000:02:00.0: Free 196 ffffea0004a10900 00000000ffe24000 [ 26.065497] iwlwifi 0000:02:00.0: Free 197 ffffea0004a10980 00000000ffe22000 [ 26.065500] iwlwifi 0000:02:00.0: Free 198 ffffea00049ed300 00000000ffe20000 [ 26.065505] iwlwifi 0000:02:00.0: Free 199 ffffea00049ed380 00000000ffe1e000 [ 26.065508] iwlwifi 0000:02:00.0: Free 200 ffffea0004a56500 00000000ffe1c000 [ 26.065512] iwlwifi 0000:02:00.0: Free 201 ffffea0004a56580 00000000ffe1a000 [ 26.065515] iwlwifi 0000:02:00.0: Free 202 ffffea0004993c00 00000000ffe18000 [ 26.065520] iwlwifi 0000:02:00.0: Free 203 ffffea0004993c80 00000000ffe16000 [ 26.065523] iwlwifi 0000:02:00.0: Free 204 ffffea0004993700 00000000ffe14000 [ 26.065527] iwlwifi 0000:02:00.0: Free 205 ffffea0004993780 00000000ffe12000 [ 26.065530] iwlwifi 0000:02:00.0: Free 206 ffffea0004990700 00000000ffe10000 [ 26.065533] iwlwifi 0000:02:00.0: Free 207 ffffea0004990780 00000000ffe0e000 [ 26.065536] iwlwifi 0000:02:00.0: Free 208 ffffea0004993000 00000000ffe0c000 [ 26.065539] iwlwifi 0000:02:00.0: Free 209 ffffea0004993080 00000000ffe0a000 [ 26.065543] iwlwifi 0000:02:00.0: Free 210 ffffea0004991600 00000000ffe08000 [ 26.065546] iwlwifi 0000:02:00.0: Free 211 ffffea0004991680 00000000ffe06000 [ 26.065549] iwlwifi 0000:02:00.0: Free 212 ffffea0004a1eb00 00000000ffe04000 [ 26.065552] iwlwifi 0000:02:00.0: Free 213 ffffea0004a1eb80 00000000ffe02000 [ 26.065557] iwlwifi 0000:02:00.0: Free 214 ffffea00049eaf00 00000000ffe00000 [ 26.065561] iwlwifi 0000:02:00.0: Free 215 ffffea00049eaf80 00000000ffdfe000 [ 26.065564] iwlwifi 0000:02:00.0: Free 216 ffffea0004a1d400 00000000ffdfc000 [ 26.065567] iwlwifi 0000:02:00.0: Free 217 ffffea0004a1d480 00000000ffdfa000 [ 26.065570] iwlwifi 0000:02:00.0: Free 218 ffffea00049e9100 00000000ffdf8000 [ 26.065575] iwlwifi 0000:02:00.0: Free 219 ffffea00049e9180 00000000ffdf4000 [ 26.065580] iwlwifi 0000:02:00.0: Free 220 ffffea00049ea200 00000000ffdf2000 [ 26.065583] iwlwifi 0000:02:00.0: Free 221 ffffea0004995a80 00000000ffd8c000 [ 26.065586] iwlwifi 0000:02:00.0: Free 222 ffffea00049e2a80 00000000ffd8a000 [ 26.065589] iwlwifi 0000:02:00.0: Free 223 ffffea00049e9600 00000000ffd88000 [ 26.065592] iwlwifi 0000:02:00.0: Free 224 ffffea00049e5e80 00000000ffd86000 [ 26.065597] iwlwifi 0000:02:00.0: Free 225 ffffea0004930100 00000000ffd84000 [ 26.065600] iwlwifi 0000:02:00.0: Free 226 ffffea0004931e00 00000000ffd82000 [ 26.065603] iwlwifi 0000:02:00.0: Free 227 ffffea0004938300 00000000ffd80000 [ 26.065606] iwlwifi 0000:02:00.0: Free 228 ffffea0004991100 00000000ffdf6000 [ 26.065610] iwlwifi 0000:02:00.0: Free 229 ffffea0004991180 00000000ffdf0000 [ 26.065615] iwlwifi 0000:02:00.0: Free 230 ffffea0004990c00 00000000ffdee000 [ 26.065619] iwlwifi 0000:02:00.0: Free 231 ffffea0004934500 00000000ffd7e000 [ 26.065623] iwlwifi 0000:02:00.0: Free 232 ffffea0004991a00 00000000ffdec000 [ 26.065626] iwlwifi 0000:02:00.0: Free 233 ffffea0004991a80 00000000ffdea000 [ 26.065631] iwlwifi 0000:02:00.0: Free 234 ffffea0004991e00 00000000ffde8000 [ 26.065634] iwlwifi 0000:02:00.0: Free 235 ffffea0004934300 00000000ffd7c000 [ 26.065638] iwlwifi 0000:02:00.0: Free 236 ffffea0004934200 00000000ffd7a000 [ 26.065641] iwlwifi 0000:02:00.0: Free 237 ffffea0004934280 00000000ffd78000 [ 26.065644] iwlwifi 0000:02:00.0: Free 238 ffffea0004934100 00000000ffd76000 [ 26.065650] iwlwifi 0000:02:00.0: Free 239 ffffea0004934180 00000000ffd74000 [ 26.065653] iwlwifi 0000:02:00.0: Free 240 ffffea0004934400 00000000ffd72000 [ 26.065656] iwlwifi 0000:02:00.0: Free 241 ffffea0004992180 00000000ffde6000 [ 26.065660] iwlwifi 0000:02:00.0: Free 242 ffffea0004991c00 00000000ffde4000 [ 26.065663] iwlwifi 0000:02:00.0: Free 243 ffffea0004991c80 00000000ffde2000 [ 26.065667] iwlwifi 0000:02:00.0: Free 244 ffffea0004992b00 00000000ffde0000 [ 26.065671] iwlwifi 0000:02:00.0: Free 245 ffffea0004992b80 00000000ffdde000 [ 26.065674] iwlwifi 0000:02:00.0: Free 246 ffffea0004a1fb00 00000000ffddc000 [ 26.065677] iwlwifi 0000:02:00.0: Free 247 ffffea0004934480 00000000ffd70000 [ 26.065680] iwlwifi 0000:02:00.0: Free 248 ffffea0004a1fd00 00000000ffdda000 [ 26.065685] iwlwifi 0000:02:00.0: Free 249 ffffea0004a1fd80 00000000ffdd8000 [ 26.065688] iwlwifi 0000:02:00.0: Free 250 ffffea0004990f00 00000000ffdd6000 [ 26.065691] iwlwifi 0000:02:00.0: Free 251 ffffea00049e9400 00000000ffd6e000 [ 26.065695] iwlwifi 0000:02:00.0: Free 252 ffffea00049e9480 00000000ffd6c000 [ 26.065698] iwlwifi 0000:02:00.0: Free 253 ffffea00049ec800 00000000ffd6a000 [ 26.065704] iwlwifi 0000:02:00.0: Free 254 ffffea00049ec880 00000000ffd68000 [ 26.065707] iwlwifi 0000:02:00.0: Free 255 ffffea0004995300 00000000ffd66000 [ 26.065710] iwlwifi 0000:02:00.0: Free 256 ffffea0004995380 00000000ffd64000 [ 26.065713] iwlwifi 0000:02:00.0: Free 257 ffffea00049eb200 00000000ffd62000 [ 26.065716] iwlwifi 0000:02:00.0: Free 258 ffffea00049eb280 00000000ffd60000 [ 26.065719] iwlwifi 0000:02:00.0: Free 259 ffffea00049ec580 00000000ffdd4000 [ 26.065724] iwlwifi 0000:02:00.0: Free 260 ffffea0004994e00 00000000ffdd2000 [ 26.065728] iwlwifi 0000:02:00.0: Free 261 ffffea0004994e80 00000000ffdd0000 [ 26.065731] iwlwifi 0000:02:00.0: Free 262 ffffea00049ead00 00000000ffd5e000 [ 26.065734] iwlwifi 0000:02:00.0: Free 263 ffffea00049ead80 00000000ffd5c000 [ 26.065738] iwlwifi 0000:02:00.0: Free 264 ffffea00049e8700 00000000ffd5a000 [ 26.065741] iwlwifi 0000:02:00.0: Free 265 ffffea00049e8780 00000000ffd58000 [ 26.065744] iwlwifi 0000:02:00.0: Free 266 ffffea0004991800 00000000ffd56000 [ 26.065747] iwlwifi 0000:02:00.0: Free 267 ffffea0004938380 00000000ffdce000 [ 26.065753] iwlwifi 0000:02:00.0: Free 268 ffffea0004933e00 00000000ffdcc000 [ 26.065756] iwlwifi 0000:02:00.0: Free 269 ffffea0004933e80 00000000ffdca000 [ 26.065759] iwlwifi 0000:02:00.0: Free 270 ffffea0004991880 00000000ffd54000 [ 26.065763] iwlwifi 0000:02:00.0: Free 271 ffffea0004933f80 00000000ffdc8000 [ 26.065766] iwlwifi 0000:02:00.0: Free 272 ffffea00049e9c00 00000000ffdc6000 [ 26.065840] iwlwifi 0000:02:00.0: Free 273 ffffea00049e9c80 00000000ffdc4000 [ 26.065843] iwlwifi 0000:02:00.0: Free 274 ffffea00049e9d00 00000000ffdc2000 [ 26.065847] iwlwifi 0000:02:00.0: Free 275 ffffea00049e9d80 00000000ffdc0000 [ 26.065850] iwlwifi 0000:02:00.0: Free 276 ffffea00049ebe00 00000000ffdbe000 [ 26.065853] iwlwifi 0000:02:00.0: Free 277 ffffea00049ebe80 00000000ffdbc000 [ 26.065857] iwlwifi 0000:02:00.0: Free 278 ffffea00049ebf00 00000000ffdba000 [ 26.065860] iwlwifi 0000:02:00.0: Free 279 ffffea00049ebf80 00000000ffdb8000 [ 26.065863] iwlwifi 0000:02:00.0: Free 280 ffffea0004991400 00000000ffd52000 [ 26.065867] iwlwifi 0000:02:00.0: Free 281 ffffea0004991480 00000000ffd50000 [ 26.065870] iwlwifi 0000:02:00.0: Free 282 ffffea0004991200 00000000ffd4e000 [ 26.065873] iwlwifi 0000:02:00.0: Free 283 ffffea0004991280 00000000ffd4c000 [ 26.065876] iwlwifi 0000:02:00.0: Free 284 ffffea00049e3500 00000000ffd4a000 [ 26.065879] iwlwifi 0000:02:00.0: Free 285 ffffea00049e3580 00000000ffd48000 [ 26.065882] iwlwifi 0000:02:00.0: Free 286 ffffea00049e9500 00000000ffdb6000 [ 26.065885] iwlwifi 0000:02:00.0: Free 287 ffffea00049eaa00 00000000ffd46000 [ 26.065889] iwlwifi 0000:02:00.0: Free 288 ffffea00049eaa80 00000000ffd44000 [ 26.065892] iwlwifi 0000:02:00.0: Free 289 ffffea0004a55e00 00000000ffd42000 [ 26.065895] iwlwifi 0000:02:00.0: Free 290 ffffea0004a55e80 00000000ffd40000 [ 26.065898] iwlwifi 0000:02:00.0: Free 291 ffffea0004934580 00000000ffdb4000 [ 26.065901] iwlwifi 0000:02:00.0: Free 292 ffffea0004934000 00000000ffdb2000 [ 26.065905] iwlwifi 0000:02:00.0: Free 293 ffffea0004934080 00000000ffdb0000 [ 26.065908] iwlwifi 0000:02:00.0: Free 294 ffffea000495eb00 00000000ffd3e000 [ 26.065911] iwlwifi 0000:02:00.0: Free 295 ffffea000495eb80 00000000ffd3c000 [ 26.065914] iwlwifi 0000:02:00.0: Free 296 ffffea000495fc00 00000000ffd3a000 [ 26.065917] iwlwifi 0000:02:00.0: Free 297 ffffea000495fc80 00000000ffd38000 [ 26.065920] iwlwifi 0000:02:00.0: Free 298 ffffea0004930600 00000000ffd36000 [ 26.065924] iwlwifi 0000:02:00.0: Free 299 ffffea0004934380 00000000ffda2000 [ 26.065927] iwlwifi 0000:02:00.0: Free 300 ffffea00049eb400 00000000ffd9e000 [ 26.065930] iwlwifi 0000:02:00.0: Free 301 ffffea00049eb480 00000000ffd9c000 [ 26.065933] iwlwifi 0000:02:00.0: 302 is NULL 00000000ffcfe000 [ 26.065935] iwlwifi 0000:02:00.0: 303 is NULL 00000000ffcfc000 [ 26.065937] iwlwifi 0000:02:00.0: Free 304 ffffea00049eb600 00000000ffd34000 [ 26.065941] iwlwifi 0000:02:00.0: Free 305 ffffea00049eb680 00000000ffd32000 [ 26.065945] iwlwifi 0000:02:00.0: Free 306 ffffea00049eb700 00000000ffd30000 [ 26.065948] iwlwifi 0000:02:00.0: Free 307 ffffea00049eb780 00000000ffd2c000 [ 26.065951] iwlwifi 0000:02:00.0: Free 308 ffffea00049e6000 00000000ffd2a000 [ 26.065954] iwlwifi 0000:02:00.0: Free 309 ffffea00049e6080 00000000ffd28000 [ 26.065957] iwlwifi 0000:02:00.0: Free 310 ffffea00049e6100 00000000ffd2e000 [ 26.065961] iwlwifi 0000:02:00.0: Free 311 ffffea00049e6180 00000000ffd26000 [ 26.065964] iwlwifi 0000:02:00.0: Free 312 ffffea00049e6200 00000000ffd24000 [ 26.065967] iwlwifi 0000:02:00.0: Free 313 ffffea00049e6280 00000000ffd22000 [ 26.065970] iwlwifi 0000:02:00.0: Free 314 ffffea00049e6300 00000000ffd20000 [ 26.065974] iwlwifi 0000:02:00.0: 315 is NULL 00000000ffce4000 [ 26.065976] iwlwifi 0000:02:00.0: 316 is NULL 00000000ffce2000 [ 26.065978] iwlwifi 0000:02:00.0: 317 is NULL 00000000ffce0000 [ 26.065980] iwlwifi 0000:02:00.0: 318 is NULL 00000000ffcde000 [ 26.065982] iwlwifi 0000:02:00.0: 319 is NULL 00000000ffcdc000 [ 26.065996] iwlwifi 0000:02:00.0: Mapped ffffea0004931e00 to 00000000fff5a000 [ 26.066001] iwlwifi 0000:02:00.0: Mapped ffffea0004930100 to 00000000fff58000 [ 26.066005] iwlwifi 0000:02:00.0: Mapped ffffea00049e2a80 to 00000000fff56000 [ 26.066009] iwlwifi 0000:02:00.0: Mapped ffffea0004995a80 to 00000000fff54000 [ 26.066012] iwlwifi 0000:02:00.0: Mapped ffffea0004995980 to 00000000fff52000 [ 26.066016] iwlwifi 0000:02:00.0: Mapped ffffea0004995880 to 00000000fff50000 [ 26.066019] iwlwifi 0000:02:00.0: Mapped ffffea0004995b80 to 00000000fff4e000 [ 26.066023] iwlwifi 0000:02:00.0: Mapped ffffea0004a5b100 to 00000000fff4c000 [ 26.066030] iwlwifi 0000:02:00.0: Mapped ffffea00049e8c00 to 00000000fff4a000 [ 26.066035] iwlwifi 0000:02:00.0: Mapped ffffea00049e5b00 to 00000000fff48000 [ 26.066040] iwlwifi 0000:02:00.0: Mapped ffffea0004933100 to 00000000fff46000 [ 26.066044] iwlwifi 0000:02:00.0: Mapped ffffea00049ec980 to 00000000fff44000 [ 26.066053] iwlwifi 0000:02:00.0: Mapped ffffea0004994d00 to 00000000fff42000 [ 26.066058] iwlwifi 0000:02:00.0: Mapped ffffea0004995080 to 00000000fff40000 [ 26.066062] iwlwifi 0000:02:00.0: Mapped ffffea000495f100 to 00000000fff3e000 [ 26.066072] iwlwifi 0000:02:00.0: Mapped ffffea00049e2680 to 00000000fff3c000 [ 26.066078] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ea00 to 00000000fff3a000 [ 26.066084] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d280 to 00000000fff38000 [ 26.066094] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ed80 to 00000000fff36000 [ 26.066101] iwlwifi 0000:02:00.0: Mapped ffffea00049e2700 to 00000000fff34000 [ 26.066107] iwlwifi 0000:02:00.0: Mapped ffffea0004a1da00 to 00000000fff32000 [ 26.066112] iwlwifi 0000:02:00.0: Mapped ffffea0004992a80 to 00000000fff30000 [ 26.066123] iwlwifi 0000:02:00.0: Mapped ffffea0004992080 to 00000000fff2e000 [ 26.066131] iwlwifi 0000:02:00.0: Mapped ffffea0004996a00 to 00000000fff2c000 [ 26.066139] iwlwifi 0000:02:00.0: Mapped ffffea0004992d80 to 00000000fff2a000 [ 26.066145] iwlwifi 0000:02:00.0: Mapped ffffea0004992e00 to 00000000fff28000 [ 26.066150] iwlwifi 0000:02:00.0: Mapped ffffea0004991f80 to 00000000fff26000 [ 26.066155] iwlwifi 0000:02:00.0: Mapped ffffea0004991d00 to 00000000fff24000 [ 26.066165] iwlwifi 0000:02:00.0: Mapped ffffea00049e8500 to 00000000fff22000 [ 26.066170] iwlwifi 0000:02:00.0: Mapped ffffea0004a1e580 to 00000000fff20000 [ 26.066176] iwlwifi 0000:02:00.0: Mapped ffffea0004990880 to 00000000fff1e000 [ 26.066182] iwlwifi 0000:02:00.0: Mapped ffffea0004990080 to 00000000fff1c000 [ 26.066191] iwlwifi 0000:02:00.0: Mapped ffffea0004994a80 to 00000000fff1a000 [ 26.066202] iwlwifi 0000:02:00.0: Mapped ffffea00049e0f80 to 00000000fff18000 [ 26.066210] iwlwifi 0000:02:00.0: Mapped ffffea00049ef400 to 00000000fff16000 [ 26.066218] iwlwifi 0000:02:00.0: Mapped ffffea0004a1f300 to 00000000fff14000 [ 26.066227] iwlwifi 0000:02:00.0: Mapped ffffea00049e5100 to 00000000fff12000 [ 26.066234] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fe00 to 00000000fff10000 [ 26.066239] iwlwifi 0000:02:00.0: Mapped ffffea00049e1b00 to 00000000fff0e000 [ 26.066250] iwlwifi 0000:02:00.0: Mapped ffffea00049e4980 to 00000000fff0c000 [ 26.066255] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c600 to 00000000fff0a000 [ 26.066261] iwlwifi 0000:02:00.0: Mapped ffffea0004990600 to 00000000fff08000 [ 26.066267] iwlwifi 0000:02:00.0: Mapped ffffea0004990a80 to 00000000fff06000 [ 26.066272] iwlwifi 0000:02:00.0: Mapped ffffea00049ed280 to 00000000fff04000 [ 26.066277] iwlwifi 0000:02:00.0: Mapped ffffea0004990d00 to 00000000fff02000 [ 26.066281] iwlwifi 0000:02:00.0: Mapped ffffea00049e9f80 to 00000000fff00000 [ 26.066286] iwlwifi 0000:02:00.0: Mapped ffffea0004991500 to 00000000ffefe000 [ 26.066291] iwlwifi 0000:02:00.0: Mapped ffffea00049ea000 to 00000000ffefc000 [ 26.066295] iwlwifi 0000:02:00.0: Mapped ffffea0004990480 to 00000000ffefa000 [ 26.066300] iwlwifi 0000:02:00.0: Mapped ffffea00049ef900 to 00000000ffef8000 [ 26.066306] iwlwifi 0000:02:00.0: Mapped ffffea00049e8680 to 00000000ffef6000 [ 26.066312] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c080 to 00000000ffef4000 [ 26.066317] iwlwifi 0000:02:00.0: Mapped ffffea0004993980 to 00000000ffef2000 [ 26.066321] iwlwifi 0000:02:00.0: Mapped ffffea0004994180 to 00000000ffef0000 [ 26.066326] iwlwifi 0000:02:00.0: Mapped ffffea0004994400 to 00000000ffeee000 [ 26.066331] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c900 to 00000000ffeec000 [ 26.066336] iwlwifi 0000:02:00.0: Mapped ffffea00049e4f80 to 00000000ffeea000 [ 26.066341] iwlwifi 0000:02:00.0: Mapped ffffea0004a19c80 to 00000000ffee8000 [ 26.066346] iwlwifi 0000:02:00.0: Mapped ffffea00049ed580 to 00000000ffee6000 [ 26.066351] iwlwifi 0000:02:00.0: Mapped ffffea00049ec280 to 00000000ffee4000 [ 26.066355] iwlwifi 0000:02:00.0: Mapped ffffea00049ecc80 to 00000000ffee2000 [ 26.066360] iwlwifi 0000:02:00.0: Mapped ffffea00049e2200 to 00000000ffee0000 [ 26.066365] iwlwifi 0000:02:00.0: Mapped ffffea00049e7e80 to 00000000ffede000 [ 26.066370] iwlwifi 0000:02:00.0: Mapped ffffea00049ec300 to 00000000ffedc000 [ 26.066374] iwlwifi 0000:02:00.0: Mapped ffffea00049e4b00 to 00000000ffeda000 [ 26.066379] iwlwifi 0000:02:00.0: Mapped ffffea0004993880 to 00000000ffed8000 [ 26.066384] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d380 to 00000000ffed6000 [ 26.066389] iwlwifi 0000:02:00.0: Mapped ffffea00049e3f80 to 00000000ffed4000 [ 26.066394] iwlwifi 0000:02:00.0: Mapped ffffea00049e2e00 to 00000000ffed2000 [ 26.066400] iwlwifi 0000:02:00.0: Mapped ffffea0004995280 to 00000000ffed0000 [ 26.066404] iwlwifi 0000:02:00.0: Mapped ffffea0004a1db00 to 00000000ffece000 [ 26.066409] iwlwifi 0000:02:00.0: Mapped ffffea00049ecd00 to 00000000ffecc000 [ 26.066414] iwlwifi 0000:02:00.0: Mapped ffffea00049ea300 to 00000000ffeca000 [ 26.066418] iwlwifi 0000:02:00.0: Mapped ffffea0004a10b00 to 00000000ffec8000 [ 26.066423] iwlwifi 0000:02:00.0: Mapped ffffea00049e7f00 to 00000000ffec6000 [ 26.066428] iwlwifi 0000:02:00.0: Mapped ffffea0004993b00 to 00000000ffec4000 [ 26.066433] iwlwifi 0000:02:00.0: Mapped ffffea0004994000 to 00000000ffec2000 [ 26.066438] iwlwifi 0000:02:00.0: Mapped ffffea0004993100 to 00000000ffec0000 [ 26.066443] iwlwifi 0000:02:00.0: Mapped ffffea00049e9080 to 00000000ffebe000 [ 26.066448] iwlwifi 0000:02:00.0: Mapped ffffea00049e7280 to 00000000ffebc000 [ 26.066453] iwlwifi 0000:02:00.0: Mapped ffffea0004991380 to 00000000ffeba000 [ 26.066457] iwlwifi 0000:02:00.0: Mapped ffffea00049e1f00 to 00000000ffeb8000 [ 26.066462] iwlwifi 0000:02:00.0: Mapped ffffea0004990b00 to 00000000ffeb6000 [ 26.066467] iwlwifi 0000:02:00.0: Mapped ffffea00049ea980 to 00000000ffeb4000 [ 26.066472] iwlwifi 0000:02:00.0: Mapped ffffea0004a1dd80 to 00000000ffeb2000 [ 26.066477] iwlwifi 0000:02:00.0: Mapped ffffea0004995c00 to 00000000ffeb0000 [ 26.066482] iwlwifi 0000:02:00.0: Mapped ffffea0004a1a700 to 00000000ffeae000 [ 26.066487] iwlwifi 0000:02:00.0: Mapped ffffea0004931b80 to 00000000ffeac000 [ 26.066492] iwlwifi 0000:02:00.0: Mapped ffffea000495f700 to 00000000ffeaa000 [ 26.066497] iwlwifi 0000:02:00.0: Mapped ffffea00049e5500 to 00000000ffea8000 [ 26.066502] iwlwifi 0000:02:00.0: Mapped ffffea00049e2c80 to 00000000ffea6000 [ 26.066506] iwlwifi 0000:02:00.0: Mapped ffffea00049e5480 to 00000000ffea4000 [ 26.066512] iwlwifi 0000:02:00.0: Mapped ffffea00049e8900 to 00000000ffea2000 [ 26.066517] iwlwifi 0000:02:00.0: Mapped ffffea00049e0880 to 00000000ffea0000 [ 26.066521] iwlwifi 0000:02:00.0: Mapped ffffea0004992f00 to 00000000ffe9e000 [ 26.066526] iwlwifi 0000:02:00.0: Mapped ffffea0004a1b180 to 00000000ffe9c000 [ 26.066531] iwlwifi 0000:02:00.0: Mapped ffffea0004a19d80 to 00000000ffe9a000 [ 26.066540] iwlwifi 0000:02:00.0: Mapped ffffea0004a1b700 to 00000000ffe98000 [ 26.066545] iwlwifi 0000:02:00.0: Mapped ffffea00049eae80 to 00000000ffe96000 [ 26.066550] iwlwifi 0000:02:00.0: Mapped ffffea00049eb180 to 00000000ffe94000 [ 26.066556] iwlwifi 0000:02:00.0: Mapped ffffea00049e1880 to 00000000ffe92000 [ 26.066561] iwlwifi 0000:02:00.0: Mapped ffffea000495f000 to 00000000ffe90000 [ 26.066569] iwlwifi 0000:02:00.0: Mapped ffffea0004932680 to 00000000ffe8e000 [ 26.066573] iwlwifi 0000:02:00.0: Mapped ffffea0004954680 to 00000000ffe8c000 [ 26.066578] iwlwifi 0000:02:00.0: Mapped ffffea0004954180 to 00000000ffe8a000 [ 26.066583] iwlwifi 0000:02:00.0: Mapped ffffea0004998600 to 00000000ffe88000 [ 26.066587] iwlwifi 0000:02:00.0: Mapped ffffea0004953200 to 00000000ffe86000 [ 26.066597] iwlwifi 0000:02:00.0: Mapped ffffea000495fa80 to 00000000ffe84000 [ 26.066602] iwlwifi 0000:02:00.0: Mapped ffffea0004997300 to 00000000ffe82000 [ 26.066611] iwlwifi 0000:02:00.0: Mapped ffffea00049e7700 to 00000000ffe80000 [ 26.066616] iwlwifi 0000:02:00.0: Mapped ffffea000495f800 to 00000000ffe7e000 [ 26.066621] iwlwifi 0000:02:00.0: Mapped ffffea0004933200 to 00000000ffe7c000 [ 26.066630] iwlwifi 0000:02:00.0: Mapped ffffea0004931180 to 00000000ffe7a000 [ 26.066635] iwlwifi 0000:02:00.0: Mapped ffffea0004953c00 to 00000000ffe78000 [ 26.066639] iwlwifi 0000:02:00.0: Mapped ffffea0004990980 to 00000000ffe76000 [ 26.066645] iwlwifi 0000:02:00.0: Mapped ffffea0004931580 to 00000000ffe74000 [ 26.066653] iwlwifi 0000:02:00.0: Mapped ffffea000495f500 to 00000000ffe72000 [ 26.066658] iwlwifi 0000:02:00.0: Mapped ffffea0004931c00 to 00000000ffe70000 [ 26.066662] iwlwifi 0000:02:00.0: Mapped ffffea00049e5c00 to 00000000ffe6e000 [ 26.066667] iwlwifi 0000:02:00.0: Mapped ffffea0004a10800 to 00000000ffe6c000 [ 26.066672] iwlwifi 0000:02:00.0: Mapped ffffea0004991000 to 00000000ffe6a000 [ 26.066682] iwlwifi 0000:02:00.0: Mapped ffffea0004991700 to 00000000ffe68000 [ 26.066686] iwlwifi 0000:02:00.0: Mapped ffffea0004995580 to 00000000ffe66000 [ 26.066691] iwlwifi 0000:02:00.0: Mapped ffffea0004994f00 to 00000000ffe64000 [ 26.066698] iwlwifi 0000:02:00.0: Mapped ffffea00049eac00 to 00000000ffe62000 [ 26.066706] iwlwifi 0000:02:00.0: Mapped ffffea00049eb400 to 00000000ffe60000 [ 26.066710] iwlwifi 0000:02:00.0: Mapped ffffea00049eb480 to 00000000ffe5e000 [ 26.066715] iwlwifi 0000:02:00.0: Mapped ffffea0004930600 to 00000000ffe5c000 [ 26.066721] iwlwifi 0000:02:00.0: Mapped ffffea0004930680 to 00000000ffe5a000 [ 26.066728] iwlwifi 0000:02:00.0: Mapped ffffea000495fc00 to 00000000ffe58000 [ 26.066733] iwlwifi 0000:02:00.0: Mapped ffffea000495fc80 to 00000000ffe56000 [ 26.066737] iwlwifi 0000:02:00.0: Mapped ffffea000495eb00 to 00000000ffe54000 [ 26.066742] iwlwifi 0000:02:00.0: Mapped ffffea000495eb80 to 00000000ffe52000 [ 26.066748] iwlwifi 0000:02:00.0: Mapped ffffea0004a55e00 to 00000000ffe50000 [ 26.066756] iwlwifi 0000:02:00.0: Mapped ffffea0004a55e80 to 00000000ffe4e000 [ 26.066760] iwlwifi 0000:02:00.0: Mapped ffffea00049eaa00 to 00000000ffe4c000 [ 26.066766] iwlwifi 0000:02:00.0: Mapped ffffea00049eaa80 to 00000000ffe4a000 [ 26.066770] iwlwifi 0000:02:00.0: Mapped ffffea00049e3500 to 00000000ffe48000 [ 26.066779] iwlwifi 0000:02:00.0: Mapped ffffea00049e3580 to 00000000ffe46000 [ 26.066784] iwlwifi 0000:02:00.0: Mapped ffffea0004991200 to 00000000ffe44000 [ 26.066789] iwlwifi 0000:02:00.0: Mapped ffffea0004991280 to 00000000ffe42000 [ 26.066794] iwlwifi 0000:02:00.0: Mapped ffffea0004991400 to 00000000ffe40000 [ 26.066802] iwlwifi 0000:02:00.0: Mapped ffffea0004991480 to 00000000ffe3e000 [ 26.066807] iwlwifi 0000:02:00.0: Mapped ffffea0004991800 to 00000000ffe3c000 [ 26.066816] iwlwifi 0000:02:00.0: Mapped ffffea0004991880 to 00000000ffe3a000 [ 26.066820] iwlwifi 0000:02:00.0: Mapped ffffea00049e8700 to 00000000ffe38000 [ 26.066829] iwlwifi 0000:02:00.0: Mapped ffffea00049e8780 to 00000000ffe36000 [ 26.066835] iwlwifi 0000:02:00.0: Mapped ffffea00049ead00 to 00000000ffe34000 [ 26.066840] iwlwifi 0000:02:00.0: Mapped ffffea00049ead80 to 00000000ffe32000 [ 26.066846] iwlwifi 0000:02:00.0: Mapped ffffea0004994e00 to 00000000ffe30000 [ 26.066853] iwlwifi 0000:02:00.0: Mapped ffffea0004994e80 to 00000000ffe2e000 [ 26.066858] iwlwifi 0000:02:00.0: Mapped ffffea00049ec500 to 00000000ffe2c000 [ 26.066863] iwlwifi 0000:02:00.0: Mapped ffffea00049ec580 to 00000000ffe2a000 [ 26.066870] iwlwifi 0000:02:00.0: Mapped ffffea00049eb200 to 00000000ffe28000 [ 26.066875] iwlwifi 0000:02:00.0: Mapped ffffea00049eb280 to 00000000ffe26000 [ 26.066880] iwlwifi 0000:02:00.0: Mapped ffffea0004995300 to 00000000ffe24000 [ 26.066884] iwlwifi 0000:02:00.0: Mapped ffffea0004995380 to 00000000ffe22000 [ 26.066892] iwlwifi 0000:02:00.0: Mapped ffffea00049ec800 to 00000000ffe20000 [ 26.066898] iwlwifi 0000:02:00.0: Mapped ffffea00049ec880 to 00000000ffe1e000 [ 26.066905] iwlwifi 0000:02:00.0: Mapped ffffea0004990f00 to 00000000ffe1c000 [ 26.066911] iwlwifi 0000:02:00.0: Mapped ffffea0004990f80 to 00000000ffe1a000 [ 26.066915] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fd00 to 00000000ffe18000 [ 26.066925] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fd80 to 00000000ffe16000 [ 26.066930] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fb00 to 00000000ffe14000 [ 26.066935] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fb80 to 00000000ffe12000 [ 26.066944] iwlwifi 0000:02:00.0: Mapped ffffea0004992b00 to 00000000ffe10000 [ 26.066948] iwlwifi 0000:02:00.0: Mapped ffffea0004992b80 to 00000000ffe0e000 [ 26.066953] iwlwifi 0000:02:00.0: Mapped ffffea0004991c00 to 00000000ffe0c000 [ 26.066963] iwlwifi 0000:02:00.0: Mapped ffffea0004991c80 to 00000000ffe0a000 [ 26.066968] iwlwifi 0000:02:00.0: Mapped ffffea0004992100 to 00000000ffe08000 [ 26.066972] iwlwifi 0000:02:00.0: Mapped ffffea0004992180 to 00000000ffe06000 [ 26.066980] iwlwifi 0000:02:00.0: Mapped ffffea0004991e00 to 00000000ffe04000 [ 26.066987] iwlwifi 0000:02:00.0: Mapped ffffea0004991e80 to 00000000ffe02000 [ 26.066992] iwlwifi 0000:02:00.0: Mapped ffffea0004991a00 to 00000000ffe00000 [ 26.067002] iwlwifi 0000:02:00.0: Mapped ffffea0004991a80 to 00000000ffdfe000 [ 26.067007] iwlwifi 0000:02:00.0: Mapped ffffea0004990c00 to 00000000ffdfc000 [ 26.067014] iwlwifi 0000:02:00.0: Mapped ffffea0004990c80 to 00000000ffdfa000 [ 26.067019] iwlwifi 0000:02:00.0: Mapped ffffea0004991100 to 00000000ffdf8000 [ 26.067024] iwlwifi 0000:02:00.0: Mapped ffffea0004991180 to 00000000ffdf6000 [ 26.067033] iwlwifi 0000:02:00.0: Mapped ffffea00049e5e00 to 00000000ffdf4000 [ 26.067039] iwlwifi 0000:02:00.0: Mapped ffffea00049e5e80 to 00000000ffdf2000 [ 26.067043] iwlwifi 0000:02:00.0: Mapped ffffea00049e9600 to 00000000ffdf0000 [ 26.067051] iwlwifi 0000:02:00.0: Mapped ffffea00049e9680 to 00000000ffdee000 [ 26.067057] iwlwifi 0000:02:00.0: Mapped ffffea00049ea200 to 00000000ffdec000 [ 26.067062] iwlwifi 0000:02:00.0: Mapped ffffea00049ea280 to 00000000ffdea000 [ 26.067071] iwlwifi 0000:02:00.0: Mapped ffffea00049e9100 to 00000000ffde8000 [ 26.067077] iwlwifi 0000:02:00.0: Mapped ffffea00049e9180 to 00000000ffde6000 [ 26.067085] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d400 to 00000000ffde4000 [ 26.067090] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d480 to 00000000ffde2000 [ 26.067094] iwlwifi 0000:02:00.0: Mapped ffffea00049eaf00 to 00000000ffde0000 [ 26.067099] iwlwifi 0000:02:00.0: Mapped ffffea00049eaf80 to 00000000ffdde000 [ 26.067107] iwlwifi 0000:02:00.0: Mapped ffffea0004a1eb00 to 00000000ffddc000 [ 26.067112] iwlwifi 0000:02:00.0: Mapped ffffea0004a1eb80 to 00000000ffdda000 [ 26.067117] iwlwifi 0000:02:00.0: Mapped ffffea0004991600 to 00000000ffdd8000 [ 26.067121] iwlwifi 0000:02:00.0: Mapped ffffea0004991680 to 00000000ffdd6000 [ 26.067126] iwlwifi 0000:02:00.0: Mapped ffffea0004993000 to 00000000ffdd4000 [ 26.067134] iwlwifi 0000:02:00.0: Mapped ffffea0004993080 to 00000000ffdd2000 [ 26.067138] iwlwifi 0000:02:00.0: Mapped ffffea0004990700 to 00000000ffdd0000 [ 26.067143] iwlwifi 0000:02:00.0: Mapped ffffea0004990780 to 00000000ffdce000 [ 26.067148] iwlwifi 0000:02:00.0: Mapped ffffea0004993700 to 00000000ffdcc000 [ 26.067154] iwlwifi 0000:02:00.0: Mapped ffffea0004993780 to 00000000ffdca000 [ 26.067159] iwlwifi 0000:02:00.0: Mapped ffffea0004a56500 to 00000000ffdc8000 [ 26.067168] iwlwifi 0000:02:00.0: Mapped ffffea0004a56580 to 00000000ffdae000 [ 26.067173] iwlwifi 0000:02:00.0: Mapped ffffea00049ed300 to 00000000ffdac000 [ 26.067179] iwlwifi 0000:02:00.0: Mapped ffffea00049ed380 to 00000000ffdaa000 [ 26.067184] iwlwifi 0000:02:00.0: Mapped ffffea0004a10900 to 00000000ffda8000 [ 26.067190] iwlwifi 0000:02:00.0: Mapped ffffea0004a10980 to 00000000ffda6000 [ 26.067195] iwlwifi 0000:02:00.0: Mapped ffffea00049e8f00 to 00000000ffda4000 [ 26.067201] iwlwifi 0000:02:00.0: Mapped ffffea00049e8f80 to 00000000ffda0000 [ 26.067209] iwlwifi 0000:02:00.0: Mapped ffffea00049e7d00 to 00000000ffd9a000 [ 26.067214] iwlwifi 0000:02:00.0: Mapped ffffea00049e7d80 to 00000000ffd98000 [ 26.067220] iwlwifi 0000:02:00.0: Mapped ffffea0004a10a00 to 00000000ffd96000 [ 26.067225] iwlwifi 0000:02:00.0: Mapped ffffea0004a10a80 to 00000000ffd94000 [ 26.067231] iwlwifi 0000:02:00.0: Mapped ffffea00049e5800 to 00000000ffd92000 [ 26.067236] iwlwifi 0000:02:00.0: Mapped ffffea00049e5880 to 00000000ffd90000 [ 26.067241] iwlwifi 0000:02:00.0: Mapped ffffea00049ed100 to 00000000ffd8e000 [ 26.067246] iwlwifi 0000:02:00.0: Mapped ffffea00049ed180 to 00000000ffd8c000 [ 26.067251] iwlwifi 0000:02:00.0: Mapped ffffea00049e9a00 to 00000000ffd8a000 [ 26.067256] iwlwifi 0000:02:00.0: Mapped ffffea00049e9a80 to 00000000ffd88000 [ 26.067262] iwlwifi 0000:02:00.0: Mapped ffffea0004a57800 to 00000000ffd86000 [ 26.067266] iwlwifi 0000:02:00.0: Mapped ffffea0004a57880 to 00000000ffd84000 [ 26.067273] iwlwifi 0000:02:00.0: Mapped ffffea00049e3b00 to 00000000ffd82000 [ 26.067278] iwlwifi 0000:02:00.0: Mapped ffffea00049e3b80 to 00000000ffd80000 [ 26.067283] iwlwifi 0000:02:00.0: Mapped ffffea00049e4e00 to 00000000ffd7e000 [ 26.067288] iwlwifi 0000:02:00.0: Mapped ffffea00049e4e80 to 00000000ffd7c000 [ 26.067293] iwlwifi 0000:02:00.0: Mapped ffffea0004a56b00 to 00000000ffd7a000 [ 26.067298] iwlwifi 0000:02:00.0: Mapped ffffea0004a56b80 to 00000000ffd78000 [ 26.067303] iwlwifi 0000:02:00.0: Mapped ffffea0004990500 to 00000000ffd76000 [ 26.067309] iwlwifi 0000:02:00.0: Mapped ffffea0004990580 to 00000000ffd74000 [ 26.067318] iwlwifi 0000:02:00.0: Mapped ffffea00049eb800 to 00000000ffd72000 [ 26.067323] iwlwifi 0000:02:00.0: Mapped ffffea00049eb880 to 00000000ffd70000 [ 26.067329] iwlwifi 0000:02:00.0: Mapped ffffea00049e5d00 to 00000000ffd6e000 [ 26.067333] iwlwifi 0000:02:00.0: Mapped ffffea00049e5d80 to 00000000ffd6c000 [ 26.067338] iwlwifi 0000:02:00.0: Mapped ffffea00049e7000 to 00000000ffd6a000 [ 26.067343] iwlwifi 0000:02:00.0: Mapped ffffea00049e7080 to 00000000ffd68000 [ 26.067349] iwlwifi 0000:02:00.0: Mapped ffffea0004933400 to 00000000ffd66000 [ 26.067355] iwlwifi 0000:02:00.0: Mapped ffffea0004933480 to 00000000ffd64000 [ 26.067360] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ca00 to 00000000ffd62000 [ 26.067365] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ca80 to 00000000ffd60000 [ 26.067376] iwlwifi 0000:02:00.0: Mapped ffffea00049e9e00 to 00000000ffd5e000 [ 26.067381] iwlwifi 0000:02:00.0: Mapped ffffea00049e9e80 to 00000000ffd5c000 [ 26.067386] iwlwifi 0000:02:00.0: Mapped ffffea0004933700 to 00000000ffd5a000 [ 26.067392] iwlwifi 0000:02:00.0: Mapped ffffea0004933780 to 00000000ffd58000 [ 26.067397] iwlwifi 0000:02:00.0: Mapped ffffea0004993200 to 00000000ffd56000 [ 26.067402] iwlwifi 0000:02:00.0: Mapped ffffea0004993280 to 00000000ffd54000 [ 26.067408] iwlwifi 0000:02:00.0: Mapped ffffea0004933000 to 00000000ffd1e000 [ 26.067414] iwlwifi 0000:02:00.0: Mapped ffffea0004933080 to 00000000ffd1c000 [ 26.067421] iwlwifi 0000:02:00.0: Mapped ffffea0004931d00 to 00000000ffd1a000 [ 26.067426] iwlwifi 0000:02:00.0: Mapped ffffea0004931d80 to 00000000ffd18000 [ 26.067433] iwlwifi 0000:02:00.0: Mapped ffffea0004933900 to 00000000ffd16000 [ 26.067440] iwlwifi 0000:02:00.0: Mapped ffffea0004933980 to 00000000ffd14000 [ 26.067446] iwlwifi 0000:02:00.0: Mapped ffffea00049e6d00 to 00000000ffd12000 [ 26.067451] iwlwifi 0000:02:00.0: Mapped ffffea00049e6d80 to 00000000ffd10000 [ 26.067460] iwlwifi 0000:02:00.0: Mapped ffffea0004931200 to 00000000ffd0e000 [ 26.067468] iwlwifi 0000:02:00.0: Mapped ffffea0004931280 to 00000000ffd0c000 [ 26.067474] iwlwifi 0000:02:00.0: Mapped ffffea0004993c00 to 00000000ffd0a000 [ 26.067479] iwlwifi 0000:02:00.0: Mapped ffffea0004993c80 to 00000000ffd08000 [ 26.067487] iwlwifi 0000:02:00.0: Mapped ffffea00049eb600 to 00000000ffd06000 [ 26.067497] iwlwifi 0000:02:00.0: Mapped ffffea00049eb680 to 00000000ffd04000 [ 26.067504] iwlwifi 0000:02:00.0: Mapped ffffea00049eb700 to 00000000ffd02000 [ 26.067513] iwlwifi 0000:02:00.0: Mapped ffffea00049eb780 to 00000000ffd00000 [ 26.067518] iwlwifi 0000:02:00.0: Mapped ffffea0004934400 to 00000000ffcfe000 [ 26.067523] iwlwifi 0000:02:00.0: Mapped ffffea0004934480 to 00000000ffcfc000 [ 26.067532] iwlwifi 0000:02:00.0: Mapped ffffea0004934500 to 00000000ffcfa000 [ 26.067537] iwlwifi 0000:02:00.0: Mapped ffffea0004934580 to 00000000ffcf8000 [ 26.067543] iwlwifi 0000:02:00.0: Mapped ffffea00049e9400 to 00000000ffcf6000 [ 26.067548] iwlwifi 0000:02:00.0: Mapped ffffea00049e9480 to 00000000ffcf4000 [ 26.067559] iwlwifi 0000:02:00.0: Mapped ffffea00049e9500 to 00000000ffcf2000 [ 26.067570] iwlwifi 0000:02:00.0: Mapped ffffea00049e9580 to 00000000ffcf0000 [ 26.067582] iwlwifi 0000:02:00.0: Mapped ffffea00049ebe00 to 00000000ffcee000 [ 26.067592] iwlwifi 0000:02:00.0: Mapped ffffea00049ebe80 to 00000000ffcec000 [ 26.067598] iwlwifi 0000:02:00.0: Mapped ffffea00049ebf00 to 00000000ffcea000 [ 26.067604] iwlwifi 0000:02:00.0: Mapped ffffea00049ebf80 to 00000000ffce8000 [ 26.067610] iwlwifi 0000:02:00.0: Mapped ffffea00049e9c00 to 00000000ffce6000 [ 26.067621] iwlwifi 0000:02:00.0: Mapped ffffea00049e9c80 to 00000000ffce4000 [ 26.067629] iwlwifi 0000:02:00.0: Mapped ffffea00049e9d00 to 00000000ffce2000 [ 26.067635] iwlwifi 0000:02:00.0: Mapped ffffea00049e9d80 to 00000000ffce0000 [ 26.067641] iwlwifi 0000:02:00.0: Mapped ffffea0004933e00 to 00000000ffcde000 [ 26.067647] iwlwifi 0000:02:00.0: Mapped ffffea0004933e80 to 00000000ffcdc000 [ 26.067652] iwlwifi 0000:02:00.0: Mapped ffffea0004933f00 to 00000000ffcd4000 [ 26.067657] iwlwifi 0000:02:00.0: Mapped ffffea0004933f80 to 00000000ffcd2000 [ 26.067662] iwlwifi 0000:02:00.0: Mapped ffffea0004938200 to 00000000ffcd0000 [ 26.067668] iwlwifi 0000:02:00.0: Mapped ffffea0004938280 to 00000000ffc2e000 [ 26.067672] iwlwifi 0000:02:00.0: Mapped ffffea0004938300 to 00000000ffc2c000 [ 26.067677] iwlwifi 0000:02:00.0: Mapped ffffea0004938380 to 00000000ffc2a000 [ 26.067682] iwlwifi 0000:02:00.0: Mapped ffffea0004993e00 to 00000000ffc28000 [ 26.067687] iwlwifi 0000:02:00.0: Mapped ffffea0004993e80 to 00000000ffc26000 [ 26.067692] iwlwifi 0000:02:00.0: Mapped ffffea0004993f00 to 00000000ffc24000 [ 26.067698] iwlwifi 0000:02:00.0: Mapped ffffea0004993f80 to 00000000ffc22000 [ 26.067703] iwlwifi 0000:02:00.0: Mapped ffffea0004995600 to 00000000ffc20000 [ 26.067708] iwlwifi 0000:02:00.0: Mapped ffffea0004995680 to 00000000ffc1e000 [ 26.067713] iwlwifi 0000:02:00.0: Mapped ffffea0004995700 to 00000000ffc1c000 [ 26.067718] iwlwifi 0000:02:00.0: Mapped ffffea0004995780 to 00000000ffc1a000 [ 26.067723] iwlwifi 0000:02:00.0: Mapped ffffea00049e6000 to 00000000ffc18000 [ 26.067727] iwlwifi 0000:02:00.0: Mapped ffffea00049e6080 to 00000000ffc16000 [ 26.067732] iwlwifi 0000:02:00.0: Mapped ffffea00049e6100 to 00000000ffc14000 [ 26.067737] iwlwifi 0000:02:00.0: Mapped ffffea00049e6180 to 00000000ffc12000 [ 26.067742] iwlwifi 0000:02:00.0: Mapped ffffea00049e6200 to 00000000ffc10000 [ 26.067747] iwlwifi 0000:02:00.0: Mapped ffffea00049e6280 to 00000000ffc0e000 [ 26.067751] iwlwifi 0000:02:00.0: Mapped ffffea00049e6300 to 00000000ffc0c000 [ 26.067756] iwlwifi 0000:02:00.0: Mapped ffffea00049e6380 to 00000000ffc0a000 [ 26.067761] iwlwifi 0000:02:00.0: Mapped ffffea0004934000 to 00000000ffc08000 [ 26.067765] iwlwifi 0000:02:00.0: Mapped ffffea0004934080 to 00000000ffc06000 [ 26.067770] iwlwifi 0000:02:00.0: Mapped ffffea0004934100 to 00000000ffc04000 [ 26.067776] iwlwifi 0000:02:00.0: Mapped ffffea0004934180 to 00000000ffc02000 [ 26.067781] iwlwifi 0000:02:00.0: Mapped ffffea0004934200 to 00000000ffc00000 [ 26.067786] iwlwifi 0000:02:00.0: Mapped ffffea0004934280 to 00000000ffbfe000 [ 26.067792] iwlwifi 0000:02:00.0: Mapped ffffea0004934300 to 00000000ffbfc000 [ 26.067796] iwlwifi 0000:02:00.0: Mapped ffffea0004934380 to 00000000ffbfa000 [ 26.067801] iwlwifi 0000:02:00.0: Mapped ffffea0004938400 to 00000000ffbf8000 [ 26.067806] iwlwifi 0000:02:00.0: Mapped ffffea0004938480 to 00000000ffbf6000 [ 26.067815] iwlwifi 0000:02:00.0: Mapped ffffea0004938500 to 00000000ffbf4000 [ 26.067820] iwlwifi 0000:02:00.0: Mapped ffffea0004938580 to 00000000ffbf2000 [ 26.067825] iwlwifi 0000:02:00.0: Mapped ffffea0004938600 to 00000000ffbf0000 [ 26.067830] iwlwifi 0000:02:00.0: Mapped ffffea0004938680 to 00000000ffbee000 [ 26.067838] iwlwifi 0000:02:00.0: Mapped ffffea0004938700 to 00000000ffbec000 [ 26.067843] iwlwifi 0000:02:00.0: Mapped ffffea0004938780 to 00000000ffbea000 [ 26.067848] iwlwifi 0000:02:00.0: Mapped ffffea0004938800 to 00000000ffbe8000 [ 26.067854] iwlwifi 0000:02:00.0: Mapped ffffea0004938880 to 00000000ffbe6000 [ 26.067859] iwlwifi 0000:02:00.0: Mapped ffffea0004938900 to 00000000ffbe4000 [ 26.535400] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command COEX_PRIORITY_TABLE_CMD [ 26.536081] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 26.536882] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 26.537625] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.538403] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.539284] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.540054] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.540831] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.541705] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.542536] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.543359] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.544286] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.545130] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.545985] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.546972] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.547863] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.548755] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.549839] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.550794] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.551725] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.552798] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.553765] iwlwifi 0000:02:00.0: U iwl_alive_start Runtime Alive received. [ 26.554737] iwlwifi 0000:02:00.0: U iwl_send_bt_config BT coex active [ 26.555723] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_BT_CONFIG [ 26.556720] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_BT_CONFIG [ 26.556830] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_BT_CONFIG [ 26.556842] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command CALIBRATION_CFG_CMD [ 26.556844] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 26.556965] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 26.556982] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command TX_ANT_CONFIGURATION_CMD [ 26.556984] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 26.584137] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 26.585260] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.586364] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 26.587580] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 26.587581] * without RXON_FILTER_ASSOC_MSK [ 26.587582] * channel = 1 [ 26.587583] * bssid = 00:00:00:00:00:00 [ 26.592035] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 26.593247] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 26.595621] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 26.596840] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 26.598037] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations No active stations found to be cleared [ 26.599274] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 26.599279] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 26.599283] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 26.599287] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 26.599290] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 26.612368] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 26.613648] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 26.614905] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 26.616187] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 26.617477] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:00:ff [ 26.618783] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 26.620113] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 26.621467] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 26.622878] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.623514] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.623525] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 26.623528] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 26.623531] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_CT_KILL_CONFIG_CMD [ 26.623533] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 26.623633] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 26.623645] iwlwifi 0000:02:00.0: U iwl_rf_kill_ct_config REPLY_CT_KILL_CONFIG_CMD succeeded, critical temperature enter is 114,exit is 95 [ 26.623647] iwlwifi 0000:02:00.0: U iwl_alive_start ALIVE processing complete. [ 26.623651] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 26.623653] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 26.623744] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 26.623757] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.623759] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.623763] iwlwifi 0000:02:00.0: U iwlagn_mac_start Start UP work done. [ 26.623770] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.623772] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 26.623775] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 26.623776] * without RXON_FILTER_ASSOC_MSK [ 26.623777] * channel = 1 [ 26.623777] * bssid = 00:00:00:00:00:00 [ 26.623779] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 26.623781] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 26.624094] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 26.624112] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 26.624116] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 26.624120] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 26.624123] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 26.624127] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 26.624129] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 26.624131] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 26.625399] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 26.625402] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 26.625404] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 26.625406] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 26.625408] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 26.625411] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 26.625422] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 26.625424] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 26.625426] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.626634] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.626647] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 26.626649] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 26.626655] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.626658] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 26.626660] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 26.626661] * without RXON_FILTER_ASSOC_MSK [ 26.626662] * channel = 1 [ 26.626662] * bssid = 00:00:00:00:00:00 [ 26.626664] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 26.626665] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 26.628225] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 26.628239] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 26.628242] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 26.628245] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 26.628247] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 26.628249] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 26.628251] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 26.628253] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 26.628356] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 26.628359] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 26.628361] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 26.628363] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 26.628365] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 26.628368] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 26.628379] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 26.628381] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 26.628383] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.629586] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.629601] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 26.629604] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 26.629610] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=0 FLAGS=0x0 [ 26.629612] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 26.629613] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 26.630755] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 26.630768] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.630773] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.630775] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.631085] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 26.722706] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.722710] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 26.722713] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 26.722714] * without RXON_FILTER_ASSOC_MSK [ 26.722715] * channel = 1 [ 26.722715] * bssid = 00:00:00:00:00:00 [ 26.722718] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 26.722720] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 26.724239] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 26.724247] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 26.724254] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 26.724259] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 26.724262] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 26.724266] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 26.724269] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 26.724272] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 26.724377] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 26.724379] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 26.724381] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 26.724383] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 26.724386] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 26.724388] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 26.724396] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 26.724399] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 26.724402] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.727846] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.727861] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 26.727864] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 26.727886] iwlwifi 0000:02:00.0: U iwl_down iwlwifi is going down [ 26.727891] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 26.727894] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 26.728264] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 26.728280] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 26.728345] iwlwifi 0000:02:00.0: U iwl_apm_stop Stop card, put in low power state [ 26.728360] iwlwifi 0000:02:00.0: U iwl_apm_stop_master stop master [ 26.757928] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 15: ff:ff:ff:ff:ff:ff [ 26.757932] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 14: ff:ff:ff:ff:ff:ff [ 26.757935] iwlwifi 0000:02:00.0: U iwl_prepare_card_hw iwl_trans_prepare_card_hw enter [ 26.757968] iwlwifi 0000:02:00.0: U iwl_set_hw_ready hardware ready [ 26.757996] iwlwifi 0000:02:00.0: U iwl_apm_init Init card's basic functions [ 26.758046] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 26.764810] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 26.764816] iwlwifi 0000:02:00.0: Free 0 ffffea0004931e00 00000000ffdc6000 [ 26.764822] iwlwifi 0000:02:00.0: Free 1 ffffea0004930100 00000000fff5a000 [ 26.764825] iwlwifi 0000:02:00.0: Free 2 ffffea00049e2a80 00000000ffdc4000 [ 26.764827] iwlwifi 0000:02:00.0: Free 3 ffffea0004995a80 00000000ffdc0000 [ 26.764830] iwlwifi 0000:02:00.0: Free 4 ffffea0004995980 00000000ffdbc000 [ 26.764832] iwlwifi 0000:02:00.0: Free 5 ffffea0004995880 00000000fff56000 [ 26.764834] iwlwifi 0000:02:00.0: Free 6 ffffea0004995b80 00000000fff52000 [ 26.764836] iwlwifi 0000:02:00.0: Free 7 ffffea0004a5b100 00000000ffdbe000 [ 26.764839] iwlwifi 0000:02:00.0: Free 8 ffffea00049e8c00 00000000ffdb8000 [ 26.764841] iwlwifi 0000:02:00.0: Free 9 ffffea00049e5b00 00000000fff58000 [ 26.764843] iwlwifi 0000:02:00.0: Free 10 ffffea0004933100 00000000fff50000 [ 26.764845] iwlwifi 0000:02:00.0: Free 11 ffffea00049ec980 00000000fff54000 [ 26.764848] iwlwifi 0000:02:00.0: Free 12 ffffea0004994d00 00000000fff4c000 [ 26.764850] iwlwifi 0000:02:00.0: Free 13 ffffea0004995080 00000000fff4a000 [ 26.764852] iwlwifi 0000:02:00.0: Free 14 ffffea000495f100 00000000fff48000 [ 26.764854] iwlwifi 0000:02:00.0: 15 is NULL 00000000fff3c000 [ 26.764856] iwlwifi 0000:02:00.0: Free 16 ffffea0004a1ea00 00000000fff4e000 [ 26.764858] iwlwifi 0000:02:00.0: Free 17 ffffea0004a1d280 00000000fff44000 [ 26.764860] iwlwifi 0000:02:00.0: Free 18 ffffea0004a1ed80 00000000fff42000 [ 26.764863] iwlwifi 0000:02:00.0: Free 19 ffffea00049e2700 00000000fff3e000 [ 26.764865] iwlwifi 0000:02:00.0: Free 20 ffffea0004a1da00 00000000fff3a000 [ 26.764867] iwlwifi 0000:02:00.0: Free 21 ffffea0004992a80 00000000ffdba000 [ 26.764869] iwlwifi 0000:02:00.0: Free 22 ffffea0004992080 00000000ffdb6000 [ 26.764871] iwlwifi 0000:02:00.0: 23 is NULL 00000000fff2c000 [ 26.764873] iwlwifi 0000:02:00.0: Free 24 ffffea0004992d80 00000000ffdb2000 [ 26.764875] iwlwifi 0000:02:00.0: Free 25 ffffea0004992e00 00000000ffda2000 [ 26.764878] iwlwifi 0000:02:00.0: Free 26 ffffea0004991f80 00000000ffd9e000 [ 26.764880] iwlwifi 0000:02:00.0: 27 is NULL 00000000fff24000 [ 26.764881] iwlwifi 0000:02:00.0: Free 28 ffffea00049e8500 00000000ffd52000 [ 26.764884] iwlwifi 0000:02:00.0: Free 29 ffffea0004a1e580 00000000ffd4e000 [ 26.764886] iwlwifi 0000:02:00.0: Free 30 ffffea0004990880 00000000fff40000 [ 26.764888] iwlwifi 0000:02:00.0: Free 31 ffffea0004990080 00000000fff3c000 [ 26.764891] iwlwifi 0000:02:00.0: 32 is NULL 00000000fff1a000 [ 26.764892] iwlwifi 0000:02:00.0: Free 33 ffffea00049e0f80 00000000fff36000 [ 26.764895] iwlwifi 0000:02:00.0: Free 34 ffffea00049ef400 00000000fff16000 [ 26.764897] iwlwifi 0000:02:00.0: Free 35 ffffea0004a1f300 00000000fff14000 [ 26.764899] iwlwifi 0000:02:00.0: Free 36 ffffea00049e5100 00000000fff12000 [ 26.764901] iwlwifi 0000:02:00.0: Free 37 ffffea0004a1fe00 00000000fff10000 [ 26.764904] iwlwifi 0000:02:00.0: Free 38 ffffea00049e1b00 00000000fff0e000 [ 26.764907] iwlwifi 0000:02:00.0: Free 39 ffffea00049e4980 00000000fff0c000 [ 26.764910] iwlwifi 0000:02:00.0: Free 40 ffffea0004a1c600 00000000fff0a000 [ 26.764912] iwlwifi 0000:02:00.0: Free 41 ffffea0004990600 00000000fff08000 [ 26.764915] iwlwifi 0000:02:00.0: Free 42 ffffea0004990a80 00000000fff06000 [ 26.764917] iwlwifi 0000:02:00.0: Free 43 ffffea00049ed280 00000000fff04000 [ 26.764919] iwlwifi 0000:02:00.0: Free 44 ffffea0004990d00 00000000fff02000 [ 26.764921] iwlwifi 0000:02:00.0: Free 45 ffffea00049e9f80 00000000fff00000 [ 26.764923] iwlwifi 0000:02:00.0: Free 46 ffffea0004991500 00000000ffefe000 [ 26.764926] iwlwifi 0000:02:00.0: Free 47 ffffea00049ea000 00000000ffefc000 [ 26.764928] iwlwifi 0000:02:00.0: Free 48 ffffea0004990480 00000000ffefa000 [ 26.764930] iwlwifi 0000:02:00.0: Free 49 ffffea00049ef900 00000000ffef8000 [ 26.764932] iwlwifi 0000:02:00.0: Free 50 ffffea00049e8680 00000000ffef6000 [ 26.764935] iwlwifi 0000:02:00.0: Free 51 ffffea0004a1c080 00000000ffef4000 [ 26.764937] iwlwifi 0000:02:00.0: Free 52 ffffea0004993980 00000000ffef2000 [ 26.764939] iwlwifi 0000:02:00.0: Free 53 ffffea0004994180 00000000ffef0000 [ 26.764941] iwlwifi 0000:02:00.0: Free 54 ffffea0004994400 00000000ffeee000 [ 26.764943] iwlwifi 0000:02:00.0: Free 55 ffffea0004a1c900 00000000ffeec000 [ 26.764945] iwlwifi 0000:02:00.0: Free 56 ffffea00049e4f80 00000000ffeea000 [ 26.764948] iwlwifi 0000:02:00.0: Free 57 ffffea0004a19c80 00000000ffee8000 [ 26.764950] iwlwifi 0000:02:00.0: Free 58 ffffea00049ed580 00000000ffee6000 [ 26.764952] iwlwifi 0000:02:00.0: Free 59 ffffea00049ec280 00000000ffee4000 [ 26.764954] iwlwifi 0000:02:00.0: Free 60 ffffea00049ecc80 00000000ffee2000 [ 26.764956] iwlwifi 0000:02:00.0: Free 61 ffffea00049e2200 00000000ffee0000 [ 26.764959] iwlwifi 0000:02:00.0: Free 62 ffffea00049e7e80 00000000ffede000 [ 26.764961] iwlwifi 0000:02:00.0: Free 63 ffffea00049ec300 00000000ffedc000 [ 26.764963] iwlwifi 0000:02:00.0: Free 64 ffffea00049e4b00 00000000ffeda000 [ 26.764965] iwlwifi 0000:02:00.0: Free 65 ffffea0004993880 00000000ffed8000 [ 26.764967] iwlwifi 0000:02:00.0: Free 66 ffffea0004a1d380 00000000ffed6000 [ 26.764969] iwlwifi 0000:02:00.0: Free 67 ffffea00049e3f80 00000000ffed4000 [ 26.764972] iwlwifi 0000:02:00.0: Free 68 ffffea00049e2e00 00000000ffed2000 [ 26.764974] iwlwifi 0000:02:00.0: Free 69 ffffea0004995280 00000000ffed0000 [ 26.764976] iwlwifi 0000:02:00.0: Free 70 ffffea0004a1db00 00000000ffece000 [ 26.764978] iwlwifi 0000:02:00.0: Free 71 ffffea00049ecd00 00000000ffecc000 [ 26.764981] iwlwifi 0000:02:00.0: Free 72 ffffea00049ea300 00000000ffeca000 [ 26.764983] iwlwifi 0000:02:00.0: Free 73 ffffea0004a10b00 00000000ffec8000 [ 26.764985] iwlwifi 0000:02:00.0: Free 74 ffffea00049e7f00 00000000ffec6000 [ 26.764987] iwlwifi 0000:02:00.0: Free 75 ffffea0004993b00 00000000ffec4000 [ 26.764989] iwlwifi 0000:02:00.0: Free 76 ffffea0004994000 00000000ffec2000 [ 26.764992] iwlwifi 0000:02:00.0: Free 77 ffffea0004993100 00000000ffec0000 [ 26.764994] iwlwifi 0000:02:00.0: Free 78 ffffea00049e9080 00000000ffebe000 [ 26.764996] iwlwifi 0000:02:00.0: Free 79 ffffea00049e7280 00000000ffebc000 [ 26.764998] iwlwifi 0000:02:00.0: Free 80 ffffea0004991380 00000000ffeba000 [ 26.765001] iwlwifi 0000:02:00.0: Free 81 ffffea00049e1f00 00000000ffeb8000 [ 26.765003] iwlwifi 0000:02:00.0: Free 82 ffffea0004990b00 00000000ffeb6000 [ 26.765005] iwlwifi 0000:02:00.0: Free 83 ffffea00049ea980 00000000ffeb4000 [ 26.765007] iwlwifi 0000:02:00.0: Free 84 ffffea0004a1dd80 00000000ffeb2000 [ 26.765009] iwlwifi 0000:02:00.0: Free 85 ffffea0004995c00 00000000ffeb0000 [ 26.765011] iwlwifi 0000:02:00.0: Free 86 ffffea0004a1a700 00000000ffeae000 [ 26.765014] iwlwifi 0000:02:00.0: Free 87 ffffea0004931b80 00000000ffeac000 [ 26.765016] iwlwifi 0000:02:00.0: Free 88 ffffea000495f700 00000000ffeaa000 [ 26.765018] iwlwifi 0000:02:00.0: Free 89 ffffea00049e5500 00000000ffea8000 [ 26.765020] iwlwifi 0000:02:00.0: Free 90 ffffea00049e2c80 00000000ffea6000 [ 26.765022] iwlwifi 0000:02:00.0: Free 91 ffffea00049e5480 00000000ffea4000 [ 26.765025] iwlwifi 0000:02:00.0: Free 92 ffffea00049e8900 00000000ffea2000 [ 26.765027] iwlwifi 0000:02:00.0: Free 93 ffffea00049e0880 00000000ffea0000 [ 26.765029] iwlwifi 0000:02:00.0: Free 94 ffffea0004992f00 00000000ffe9e000 [ 26.765031] iwlwifi 0000:02:00.0: Free 95 ffffea0004a1b180 00000000ffe9c000 [ 26.765033] iwlwifi 0000:02:00.0: Free 96 ffffea0004a19d80 00000000ffe9a000 [ 26.765035] iwlwifi 0000:02:00.0: Free 97 ffffea0004a1b700 00000000ffe98000 [ 26.765037] iwlwifi 0000:02:00.0: Free 98 ffffea00049eae80 00000000ffe96000 [ 26.765040] iwlwifi 0000:02:00.0: Free 99 ffffea00049eb180 00000000ffe94000 [ 26.765042] iwlwifi 0000:02:00.0: Free 100 ffffea00049e1880 00000000ffe92000 [ 26.765044] iwlwifi 0000:02:00.0: Free 101 ffffea000495f000 00000000ffe90000 [ 26.765046] iwlwifi 0000:02:00.0: Free 102 ffffea0004932680 00000000ffe8e000 [ 26.765048] iwlwifi 0000:02:00.0: Free 103 ffffea0004954680 00000000ffe8c000 [ 26.765051] iwlwifi 0000:02:00.0: Free 104 ffffea0004954180 00000000ffe8a000 [ 26.765053] iwlwifi 0000:02:00.0: Free 105 ffffea0004998600 00000000ffe88000 [ 26.765055] iwlwifi 0000:02:00.0: Free 106 ffffea0004953200 00000000ffe86000 [ 26.765057] iwlwifi 0000:02:00.0: Free 107 ffffea000495fa80 00000000ffe84000 [ 26.765059] iwlwifi 0000:02:00.0: Free 108 ffffea0004997300 00000000ffe82000 [ 26.765062] iwlwifi 0000:02:00.0: Free 109 ffffea00049e7700 00000000ffe80000 [ 26.765064] iwlwifi 0000:02:00.0: Free 110 ffffea000495f800 00000000ffe7e000 [ 26.765066] iwlwifi 0000:02:00.0: Free 111 ffffea0004933200 00000000ffe7c000 [ 26.765068] iwlwifi 0000:02:00.0: Free 112 ffffea0004931180 00000000ffe7a000 [ 26.765070] iwlwifi 0000:02:00.0: Free 113 ffffea0004953c00 00000000ffe78000 [ 26.765072] iwlwifi 0000:02:00.0: Free 114 ffffea0004990980 00000000ffe76000 [ 26.765074] iwlwifi 0000:02:00.0: Free 115 ffffea0004931580 00000000ffe74000 [ 26.765076] iwlwifi 0000:02:00.0: Free 116 ffffea000495f500 00000000ffe72000 [ 26.765079] iwlwifi 0000:02:00.0: Free 117 ffffea0004931c00 00000000ffe70000 [ 26.765081] iwlwifi 0000:02:00.0: Free 118 ffffea00049e5c00 00000000ffe6e000 [ 26.765083] iwlwifi 0000:02:00.0: Free 119 ffffea0004a10800 00000000ffe6c000 [ 26.765085] iwlwifi 0000:02:00.0: Free 120 ffffea0004991000 00000000ffe6a000 [ 26.765087] iwlwifi 0000:02:00.0: Free 121 ffffea0004991700 00000000ffe68000 [ 26.765089] iwlwifi 0000:02:00.0: Free 122 ffffea0004995580 00000000ffe66000 [ 26.765092] iwlwifi 0000:02:00.0: Free 123 ffffea0004994f00 00000000ffe64000 [ 26.765094] iwlwifi 0000:02:00.0: Free 124 ffffea00049eac00 00000000ffe62000 [ 26.765096] iwlwifi 0000:02:00.0: Free 125 ffffea00049eb400 00000000ffe60000 [ 26.765098] iwlwifi 0000:02:00.0: Free 126 ffffea00049eb480 00000000ffe5e000 [ 26.765101] iwlwifi 0000:02:00.0: Free 127 ffffea0004930600 00000000ffe5c000 [ 26.765103] iwlwifi 0000:02:00.0: Free 128 ffffea0004930680 00000000ffe5a000 [ 26.765105] iwlwifi 0000:02:00.0: Free 129 ffffea000495fc00 00000000ffe58000 [ 26.765107] iwlwifi 0000:02:00.0: Free 130 ffffea000495fc80 00000000ffe56000 [ 26.765109] iwlwifi 0000:02:00.0: Free 131 ffffea000495eb00 00000000ffe54000 [ 26.765111] iwlwifi 0000:02:00.0: Free 132 ffffea000495eb80 00000000ffe52000 [ 26.765114] iwlwifi 0000:02:00.0: Free 133 ffffea0004a55e00 00000000ffe50000 [ 26.765116] iwlwifi 0000:02:00.0: Free 134 ffffea0004a55e80 00000000ffe4e000 [ 26.765118] iwlwifi 0000:02:00.0: Free 135 ffffea00049eaa00 00000000ffe4c000 [ 26.765120] iwlwifi 0000:02:00.0: Free 136 ffffea00049eaa80 00000000ffe4a000 [ 26.765122] iwlwifi 0000:02:00.0: Free 137 ffffea00049e3500 00000000ffe48000 [ 26.765124] iwlwifi 0000:02:00.0: Free 138 ffffea00049e3580 00000000ffe46000 [ 26.765127] iwlwifi 0000:02:00.0: Free 139 ffffea0004991200 00000000ffe44000 [ 26.765129] iwlwifi 0000:02:00.0: Free 140 ffffea0004991280 00000000ffe42000 [ 26.765131] iwlwifi 0000:02:00.0: Free 141 ffffea0004991400 00000000ffe40000 [ 26.765133] iwlwifi 0000:02:00.0: Free 142 ffffea0004991480 00000000ffe3e000 [ 26.765135] iwlwifi 0000:02:00.0: Free 143 ffffea0004991800 00000000ffe3c000 [ 26.765137] iwlwifi 0000:02:00.0: Free 144 ffffea0004991880 00000000ffe3a000 [ 26.765139] iwlwifi 0000:02:00.0: Free 145 ffffea00049e8700 00000000ffe38000 [ 26.765141] iwlwifi 0000:02:00.0: Free 146 ffffea00049e8780 00000000ffe36000 [ 26.765143] iwlwifi 0000:02:00.0: Free 147 ffffea00049ead00 00000000ffe34000 [ 26.765145] iwlwifi 0000:02:00.0: Free 148 ffffea00049ead80 00000000ffe32000 [ 26.765147] iwlwifi 0000:02:00.0: Free 149 ffffea0004994e00 00000000ffe30000 [ 26.765150] iwlwifi 0000:02:00.0: Free 150 ffffea0004994e80 00000000ffe2e000 [ 26.765152] iwlwifi 0000:02:00.0: Free 151 ffffea00049ec500 00000000ffe2c000 [ 26.765154] iwlwifi 0000:02:00.0: Free 152 ffffea00049ec580 00000000ffe2a000 [ 26.765156] iwlwifi 0000:02:00.0: Free 153 ffffea00049eb200 00000000ffe28000 [ 26.765158] iwlwifi 0000:02:00.0: Free 154 ffffea00049eb280 00000000ffe26000 [ 26.765160] iwlwifi 0000:02:00.0: Free 155 ffffea0004995300 00000000ffe24000 [ 26.765162] iwlwifi 0000:02:00.0: Free 156 ffffea0004995380 00000000ffe22000 [ 26.765164] iwlwifi 0000:02:00.0: Free 157 ffffea00049ec800 00000000ffe20000 [ 26.765166] iwlwifi 0000:02:00.0: Free 158 ffffea00049ec880 00000000ffe1e000 [ 26.765168] iwlwifi 0000:02:00.0: Free 159 ffffea0004990f00 00000000ffe1c000 [ 26.765171] iwlwifi 0000:02:00.0: Free 160 ffffea0004990f80 00000000ffe1a000 [ 26.765173] iwlwifi 0000:02:00.0: Free 161 ffffea0004a1fd00 00000000ffe18000 [ 26.765175] iwlwifi 0000:02:00.0: Free 162 ffffea0004a1fd80 00000000ffe16000 [ 26.765177] iwlwifi 0000:02:00.0: Free 163 ffffea0004a1fb00 00000000ffe14000 [ 26.765179] iwlwifi 0000:02:00.0: Free 164 ffffea0004a1fb80 00000000ffe12000 [ 26.765181] iwlwifi 0000:02:00.0: Free 165 ffffea0004992b00 00000000ffe10000 [ 26.765183] iwlwifi 0000:02:00.0: Free 166 ffffea0004992b80 00000000ffe0e000 [ 26.765185] iwlwifi 0000:02:00.0: Free 167 ffffea0004991c00 00000000ffe0c000 [ 26.765188] iwlwifi 0000:02:00.0: Free 168 ffffea0004991c80 00000000ffe0a000 [ 26.765190] iwlwifi 0000:02:00.0: Free 169 ffffea0004992100 00000000ffe08000 [ 26.765192] iwlwifi 0000:02:00.0: Free 170 ffffea0004992180 00000000ffe06000 [ 26.765194] iwlwifi 0000:02:00.0: Free 171 ffffea0004991e00 00000000ffe04000 [ 26.765196] iwlwifi 0000:02:00.0: Free 172 ffffea0004991e80 00000000ffe02000 [ 26.765198] iwlwifi 0000:02:00.0: Free 173 ffffea0004991a00 00000000ffe00000 [ 26.765200] iwlwifi 0000:02:00.0: Free 174 ffffea0004991a80 00000000ffdfe000 [ 26.765202] iwlwifi 0000:02:00.0: Free 175 ffffea0004990c00 00000000ffdfc000 [ 26.765204] iwlwifi 0000:02:00.0: Free 176 ffffea0004990c80 00000000ffdfa000 [ 26.765206] iwlwifi 0000:02:00.0: Free 177 ffffea0004991100 00000000ffdf8000 [ 26.765208] iwlwifi 0000:02:00.0: Free 178 ffffea0004991180 00000000ffdf6000 [ 26.765210] iwlwifi 0000:02:00.0: Free 179 ffffea00049e5e00 00000000ffdf4000 [ 26.765213] iwlwifi 0000:02:00.0: Free 180 ffffea00049e5e80 00000000ffdf2000 [ 26.765215] iwlwifi 0000:02:00.0: Free 181 ffffea00049e9600 00000000ffdf0000 [ 26.765217] iwlwifi 0000:02:00.0: Free 182 ffffea00049e9680 00000000ffdee000 [ 26.765219] iwlwifi 0000:02:00.0: Free 183 ffffea00049ea200 00000000ffdec000 [ 26.765221] iwlwifi 0000:02:00.0: Free 184 ffffea00049ea280 00000000ffdea000 [ 26.765223] iwlwifi 0000:02:00.0: Free 185 ffffea00049e9100 00000000ffde8000 [ 26.765225] iwlwifi 0000:02:00.0: Free 186 ffffea00049e9180 00000000ffde6000 [ 26.765228] iwlwifi 0000:02:00.0: Free 187 ffffea0004a1d400 00000000ffde4000 [ 26.765230] iwlwifi 0000:02:00.0: Free 188 ffffea0004a1d480 00000000ffde2000 [ 26.765232] iwlwifi 0000:02:00.0: Free 189 ffffea00049eaf00 00000000ffde0000 [ 26.765234] iwlwifi 0000:02:00.0: Free 190 ffffea00049eaf80 00000000ffdde000 [ 26.765236] iwlwifi 0000:02:00.0: Free 191 ffffea0004a1eb00 00000000ffddc000 [ 26.765238] iwlwifi 0000:02:00.0: Free 192 ffffea0004a1eb80 00000000ffdda000 [ 26.765240] iwlwifi 0000:02:00.0: Free 193 ffffea0004991600 00000000ffdd8000 [ 26.765242] iwlwifi 0000:02:00.0: Free 194 ffffea0004991680 00000000ffdd6000 [ 26.765244] iwlwifi 0000:02:00.0: Free 195 ffffea0004993000 00000000ffdd4000 [ 26.765247] iwlwifi 0000:02:00.0: Free 196 ffffea0004993080 00000000ffdd2000 [ 26.765249] iwlwifi 0000:02:00.0: Free 197 ffffea0004990700 00000000ffdd0000 [ 26.765251] iwlwifi 0000:02:00.0: Free 198 ffffea0004990780 00000000ffdce000 [ 26.765253] iwlwifi 0000:02:00.0: Free 199 ffffea0004993700 00000000ffdcc000 [ 26.765255] iwlwifi 0000:02:00.0: Free 200 ffffea0004993780 00000000ffdca000 [ 26.765257] iwlwifi 0000:02:00.0: Free 201 ffffea0004a56500 00000000ffdc8000 [ 26.765260] iwlwifi 0000:02:00.0: Free 202 ffffea0004a56580 00000000ffdae000 [ 26.765262] iwlwifi 0000:02:00.0: Free 203 ffffea00049ed300 00000000ffdac000 [ 26.765264] iwlwifi 0000:02:00.0: Free 204 ffffea00049ed380 00000000ffdaa000 [ 26.765266] iwlwifi 0000:02:00.0: Free 205 ffffea0004a10900 00000000ffda8000 [ 26.765268] iwlwifi 0000:02:00.0: Free 206 ffffea0004a10980 00000000ffda6000 [ 26.765270] iwlwifi 0000:02:00.0: Free 207 ffffea00049e8f00 00000000ffda4000 [ 26.765272] iwlwifi 0000:02:00.0: Free 208 ffffea00049e8f80 00000000ffda0000 [ 26.765274] iwlwifi 0000:02:00.0: Free 209 ffffea00049e7d00 00000000ffd9a000 [ 26.765276] iwlwifi 0000:02:00.0: Free 210 ffffea00049e7d80 00000000ffd98000 [ 26.765278] iwlwifi 0000:02:00.0: Free 211 ffffea0004a10a00 00000000ffd96000 [ 26.765281] iwlwifi 0000:02:00.0: Free 212 ffffea0004a10a80 00000000ffd94000 [ 26.765283] iwlwifi 0000:02:00.0: Free 213 ffffea00049e5800 00000000ffd92000 [ 26.765285] iwlwifi 0000:02:00.0: Free 214 ffffea00049e5880 00000000ffd90000 [ 26.765287] iwlwifi 0000:02:00.0: Free 215 ffffea00049ed100 00000000ffd8e000 [ 26.765289] iwlwifi 0000:02:00.0: Free 216 ffffea00049ed180 00000000ffd8c000 [ 26.765291] iwlwifi 0000:02:00.0: Free 217 ffffea00049e9a00 00000000ffd8a000 [ 26.765294] iwlwifi 0000:02:00.0: Free 218 ffffea00049e9a80 00000000ffd88000 [ 26.765296] iwlwifi 0000:02:00.0: Free 219 ffffea0004a57800 00000000ffd86000 [ 26.765298] iwlwifi 0000:02:00.0: Free 220 ffffea0004a57880 00000000ffd84000 [ 26.765300] iwlwifi 0000:02:00.0: Free 221 ffffea00049e3b00 00000000ffd82000 [ 26.765302] iwlwifi 0000:02:00.0: Free 222 ffffea00049e3b80 00000000ffd80000 [ 26.765304] iwlwifi 0000:02:00.0: Free 223 ffffea00049e4e00 00000000ffd7e000 [ 26.765306] iwlwifi 0000:02:00.0: Free 224 ffffea00049e4e80 00000000ffd7c000 [ 26.765309] iwlwifi 0000:02:00.0: Free 225 ffffea0004a56b00 00000000ffd7a000 [ 26.765311] iwlwifi 0000:02:00.0: Free 226 ffffea0004a56b80 00000000ffd78000 [ 26.765313] iwlwifi 0000:02:00.0: Free 227 ffffea0004990500 00000000ffd76000 [ 26.765315] iwlwifi 0000:02:00.0: Free 228 ffffea0004990580 00000000ffd74000 [ 26.765317] iwlwifi 0000:02:00.0: Free 229 ffffea00049eb800 00000000ffd72000 [ 26.765320] iwlwifi 0000:02:00.0: Free 230 ffffea00049eb880 00000000ffd70000 [ 26.765322] iwlwifi 0000:02:00.0: Free 231 ffffea00049e5d00 00000000ffd6e000 [ 26.765324] iwlwifi 0000:02:00.0: Free 232 ffffea00049e5d80 00000000ffd6c000 [ 26.765326] iwlwifi 0000:02:00.0: Free 233 ffffea00049e7000 00000000ffd6a000 [ 26.765328] iwlwifi 0000:02:00.0: Free 234 ffffea00049e7080 00000000ffd68000 [ 26.765331] iwlwifi 0000:02:00.0: Free 235 ffffea0004933400 00000000ffd66000 [ 26.765333] iwlwifi 0000:02:00.0: Free 236 ffffea0004933480 00000000ffd64000 [ 26.765335] iwlwifi 0000:02:00.0: Free 237 ffffea0004a1ca00 00000000ffd62000 [ 26.765337] iwlwifi 0000:02:00.0: Free 238 ffffea0004a1ca80 00000000ffd60000 [ 26.765339] iwlwifi 0000:02:00.0: Free 239 ffffea00049e9e00 00000000ffd5e000 [ 26.765341] iwlwifi 0000:02:00.0: Free 240 ffffea00049e9e80 00000000ffd5c000 [ 26.765343] iwlwifi 0000:02:00.0: Free 241 ffffea0004933700 00000000ffd5a000 [ 26.765346] iwlwifi 0000:02:00.0: Free 242 ffffea0004933780 00000000ffd58000 [ 26.765348] iwlwifi 0000:02:00.0: Free 243 ffffea0004993200 00000000ffd56000 [ 26.765350] iwlwifi 0000:02:00.0: Free 244 ffffea0004993280 00000000ffd54000 [ 26.765352] iwlwifi 0000:02:00.0: Free 245 ffffea0004933000 00000000ffd1e000 [ 26.765354] iwlwifi 0000:02:00.0: Free 246 ffffea0004933080 00000000ffd1c000 [ 26.765356] iwlwifi 0000:02:00.0: Free 247 ffffea0004931d00 00000000ffd1a000 [ 26.765358] iwlwifi 0000:02:00.0: Free 248 ffffea0004931d80 00000000ffd18000 [ 26.765360] iwlwifi 0000:02:00.0: Free 249 ffffea0004933900 00000000ffd16000 [ 26.765362] iwlwifi 0000:02:00.0: Free 250 ffffea0004933980 00000000ffd14000 [ 26.765365] iwlwifi 0000:02:00.0: Free 251 ffffea00049e6d00 00000000ffd12000 [ 26.765367] iwlwifi 0000:02:00.0: Free 252 ffffea00049e6d80 00000000ffd10000 [ 26.765369] iwlwifi 0000:02:00.0: Free 253 ffffea0004931200 00000000ffd0e000 [ 26.765371] iwlwifi 0000:02:00.0: Free 254 ffffea0004931280 00000000ffd0c000 [ 26.765410] iwlwifi 0000:02:00.0: Free 255 ffffea0004993c00 00000000ffd0a000 [ 26.765412] iwlwifi 0000:02:00.0: Free 256 ffffea0004993c80 00000000ffd08000 [ 26.765414] iwlwifi 0000:02:00.0: Free 257 ffffea00049eb600 00000000ffd06000 [ 26.765416] iwlwifi 0000:02:00.0: Free 258 ffffea00049eb680 00000000ffd04000 [ 26.765419] iwlwifi 0000:02:00.0: Free 259 ffffea00049eb700 00000000ffd02000 [ 26.765421] iwlwifi 0000:02:00.0: Free 260 ffffea00049eb780 00000000ffd00000 [ 26.765423] iwlwifi 0000:02:00.0: Free 261 ffffea0004934400 00000000ffcfe000 [ 26.765425] iwlwifi 0000:02:00.0: Free 262 ffffea0004934480 00000000ffcfc000 [ 26.765427] iwlwifi 0000:02:00.0: Free 263 ffffea0004934500 00000000ffcfa000 [ 26.765429] iwlwifi 0000:02:00.0: Free 264 ffffea0004934580 00000000ffcf8000 [ 26.765432] iwlwifi 0000:02:00.0: Free 265 ffffea00049e9400 00000000ffcf6000 [ 26.765434] iwlwifi 0000:02:00.0: Free 266 ffffea00049e9480 00000000ffcf4000 [ 26.765436] iwlwifi 0000:02:00.0: Free 267 ffffea00049e9500 00000000ffcf2000 [ 26.765438] iwlwifi 0000:02:00.0: Free 268 ffffea00049e9580 00000000ffcf0000 [ 26.765440] iwlwifi 0000:02:00.0: Free 269 ffffea00049ebe00 00000000ffcee000 [ 26.765443] iwlwifi 0000:02:00.0: Free 270 ffffea00049ebe80 00000000ffcec000 [ 26.765445] iwlwifi 0000:02:00.0: Free 271 ffffea00049ebf00 00000000ffcea000 [ 26.765447] iwlwifi 0000:02:00.0: Free 272 ffffea00049ebf80 00000000ffce8000 [ 26.765449] iwlwifi 0000:02:00.0: Free 273 ffffea00049e9c00 00000000ffce6000 [ 26.765452] iwlwifi 0000:02:00.0: Free 274 ffffea00049e9c80 00000000ffce4000 [ 26.765454] iwlwifi 0000:02:00.0: Free 275 ffffea00049e9d00 00000000ffce2000 [ 26.765456] iwlwifi 0000:02:00.0: Free 276 ffffea00049e9d80 00000000ffce0000 [ 26.765458] iwlwifi 0000:02:00.0: Free 277 ffffea0004933e00 00000000ffcde000 [ 26.765460] iwlwifi 0000:02:00.0: Free 278 ffffea0004933e80 00000000ffcdc000 [ 26.765463] iwlwifi 0000:02:00.0: Free 279 ffffea0004933f00 00000000ffcd4000 [ 26.765465] iwlwifi 0000:02:00.0: Free 280 ffffea0004933f80 00000000ffcd2000 [ 26.765467] iwlwifi 0000:02:00.0: Free 281 ffffea0004938200 00000000ffcd0000 [ 26.765470] iwlwifi 0000:02:00.0: Free 282 ffffea0004938280 00000000ffc2e000 [ 26.765472] iwlwifi 0000:02:00.0: Free 283 ffffea0004938300 00000000ffc2c000 [ 26.765474] iwlwifi 0000:02:00.0: Free 284 ffffea0004938380 00000000ffc2a000 [ 26.765477] iwlwifi 0000:02:00.0: Free 285 ffffea0004993e00 00000000ffc28000 [ 26.765479] iwlwifi 0000:02:00.0: Free 286 ffffea0004993e80 00000000ffc26000 [ 26.765481] iwlwifi 0000:02:00.0: Free 287 ffffea0004993f00 00000000ffc24000 [ 26.765483] iwlwifi 0000:02:00.0: Free 288 ffffea0004993f80 00000000ffc22000 [ 26.765485] iwlwifi 0000:02:00.0: Free 289 ffffea0004995600 00000000ffc20000 [ 26.765487] iwlwifi 0000:02:00.0: Free 290 ffffea0004995680 00000000ffc1e000 [ 26.765490] iwlwifi 0000:02:00.0: Free 291 ffffea0004995700 00000000ffc1c000 [ 26.765492] iwlwifi 0000:02:00.0: Free 292 ffffea0004995780 00000000ffc1a000 [ 26.765494] iwlwifi 0000:02:00.0: Free 293 ffffea00049e6000 00000000ffc18000 [ 26.765496] iwlwifi 0000:02:00.0: Free 294 ffffea00049e6080 00000000ffc16000 [ 26.765498] iwlwifi 0000:02:00.0: Free 295 ffffea00049e6100 00000000ffc14000 [ 26.765500] iwlwifi 0000:02:00.0: Free 296 ffffea00049e6180 00000000ffc12000 [ 26.765502] iwlwifi 0000:02:00.0: Free 297 ffffea00049e6200 00000000ffc10000 [ 26.765505] iwlwifi 0000:02:00.0: Free 298 ffffea00049e6280 00000000ffc0e000 [ 26.765507] iwlwifi 0000:02:00.0: Free 299 ffffea00049e6300 00000000ffc0c000 [ 26.765509] iwlwifi 0000:02:00.0: Free 300 ffffea00049e6380 00000000ffc0a000 [ 26.765511] iwlwifi 0000:02:00.0: Free 301 ffffea0004934000 00000000ffc08000 [ 26.765513] iwlwifi 0000:02:00.0: Free 302 ffffea0004934080 00000000ffc06000 [ 26.765516] iwlwifi 0000:02:00.0: Free 303 ffffea0004934100 00000000ffc04000 [ 26.765518] iwlwifi 0000:02:00.0: Free 304 ffffea0004934180 00000000ffc02000 [ 26.765520] iwlwifi 0000:02:00.0: Free 305 ffffea0004934200 00000000ffc00000 [ 26.765522] iwlwifi 0000:02:00.0: Free 306 ffffea0004934280 00000000ffbfe000 [ 26.765524] iwlwifi 0000:02:00.0: Free 307 ffffea0004934300 00000000ffbfc000 [ 26.765526] iwlwifi 0000:02:00.0: Free 308 ffffea0004934380 00000000ffbfa000 [ 26.765528] iwlwifi 0000:02:00.0: Free 309 ffffea0004938400 00000000ffbf8000 [ 26.765530] iwlwifi 0000:02:00.0: Free 310 ffffea0004938480 00000000ffbf6000 [ 26.765532] iwlwifi 0000:02:00.0: Free 311 ffffea0004938500 00000000ffbf4000 [ 26.765534] iwlwifi 0000:02:00.0: Free 312 ffffea0004938580 00000000ffbf2000 [ 26.765537] iwlwifi 0000:02:00.0: Free 313 ffffea0004938600 00000000ffbf0000 [ 26.765539] iwlwifi 0000:02:00.0: Free 314 ffffea0004938680 00000000ffbee000 [ 26.765541] iwlwifi 0000:02:00.0: Free 315 ffffea0004938700 00000000ffbec000 [ 26.765544] iwlwifi 0000:02:00.0: Free 316 ffffea0004938780 00000000ffbea000 [ 26.765546] iwlwifi 0000:02:00.0: Free 317 ffffea0004938800 00000000ffbe8000 [ 26.765548] iwlwifi 0000:02:00.0: Free 318 ffffea0004938880 00000000ffbe6000 [ 26.765550] iwlwifi 0000:02:00.0: Free 319 ffffea0004938900 00000000ffbe4000 [ 26.765558] iwlwifi 0000:02:00.0: Mapped ffffea00049eac00 to 00000000fff5a000 [ 26.765560] iwlwifi 0000:02:00.0: Mapped ffffea0004994f00 to 00000000fff58000 [ 26.765563] iwlwifi 0000:02:00.0: Mapped ffffea0004995580 to 00000000fff56000 [ 26.765565] iwlwifi 0000:02:00.0: Mapped ffffea0004991700 to 00000000fff54000 [ 26.765567] iwlwifi 0000:02:00.0: Mapped ffffea0004991000 to 00000000fff52000 [ 26.765569] iwlwifi 0000:02:00.0: Mapped ffffea0004a10800 to 00000000fff50000 [ 26.765572] iwlwifi 0000:02:00.0: Mapped ffffea00049e5c00 to 00000000fff4e000 [ 26.765574] iwlwifi 0000:02:00.0: Mapped ffffea0004931c00 to 00000000fff4c000 [ 26.765576] iwlwifi 0000:02:00.0: Mapped ffffea000495f500 to 00000000fff4a000 [ 26.765579] iwlwifi 0000:02:00.0: Mapped ffffea0004931580 to 00000000fff48000 [ 26.765581] iwlwifi 0000:02:00.0: Mapped ffffea0004990980 to 00000000fff46000 [ 26.765583] iwlwifi 0000:02:00.0: Mapped ffffea0004953c00 to 00000000fff44000 [ 26.765585] iwlwifi 0000:02:00.0: Mapped ffffea0004931180 to 00000000fff42000 [ 26.765588] iwlwifi 0000:02:00.0: Mapped ffffea0004933200 to 00000000fff40000 [ 26.765590] iwlwifi 0000:02:00.0: Mapped ffffea000495f800 to 00000000fff3e000 [ 26.765592] iwlwifi 0000:02:00.0: Mapped ffffea00049e7700 to 00000000fff3c000 [ 26.765594] iwlwifi 0000:02:00.0: Mapped ffffea0004997300 to 00000000fff3a000 [ 26.765597] iwlwifi 0000:02:00.0: Mapped ffffea000495fa80 to 00000000fff38000 [ 26.765599] iwlwifi 0000:02:00.0: Mapped ffffea0004953200 to 00000000fff36000 [ 26.765601] iwlwifi 0000:02:00.0: Mapped ffffea0004998600 to 00000000fff34000 [ 26.765603] iwlwifi 0000:02:00.0: Mapped ffffea0004954180 to 00000000fff32000 [ 26.765606] iwlwifi 0000:02:00.0: Mapped ffffea0004954680 to 00000000fff30000 [ 26.765608] iwlwifi 0000:02:00.0: Mapped ffffea0004932680 to 00000000fff2e000 [ 26.765610] iwlwifi 0000:02:00.0: Mapped ffffea000495f000 to 00000000fff2c000 [ 26.765613] iwlwifi 0000:02:00.0: Mapped ffffea00049e1880 to 00000000fff2a000 [ 26.765615] iwlwifi 0000:02:00.0: Mapped ffffea00049eb180 to 00000000fff28000 [ 26.765617] iwlwifi 0000:02:00.0: Mapped ffffea00049eae80 to 00000000fff26000 [ 26.765619] iwlwifi 0000:02:00.0: Mapped ffffea0004a1b700 to 00000000fff24000 [ 26.765621] iwlwifi 0000:02:00.0: Mapped ffffea0004a19d80 to 00000000fff22000 [ 26.765624] iwlwifi 0000:02:00.0: Mapped ffffea0004a1b180 to 00000000fff20000 [ 26.765626] iwlwifi 0000:02:00.0: Mapped ffffea0004992f00 to 00000000fff1e000 [ 26.765628] iwlwifi 0000:02:00.0: Mapped ffffea00049e0880 to 00000000fff1c000 [ 26.765631] iwlwifi 0000:02:00.0: Mapped ffffea00049e8900 to 00000000fff1a000 [ 26.765633] iwlwifi 0000:02:00.0: Mapped ffffea00049e5480 to 00000000fff18000 [ 26.765635] iwlwifi 0000:02:00.0: Mapped ffffea00049e2c80 to 00000000fff16000 [ 26.765637] iwlwifi 0000:02:00.0: Mapped ffffea00049e5500 to 00000000fff14000 [ 26.765640] iwlwifi 0000:02:00.0: Mapped ffffea000495f700 to 00000000fff12000 [ 26.765642] iwlwifi 0000:02:00.0: Mapped ffffea0004931b80 to 00000000fff10000 [ 26.765644] iwlwifi 0000:02:00.0: Mapped ffffea0004a1a700 to 00000000fff0e000 [ 26.765646] iwlwifi 0000:02:00.0: Mapped ffffea0004995c00 to 00000000fff0c000 [ 26.765649] iwlwifi 0000:02:00.0: Mapped ffffea0004a1dd80 to 00000000fff0a000 [ 26.765651] iwlwifi 0000:02:00.0: Mapped ffffea00049ea980 to 00000000fff08000 [ 26.765653] iwlwifi 0000:02:00.0: Mapped ffffea0004990b00 to 00000000fff06000 [ 26.765655] iwlwifi 0000:02:00.0: Mapped ffffea00049e1f00 to 00000000fff04000 [ 26.765658] iwlwifi 0000:02:00.0: Mapped ffffea0004991380 to 00000000fff02000 [ 26.765660] iwlwifi 0000:02:00.0: Mapped ffffea00049e7280 to 00000000fff00000 [ 26.765662] iwlwifi 0000:02:00.0: Mapped ffffea00049e9080 to 00000000ffefe000 [ 26.765664] iwlwifi 0000:02:00.0: Mapped ffffea0004993100 to 00000000ffefc000 [ 26.765667] iwlwifi 0000:02:00.0: Mapped ffffea0004994000 to 00000000ffefa000 [ 26.765669] iwlwifi 0000:02:00.0: Mapped ffffea0004993b00 to 00000000ffef8000 [ 26.765671] iwlwifi 0000:02:00.0: Mapped ffffea00049e7f00 to 00000000ffef6000 [ 26.765674] iwlwifi 0000:02:00.0: Mapped ffffea0004a10b00 to 00000000ffef4000 [ 26.765676] iwlwifi 0000:02:00.0: Mapped ffffea00049ea300 to 00000000ffef2000 [ 26.765678] iwlwifi 0000:02:00.0: Mapped ffffea00049ecd00 to 00000000ffef0000 [ 26.765681] iwlwifi 0000:02:00.0: Mapped ffffea0004a1db00 to 00000000ffeee000 [ 26.765683] iwlwifi 0000:02:00.0: Mapped ffffea0004995280 to 00000000ffeec000 [ 26.765685] iwlwifi 0000:02:00.0: Mapped ffffea00049e2e00 to 00000000ffeea000 [ 26.765687] iwlwifi 0000:02:00.0: Mapped ffffea00049e3f80 to 00000000ffee8000 [ 26.765690] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d380 to 00000000ffee6000 [ 26.765692] iwlwifi 0000:02:00.0: Mapped ffffea0004993880 to 00000000ffee4000 [ 26.765694] iwlwifi 0000:02:00.0: Mapped ffffea00049e4b00 to 00000000ffee2000 [ 26.765697] iwlwifi 0000:02:00.0: Mapped ffffea00049ec300 to 00000000ffee0000 [ 26.765699] iwlwifi 0000:02:00.0: Mapped ffffea00049e7e80 to 00000000ffede000 [ 26.765701] iwlwifi 0000:02:00.0: Mapped ffffea00049e2200 to 00000000ffedc000 [ 26.765703] iwlwifi 0000:02:00.0: Mapped ffffea00049ecc80 to 00000000ffeda000 [ 26.765706] iwlwifi 0000:02:00.0: Mapped ffffea00049ec280 to 00000000ffed8000 [ 26.765708] iwlwifi 0000:02:00.0: Mapped ffffea00049ed580 to 00000000ffed6000 [ 26.765710] iwlwifi 0000:02:00.0: Mapped ffffea0004a19c80 to 00000000ffed4000 [ 26.765713] iwlwifi 0000:02:00.0: Mapped ffffea00049e4f80 to 00000000ffed2000 [ 26.765715] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c900 to 00000000ffed0000 [ 26.765717] iwlwifi 0000:02:00.0: Mapped ffffea0004994400 to 00000000ffece000 [ 26.765719] iwlwifi 0000:02:00.0: Mapped ffffea0004994180 to 00000000ffecc000 [ 26.765721] iwlwifi 0000:02:00.0: Mapped ffffea0004993980 to 00000000ffeca000 [ 26.765724] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c080 to 00000000ffec8000 [ 26.765726] iwlwifi 0000:02:00.0: Mapped ffffea00049e8680 to 00000000ffec6000 [ 26.765728] iwlwifi 0000:02:00.0: Mapped ffffea00049ef900 to 00000000ffec4000 [ 26.765730] iwlwifi 0000:02:00.0: Mapped ffffea0004990480 to 00000000ffec2000 [ 26.765733] iwlwifi 0000:02:00.0: Mapped ffffea00049ea000 to 00000000ffec0000 [ 26.765735] iwlwifi 0000:02:00.0: Mapped ffffea0004991500 to 00000000ffebe000 [ 26.765737] iwlwifi 0000:02:00.0: Mapped ffffea00049e9f80 to 00000000ffebc000 [ 26.765739] iwlwifi 0000:02:00.0: Mapped ffffea0004990d00 to 00000000ffeba000 [ 26.765742] iwlwifi 0000:02:00.0: Mapped ffffea00049ed280 to 00000000ffeb8000 [ 26.765744] iwlwifi 0000:02:00.0: Mapped ffffea0004990a80 to 00000000ffeb6000 [ 26.765746] iwlwifi 0000:02:00.0: Mapped ffffea0004990600 to 00000000ffeb4000 [ 26.765748] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c600 to 00000000ffeb2000 [ 26.765751] iwlwifi 0000:02:00.0: Mapped ffffea00049e4980 to 00000000ffeb0000 [ 26.765753] iwlwifi 0000:02:00.0: Mapped ffffea00049e1b00 to 00000000ffeae000 [ 26.765755] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fe00 to 00000000ffeac000 [ 26.765758] iwlwifi 0000:02:00.0: Mapped ffffea00049e5100 to 00000000ffeaa000 [ 26.765760] iwlwifi 0000:02:00.0: Mapped ffffea0004a1f300 to 00000000ffea8000 [ 26.765762] iwlwifi 0000:02:00.0: Mapped ffffea00049ef400 to 00000000ffea6000 [ 26.765764] iwlwifi 0000:02:00.0: Mapped ffffea00049e0f80 to 00000000ffea4000 [ 26.765767] iwlwifi 0000:02:00.0: Mapped ffffea0004990080 to 00000000ffea2000 [ 26.765769] iwlwifi 0000:02:00.0: Mapped ffffea0004990880 to 00000000ffea0000 [ 26.765771] iwlwifi 0000:02:00.0: Mapped ffffea0004a1e580 to 00000000ffe9e000 [ 26.765773] iwlwifi 0000:02:00.0: Mapped ffffea00049e8500 to 00000000ffe9c000 [ 26.765775] iwlwifi 0000:02:00.0: Mapped ffffea0004991f80 to 00000000ffe9a000 [ 26.765778] iwlwifi 0000:02:00.0: Mapped ffffea0004992e00 to 00000000ffe98000 [ 26.765780] iwlwifi 0000:02:00.0: Mapped ffffea0004992d80 to 00000000ffe96000 [ 26.765783] iwlwifi 0000:02:00.0: Mapped ffffea0004992080 to 00000000ffe94000 [ 26.765785] iwlwifi 0000:02:00.0: Mapped ffffea0004992a80 to 00000000ffe92000 [ 26.765787] iwlwifi 0000:02:00.0: Mapped ffffea0004a1da00 to 00000000ffe90000 [ 26.765789] iwlwifi 0000:02:00.0: Mapped ffffea00049e2700 to 00000000ffe8e000 [ 26.765792] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ed80 to 00000000ffe8c000 [ 26.765794] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d280 to 00000000ffe8a000 [ 26.765797] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ea00 to 00000000ffe88000 [ 26.765799] iwlwifi 0000:02:00.0: Mapped ffffea000495f100 to 00000000ffe86000 [ 26.765801] iwlwifi 0000:02:00.0: Mapped ffffea0004995080 to 00000000ffe84000 [ 26.765803] iwlwifi 0000:02:00.0: Mapped ffffea0004994d00 to 00000000ffe82000 [ 26.765806] iwlwifi 0000:02:00.0: Mapped ffffea00049ec980 to 00000000ffe80000 [ 26.765808] iwlwifi 0000:02:00.0: Mapped ffffea0004933100 to 00000000ffe7e000 [ 26.765810] iwlwifi 0000:02:00.0: Mapped ffffea00049e5b00 to 00000000ffe7c000 [ 26.765812] iwlwifi 0000:02:00.0: Mapped ffffea00049e8c00 to 00000000ffe7a000 [ 26.765815] iwlwifi 0000:02:00.0: Mapped ffffea0004a5b100 to 00000000ffe78000 [ 26.765817] iwlwifi 0000:02:00.0: Mapped ffffea0004995b80 to 00000000ffe76000 [ 26.765819] iwlwifi 0000:02:00.0: Mapped ffffea0004995880 to 00000000ffe74000 [ 26.765821] iwlwifi 0000:02:00.0: Mapped ffffea0004995980 to 00000000ffe72000 [ 26.765824] iwlwifi 0000:02:00.0: Mapped ffffea0004995a80 to 00000000ffe70000 [ 26.765826] iwlwifi 0000:02:00.0: Mapped ffffea00049e2a80 to 00000000ffe6e000 [ 26.765828] iwlwifi 0000:02:00.0: Mapped ffffea0004930100 to 00000000ffe6c000 [ 26.765830] iwlwifi 0000:02:00.0: Mapped ffffea0004931e00 to 00000000ffe6a000 [ 26.765833] iwlwifi 0000:02:00.0: Mapped ffffea0004993c00 to 00000000ffe68000 [ 26.765835] iwlwifi 0000:02:00.0: Mapped ffffea0004993c80 to 00000000ffe66000 [ 26.765837] iwlwifi 0000:02:00.0: Mapped ffffea0004931200 to 00000000ffe64000 [ 26.765839] iwlwifi 0000:02:00.0: Mapped ffffea0004931280 to 00000000ffe62000 [ 26.765842] iwlwifi 0000:02:00.0: Mapped ffffea00049e6d00 to 00000000ffe60000 [ 26.765844] iwlwifi 0000:02:00.0: Mapped ffffea00049e6d80 to 00000000ffe5e000 [ 26.765846] iwlwifi 0000:02:00.0: Mapped ffffea0004933900 to 00000000ffe5c000 [ 26.765848] iwlwifi 0000:02:00.0: Mapped ffffea0004933980 to 00000000ffe5a000 [ 26.765851] iwlwifi 0000:02:00.0: Mapped ffffea0004931d00 to 00000000ffe58000 [ 26.765853] iwlwifi 0000:02:00.0: Mapped ffffea0004931d80 to 00000000ffe56000 [ 26.765855] iwlwifi 0000:02:00.0: Mapped ffffea0004933000 to 00000000ffe54000 [ 26.765857] iwlwifi 0000:02:00.0: Mapped ffffea0004933080 to 00000000ffe52000 [ 26.765860] iwlwifi 0000:02:00.0: Mapped ffffea0004993200 to 00000000ffe50000 [ 26.765862] iwlwifi 0000:02:00.0: Mapped ffffea0004993280 to 00000000ffe4e000 [ 26.765864] iwlwifi 0000:02:00.0: Mapped ffffea0004933700 to 00000000ffe4c000 [ 26.765867] iwlwifi 0000:02:00.0: Mapped ffffea0004933780 to 00000000ffe4a000 [ 26.765869] iwlwifi 0000:02:00.0: Mapped ffffea00049e9e00 to 00000000ffe48000 [ 26.765871] iwlwifi 0000:02:00.0: Mapped ffffea00049e9e80 to 00000000ffe46000 [ 26.765873] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ca00 to 00000000ffe44000 [ 26.765876] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ca80 to 00000000ffe42000 [ 26.765878] iwlwifi 0000:02:00.0: Mapped ffffea0004933400 to 00000000ffe40000 [ 26.765880] iwlwifi 0000:02:00.0: Mapped ffffea0004933480 to 00000000ffe3e000 [ 26.765882] iwlwifi 0000:02:00.0: Mapped ffffea00049e7000 to 00000000ffe3c000 [ 26.765885] iwlwifi 0000:02:00.0: Mapped ffffea00049e7080 to 00000000ffe3a000 [ 26.765887] iwlwifi 0000:02:00.0: Mapped ffffea00049e5d00 to 00000000ffe38000 [ 26.765889] iwlwifi 0000:02:00.0: Mapped ffffea00049e5d80 to 00000000ffe36000 [ 26.765891] iwlwifi 0000:02:00.0: Mapped ffffea00049eb800 to 00000000ffe34000 [ 26.765894] iwlwifi 0000:02:00.0: Mapped ffffea00049eb880 to 00000000ffe32000 [ 26.765896] iwlwifi 0000:02:00.0: Mapped ffffea0004990500 to 00000000ffe30000 [ 26.765898] iwlwifi 0000:02:00.0: Mapped ffffea0004990580 to 00000000ffe2e000 [ 26.765901] iwlwifi 0000:02:00.0: Mapped ffffea0004a56b00 to 00000000ffe2c000 [ 26.765924] iwlwifi 0000:02:00.0: Mapped ffffea0004a56b80 to 00000000ffe2a000 [ 26.765929] iwlwifi 0000:02:00.0: Mapped ffffea00049e4e00 to 00000000ffe28000 [ 26.765933] iwlwifi 0000:02:00.0: Mapped ffffea00049e4e80 to 00000000ffe26000 [ 26.765937] iwlwifi 0000:02:00.0: Mapped ffffea00049e3b00 to 00000000ffe24000 [ 26.765940] iwlwifi 0000:02:00.0: Mapped ffffea00049e3b80 to 00000000ffe22000 [ 26.765944] iwlwifi 0000:02:00.0: Mapped ffffea0004a57800 to 00000000ffe20000 [ 26.765948] iwlwifi 0000:02:00.0: Mapped ffffea0004a57880 to 00000000ffe1e000 [ 26.765950] iwlwifi 0000:02:00.0: Mapped ffffea00049e9a00 to 00000000ffe1c000 [ 26.765952] iwlwifi 0000:02:00.0: Mapped ffffea00049e9a80 to 00000000ffe1a000 [ 26.765955] iwlwifi 0000:02:00.0: Mapped ffffea00049ed100 to 00000000ffe18000 [ 26.765957] iwlwifi 0000:02:00.0: Mapped ffffea00049ed180 to 00000000ffe16000 [ 26.765959] iwlwifi 0000:02:00.0: Mapped ffffea00049e5800 to 00000000ffe14000 [ 26.765961] iwlwifi 0000:02:00.0: Mapped ffffea00049e5880 to 00000000ffe12000 [ 26.765964] iwlwifi 0000:02:00.0: Mapped ffffea0004a10a00 to 00000000ffe10000 [ 26.765966] iwlwifi 0000:02:00.0: Mapped ffffea0004a10a80 to 00000000ffe0e000 [ 26.765968] iwlwifi 0000:02:00.0: Mapped ffffea00049e7d00 to 00000000ffe0c000 [ 26.765970] iwlwifi 0000:02:00.0: Mapped ffffea00049e7d80 to 00000000ffe0a000 [ 26.765973] iwlwifi 0000:02:00.0: Mapped ffffea00049e8f00 to 00000000ffe08000 [ 26.765975] iwlwifi 0000:02:00.0: Mapped ffffea00049e8f80 to 00000000ffe06000 [ 26.765977] iwlwifi 0000:02:00.0: Mapped ffffea0004a10900 to 00000000ffe04000 [ 26.765980] iwlwifi 0000:02:00.0: Mapped ffffea0004a10980 to 00000000ffe02000 [ 26.765982] iwlwifi 0000:02:00.0: Mapped ffffea00049ed300 to 00000000ffe00000 [ 26.765984] iwlwifi 0000:02:00.0: Mapped ffffea00049ed380 to 00000000ffdfe000 [ 26.765986] iwlwifi 0000:02:00.0: Mapped ffffea0004a56500 to 00000000ffdfc000 [ 26.765989] iwlwifi 0000:02:00.0: Mapped ffffea0004a56580 to 00000000ffdfa000 [ 26.765991] iwlwifi 0000:02:00.0: Mapped ffffea0004993700 to 00000000ffdf8000 [ 26.765993] iwlwifi 0000:02:00.0: Mapped ffffea0004993780 to 00000000ffdf6000 [ 26.765996] iwlwifi 0000:02:00.0: Mapped ffffea0004990700 to 00000000ffdf4000 [ 26.765998] iwlwifi 0000:02:00.0: Mapped ffffea0004990780 to 00000000ffdf2000 [ 26.766000] iwlwifi 0000:02:00.0: Mapped ffffea0004993000 to 00000000ffdf0000 [ 26.766002] iwlwifi 0000:02:00.0: Mapped ffffea0004993080 to 00000000ffdee000 [ 26.766005] iwlwifi 0000:02:00.0: Mapped ffffea0004991600 to 00000000ffdec000 [ 26.766007] iwlwifi 0000:02:00.0: Mapped ffffea0004991680 to 00000000ffdea000 [ 26.766009] iwlwifi 0000:02:00.0: Mapped ffffea0004a1eb00 to 00000000ffde8000 [ 26.766011] iwlwifi 0000:02:00.0: Mapped ffffea0004a1eb80 to 00000000ffde6000 [ 26.766014] iwlwifi 0000:02:00.0: Mapped ffffea00049eaf00 to 00000000ffde4000 [ 26.766016] iwlwifi 0000:02:00.0: Mapped ffffea00049eaf80 to 00000000ffde2000 [ 26.766018] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d400 to 00000000ffde0000 [ 26.766020] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d480 to 00000000ffdde000 [ 26.766023] iwlwifi 0000:02:00.0: Mapped ffffea00049e9100 to 00000000ffddc000 [ 26.766025] iwlwifi 0000:02:00.0: Mapped ffffea00049e9180 to 00000000ffdda000 [ 26.766027] iwlwifi 0000:02:00.0: Mapped ffffea00049ea200 to 00000000ffdd8000 [ 26.766030] iwlwifi 0000:02:00.0: Mapped ffffea00049ea280 to 00000000ffdd6000 [ 26.766032] iwlwifi 0000:02:00.0: Mapped ffffea00049e9600 to 00000000ffdd4000 [ 26.766034] iwlwifi 0000:02:00.0: Mapped ffffea00049e9680 to 00000000ffdd2000 [ 26.766037] iwlwifi 0000:02:00.0: Mapped ffffea00049e5e00 to 00000000ffdd0000 [ 26.766039] iwlwifi 0000:02:00.0: Mapped ffffea00049e5e80 to 00000000ffdce000 [ 26.766041] iwlwifi 0000:02:00.0: Mapped ffffea0004991100 to 00000000ffdcc000 [ 26.766043] iwlwifi 0000:02:00.0: Mapped ffffea0004991180 to 00000000ffdca000 [ 26.766046] iwlwifi 0000:02:00.0: Mapped ffffea0004990c00 to 00000000ffdc8000 [ 26.766048] iwlwifi 0000:02:00.0: Mapped ffffea0004990c80 to 00000000ffdc6000 [ 26.766050] iwlwifi 0000:02:00.0: Mapped ffffea0004991a00 to 00000000ffdc4000 [ 26.766053] iwlwifi 0000:02:00.0: Mapped ffffea0004991a80 to 00000000ffdc2000 [ 26.766055] iwlwifi 0000:02:00.0: Mapped ffffea0004991e00 to 00000000ffdc0000 [ 26.766057] iwlwifi 0000:02:00.0: Mapped ffffea0004991e80 to 00000000ffdbe000 [ 26.766059] iwlwifi 0000:02:00.0: Mapped ffffea0004992100 to 00000000ffdbc000 [ 26.766062] iwlwifi 0000:02:00.0: Mapped ffffea0004992180 to 00000000ffdba000 [ 26.766064] iwlwifi 0000:02:00.0: Mapped ffffea0004991c00 to 00000000ffdb8000 [ 26.766066] iwlwifi 0000:02:00.0: Mapped ffffea0004991c80 to 00000000ffdb6000 [ 26.766069] iwlwifi 0000:02:00.0: Mapped ffffea0004992b00 to 00000000ffdb4000 [ 26.766071] iwlwifi 0000:02:00.0: Mapped ffffea0004992b80 to 00000000ffdb2000 [ 26.766073] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fb00 to 00000000ffdb0000 [ 26.766076] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fb80 to 00000000ffdae000 [ 26.766078] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fd00 to 00000000ffdac000 [ 26.766080] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fd80 to 00000000ffdaa000 [ 26.766083] iwlwifi 0000:02:00.0: Mapped ffffea0004990f00 to 00000000ffda8000 [ 26.766085] iwlwifi 0000:02:00.0: Mapped ffffea0004990f80 to 00000000ffda6000 [ 26.766087] iwlwifi 0000:02:00.0: Mapped ffffea00049ec800 to 00000000ffda4000 [ 26.766089] iwlwifi 0000:02:00.0: Mapped ffffea00049ec880 to 00000000ffda2000 [ 26.766092] iwlwifi 0000:02:00.0: Mapped ffffea0004995300 to 00000000ffda0000 [ 26.766094] iwlwifi 0000:02:00.0: Mapped ffffea0004995380 to 00000000ffd9e000 [ 26.766096] iwlwifi 0000:02:00.0: Mapped ffffea00049eb200 to 00000000ffd9c000 [ 26.766098] iwlwifi 0000:02:00.0: Mapped ffffea00049eb280 to 00000000ffd9a000 [ 26.766101] iwlwifi 0000:02:00.0: Mapped ffffea00049ec500 to 00000000ffd98000 [ 26.766103] iwlwifi 0000:02:00.0: Mapped ffffea00049ec580 to 00000000ffd96000 [ 26.766105] iwlwifi 0000:02:00.0: Mapped ffffea0004994e00 to 00000000ffd94000 [ 26.766108] iwlwifi 0000:02:00.0: Mapped ffffea0004994e80 to 00000000ffd92000 [ 26.766110] iwlwifi 0000:02:00.0: Mapped ffffea00049ead00 to 00000000ffd90000 [ 26.766112] iwlwifi 0000:02:00.0: Mapped ffffea00049ead80 to 00000000ffd8e000 [ 26.766114] iwlwifi 0000:02:00.0: Mapped ffffea00049e8700 to 00000000ffd8c000 [ 26.766117] iwlwifi 0000:02:00.0: Mapped ffffea00049e8780 to 00000000ffd8a000 [ 26.766119] iwlwifi 0000:02:00.0: Mapped ffffea0004991800 to 00000000ffd88000 [ 26.766121] iwlwifi 0000:02:00.0: Mapped ffffea0004991880 to 00000000ffd86000 [ 26.766124] iwlwifi 0000:02:00.0: Mapped ffffea0004991400 to 00000000ffd84000 [ 26.766126] iwlwifi 0000:02:00.0: Mapped ffffea0004991480 to 00000000ffd82000 [ 26.766128] iwlwifi 0000:02:00.0: Mapped ffffea0004991200 to 00000000ffd80000 [ 26.766131] iwlwifi 0000:02:00.0: Mapped ffffea0004991280 to 00000000ffd7e000 [ 26.766133] iwlwifi 0000:02:00.0: Mapped ffffea00049e3500 to 00000000ffd7c000 [ 26.766135] iwlwifi 0000:02:00.0: Mapped ffffea00049e3580 to 00000000ffd7a000 [ 26.766137] iwlwifi 0000:02:00.0: Mapped ffffea00049eaa00 to 00000000ffd78000 [ 26.766140] iwlwifi 0000:02:00.0: Mapped ffffea00049eaa80 to 00000000ffd76000 [ 26.766142] iwlwifi 0000:02:00.0: Mapped ffffea0004a55e00 to 00000000ffd74000 [ 26.766144] iwlwifi 0000:02:00.0: Mapped ffffea0004a55e80 to 00000000ffd72000 [ 26.766147] iwlwifi 0000:02:00.0: Mapped ffffea000495eb00 to 00000000ffd70000 [ 26.766149] iwlwifi 0000:02:00.0: Mapped ffffea000495eb80 to 00000000ffd6e000 [ 26.766151] iwlwifi 0000:02:00.0: Mapped ffffea000495fc00 to 00000000ffd6c000 [ 26.766154] iwlwifi 0000:02:00.0: Mapped ffffea000495fc80 to 00000000ffd6a000 [ 26.766156] iwlwifi 0000:02:00.0: Mapped ffffea0004930600 to 00000000ffd68000 [ 26.766158] iwlwifi 0000:02:00.0: Mapped ffffea0004930680 to 00000000ffd66000 [ 26.766160] iwlwifi 0000:02:00.0: Mapped ffffea00049eb400 to 00000000ffd64000 [ 26.766163] iwlwifi 0000:02:00.0: Mapped ffffea00049eb480 to 00000000ffd62000 [ 26.766165] iwlwifi 0000:02:00.0: Mapped ffffea0004995600 to 00000000ffd60000 [ 26.766167] iwlwifi 0000:02:00.0: Mapped ffffea0004995680 to 00000000ffd5e000 [ 26.766170] iwlwifi 0000:02:00.0: Mapped ffffea0004995700 to 00000000ffd5c000 [ 26.766172] iwlwifi 0000:02:00.0: Mapped ffffea0004995780 to 00000000ffd5a000 [ 26.766174] iwlwifi 0000:02:00.0: Mapped ffffea0004993e00 to 00000000ffd58000 [ 26.766176] iwlwifi 0000:02:00.0: Mapped ffffea0004993e80 to 00000000ffd56000 [ 26.766179] iwlwifi 0000:02:00.0: Mapped ffffea0004993f00 to 00000000ffd54000 [ 26.766181] iwlwifi 0000:02:00.0: Mapped ffffea0004993f80 to 00000000ffd52000 [ 26.766183] iwlwifi 0000:02:00.0: Mapped ffffea0004938200 to 00000000ffd50000 [ 26.766185] iwlwifi 0000:02:00.0: Mapped ffffea0004938280 to 00000000ffd4e000 [ 26.766188] iwlwifi 0000:02:00.0: Mapped ffffea0004938300 to 00000000ffd4c000 [ 26.766190] iwlwifi 0000:02:00.0: Mapped ffffea0004938380 to 00000000ffd4a000 [ 26.766192] iwlwifi 0000:02:00.0: Mapped ffffea0004933e00 to 00000000ffd48000 [ 26.766195] iwlwifi 0000:02:00.0: Mapped ffffea0004933e80 to 00000000ffd46000 [ 26.766197] iwlwifi 0000:02:00.0: Mapped ffffea0004933f00 to 00000000ffd44000 [ 26.766199] iwlwifi 0000:02:00.0: Mapped ffffea0004933f80 to 00000000ffd42000 [ 26.766201] iwlwifi 0000:02:00.0: Mapped ffffea00049e9c00 to 00000000ffd40000 [ 26.766204] iwlwifi 0000:02:00.0: Mapped ffffea00049e9c80 to 00000000ffd3e000 [ 26.766206] iwlwifi 0000:02:00.0: Mapped ffffea00049e9d00 to 00000000ffd3c000 [ 26.766208] iwlwifi 0000:02:00.0: Mapped ffffea00049e9d80 to 00000000ffd3a000 [ 26.766211] iwlwifi 0000:02:00.0: Mapped ffffea00049ebe00 to 00000000ffd38000 [ 26.766213] iwlwifi 0000:02:00.0: Mapped ffffea00049ebe80 to 00000000ffd36000 [ 26.766215] iwlwifi 0000:02:00.0: Mapped ffffea00049ebf00 to 00000000ffd34000 [ 26.766217] iwlwifi 0000:02:00.0: Mapped ffffea00049ebf80 to 00000000ffd32000 [ 26.766220] iwlwifi 0000:02:00.0: Mapped ffffea00049e9400 to 00000000ffd30000 [ 26.766222] iwlwifi 0000:02:00.0: Mapped ffffea00049e9480 to 00000000ffd2e000 [ 26.766224] iwlwifi 0000:02:00.0: Mapped ffffea00049e9500 to 00000000ffd2c000 [ 26.766226] iwlwifi 0000:02:00.0: Mapped ffffea00049e9580 to 00000000ffd2a000 [ 26.766229] iwlwifi 0000:02:00.0: Mapped ffffea0004934400 to 00000000ffd28000 [ 26.766231] iwlwifi 0000:02:00.0: Mapped ffffea0004934480 to 00000000ffd26000 [ 26.766233] iwlwifi 0000:02:00.0: Mapped ffffea0004934500 to 00000000ffd24000 [ 26.766235] iwlwifi 0000:02:00.0: Mapped ffffea0004934580 to 00000000ffd22000 [ 26.766237] iwlwifi 0000:02:00.0: Mapped ffffea00049eb600 to 00000000ffd20000 [ 26.766240] iwlwifi 0000:02:00.0: Mapped ffffea00049eb680 to 00000000ffd1e000 [ 26.766242] iwlwifi 0000:02:00.0: Mapped ffffea00049eb700 to 00000000ffd1c000 [ 26.766244] iwlwifi 0000:02:00.0: Mapped ffffea00049eb780 to 00000000ffd1a000 [ 26.766247] iwlwifi 0000:02:00.0: Mapped ffffea0004938400 to 00000000ffd18000 [ 26.766249] iwlwifi 0000:02:00.0: Mapped ffffea0004938480 to 00000000ffd16000 [ 26.766251] iwlwifi 0000:02:00.0: Mapped ffffea0004938500 to 00000000ffd14000 [ 26.766254] iwlwifi 0000:02:00.0: Mapped ffffea0004938580 to 00000000ffd12000 [ 26.766256] iwlwifi 0000:02:00.0: Mapped ffffea0004938600 to 00000000ffd10000 [ 26.766258] iwlwifi 0000:02:00.0: Mapped ffffea0004938680 to 00000000ffd0e000 [ 26.766260] iwlwifi 0000:02:00.0: Mapped ffffea0004938700 to 00000000ffd0c000 [ 26.766263] iwlwifi 0000:02:00.0: Mapped ffffea0004938780 to 00000000ffd0a000 [ 26.766265] iwlwifi 0000:02:00.0: Mapped ffffea0004934000 to 00000000ffd08000 [ 26.766267] iwlwifi 0000:02:00.0: Mapped ffffea0004934080 to 00000000ffd06000 [ 26.766269] iwlwifi 0000:02:00.0: Mapped ffffea0004934100 to 00000000ffd04000 [ 26.766272] iwlwifi 0000:02:00.0: Mapped ffffea0004934180 to 00000000ffd02000 [ 26.766274] iwlwifi 0000:02:00.0: Mapped ffffea0004934200 to 00000000ffd00000 [ 26.766276] iwlwifi 0000:02:00.0: Mapped ffffea0004934280 to 00000000ffcfe000 [ 26.766279] iwlwifi 0000:02:00.0: Mapped ffffea0004934300 to 00000000ffcfc000 [ 26.766281] iwlwifi 0000:02:00.0: Mapped ffffea0004934380 to 00000000ffcfa000 [ 26.766283] iwlwifi 0000:02:00.0: Mapped ffffea00049e6000 to 00000000ffcf8000 [ 26.766285] iwlwifi 0000:02:00.0: Mapped ffffea00049e6080 to 00000000ffcf6000 [ 26.766288] iwlwifi 0000:02:00.0: Mapped ffffea00049e6100 to 00000000ffcf4000 [ 26.766290] iwlwifi 0000:02:00.0: Mapped ffffea00049e6180 to 00000000ffcf2000 [ 26.766292] iwlwifi 0000:02:00.0: Mapped ffffea00049e6200 to 00000000ffcf0000 [ 26.766295] iwlwifi 0000:02:00.0: Mapped ffffea00049e6280 to 00000000ffcee000 [ 26.766297] iwlwifi 0000:02:00.0: Mapped ffffea00049e6300 to 00000000ffcec000 [ 26.766299] iwlwifi 0000:02:00.0: Mapped ffffea00049e6380 to 00000000ffcea000 [ 26.766302] iwlwifi 0000:02:00.0: Mapped ffffea0004938800 to 00000000ffce8000 [ 26.766304] iwlwifi 0000:02:00.0: Mapped ffffea0004938880 to 00000000ffce6000 [ 26.766306] iwlwifi 0000:02:00.0: Mapped ffffea0004938900 to 00000000ffce4000 [ 26.766308] iwlwifi 0000:02:00.0: Mapped ffffea0004938980 to 00000000ffce2000 [ 26.766311] iwlwifi 0000:02:00.0: Mapped ffffea0004938a00 to 00000000ffce0000 [ 26.766313] iwlwifi 0000:02:00.0: Mapped ffffea0004938a80 to 00000000ffcde000 [ 26.766315] iwlwifi 0000:02:00.0: Mapped ffffea0004938b00 to 00000000ffcdc000 [ 26.826834] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command COEX_PRIORITY_TABLE_CMD [ 26.826837] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 26.826964] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command COEX_PRIORITY_TABLE_CMD [ 26.826979] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.826981] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.827614] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.827623] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.827625] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.827693] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.827698] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.827700] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.827785] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.827790] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.827792] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.827898] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.827909] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.827911] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.828048] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.828058] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_PHY_CALIBRATION_CMD [ 26.828060] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.828185] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_PHY_CALIBRATION_CMD [ 26.828195] iwlwifi 0000:02:00.0: U iwl_alive_start Runtime Alive received. [ 26.828197] iwlwifi 0000:02:00.0: U iwl_send_bt_config BT coex active [ 26.828199] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_BT_CONFIG [ 26.828201] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_BT_CONFIG [ 26.828282] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_BT_CONFIG [ 26.828289] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command CALIBRATION_CFG_CMD [ 26.828291] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 26.828401] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command CALIBRATION_CFG_CMD [ 26.828412] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command TX_ANT_CONFIGURATION_CMD [ 26.828414] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 26.855488] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command TX_ANT_CONFIGURATION_CMD [ 26.855500] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.855506] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 26.855509] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 26.855509] * without RXON_FILTER_ASSOC_MSK [ 26.855510] * channel = 1 [ 26.855511] * bssid = 00:00:00:00:00:00 [ 26.855512] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 26.855514] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 26.856619] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 26.856638] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 26.856641] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations No active stations found to be cleared [ 26.856645] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 26.856648] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 26.856651] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 26.856654] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 26.856656] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 26.873348] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 26.873350] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 26.873353] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 26.873355] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 26.873357] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 26.873360] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 26.873369] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 26.873371] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 26.873373] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.873487] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.873494] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 26.873496] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 26.873499] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_CT_KILL_CONFIG_CMD [ 26.873501] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 26.873564] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_CT_KILL_CONFIG_CMD [ 26.873569] iwlwifi 0000:02:00.0: U iwl_rf_kill_ct_config REPLY_CT_KILL_CONFIG_CMD succeeded, critical temperature enter is 114,exit is 95 [ 26.873571] iwlwifi 0000:02:00.0: U iwl_alive_start ALIVE processing complete. [ 26.873574] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 26.873576] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 26.873640] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 26.873645] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.873647] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.873650] iwlwifi 0000:02:00.0: U iwlagn_mac_start Start UP work done. [ 26.873657] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.873660] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 26.873664] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 26.873665] * without RXON_FILTER_ASSOC_MSK [ 26.873666] * channel = 1 [ 26.873667] * bssid = 00:00:00:00:00:00 [ 26.873669] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 26.873672] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 26.875036] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 26.875049] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 26.875052] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 26.875055] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 26.875057] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 26.875059] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 26.875061] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 26.875063] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 26.875164] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 26.875167] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 26.875169] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 26.875172] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 26.875174] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 26.875177] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 26.875186] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 26.875188] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 26.875190] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.876394] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.876405] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 26.876407] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 26.876414] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.876417] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 26.876421] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 26.876422] * without RXON_FILTER_ASSOC_MSK [ 26.876423] * channel = 1 [ 26.876424] * bssid = 00:00:00:00:00:00 [ 26.876426] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 26.876429] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 26.877989] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 26.878001] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 26.878004] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 26.878007] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 26.878009] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 26.878011] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 26.878013] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 26.878015] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 26.878131] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 26.878134] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 26.878136] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 26.878138] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 26.878140] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 26.878143] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 26.878152] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 26.878154] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 26.878156] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.879373] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 26.879383] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 26.879386] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 26.879392] iwlwifi 0000:02:00.0: U iwlagn_update_qos send QoS cmd with Qos active=0 FLAGS=0x0 [ 26.879395] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_QOS_PARAM [ 26.879398] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_QOS_PARAM [ 26.880602] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_QOS_PARAM [ 26.880613] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.880619] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.880622] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 26.880937] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 28.954338] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 28.955605] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 28.958550] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 29.322040] iwlwifi 0000:02:00.0: Mapped ffffea0004995b80 to 00000000fff1a000 [ 29.323313] iwlwifi 0000:02:00.0: Mapped ffffea0004a5b100 to 00000000fff18000 [ 29.324608] iwlwifi 0000:02:00.0: Mapped ffffea00049e8c00 to 00000000fff16000 [ 29.325886] iwlwifi 0000:02:00.0: Mapped ffffea0004995880 to 00000000fff14000 [ 29.325889] iwlwifi 0000:02:00.0: Mapped ffffea00049e5b00 to 00000000fff12000 [ 29.325891] iwlwifi 0000:02:00.0: Mapped ffffea0004933100 to 00000000fff10000 [ 29.325894] iwlwifi 0000:02:00.0: Mapped ffffea00049ec980 to 00000000fff0e000 [ 29.325896] iwlwifi 0000:02:00.0: Mapped ffffea0004994d00 to 00000000fff0c000 [ 29.325898] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d280 to 00000000fff0a000 [ 29.325901] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ed80 to 00000000fff08000 [ 29.325903] iwlwifi 0000:02:00.0: Mapped ffffea0004992080 to 00000000fff06000 [ 29.325906] iwlwifi 0000:02:00.0: Mapped ffffea0004992d80 to 00000000fff04000 [ 29.325908] iwlwifi 0000:02:00.0: Mapped ffffea0004992e00 to 00000000fff02000 [ 29.325910] iwlwifi 0000:02:00.0: Mapped ffffea0004991f80 to 00000000fff00000 [ 29.325913] iwlwifi 0000:02:00.0: Mapped ffffea0004a1f300 to 00000000ffefe000 [ 29.325916] iwlwifi 0000:02:00.0: Mapped ffffea00049e5100 to 00000000ffefc000 [ 29.325918] iwlwifi 0000:02:00.0: Mapped ffffea0004a1fe00 to 00000000ffefa000 [ 29.325921] iwlwifi 0000:02:00.0: Mapped ffffea00049e1b00 to 00000000ffef8000 [ 29.325923] iwlwifi 0000:02:00.0: Mapped ffffea00049e4980 to 00000000ffef6000 [ 29.325925] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c600 to 00000000ffef4000 [ 29.325927] iwlwifi 0000:02:00.0: Mapped ffffea0004990600 to 00000000ffef2000 [ 29.325930] iwlwifi 0000:02:00.0: Mapped ffffea00049e9f80 to 00000000ffef0000 [ 29.325932] iwlwifi 0000:02:00.0: Mapped ffffea0004991500 to 00000000ffeee000 [ 29.325935] iwlwifi 0000:02:00.0: Mapped ffffea00049ea000 to 00000000ffeec000 [ 29.325937] iwlwifi 0000:02:00.0: Mapped ffffea0004990480 to 00000000ffeea000 [ 29.325939] iwlwifi 0000:02:00.0: Mapped ffffea00049ef900 to 00000000ffee8000 [ 29.325942] iwlwifi 0000:02:00.0: Mapped ffffea00049e8680 to 00000000ffee6000 [ 29.325944] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c080 to 00000000ffee4000 [ 29.325946] iwlwifi 0000:02:00.0: Mapped ffffea0004993980 to 00000000ffee2000 [ 29.325949] iwlwifi 0000:02:00.0: Mapped ffffea0004994180 to 00000000ffee0000 [ 29.325951] iwlwifi 0000:02:00.0: Mapped ffffea0004994400 to 00000000ffede000 [ 29.325953] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c900 to 00000000ffedc000 [ 29.325955] iwlwifi 0000:02:00.0: Mapped ffffea00049e4f80 to 00000000ffeda000 [ 29.325958] iwlwifi 0000:02:00.0: Mapped ffffea0004a19c80 to 00000000ffed8000 [ 29.325960] iwlwifi 0000:02:00.0: Mapped ffffea00049ed580 to 00000000ffed6000 [ 29.325962] iwlwifi 0000:02:00.0: Mapped ffffea00049e7e80 to 00000000ffed4000 [ 29.325965] iwlwifi 0000:02:00.0: Mapped ffffea00049ec300 to 00000000ffed2000 [ 29.325967] iwlwifi 0000:02:00.0: Mapped ffffea00049e4b00 to 00000000ffed0000 [ 29.325969] iwlwifi 0000:02:00.0: Mapped ffffea0004993880 to 00000000ffece000 [ 29.325972] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d380 to 00000000ffecc000 [ 29.325974] iwlwifi 0000:02:00.0: Mapped ffffea00049e3f80 to 00000000ffeca000 [ 29.325976] iwlwifi 0000:02:00.0: Mapped ffffea00049e7f00 to 00000000ffec8000 [ 29.325979] iwlwifi 0000:02:00.0: Mapped ffffea0004993b00 to 00000000ffec6000 [ 29.325981] iwlwifi 0000:02:00.0: Mapped ffffea00049e7280 to 00000000ffec4000 [ 29.325983] iwlwifi 0000:02:00.0: Mapped ffffea0004991380 to 00000000ffec2000 [ 29.325986] iwlwifi 0000:02:00.0: Mapped ffffea00049e1f00 to 00000000ffec0000 [ 29.325988] iwlwifi 0000:02:00.0: Mapped ffffea0004995c00 to 00000000ffebe000 [ 29.325990] iwlwifi 0000:02:00.0: Mapped ffffea0004a1a700 to 00000000ffebc000 [ 29.325993] iwlwifi 0000:02:00.0: Mapped ffffea0004931b80 to 00000000ffeba000 [ 29.325995] iwlwifi 0000:02:00.0: Mapped ffffea000495f700 to 00000000ffeb8000 [ 29.325998] iwlwifi 0000:02:00.0: Mapped ffffea00049e5500 to 00000000ffeb6000 [ 29.326000] iwlwifi 0000:02:00.0: Mapped ffffea00049e2c80 to 00000000ffeb4000 [ 29.326002] iwlwifi 0000:02:00.0: Mapped ffffea00049e5480 to 00000000ffeb2000 [ 29.326005] iwlwifi 0000:02:00.0: Mapped ffffea00049e7700 to 00000000ffeb0000 [ 29.326007] iwlwifi 0000:02:00.0: Mapped ffffea00049e8900 to 00000000ffeae000 [ 29.326009] iwlwifi 0000:02:00.0: Mapped ffffea0004991d00 to 00000000ffeac000 [ 29.326012] iwlwifi 0000:02:00.0: Mapped ffffea0004939800 to 00000000ffeaa000 [ 29.326014] iwlwifi 0000:02:00.0: Mapped ffffea0004939880 to 00000000ffea8000 [ 29.326017] iwlwifi 0000:02:00.0: Mapped ffffea0004939900 to 00000000ffea6000 [ 29.588788] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 29.589542] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 29.589543] * without RXON_FILTER_ASSOC_MSK [ 29.589544] * channel = 1 [ 29.589545] * bssid = 00:00:00:00:00:00 [ 29.592506] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 29.592509] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 29.594618] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 29.595363] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 29.596079] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 29.596804] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 29.597541] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 29.597544] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 29.597546] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 29.597547] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 29.598980] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 29.598982] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 29.598985] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 29.598987] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 29.598989] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 29.598992] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 29.599003] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 29.599005] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 29.599007] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 29.600214] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 29.600226] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 29.600229] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 29.600248] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 29.600252] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 29.602747] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 32.044372] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 32.045762] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 32.049682] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 32.051278] wlan0: authenticate with 54:75:d0:3f:56:11 [ 32.051286] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 32.052389] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 32.053552] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 32.053553] * without RXON_FILTER_ASSOC_MSK [ 32.053554] * channel = 1 [ 32.053555] * bssid = 00:00:00:00:00:00 [ 32.058049] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 32.058051] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 32.060495] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 32.060533] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 32.060536] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 32.060540] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 32.060542] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 32.060545] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 32.060547] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 32.060549] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 32.061705] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 32.061707] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 32.061709] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 32.061712] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 32.061714] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 32.061716] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 32.061749] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 32.061752] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 32.061754] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 32.077855] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 32.077893] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 32.077896] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 32.077904] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 32.077906] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 32.077909] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 32.077910] * without RXON_FILTER_ASSOC_MSK [ 32.077910] * channel = 1 [ 32.077911] * bssid = 54:75:d0:3f:56:11 [ 32.077913] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 32.077914] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 32.082988] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 32.082999] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 32.083002] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 32.083005] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 32.083007] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 32.083009] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 32.083011] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 32.083013] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 32.097224] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 32.097226] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 32.097228] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 32.097230] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 32.097232] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 32.097235] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 32.097268] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 32.097271] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 32.097273] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 32.113810] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 32.113821] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 32.113824] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 32.113830] iwlwifi 0000:02:00.0: U iwlagn_mac_sta_add proceeding to add station 54:75:d0:3f:56:11 [ 32.113833] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 0: 54:75:d0:3f:56:11 [ 32.113835] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (54:75:d0:3f:56:11) synchronously [ 32.113837] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 32.113839] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 32.118850] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 32.118852] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 32.118854] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 0 addr 54:75:d0:3f:56:11 to uCode [ 32.118856] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 54:75:d0:3f:56:11 [ 32.118858] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 54:75:d0:3f:56:11 [ 32.118860] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 32.118902] wlan0: send auth to 54:75:d0:3f:56:11 (try 1/3) [ 32.143818] iwlwifi 0000:02:00.0: Mapped ffffea00049e9480 to 00000000ffdd0000 [ 32.145108] iwlwifi 0000:02:00.0: Mapped ffffea00049ebe80 to 00000000ffdc4000 [ 32.146361] iwlwifi 0000:02:00.0: Mapped ffffea00049e9c00 to 00000000ffdc2000 [ 32.147607] iwlwifi 0000:02:00.0: Mapped ffffea0004993300 to 00000000ffdc0000 [ 32.148848] iwlwifi 0000:02:00.0: Mapped ffffea00049e7d00 to 00000000ffdbe000 [ 32.150077] iwlwifi 0000:02:00.0: Mapped ffffea00049e9a80 to 00000000ffdbc000 [ 32.151297] iwlwifi 0000:02:00.0: Mapped ffffea00049ea900 to 00000000ffdba000 [ 32.152497] iwlwifi 0000:02:00.0: Mapped ffffea0004952b80 to 00000000ffdb8000 [ 32.153724] iwlwifi 0000:02:00.0: Mapped ffffea0004954680 to 00000000ffdb4000 [ 32.154905] iwlwifi 0000:02:00.0: Mapped ffffea0004992f00 to 00000000ffdb2000 [ 32.156104] iwlwifi 0000:02:00.0: Mapped ffffea0004938b80 to 00000000ffdb0000 [ 32.157258] iwlwifi 0000:02:00.0: Mapped ffffea0004930100 to 00000000ffdae000 [ 32.158399] iwlwifi 0000:02:00.0: Mapped ffffea0004995a80 to 00000000ffdac000 [ 32.159537] iwlwifi 0000:02:00.0: Mapped ffffea0004995980 to 00000000ffdaa000 [ 32.160653] iwlwifi 0000:02:00.0: Mapped ffffea0004939980 to 00000000ffda8000 [ 32.161752] iwlwifi 0000:02:00.0: Mapped ffffea00049eb900 to 00000000ffda6000 [ 32.162835] iwlwifi 0000:02:00.0: Mapped ffffea00049e5f00 to 00000000ffda4000 [ 32.163910] iwlwifi 0000:02:00.0: Mapped ffffea0004934400 to 00000000ffdc8000 [ 32.164966] iwlwifi 0000:02:00.0: Mapped ffffea0004934480 to 00000000ffdc6000 [ 32.166045] iwlwifi 0000:02:00.0: Mapped ffffea0004933f00 to 00000000ffda2000 [ 32.167081] iwlwifi 0000:02:00.0: Mapped ffffea0004933f80 to 00000000ffda0000 [ 32.168119] iwlwifi 0000:02:00.0: Mapped ffffea00049ec000 to 00000000ffd9e000 [ 32.169189] iwlwifi 0000:02:00.0: Mapped ffffea0004934580 to 00000000ffd9c000 [ 32.170208] iwlwifi 0000:02:00.0: Mapped ffffea00049ec080 to 00000000ffd9a000 [ 32.170211] iwlwifi 0000:02:00.0: Mapped ffffea00049e2a00 to 00000000ffd98000 [ 32.170214] iwlwifi 0000:02:00.0: Mapped ffffea00049e2a80 to 00000000ffd96000 [ 32.170216] iwlwifi 0000:02:00.0: Mapped ffffea0004990c00 to 00000000ffd94000 [ 32.170218] iwlwifi 0000:02:00.0: Mapped ffffea0004990c80 to 00000000ffd92000 [ 32.170221] iwlwifi 0000:02:00.0: Mapped ffffea0004991100 to 00000000ffd90000 [ 32.170224] iwlwifi 0000:02:00.0: Mapped ffffea0004991180 to 00000000ffd8e000 [ 32.170226] iwlwifi 0000:02:00.0: Mapped ffffea00049e5e00 to 00000000ffd8c000 [ 32.170229] iwlwifi 0000:02:00.0: Mapped ffffea00049e5e80 to 00000000ffd8a000 [ 32.170232] iwlwifi 0000:02:00.0: Mapped ffffea00049e9600 to 00000000ffd88000 [ 32.170235] iwlwifi 0000:02:00.0: Mapped ffffea00049e9680 to 00000000ffd86000 [ 32.170239] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d400 to 00000000ffd84000 [ 32.170241] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d480 to 00000000ffd82000 [ 32.170245] iwlwifi 0000:02:00.0: Mapped ffffea00049eaf00 to 00000000ffd80000 [ 32.170248] iwlwifi 0000:02:00.0: Mapped ffffea00049eaf80 to 00000000ffd7e000 [ 32.170251] iwlwifi 0000:02:00.0: Mapped ffffea0004a1eb00 to 00000000ffd7c000 [ 32.170254] iwlwifi 0000:02:00.0: Mapped ffffea0004a1eb80 to 00000000ffd7a000 [ 32.170257] iwlwifi 0000:02:00.0: Mapped ffffea0004991600 to 00000000ffd78000 [ 32.170260] iwlwifi 0000:02:00.0: Mapped ffffea0004991680 to 00000000ffd76000 [ 32.170263] iwlwifi 0000:02:00.0: Mapped ffffea0004993000 to 00000000ffd74000 [ 32.170266] iwlwifi 0000:02:00.0: Mapped ffffea0004993080 to 00000000ffd72000 [ 32.170269] iwlwifi 0000:02:00.0: Mapped ffffea0004a10a00 to 00000000ffd70000 [ 32.170273] iwlwifi 0000:02:00.0: Mapped ffffea0004a10a80 to 00000000ffd6e000 [ 32.170276] iwlwifi 0000:02:00.0: Mapped ffffea00049e5800 to 00000000ffd6c000 [ 32.170279] iwlwifi 0000:02:00.0: Mapped ffffea00049e5880 to 00000000ffd6a000 [ 32.170282] iwlwifi 0000:02:00.0: Mapped ffffea00049ed100 to 00000000ffd68000 [ 32.170285] iwlwifi 0000:02:00.0: Mapped ffffea00049ed180 to 00000000ffd66000 [ 32.170288] iwlwifi 0000:02:00.0: Mapped ffffea00049e3b00 to 00000000ffd64000 [ 32.170291] iwlwifi 0000:02:00.0: Mapped ffffea00049e3b80 to 00000000ffd62000 [ 32.170294] iwlwifi 0000:02:00.0: Mapped ffffea00049e4e00 to 00000000ffd60000 [ 32.170297] iwlwifi 0000:02:00.0: Mapped ffffea00049e4e80 to 00000000ffd5e000 [ 32.170300] iwlwifi 0000:02:00.0: Mapped ffffea0004990500 to 00000000ffd5c000 [ 32.170303] iwlwifi 0000:02:00.0: Mapped ffffea0004990580 to 00000000ffd5a000 [ 32.170306] iwlwifi 0000:02:00.0: Mapped ffffea00049eb800 to 00000000ffd58000 [ 32.170310] iwlwifi 0000:02:00.0: Mapped ffffea00049eb880 to 00000000ffd56000 [ 32.170313] iwlwifi 0000:02:00.0: Mapped ffffea00049e5d00 to 00000000ffd54000 [ 32.318762] wlan0: send auth to 54:75:d0:3f:56:11 (try 2/3) [ 32.519511] wlan0: send auth to 54:75:d0:3f:56:11 (try 3/3) [ 32.720243] wlan0: authentication with 54:75:d0:3f:56:11 timed out [ 32.720255] iwlwifi 0000:02:00.0: U iwlagn_mac_sta_remove proceeding to remove station 54:75:d0:3f:56:11 [ 32.720905] iwlwifi 0000:02:00.0: U iwl_deactivate_station Deactivating STA: 54:75:d0:3f:56:11 (0) [ 32.721635] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 32.722318] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 32.722321] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 32.722322] * without RXON_FILTER_ASSOC_MSK [ 32.722323] * channel = 1 [ 32.722323] * bssid = 00:00:00:00:00:00 [ 32.722326] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 32.722328] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 32.726060] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 32.726075] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 32.726078] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 0 [ 32.726081] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 32.726085] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 32.726088] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 32.726091] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (54:75:d0:3f:56:11) synchronously [ 32.726094] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 32.726097] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 32.727635] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 32.727638] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 32.727640] iwlwifi 0000:02:00.0: ACTIVATE a non DRIVER active station id 0 addr 54:75:d0:3f:56:11 [ 32.727642] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 0 addr 54:75:d0:3f:56:11 to uCode [ 32.727644] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 54:75:d0:3f:56:11 [ 32.727646] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 54:75:d0:3f:56:11 [ 32.727649] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 32.727660] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 32.727662] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 32.727664] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 32.727828] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 32.727831] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 32.727833] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 32.727835] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 32.727837] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 32.727840] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 32.727850] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 32.727852] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 32.727854] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 32.728154] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 32.728166] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 32.728169] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 32.728182] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 37.722624] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 37.723806] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 37.726670] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 38.227217] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_SCAN_CMD [ 38.228487] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_SCAN_CMD [ 38.232340] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_SCAN_CMD [ 38.389635] iwlwifi 0000:02:00.0: Mapped ffffea00049e9f80 to 00000000fff1e000 [ 38.390941] iwlwifi 0000:02:00.0: Mapped ffffea0004990480 to 00000000fff1c000 [ 38.392215] iwlwifi 0000:02:00.0: Mapped ffffea00049ef900 to 00000000fff1a000 [ 38.393453] iwlwifi 0000:02:00.0: Mapped ffffea00049ea000 to 00000000fff18000 [ 38.394693] iwlwifi 0000:02:00.0: Mapped ffffea0004991500 to 00000000fff16000 [ 38.395936] iwlwifi 0000:02:00.0: Mapped ffffea0004990600 to 00000000fff14000 [ 38.397186] iwlwifi 0000:02:00.0: Mapped ffffea0004992080 to 00000000fff10000 [ 38.398399] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ed80 to 00000000fff0e000 [ 38.399591] iwlwifi 0000:02:00.0: Mapped ffffea0004a1d280 to 00000000fff0c000 [ 38.400776] iwlwifi 0000:02:00.0: Mapped ffffea00049e5b00 to 00000000fff0a000 [ 38.401975] iwlwifi 0000:02:00.0: Mapped ffffea0004a1c080 to 00000000fff08000 [ 38.403136] iwlwifi 0000:02:00.0: Mapped ffffea0004995880 to 00000000fff06000 [ 38.403139] iwlwifi 0000:02:00.0: Mapped ffffea00049e8c00 to 00000000fff04000 [ 38.403141] iwlwifi 0000:02:00.0: Mapped ffffea0004a5b100 to 00000000fff02000 [ 38.403144] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ea00 to 00000000fff00000 [ 38.403146] iwlwifi 0000:02:00.0: Mapped ffffea00049e6e80 to 00000000ffefe000 [ 38.403148] iwlwifi 0000:02:00.0: Mapped ffffea00049ea180 to 00000000ffefc000 [ 38.403151] iwlwifi 0000:02:00.0: Mapped ffffea0004931d80 to 00000000ffefa000 [ 38.403153] iwlwifi 0000:02:00.0: Mapped ffffea00049e6180 to 00000000ffef8000 [ 38.403156] iwlwifi 0000:02:00.0: Mapped ffffea00049e2700 to 00000000ffef6000 [ 38.403158] iwlwifi 0000:02:00.0: Mapped ffffea0004a1da00 to 00000000ffef4000 [ 38.403161] iwlwifi 0000:02:00.0: Mapped ffffea0004992a80 to 00000000ffef2000 [ 38.403163] iwlwifi 0000:02:00.0: Mapped ffffea00049e8500 to 00000000ffef0000 [ 38.403165] iwlwifi 0000:02:00.0: Mapped ffffea0004a1e580 to 00000000ffeee000 [ 38.403169] iwlwifi 0000:02:00.0: Mapped ffffea0004990880 to 00000000ffeec000 [ 38.403172] iwlwifi 0000:02:00.0: Mapped ffffea00049ec280 to 00000000ffeea000 [ 38.403175] iwlwifi 0000:02:00.0: Mapped ffffea0004995280 to 00000000ffee8000 [ 38.403178] iwlwifi 0000:02:00.0: Mapped ffffea0004a10b00 to 00000000ffee6000 [ 38.403192] iwlwifi 0000:02:00.0: Mapped ffffea0004994000 to 00000000ffd1e000 [ 38.403195] iwlwifi 0000:02:00.0: Mapped ffffea0004993100 to 00000000ffd1c000 [ 38.403198] iwlwifi 0000:02:00.0: Mapped ffffea0004a1dd80 to 00000000ffd1a000 [ 38.403201] iwlwifi 0000:02:00.0: Mapped ffffea0004a1b180 to 00000000ffd18000 [ 38.403204] iwlwifi 0000:02:00.0: Mapped ffffea0004a19d80 to 00000000ffd16000 [ 38.403207] iwlwifi 0000:02:00.0: Mapped ffffea0004a1b700 to 00000000ffd14000 [ 38.403210] iwlwifi 0000:02:00.0: Mapped ffffea00049eae80 to 00000000ffd12000 [ 38.403213] iwlwifi 0000:02:00.0: Mapped ffffea00049e1880 to 00000000ffd10000 [ 38.403216] iwlwifi 0000:02:00.0: Mapped ffffea000495f000 to 00000000ffd0e000 [ 38.403219] iwlwifi 0000:02:00.0: Mapped ffffea0004953200 to 00000000ffd0c000 [ 38.403221] iwlwifi 0000:02:00.0: Mapped ffffea000495fa80 to 00000000ffd0a000 [ 38.403224] iwlwifi 0000:02:00.0: Mapped ffffea0004997300 to 00000000ffd08000 [ 38.403227] iwlwifi 0000:02:00.0: Mapped ffffea000495f800 to 00000000ffd06000 [ 38.403231] iwlwifi 0000:02:00.0: Mapped ffffea0004933200 to 00000000ffd04000 [ 38.403234] iwlwifi 0000:02:00.0: Mapped ffffea0004931580 to 00000000ffd02000 [ 38.403236] iwlwifi 0000:02:00.0: Mapped ffffea0004a10800 to 00000000ffd00000 [ 38.403239] iwlwifi 0000:02:00.0: Mapped ffffea00049e6380 to 00000000ffcfe000 [ 38.403242] iwlwifi 0000:02:00.0: Mapped ffffea0004939d80 to 00000000ffcfc000 [ 38.403245] iwlwifi 0000:02:00.0: Mapped ffffea0004995500 to 00000000ffcfa000 [ 38.403248] iwlwifi 0000:02:00.0: Mapped ffffea0004992900 to 00000000ffcf8000 [ 38.403251] iwlwifi 0000:02:00.0: Mapped ffffea000493a080 to 00000000ffcf6000 [ 38.403253] iwlwifi 0000:02:00.0: Mapped ffffea0004938a00 to 00000000ffcf4000 [ 38.403256] iwlwifi 0000:02:00.0: Mapped ffffea0004938a80 to 00000000ffcf2000 [ 38.403259] iwlwifi 0000:02:00.0: Mapped ffffea0004938800 to 00000000ffcf0000 [ 38.403262] iwlwifi 0000:02:00.0: Mapped ffffea0004938880 to 00000000ffcee000 [ 38.403264] iwlwifi 0000:02:00.0: Mapped ffffea0004938900 to 00000000ffcec000 [ 38.403267] iwlwifi 0000:02:00.0: Mapped ffffea0004938980 to 00000000ffcea000 [ 38.403271] iwlwifi 0000:02:00.0: Mapped ffffea000493a200 to 00000000ffce8000 [ 38.403274] iwlwifi 0000:02:00.0: Mapped ffffea000493a280 to 00000000ffce6000 [ 38.403277] iwlwifi 0000:02:00.0: Mapped ffffea000493a300 to 00000000ffce4000 [ 38.403280] iwlwifi 0000:02:00.0: Mapped ffffea000493a380 to 00000000ffce2000 [ 38.403283] iwlwifi 0000:02:00.0: Mapped ffffea000493a400 to 00000000ffce0000 [ 38.403285] iwlwifi 0000:02:00.0: Mapped ffffea000493a480 to 00000000ffcde000 [ 38.403288] iwlwifi 0000:02:00.0: Mapped ffffea000493a500 to 00000000ffcdc000 [ 38.403290] iwlwifi 0000:02:00.0: Mapped ffffea000493a580 to 00000000ffcd4000 [ 40.700649] wlan0: authenticate with 54:75:d0:3f:56:11 [ 40.700657] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 40.701306] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 40.701974] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 40.703445] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 40.704147] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 40.704861] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 40.705540] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 40.706250] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 40.706255] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 40.706256] * without RXON_FILTER_ASSOC_MSK [ 40.706257] * channel = 1 [ 40.706257] * bssid = 54:75:d0:3f:56:11 [ 40.706260] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 40.706262] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 40.706465] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 40.706475] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 40.706478] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 0 [ 40.706480] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 40.706483] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 40.706485] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 40.706488] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 40.706490] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 40.706492] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 40.706598] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 40.706600] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 40.706602] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 40.706604] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 40.706606] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 40.706609] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 40.706614] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 40.706616] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 40.706618] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 40.706714] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 40.706719] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 40.706721] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 40.706726] iwlwifi 0000:02:00.0: U iwlagn_mac_sta_add proceeding to add station 54:75:d0:3f:56:11 [ 40.706730] iwlwifi 0000:02:00.0: I iwl_prep_station Add STA to driver ID 0: 54:75:d0:3f:56:11 [ 40.706732] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (54:75:d0:3f:56:11) synchronously [ 40.706734] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 40.706736] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 40.706839] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 40.706841] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 40.706842] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 0 addr 54:75:d0:3f:56:11 to uCode [ 40.706844] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 54:75:d0:3f:56:11 [ 40.706846] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 54:75:d0:3f:56:11 [ 40.706849] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 40.706859] wlan0: send auth to 54:75:d0:3f:56:11 (try 1/3) [ 40.907645] wlan0: send auth to 54:75:d0:3f:56:11 (try 2/3) [ 41.108385] wlan0: send auth to 54:75:d0:3f:56:11 (try 3/3) [ 41.188087] iwlwifi 0000:02:00.0: Mapped ffffea00049ec080 to 00000000ffe18000 [ 41.189246] iwlwifi 0000:02:00.0: Mapped ffffea00049eb900 to 00000000ffe14000 [ 41.190396] iwlwifi 0000:02:00.0: Mapped ffffea0004939980 to 00000000ffe12000 [ 41.191553] iwlwifi 0000:02:00.0: Mapped ffffea0004992f00 to 00000000ffe10000 [ 41.192712] iwlwifi 0000:02:00.0: Mapped ffffea0004952b80 to 00000000ffe0e000 [ 41.193872] iwlwifi 0000:02:00.0: Mapped ffffea00049ea900 to 00000000ffe0c000 [ 41.195067] iwlwifi 0000:02:00.0: Mapped ffffea00049e2a00 to 00000000ffe0a000 [ 41.196237] iwlwifi 0000:02:00.0: Mapped ffffea00049e7d00 to 00000000ffe08000 [ 41.197396] iwlwifi 0000:02:00.0: Mapped ffffea00049ebe80 to 00000000ffe06000 [ 41.198548] iwlwifi 0000:02:00.0: Mapped ffffea00049e9400 to 00000000ffe04000 [ 41.199682] iwlwifi 0000:02:00.0: Mapped ffffea0004939f00 to 00000000ffe02000 [ 41.200793] iwlwifi 0000:02:00.0: Mapped ffffea000493a000 to 00000000ffe00000 [ 41.201900] iwlwifi 0000:02:00.0: Mapped ffffea0004938d80 to 00000000ffdfe000 [ 41.202992] iwlwifi 0000:02:00.0: Mapped ffffea0004930680 to 00000000ffdfc000 [ 41.204068] iwlwifi 0000:02:00.0: Mapped ffffea000495eb00 to 00000000ffdfa000 [ 41.205174] iwlwifi 0000:02:00.0: Mapped ffffea00049eaa80 to 00000000ffdf8000 [ 41.206255] iwlwifi 0000:02:00.0: Mapped ffffea0004933400 to 00000000ffdf6000 [ 41.207363] iwlwifi 0000:02:00.0: Mapped ffffea00049e2a80 to 00000000ffdf4000 [ 41.208432] iwlwifi 0000:02:00.0: Mapped ffffea00049e6d80 to 00000000ffdf2000 [ 41.209484] iwlwifi 0000:02:00.0: Mapped ffffea0004991d00 to 00000000ffdf0000 [ 41.210532] iwlwifi 0000:02:00.0: Mapped ffffea00049e8900 to 00000000ffdee000 [ 41.211579] iwlwifi 0000:02:00.0: Mapped ffffea00049e7e80 to 00000000ffdec000 [ 41.212611] iwlwifi 0000:02:00.0: Mapped ffffea00049ed580 to 00000000ffdea000 [ 41.213637] iwlwifi 0000:02:00.0: Mapped ffffea0004a19c80 to 00000000ffde8000 [ 41.214648] iwlwifi 0000:02:00.0: Mapped ffffea00049e4f80 to 00000000ffde6000 [ 41.215648] iwlwifi 0000:02:00.0: Mapped ffffea00049e9c00 to 00000000ffde4000 [ 41.216672] iwlwifi 0000:02:00.0: Mapped ffffea00049ebf00 to 00000000ffde0000 [ 41.217669] iwlwifi 0000:02:00.0: Mapped ffffea00049ebf80 to 00000000ffdde000 [ 41.218655] iwlwifi 0000:02:00.0: Mapped ffffea00049e9d00 to 00000000ffddc000 [ 41.218658] iwlwifi 0000:02:00.0: Mapped ffffea00049e9d80 to 00000000ffdda000 [ 41.218660] iwlwifi 0000:02:00.0: Mapped ffffea00049eb400 to 00000000ffdd8000 [ 41.218662] iwlwifi 0000:02:00.0: Mapped ffffea00049eb480 to 00000000ffdd6000 [ 41.218665] iwlwifi 0000:02:00.0: Mapped ffffea000495fc00 to 00000000ffdd4000 [ 41.218667] iwlwifi 0000:02:00.0: Mapped ffffea000495fc80 to 00000000ffdd2000 [ 41.218669] iwlwifi 0000:02:00.0: Mapped ffffea0004934000 to 00000000ffdd0000 [ 41.218672] iwlwifi 0000:02:00.0: Mapped ffffea0004934080 to 00000000ffdce000 [ 41.218674] iwlwifi 0000:02:00.0: Mapped ffffea0004934300 to 00000000ffdcc000 [ 41.218677] iwlwifi 0000:02:00.0: Mapped ffffea0004934380 to 00000000ffdca000 [ 41.218680] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ca00 to 00000000ffdc8000 [ 41.218683] iwlwifi 0000:02:00.0: Mapped ffffea0004a1ca80 to 00000000ffdc6000 [ 41.218686] iwlwifi 0000:02:00.0: Mapped ffffea0004933700 to 00000000ffdc4000 [ 41.218689] iwlwifi 0000:02:00.0: Mapped ffffea0004933780 to 00000000ffdc2000 [ 41.218692] iwlwifi 0000:02:00.0: Mapped ffffea0004934400 to 00000000ffdc0000 [ 41.218695] iwlwifi 0000:02:00.0: Mapped ffffea0004934480 to 00000000ffdbe000 [ 41.218698] iwlwifi 0000:02:00.0: Mapped ffffea0004934500 to 00000000ffdbc000 [ 41.218701] iwlwifi 0000:02:00.0: Mapped ffffea0004934580 to 00000000ffdba000 [ 41.218704] iwlwifi 0000:02:00.0: Mapped ffffea0004933e00 to 00000000ffdb8000 [ 41.218707] iwlwifi 0000:02:00.0: Mapped ffffea0004933e80 to 00000000ffdb6000 [ 41.218710] iwlwifi 0000:02:00.0: Mapped ffffea0004933f00 to 00000000ffdb4000 [ 41.218713] iwlwifi 0000:02:00.0: Mapped ffffea0004933f80 to 00000000ffdb2000 [ 41.218716] iwlwifi 0000:02:00.0: Mapped ffffea0004938200 to 00000000ffdb0000 [ 41.218720] iwlwifi 0000:02:00.0: Mapped ffffea0004938280 to 00000000ffdae000 [ 41.218723] iwlwifi 0000:02:00.0: Mapped ffffea0004938300 to 00000000ffdac000 [ 41.218725] iwlwifi 0000:02:00.0: Mapped ffffea0004938380 to 00000000ffdaa000 [ 41.218728] iwlwifi 0000:02:00.0: Mapped ffffea0004993e00 to 00000000ffda8000 [ 41.218731] iwlwifi 0000:02:00.0: Mapped ffffea0004993e80 to 00000000ffda6000 [ 41.218734] iwlwifi 0000:02:00.0: Mapped ffffea0004993f00 to 00000000ffda4000 [ 41.218737] iwlwifi 0000:02:00.0: Mapped ffffea0004993f80 to 00000000ffda2000 [ 41.218740] iwlwifi 0000:02:00.0: Mapped ffffea0004995600 to 00000000ffda0000 [ 41.218743] iwlwifi 0000:02:00.0: Mapped ffffea0004995680 to 00000000ffd9e000 [ 41.309126] wlan0: authentication with 54:75:d0:3f:56:11 timed out [ 41.309138] iwlwifi 0000:02:00.0: U iwlagn_mac_sta_remove proceeding to remove station 54:75:d0:3f:56:11 [ 41.309790] iwlwifi 0000:02:00.0: U iwl_deactivate_station Deactivating STA: 54:75:d0:3f:56:11 (0) [ 41.316627] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 41.317318] iwlwifi 0000:02:00.0: U iwl_full_rxon_required need full RXON - !iwl_is_associated_ctx(ctx) [ 41.318000] iwlwifi 0000:02:00.0: U iwlagn_commit_rxon Going to commit RXON [ 41.318001] * without RXON_FILTER_ASSOC_MSK [ 41.318002] * channel = 1 [ 41.318002] * bssid = 00:00:00:00:00:00 [ 41.320760] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_RXON [ 41.321494] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_RXON [ 41.323389] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_RXON [ 41.324185] iwlwifi 0000:02:00.0: U iwl_clear_ucode_stations Clearing ucode stations in driver [ 41.324945] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 0 [ 41.325714] iwlwifi 0000:02:00.0: I iwl_clear_ucode_stations Clearing ucode active for station 15 [ 41.326489] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations ... start. [ 41.327266] iwlwifi 0000:02:00.0: I iwl_restore_stations Restoring sta ff:ff:ff:ff:ff:ff [ 41.328044] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 0 (54:75:d0:3f:56:11) synchronously [ 41.328841] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 41.329645] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 41.331708] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 0 [ 41.332547] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 41.333374] iwlwifi 0000:02:00.0: ACTIVATE a non DRIVER active station id 0 addr 54:75:d0:3f:56:11 [ 41.334220] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 0 addr 54:75:d0:3f:56:11 to uCode [ 41.335083] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 0 addr 54:75:d0:3f:56:11 [ 41.335956] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer 54:75:d0:3f:57:11 [ 41.336842] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 41.337747] iwlwifi 0000:02:00.0: U iwl_send_add_sta Adding sta 15 (ff:ff:ff:ff:ff:ff) synchronously [ 41.338671] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_ADD_STA [ 41.339597] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_ADD_STA [ 41.339702] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Processing response for adding station 15 [ 41.339704] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp REPLY_ADD_STA PASSED [ 41.339706] iwlwifi 0000:02:00.0: I iwl_sta_ucode_activate Added STA id 15 addr ff:ff:ff:ff:ff:ff to uCode [ 41.339708] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station id 15 addr ff:ff:ff:ff:ff:ff [ 41.339710] iwlwifi 0000:02:00.0: I iwl_process_add_sta_resp Added station according to cmd buffer ff:ff:ff:ff:ff:ff [ 41.339712] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_ADD_STA [ 41.339718] iwlwifi 0000:02:00.0: U is_lq_table_valid Channel 1 is not an HT channel [ 41.339720] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command REPLY_TX_LINK_QUALITY_CMD [ 41.339722] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 41.339817] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command REPLY_TX_LINK_QUALITY_CMD [ 41.339823] iwlwifi 0000:02:00.0: U iwl_send_lq_cmd init LQ command complete, clearing sta addition status for sta 15 [ 41.339825] iwlwifi 0000:02:00.0: U iwl_restore_stations Restoring all known stations .... complete. [ 41.339841] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 41.339847] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Attempting to send sync command POWER_TABLE_CMD [ 41.339849] iwlwifi 0000:02:00.0: U iwl_send_cmd_sync Setting HCMD_ACTIVE for command POWER_TABLE_CMD [ 41.339924] iwlwifi 0000:02:00.0: I iwl_tx_cmd_complete Clearing HCMD_ACTIVE for command POWER_TABLE_CMD [ 41.339931] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [ 41.339933] iwlwifi 0000:02:00.0: U iwlagn_set_rxon_chain rx_chain=0x2406 active=2 idle=1 [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-04 14:20 ` Antonio Quartulli @ 2012-05-05 18:49 ` Emmanuel Grumbach 2012-05-06 5:49 ` Emmanuel Grumbach 0 siblings, 1 reply; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-05 18:49 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 631 bytes --] Well, this is not the same warning as before. Can you try the patch attached ? I have submitted it internally. thanks Emmanuel Grumbach egrumbach@gmail.com On Fri, May 4, 2012 at 5:20 PM, Antonio Quartulli <ordex@autistici.org> wrote: > On Fri, May 04, 2012 at 09:58:30 +0300, Emmanuel Grumbach wrote: >> This can't be with my patch, is it ? > > here is the log. Some pieces are missing at the beginning, didn't check why. > However the WARNING comes up later, so it should be ok. Tell me if I can do > something else! > > Cheers, > > > -- > Antonio Quartulli > > ..each of us alone is worth nothing.. > Ernesto "Che" Guevara [-- Attachment #2: 0001-iwlwifi-zero-the-number-of-BDs-after-unmapping-a-TFD.patch --] [-- Type: application/octet-stream, Size: 4459 bytes --] From 9968b947bda0ae9e8bfe582151ace1e97bf7d560 Mon Sep 17 00:00:00 2001 From: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Date: Fri, 4 May 2012 16:06:00 +0300 Subject: [PATCH] iwlwifi: zero the number of BDs after unmapping a TFD If we don't do so, the TFD will still "think" it holds TBs and if it is reclaimed again, the DMA will be unmapped again. A TFD can be reclaimed several times if we have "small queues". This happens for the CMD queue: it has 256 entries but only 32 TFDs are actually used. This patch solves this warning: [ 6427.079838] ------------[ cut here ]------------ [ 6427.079855] WARNING: at lib/dma-debug.c:866 check_unmap+0x727/0x7a0() [ 6427.079859] Hardware name: Latitude E6410 [ 6427.079865] iwlwifi 0000:02:00.0: DMA-API: device driver tries to free DMA memory it has not allocated [device address=0x00000000296d393c] [size=8 bytes] [ 6427.079870] Modules linked in: iwlwifi(O) mac80211(O) cfg80211(O) compat(O) arc4 binfmt_misc speedstep_lib autofs4 microcode i915 drm_kms_helper drm snd_hda_codec_hdmi snd_hda_codec_idt snd_hda_intel firewire_ohci psmouse snd_hda_codec snd_pcm dell_wmi snd_timer dell_laptop firewire_core sparse_keymap serio_raw snd dcdbas sdhci_pci intel_ips asix sdhci i2c_algo_bit usbnet mii intel_agp crc_itu_t soundcore snd_page_alloc e1000e intel_gtt video [last unloaded: compat] [ 6427.079950] Pid: 6613, comm: ifconfig Tainted: G O 3.3.3 #5 [ 6427.079954] Call Trace: [ 6427.079963] [<c10337a2>] warn_slowpath_common+0x72/0xa0 [ 6427.079970] [<c12dcb77>] ? check_unmap+0x727/0x7a0 [ 6427.079975] [<c12dcb77>] ? check_unmap+0x727/0x7a0 [ 6427.079982] [<c1033873>] warn_slowpath_fmt+0x33/0x40 [ 6427.079988] [<c12dcb77>] check_unmap+0x727/0x7a0 [ 6427.079995] [<c12dcdaa>] debug_dma_unmap_page+0x5a/0x80 [ 6427.080024] [<fe2312ac>] iwlagn_unmap_tfd+0x12c/0x180 [iwlwifi] [ 6427.080048] [<fe231349>] iwlagn_txq_free_tfd+0x49/0xb0 [iwlwifi] [ 6427.080071] [<fe228e37>] iwl_tx_queue_unmap+0x67/0x90 [iwlwifi] [ 6427.080095] [<fe22d221>] iwl_trans_pcie_stop_device+0x341/0x7b0 [iwlwifi] [ 6427.080113] [<fe204b0e>] iwl_down+0x17e/0x260 [iwlwifi] [ 6427.080132] [<fe20efec>] iwlagn_mac_stop+0x6c/0xf0 [iwlwifi] [ 6427.080168] [<fd8480ce>] ieee80211_stop_device+0x5e/0x190 [mac80211] [ 6427.080198] [<fd833208>] ieee80211_do_stop+0x288/0x620 [mac80211] [ 6427.080207] [<c1592535>] ? _raw_spin_unlock_bh+0x35/0x40 [ 6427.080214] [<c14ad4ca>] ? dev_deactivate_many+0x21a/0x2a0 [ 6427.080243] [<fd8335b7>] ieee80211_stop+0x17/0x20 [mac80211] [ 6427.080250] [<c148dac1>] __dev_close_many+0x81/0xd0 [ 6427.080257] [<c109390b>] ? trace_hardirqs_on+0xb/0x10 [ 6427.080264] [<c103b0c1>] ? local_bh_enable_ip+0x71/0xe0 [ 6427.080270] [<c148db3d>] __dev_close+0x2d/0x50 [ 6427.080276] [<c148d152>] __dev_change_flags+0x82/0x150 [ 6427.080282] [<c148e3e3>] dev_change_flags+0x23/0x60 [ 6427.080289] [<c14f6320>] devinet_ioctl+0x6a0/0x770 [ 6427.080296] [<c14f8705>] inet_ioctl+0x95/0xb0 [ 6427.080304] [<c147a0f0>] sock_ioctl+0x70/0x270 [ 6427.080310] [<c147a080>] ? sock_fasync+0xc0/0xc0 [ 6427.080317] [<c115ec66>] do_vfs_ioctl+0x86/0x5b0 [ 6427.080325] [<c106050b>] ? up_read+0x1b/0x30 [ 6427.080331] [<c1595cc4>] ? do_page_fault+0x244/0x470 [ 6427.080337] [<c157913c>] ? kmemleak_alloc+0x2c/0x60 [ 6427.080344] [<c114f355>] ? fget_light+0x295/0x400 [ 6427.080352] [<c100b19f>] ? init_fpu+0x6f/0xa0 [ 6427.080357] [<c1003271>] ? math_state_restore+0xd1/0xf0 [ 6427.080363] [<c15935b0>] ? do_general_protection+0x170/0x170 [ 6427.080369] [<c15935cb>] ? do_device_not_available+0x1b/0x30 [ 6427.080376] [<c115f207>] sys_ioctl+0x77/0x80 [ 6427.080383] [<c1599a5f>] sysenter_do_call+0x12/0x38 [ 6427.080388] ---[ end trace d79b68b6fd3d4519 ]--- Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> --- drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c index 21a8a67..18fccf7 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c @@ -204,6 +204,8 @@ static void iwlagn_unmap_tfd(struct iwl_trans *trans, struct iwl_cmd_meta *meta, for (i = 1; i < num_tbs; i++) dma_unmap_single(trans->dev, iwl_tfd_tb_get_addr(tfd, i), iwl_tfd_tb_get_len(tfd, i), dma_dir); + + tfd->num_tbs = 0; } /** -- 1.7.8.msysgit.0 ^ permalink raw reply related [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-05 18:49 ` Emmanuel Grumbach @ 2012-05-06 5:49 ` Emmanuel Grumbach 2012-05-06 7:54 ` Antonio Quartulli 0 siblings, 1 reply; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-06 5:49 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org wait - I just noticed that this one introduced another issue... Emmanuel Grumbach egrumbach@gmail.com On Sat, May 5, 2012 at 9:49 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: > Well, > > this is not the same warning as before. > Can you try the patch attached ? > I have submitted it internally. > > thanks > > Emmanuel Grumbach > egrumbach@gmail.com > > > On Fri, May 4, 2012 at 5:20 PM, Antonio Quartulli <ordex@autistici.org> wrote: >> On Fri, May 04, 2012 at 09:58:30 +0300, Emmanuel Grumbach wrote: >>> This can't be with my patch, is it ? >> >> here is the log. Some pieces are missing at the beginning, didn't check why. >> However the WARNING comes up later, so it should be ok. Tell me if I can do >> something else! >> >> Cheers, >> >> >> -- >> Antonio Quartulli >> >> ..each of us alone is worth nothing.. >> Ernesto "Che" Guevara ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-06 5:49 ` Emmanuel Grumbach @ 2012-05-06 7:54 ` Antonio Quartulli 2012-05-06 8:26 ` Emmanuel Grumbach 0 siblings, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-06 7:54 UTC (permalink / raw) To: Emmanuel Grumbach Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 1142 bytes --] On Sun, May 06, 2012 at 08:49:52 +0300, Emmanuel Grumbach wrote: > wait - I just noticed that this one introduced another issue... ok, I'll drop this patch > > Emmanuel Grumbach > egrumbach@gmail.com > > > On Sat, May 5, 2012 at 9:49 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: > > Well, > > > > this is not the same warning as before. > > Can you try the patch attached ? > > I have submitted it internally. > > > > thanks > > > > Emmanuel Grumbach > > egrumbach@gmail.com > > > > > > On Fri, May 4, 2012 at 5:20 PM, Antonio Quartulli <ordex@autistici.org> wrote: > >> On Fri, May 04, 2012 at 09:58:30 +0300, Emmanuel Grumbach wrote: > >>> This can't be with my patch, is it ? > >> > >> here is the log. Some pieces are missing at the beginning, didn't check why. > >> However the WARNING comes up later, so it should be ok. Tell me if I can do > >> something else! > >> > >> Cheers, > >> > >> > >> -- > >> Antonio Quartulli > >> > >> ..each of us alone is worth nothing.. > >> Ernesto "Che" Guevara -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-06 7:54 ` Antonio Quartulli @ 2012-05-06 8:26 ` Emmanuel Grumbach 2012-05-06 8:56 ` Antonio Quartulli 2012-05-06 8:59 ` Antonio Quartulli 0 siblings, 2 replies; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-06 8:26 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 1384 bytes --] All right, Can you please test the patch I sent to you (which was good but not enough) And add this one too ? Thanks Emmanuel Grumbach egrumbach@gmail.com On Sun, May 6, 2012 at 10:54 AM, Antonio Quartulli <ordex@autistici.org> wrote: > On Sun, May 06, 2012 at 08:49:52 +0300, Emmanuel Grumbach wrote: >> wait - I just noticed that this one introduced another issue... > > ok, I'll drop this patch > >> >> Emmanuel Grumbach >> egrumbach@gmail.com >> >> >> On Sat, May 5, 2012 at 9:49 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: >> > Well, >> > >> > this is not the same warning as before. >> > Can you try the patch attached ? >> > I have submitted it internally. >> > >> > thanks >> > >> > Emmanuel Grumbach >> > egrumbach@gmail.com >> > >> > >> > On Fri, May 4, 2012 at 5:20 PM, Antonio Quartulli <ordex@autistici.org> wrote: >> >> On Fri, May 04, 2012 at 09:58:30 +0300, Emmanuel Grumbach wrote: >> >>> This can't be with my patch, is it ? >> >> >> >> here is the log. Some pieces are missing at the beginning, didn't check why. >> >> However the WARNING comes up later, so it should be ok. Tell me if I can do >> >> something else! >> >> >> >> Cheers, >> >> >> >> >> >> -- >> >> Antonio Quartulli >> >> >> >> ..each of us alone is worth nothing.. >> >> Ernesto "Che" Guevara > > -- > Antonio Quartulli > > ..each of us alone is worth nothing.. > Ernesto "Che" Guevara [-- Attachment #2: TX_idx.patch --] [-- Type: application/octet-stream, Size: 4225 bytes --] diff --git a/drivers/net/wireless/iwlwifi/iwl-debugfs.c b/drivers/net/wireless/iwlwifi/iwl-debugfs.c index 9a5d080..cdfb445 100644 --- a/drivers/net/wireless/iwlwifi/iwl-debugfs.c +++ b/drivers/net/wireless/iwlwifi/iwl-debugfs.c @@ -2210,7 +2210,7 @@ static int iwl_cmd_echo_test(struct iwl_priv *priv) struct iwl_host_cmd cmd = { .id = REPLY_ECHO, .len = { 0 }, - .flags = CMD_SYNC, + .flags = CMD_ASYNC, }; ret = iwl_dvm_send_cmd(priv, &cmd); diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c index 18fccf7..a5f11c0 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c @@ -187,6 +187,9 @@ static void iwlagn_unmap_tfd(struct iwl_trans *trans, struct iwl_cmd_meta *meta, /* Sanity check on number of chunks */ num_tbs = iwl_tfd_get_num_tbs(tfd); + + IWL_ERR(trans, "%s TFD %p Unmap %p TBs %d", __func__, tfd, dma_unmap_addr(meta, mapping), num_tbs); + if (num_tbs >= IWL_NUM_OF_TBS) { IWL_ERR(trans, "Too many chunks: %i\n", num_tbs); /* @todo issue fatal error, it is quite serious situation */ @@ -209,7 +212,7 @@ static void iwlagn_unmap_tfd(struct iwl_trans *trans, struct iwl_cmd_meta *meta, } /** - * iwlagn_txq_free_tfd - Free all chunks referenced by TFD [txq->q.read_ptr] + * iwlagn_txq_free_tfd - Free all chunks referenced by a TFD * @trans - transport private data * @txq - tx queue * @index - the index of the TFD to be freed @@ -222,17 +225,18 @@ void iwlagn_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq, int index, enum dma_data_direction dma_dir) { struct iwl_tfd *tfd_tmp = txq->tfds; + int idx = get_cmd_index(&txq->q, index); lockdep_assert_held(&txq->lock); - iwlagn_unmap_tfd(trans, &txq->entries[index].meta, + iwlagn_unmap_tfd(trans, &txq->entries[idx].meta, &tfd_tmp[index], dma_dir); /* free SKB */ if (txq->entries) { struct sk_buff *skb; - skb = txq->entries[index].skb; + skb = txq->entries[idx].skb; /* Can be called from irqs-disabled context * If skb is not NULL, it means that the whole queue is being @@ -240,7 +244,7 @@ void iwlagn_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq, */ if (skb) { iwl_op_mode_free_skb(trans->op_mode, skb); - txq->entries[index].skb = NULL; + txq->entries[idx].skb = NULL; } } } @@ -279,6 +283,8 @@ int iwlagn_txq_attach_buf_to_tfd(struct iwl_trans *trans, iwl_tfd_set_tb(tfd, num_tbs, addr, len); + IWL_ERR(trans, "ATTACHED %d tbs to %d TFD %p %p", iwl_tfd_get_num_tbs(tfd), q->write_ptr, tfd, addr); + return 0; } @@ -610,7 +616,7 @@ static int iwl_enqueue_hcmd(struct iwl_trans *trans, struct iwl_host_cmd *cmd) cmd_dest += cmd->len[i]; } - IWL_DEBUG_HC(trans, + IWL_ERR(trans, "Sending command %s (#%x), seq: 0x%04X, %d bytes at %d[%d]:%d\n", trans_pcie_get_cmd_string(trans_pcie, out_cmd->hdr.cmd), out_cmd->hdr.cmd, le16_to_cpu(out_cmd->hdr.sequence), cmd_size, @@ -628,6 +634,12 @@ static int iwl_enqueue_hcmd(struct iwl_trans *trans, struct iwl_host_cmd *cmd) iwlagn_txq_attach_buf_to_tfd(trans, txq, phys_addr, copy_size, 1); + + IWL_ERR(trans, "%s, Mapped %p to %p TB %d [%d, %d]", + __func__, out_cmd->hdr, phys_addr, + iwl_tfd_get_num_tbs(&txq->tfds[q->write_ptr]), + idx, q->write_ptr); + #ifdef CONFIG_IWLWIFI_DEVICE_TRACING trace_bufs[0] = &out_cmd->hdr; trace_lens[0] = copy_size; diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c b/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c index e1761c5..31be015 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c @@ -435,8 +435,9 @@ static void iwl_tx_queue_unmap(struct iwl_trans *trans, int txq_id) spin_lock_bh(&txq->lock); while (q->write_ptr != q->read_ptr) { + IWL_ERR(trans, "%s, UNMAP %d[%d]:%d", __func__, q->read_ptr, get_cmd_index(q, q->read_ptr), txq_id); /* The read_ptr needs to bound by q->n_window */ - iwlagn_txq_free_tfd(trans, txq, get_cmd_index(q, q->read_ptr), + iwlagn_txq_free_tfd(trans, txq, q->read_ptr, dma_dir); q->read_ptr = iwl_queue_inc_wrap(q->read_ptr, q->n_bd); } ^ permalink raw reply related [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-06 8:26 ` Emmanuel Grumbach @ 2012-05-06 8:56 ` Antonio Quartulli 2012-05-06 9:15 ` Antonio Quartulli 2012-05-06 8:59 ` Antonio Quartulli 1 sibling, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-06 8:56 UTC (permalink / raw) To: Emmanuel Grumbach Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 1795 bytes --] On Sun, May 06, 2012 at 11:26:32 +0300, Emmanuel Grumbach wrote: > All right, > > Can you please test the patch I sent to you (which was good but not enough) > And add this one too ? Ok, I'll also leave the print.patch. I'll report the result. Thank you > > Thanks > > Emmanuel Grumbach > egrumbach@gmail.com > > > On Sun, May 6, 2012 at 10:54 AM, Antonio Quartulli <ordex@autistici.org> wrote: > > On Sun, May 06, 2012 at 08:49:52 +0300, Emmanuel Grumbach wrote: > >> wait - I just noticed that this one introduced another issue... > > > > ok, I'll drop this patch > > > >> > >> Emmanuel Grumbach > >> egrumbach@gmail.com > >> > >> > >> On Sat, May 5, 2012 at 9:49 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: > >> > Well, > >> > > >> > this is not the same warning as before. > >> > Can you try the patch attached ? > >> > I have submitted it internally. > >> > > >> > thanks > >> > > >> > Emmanuel Grumbach > >> > egrumbach@gmail.com > >> > > >> > > >> > On Fri, May 4, 2012 at 5:20 PM, Antonio Quartulli <ordex@autistici.org> wrote: > >> >> On Fri, May 04, 2012 at 09:58:30 +0300, Emmanuel Grumbach wrote: > >> >>> This can't be with my patch, is it ? > >> >> > >> >> here is the log. Some pieces are missing at the beginning, didn't check why. > >> >> However the WARNING comes up later, so it should be ok. Tell me if I can do > >> >> something else! > >> >> > >> >> Cheers, > >> >> > >> >> > >> >> -- > >> >> Antonio Quartulli > >> >> > >> >> ..each of us alone is worth nothing.. > >> >> Ernesto "Che" Guevara > > > > -- > > Antonio Quartulli > > > > ..each of us alone is worth nothing.. > > Ernesto "Che" Guevara -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-06 8:56 ` Antonio Quartulli @ 2012-05-06 9:15 ` Antonio Quartulli 2012-05-06 9:25 ` Emmanuel Grumbach 0 siblings, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-06 9:15 UTC (permalink / raw) To: Emmanuel Grumbach Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1.1: Type: text/plain, Size: 2392 bytes --] On Sun, May 06, 2012 at 10:56:38AM +0200, Antonio Quartulli wrote: > On Sun, May 06, 2012 at 11:26:32 +0300, Emmanuel Grumbach wrote: > > All right, > > > > Can you please test the patch I sent to you (which was good but not enough) > > And add this one too ? > > Ok, I'll also leave the print.patch. > I'll report the result. > The WARNING is gone :) I attached the dmesg log anyway (debug was off, but there are all the prints you introduced). To be sure, I also removed all the IWL_ERR you added and tried to reboot (in order to see whether the printings were affecting synchronization). Thank you! > Thank you > > > > > Thanks > > > > Emmanuel Grumbach > > egrumbach@gmail.com > > > > > > On Sun, May 6, 2012 at 10:54 AM, Antonio Quartulli <ordex@autistici.org> wrote: > > > On Sun, May 06, 2012 at 08:49:52 +0300, Emmanuel Grumbach wrote: > > >> wait - I just noticed that this one introduced another issue... > > > > > > ok, I'll drop this patch > > > > > >> > > >> Emmanuel Grumbach > > >> egrumbach@gmail.com > > >> > > >> > > >> On Sat, May 5, 2012 at 9:49 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: > > >> > Well, > > >> > > > >> > this is not the same warning as before. > > >> > Can you try the patch attached ? > > >> > I have submitted it internally. > > >> > > > >> > thanks > > >> > > > >> > Emmanuel Grumbach > > >> > egrumbach@gmail.com > > >> > > > >> > > > >> > On Fri, May 4, 2012 at 5:20 PM, Antonio Quartulli <ordex@autistici.org> wrote: > > >> >> On Fri, May 04, 2012 at 09:58:30 +0300, Emmanuel Grumbach wrote: > > >> >>> This can't be with my patch, is it ? > > >> >> > > >> >> here is the log. Some pieces are missing at the beginning, didn't check why. > > >> >> However the WARNING comes up later, so it should be ok. Tell me if I can do > > >> >> something else! > > >> >> > > >> >> Cheers, > > >> >> > > >> >> > > >> >> -- > > >> >> Antonio Quartulli > > >> >> > > >> >> ..each of us alone is worth nothing.. > > >> >> Ernesto "Che" Guevara > > > > > > -- > > > Antonio Quartulli > > > > > > ..each of us alone is worth nothing.. > > > Ernesto "Che" Guevara > > > > -- > Antonio Quartulli > > ..each of us alone is worth nothing.. > Ernesto "Che" Guevara -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #1.2: log1 --] [-- Type: text/plain, Size: 174545 bytes --] [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Linux version 3.4.0-rc5-wl+ (ordex@eagle4) (gcc version 4.6.3 (Gentoo 4.6.3 p1.0, pie-0.5.1) ) #26 SMP PREEMPT Fri May 4 16:14:26 CEST 2012 [ 0.000000] Command line: root=/dev/sda5 console=tty1 resume=/dev/sda3 init=/usr/bin/systemd [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009a800 (usable) [ 0.000000] BIOS-e820: 000000000009a800 - 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 - 00000000caa83000 (usable) [ 0.000000] BIOS-e820: 00000000caa83000 - 00000000caac7000 (reserved) [ 0.000000] BIOS-e820: 00000000caac7000 - 00000000cadb7000 (usable) [ 0.000000] BIOS-e820: 00000000cadb7000 - 00000000cade7000 (reserved) [ 0.000000] BIOS-e820: 00000000cade7000 - 00000000cafe7000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000cafe7000 - 00000000cafff000 (ACPI data) [ 0.000000] BIOS-e820: 00000000cafff000 - 00000000cb000000 (usable) [ 0.000000] BIOS-e820: 00000000cb800000 - 00000000cfa00000 (reserved) [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved) [ 0.000000] BIOS-e820: 00000000ffc00000 - 00000000ffc20000 (reserved) [ 0.000000] BIOS-e820: 0000000100000000 - 000000012f000000 (usable) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.6 present. [ 0.000000] DMI: Dell Inc. Latitude E5420/0675PR, BIOS A01 04/20/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 = 0x12f000 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 000000000 mask F80000000 write-back [ 0.000000] 1 base 080000000 mask FC0000000 write-back [ 0.000000] 2 base 0C0000000 mask FF8000000 write-back [ 0.000000] 3 base 0C8000000 mask FFC000000 write-back [ 0.000000] 4 base 0CB000000 mask FFF000000 uncachable [ 0.000000] 5 base 100000000 mask FE0000000 write-back [ 0.000000] 6 base 120000000 mask FF0000000 write-back [ 0.000000] 7 base 12F000000 mask FFF000000 uncachable [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820 update range: 00000000cb000000 - 0000000100000000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0xcb000 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [ffff8800000f1ff0] f1ff0 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] Base memory trampoline at [ffff880000095000] 95000 size 20480 [ 0.000000] init_memory_mapping: 0000000000000000-00000000cb000000 [ 0.000000] 0000000000 - 00cb000000 page 2M [ 0.000000] kernel direct mapping tables up to cb000000 @ 1fffb000-20000000 [ 0.000000] init_memory_mapping: 0000000100000000-000000012f000000 [ 0.000000] 0100000000 - 012f000000 page 2M [ 0.000000] kernel direct mapping tables up to 12f000000 @ cadb1000-cadb7000 [ 0.000000] ACPI: RSDP 00000000000fe300 00024 (v02 DELL ) [ 0.000000] ACPI: XSDT 00000000caffde18 0007C (v01 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI: FACP 00000000caf87d98 000F4 (v04 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20120320/tbfadt-378) [ 0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xCAFE4E40/0x00000000CAFE4D40, using 32 (20120320/tbfadt-502) [ 0.000000] ACPI: DSDT 00000000caf7e018 0864E (v02 INT430 SYSFexxx 00001001 INTL 20090903) [ 0.000000] ACPI: FACS 00000000cafe4e40 00040 [ 0.000000] ACPI: APIC 00000000caffcf18 000CC (v02 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI: TCPA 00000000cafe5d18 00032 (v02 00000000 00000000) [ 0.000000] ACPI: ASF! 00000000cafe4a18 000A0 (v32 INTEL Montevin 00000001 TFSM 000F4240) [ 0.000000] ACPI: MCFG 00000000cafe5c98 0003C (v01 DELL SNDYBRDG 06222004 MSFT 00000097) [ 0.000000] ACPI: HPET 00000000cafe5c18 00038 (v01 A M I PCHHPET 06222004 AMI. 00000003) [ 0.000000] ACPI: BOOT 00000000cafe5b98 00028 (v01 DELL CBX3 06222004 AMI 00010013) [ 0.000000] ACPI: SSDT 00000000caf7d818 007C2 (v01 PmRef Cpu0Ist 00003000 INTL 20090903) [ 0.000000] ACPI: SSDT 00000000caf7c018 00996 (v01 PmRef CpuPm 00003000 INTL 20090903) [ 0.000000] ACPI: DMAR 00000000caf87c18 000E8 (v01 INTEL SNB 00000001 INTL 00000001) [ 0.000000] ACPI: SLIC 00000000caf88a18 00176 (v03 DELL CBX3 06222004 MSFT 00010013) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-000000012f000000 [ 0.000000] Initmem setup node 0 0000000000000000-000000012f000000 [ 0.000000] NODE_DATA [000000012eff5000 - 000000012effffff] [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012a600000-ffff88012e5fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x0012f000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] Early memory PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009a [ 0.000000] 0: 0x00000100 -> 0x00020000 [ 0.000000] 0: 0x00020200 -> 0x00040000 [ 0.000000] 0: 0x00040200 -> 0x000caa83 [ 0.000000] 0: 0x000caac7 -> 0x000cadb7 [ 0.000000] 0: 0x000cafff -> 0x000cb000 [ 0.000000] 0: 0x00100000 -> 0x0012f000 [ 0.000000] On node 0 totalpages: 1022206 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 5 pages reserved [ 0.000000] DMA zone: 3909 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 16320 pages used for memmap [ 0.000000] DMA32 zone: 809396 pages, LIFO batch:31 [ 0.000000] Normal zone: 3008 pages used for memmap [ 0.000000] Normal zone: 189504 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[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled) [ 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: 0x8086a701 base: 0xfed00000 [ 0.000000] 16 Processors exceeds NR_CPUS limit of 4 [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: 000000000009a000 - 000000000009b000 [ 0.000000] PM: Registered nosave memory: 000000000009b000 - 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: 00000000caa83000 - 00000000caac7000 [ 0.000000] PM: Registered nosave memory: 00000000cadb7000 - 00000000cade7000 [ 0.000000] PM: Registered nosave memory: 00000000cade7000 - 00000000cafe7000 [ 0.000000] PM: Registered nosave memory: 00000000cafe7000 - 00000000cafff000 [ 0.000000] PM: Registered nosave memory: 00000000cb000000 - 00000000cb800000 [ 0.000000] PM: Registered nosave memory: 00000000cb800000 - 00000000cfa00000 [ 0.000000] PM: Registered nosave memory: 00000000cfa00000 - 00000000fed1c000 [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000 [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000ffc00000 [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffc20000 [ 0.000000] PM: Registered nosave memory: 00000000ffc20000 - 0000000100000000 [ 0.000000] Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f31c000) [ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 25 pages/cpu @ffff88012ec00000 s72512 r8192 d21696 u524288 [ 0.000000] pcpu-alloc: s72512 r8192 d21696 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1002809 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: root=/dev/sda5 console=tty1 resume=/dev/sda3 init=/usr/bin/systemd [ 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] Memory: 3946504k/4964352k available (4636k kernel code, 875528k absent, 142320k reserved, 3997k data, 564k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP. [ 0.000000] NR_IRQS:4352 nr_irqs:712 16 [ 0.000000] Extended CMOS year: 2000 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.001000] Detected 2494.271 MHz processor. [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.54 BogoMIPS (lpj=2494271) [ 0.000145] pid_max: default: 32768 minimum: 301 [ 0.000229] Security Framework initialized [ 0.000517] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.001417] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.001829] Mount-cache hash table entries: 256 [ 0.002042] Initializing cgroup subsys freezer [ 0.002131] CPU: Physical Processor ID: 0 [ 0.002200] CPU: Processor Core ID: 0 [ 0.002272] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.002273] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.002418] mce: CPU supports 7 MCE banks [ 0.002496] CPU0: Thermal monitoring enabled (TM1) [ 0.002571] using mwait in idle threads. [ 0.002704] ACPI: Core revision 20120320 [ 0.007153] DMAR: Host address width 36 [ 0.007225] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.007302] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a [ 0.007405] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.007481] IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a [ 0.007583] DMAR: RMRR base: 0x000000cadc6000 end: 0x000000cadd5fff [ 0.007659] DMAR: RMRR base: 0x000000cb800000 end: 0x000000cf9fffff [ 0.007803] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.007876] HPET id 0 under DRHD base 0xfed91000 [ 0.007948] HPET id 0 under DRHD base 0xfed91000 [ 0.008019] HPET id 0 under DRHD base 0xfed91000 [ 0.008089] HPET id 0 under DRHD base 0xfed91000 [ 0.008161] HPET id 0 under DRHD base 0xfed91000 [ 0.008233] HPET id 0 under DRHD base 0xfed91000 [ 0.008305] HPET id 0 under DRHD base 0xfed91000 [ 0.008377] HPET id 0 under DRHD base 0xfed91000 [ 0.008639] Enabled IRQ remapping in xapic mode [ 0.009181] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.019244] CPU0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz stepping 07 [ 0.120720] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver. [ 0.120980] PEBS disabled due to CPU errata. [ 0.121532] ... version: 3 [ 0.121604] ... bit width: 48 [ 0.121674] ... generic registers: 4 [ 0.121747] ... value mask: 0000ffffffffffff [ 0.121819] ... max period: 000000007fffffff [ 0.121892] ... fixed-purpose events: 3 [ 0.121963] ... event mask: 000000070000000f [ 0.133729] Booting Node 0, Processors #1 #2 #3 Ok. [ 0.180984] Brought up 4 CPUs [ 0.181057] Total of 4 processors activated (19954.16 BogoMIPS). [ 0.183829] devtmpfs: initialized [ 0.184046] PM: Registering ACPI NVS region [mem 0xcade7000-0xcafe6fff] (2097152 bytes) [ 0.184178] Dell Latitude E5420 series board detected. Selecting PCI-method for reboots. [ 0.184324] NET: Registered protocol family 16 [ 0.184457] kworker/u:0 used greatest stack depth: 6488 bytes left [ 0.184537] kworker/u:0 used greatest stack depth: 5480 bytes left [ 0.184810] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.184914] ACPI: bus type pci registered [ 0.185064] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.185170] PCI: not using MMCONFIG [ 0.185241] PCI: Using configuration type 1 for base access [ 0.185320] dmi type 0xB1 record - unknown flag [ 0.188530] bio: create slab <bio-0> at 0 [ 0.188677] ACPI: Added _OSI(Module Device) [ 0.188748] ACPI: Added _OSI(Processor Device) [ 0.188819] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.188890] ACPI: Added _OSI(Processor Aggregator Device) [ 0.190486] ACPI: EC: Look up EC in DSDT [ 0.194330] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.200196] ACPI: SSDT 00000000cadd7718 0067C (v01 PmRef Cpu0Cst 00003001 INTL 20090903) [ 0.200768] ACPI: Dynamic OEM Table Load: [ 0.200916] ACPI: SSDT (null) 0067C (v01 PmRef Cpu0Cst 00003001 INTL 20090903) [ 0.201309] ACPI: SSDT 00000000cadd8a98 00303 (v01 PmRef ApIst 00003000 INTL 20090903) [ 0.201903] ACPI: Dynamic OEM Table Load: [ 0.202055] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20090903) [ 0.202326] ACPI: SSDT 00000000cadd6d98 00119 (v01 PmRef ApCst 00003000 INTL 20090903) [ 0.202894] ACPI: Dynamic OEM Table Load: [ 0.203042] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20090903) [ 0.204617] ACPI: Interpreter enabled [ 0.204690] ACPI: (supports S0 S3 S4 S5) [ 0.204929] ACPI: Using IOAPIC for interrupt routing [ 0.205022] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.205475] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources [ 0.231415] ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930 [ 0.232016] ACPI: No dock devices found. [ 0.232089] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.232449] \_SB_.PCI0:_OSC invalid UUID [ 0.232451] _OSC request data:1 8 1f [ 0.232455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 0.232967] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] [ 0.233043] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] [ 0.233119] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.233222] pci_root PNP0A08:00: host bridge window [mem 0xcfa00000-0xfeafffff] [ 0.233324] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] [ 0.233470] PCI host bridge to bus 0000:00 [ 0.233544] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.233623] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.233699] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.233775] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff] [ 0.233851] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff] [ 0.233936] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000 [ 0.233974] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000 [ 0.233984] pci 0000:00:02.0: reg 10: [mem 0xe2800000-0xe2bfffff 64bit] [ 0.233990] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.233995] pci 0000:00:02.0: reg 20: [io 0x8000-0x803f] [ 0.234049] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000 [ 0.234073] pci 0000:00:16.0: reg 10: [mem 0xe5480000-0xe548000f 64bit] [ 0.234151] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 0.234188] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320 [ 0.234209] pci 0000:00:1a.0: reg 10: [mem 0xe5450000-0xe54503ff] [ 0.234299] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 0.234327] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300 [ 0.234343] pci 0000:00:1b.0: reg 10: [mem 0xe5440000-0xe5443fff 64bit] [ 0.234412] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.234442] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 [ 0.234577] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.234618] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400 [ 0.234749] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.234789] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400 [ 0.234920] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 0.234961] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400 [ 0.235048] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold [ 0.235076] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400 [ 0.235160] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold [ 0.235192] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320 [ 0.235214] pci 0000:00:1d.0: reg 10: [mem 0xe5430000-0xe54303ff] [ 0.235305] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.235331] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100 [ 0.235457] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601 [ 0.235476] pci 0000:00:1f.2: reg 10: [io 0x80b0-0x80b7] [ 0.235484] pci 0000:00:1f.2: reg 14: [io 0x80a0-0x80a3] [ 0.235493] pci 0000:00:1f.2: reg 18: [io 0x8090-0x8097] [ 0.235501] pci 0000:00:1f.2: reg 1c: [io 0x8080-0x8083] [ 0.235509] pci 0000:00:1f.2: reg 20: [io 0x8060-0x807f] [ 0.235518] pci 0000:00:1f.2: reg 24: [mem 0xe5420000-0xe54207ff] [ 0.235567] pci 0000:00:1f.2: PME# supported from D3hot [ 0.235587] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500 [ 0.235603] pci 0000:00:1f.3: reg 10: [mem 0xe5410000-0xe54100ff 64bit] [ 0.235625] pci 0000:00:1f.3: reg 20: [io 0x8040-0x805f] [ 0.235726] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.236043] pci 0000:02:00.0: [8086:0082] type 00 class 0x028000 [ 0.236192] pci 0000:02:00.0: reg 10: [mem 0xe5300000-0xe5301fff 64bit] [ 0.236897] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 0.238694] pci 0000:00:1c.1: PCI bridge to [bus 02-02] [ 0.238774] pci 0000:00:1c.1: bridge window [mem 0xe5300000-0xe53fffff] [ 0.240579] pci 0000:03:00.0: [1217:8134] type 02 class 0x060700 [ 0.240623] pci 0000:03:00.0: reg 10: [mem 0xe4030000-0xe4030fff] [ 0.240694] pci 0000:03:00.0: supports D1 D2 [ 0.240696] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.240749] pci 0000:00:1c.2: PCI bridge to [bus 03-08] [ 0.240824] pci 0000:00:1c.2: bridge window [io 0x6000-0x7fff] [ 0.240828] pci 0000:00:1c.2: bridge window [mem 0xe2c00000-0xe40fffff] [ 0.240835] pci 0000:00:1c.2: bridge window [mem 0xe0000000-0xe13fffff 64bit pref] [ 0.240979] pci 0000:09:00.0: [1217:13f7] type 00 class 0x0c0010 [ 0.241012] pci 0000:09:00.0: reg 10: [mem 0xe5230000-0xe5230fff] [ 0.241262] pci 0000:09:00.0: supports D1 D2 [ 0.241263] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.241352] pci 0000:09:00.1: [1217:8321] type 00 class 0x080501 [ 0.241385] pci 0000:09:00.1: reg 10: [mem 0xe5220000-0xe52201ff] [ 0.241632] pci 0000:09:00.1: supports D1 D2 [ 0.241633] pci 0000:09:00.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.241717] pci 0000:09:00.2: [1217:8331] type 00 class 0x018000 [ 0.241750] pci 0000:09:00.2: reg 10: [mem 0xe5210000-0xe52103ff] [ 0.241797] pci 0000:09:00.2: reg 18: [mem 0xe5200000-0xe52003ff] [ 0.241999] pci 0000:09:00.2: supports D1 D2 [ 0.242000] pci 0000:09:00.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.243611] pci 0000:00:1c.5: PCI bridge to [bus 09-09] [ 0.243704] pci 0000:00:1c.5: bridge window [mem 0xe5200000-0xe52fffff] [ 0.243953] pci 0000:0a:00.0: [14e4:1681] type 00 class 0x020000 [ 0.243992] pci 0000:0a:00.0: reg 10: [mem 0xe4110000-0xe411ffff 64bit] [ 0.244024] pci 0000:0a:00.0: reg 18: [mem 0xe4100000-0xe410ffff 64bit] [ 0.244213] pci 0000:0a:00.0: PME# supported from D3hot D3cold [ 0.245584] pci 0000:00:1c.6: PCI bridge to [bus 0a-11] [ 0.245682] pci 0000:00:1c.6: bridge window [io 0x2000-0x5fff] [ 0.245686] pci 0000:00:1c.6: bridge window [mem 0xe4100000-0xe51fffff] [ 0.245693] pci 0000:00:1c.6: bridge window [mem 0xe1400000-0xe24fffff 64bit pref] [ 0.245720] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.245820] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] [ 0.245846] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT] [ 0.245877] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT] [ 0.245902] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP07._PRT] [ 0.245934] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT] [ 0.245998] \_SB_.PCI0:_OSC invalid UUID [ 0.245999] _OSC request data:1 1f 1f [ 0.246003] pci0000:00: Requesting ACPI _OSC control (0x1d) [ 0.246101] \_SB_.PCI0:_OSC invalid UUID [ 0.246102] _OSC request data:1 0 1d [ 0.246106] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d [ 0.246209] ACPI _OSC control for PCIe not granted, disabling ASPM [ 0.249398] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 [ 0.250038] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 [ 0.250671] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 *5 6 7 10 12 14 15) [ 0.251237] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15) [ 0.251804] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. [ 0.252477] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. [ 0.253150] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15) [ 0.253719] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. [ 0.254478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.254591] vgaarb: loaded [ 0.254660] vgaarb: bridge control possible 0000:00:02.0 [ 0.254832] SCSI subsystem initialized [ 0.254973] libata version 3.00 loaded. [ 0.255278] wmi: Mapper loaded [ 0.255365] PCI: Using ACPI for IRQ routing [ 0.257554] PCI: pci_cache_line_size set to 64 bytes [ 0.257708] reserve RAM buffer: 000000000009a800 - 000000000009ffff [ 0.257711] reserve RAM buffer: 00000000caa83000 - 00000000cbffffff [ 0.257713] reserve RAM buffer: 00000000cadb7000 - 00000000cbffffff [ 0.257715] reserve RAM buffer: 00000000cb000000 - 00000000cbffffff [ 0.257717] reserve RAM buffer: 000000012f000000 - 000000012fffffff [ 0.257867] NetLabel: Initializing [ 0.257938] NetLabel: domain hash size = 128 [ 0.258009] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.258088] NetLabel: unlabeled traffic allowed by default [ 0.258237] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.258661] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 0.260749] Switching to clocksource hpet [ 0.260897] pnp: PnP ACPI init [ 0.260972] ACPI: bus type pnp registered [ 0.261278] pnp 00:00: [bus 00-3e] [ 0.261280] pnp 00:00: [io 0x0000-0x0cf7 window] [ 0.261282] pnp 00:00: [io 0x0cf8-0x0cff] [ 0.261284] pnp 00:00: [io 0x0d00-0xffff window] [ 0.261286] pnp 00:00: [mem 0x000a0000-0x000bffff window] [ 0.261288] pnp 00:00: [mem 0x000c0000-0x000c3fff window] [ 0.261289] pnp 00:00: [mem 0x000c4000-0x000c7fff window] [ 0.261291] pnp 00:00: [mem 0x000c8000-0x000cbfff window] [ 0.261293] pnp 00:00: [mem 0x000cc000-0x000cffff window] [ 0.261294] pnp 00:00: [mem 0x000d0000-0x000d3fff window] [ 0.261296] pnp 00:00: [mem 0x000d4000-0x000d7fff window] [ 0.261298] pnp 00:00: [mem 0x000d8000-0x000dbfff window] [ 0.261299] pnp 00:00: [mem 0x000dc000-0x000dffff window] [ 0.261301] pnp 00:00: [mem 0x000e0000-0x000e3fff window] [ 0.261303] pnp 00:00: [mem 0x000e4000-0x000e7fff window] [ 0.261304] pnp 00:00: [mem 0x000e8000-0x000ebfff window] [ 0.261306] pnp 00:00: [mem 0x000ec000-0x000effff window] [ 0.261309] pnp 00:00: [mem 0x000f0000-0x000fffff window] [ 0.261310] pnp 00:00: [mem 0xcfa00000-0xfeafffff window] [ 0.261312] pnp 00:00: [mem 0xfed40000-0xfed44fff window] [ 0.261381] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) [ 0.261393] pnp 00:01: [io 0x0000-0x001f] [ 0.261394] pnp 00:01: [io 0x0081-0x0091] [ 0.261396] pnp 00:01: [io 0x0093-0x009f] [ 0.261397] pnp 00:01: [io 0x00c0-0x00df] [ 0.261399] pnp 00:01: [dma 4] [ 0.261440] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.261447] pnp 00:02: [mem 0xff000000-0xffffffff] [ 0.261489] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active) [ 0.261559] pnp 00:03: [mem 0xfed00000-0xfed003ff] [ 0.261615] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved [ 0.261693] system 00:03: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active) [ 0.261702] pnp 00:04: [io 0x00f0] [ 0.261712] pnp 00:04: [irq 13] [ 0.261759] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.261768] pnp 00:05: [io 0x002e-0x002f] [ 0.261770] pnp 00:05: [io 0x004e-0x004f] [ 0.261771] pnp 00:05: [io 0x0061] [ 0.261772] pnp 00:05: [io 0x0063] [ 0.261774] pnp 00:05: [io 0x0065] [ 0.261775] pnp 00:05: [io 0x0067] [ 0.261776] pnp 00:05: [io 0x0070] [ 0.261778] pnp 00:05: [io 0x0080] [ 0.261779] pnp 00:05: [io 0x0092] [ 0.261780] pnp 00:05: [io 0x00b2-0x00b3] [ 0.261782] pnp 00:05: [io 0x0680-0x069f] [ 0.261783] pnp 00:05: [io 0x1000-0x100f] [ 0.261785] pnp 00:05: [io 0xffff] [ 0.261786] pnp 00:05: [io 0xffff] [ 0.261787] pnp 00:05: [io 0x0400-0x047f] [ 0.261789] pnp 00:05: [io 0x0500-0x057f] [ 0.261790] pnp 00:05: [io 0x164e-0x164f] [ 0.261853] system 00:05: [io 0x0680-0x069f] has been reserved [ 0.261940] system 00:05: [io 0x1000-0x100f] has been reserved [ 0.262015] system 00:05: [io 0xffff] has been reserved [ 0.262089] system 00:05: [io 0xffff] has been reserved [ 0.262163] system 00:05: [io 0x0400-0x047f] has been reserved [ 0.262236] system 00:05: [io 0x0500-0x057f] has been reserved [ 0.262310] system 00:05: [io 0x164e-0x164f] has been reserved [ 0.262386] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.262393] pnp 00:06: [io 0x0070-0x0077] [ 0.262400] pnp 00:06: [irq 8] [ 0.262447] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.262456] pnp 00:07: [io 0x0060] [ 0.262457] pnp 00:07: [io 0x0064] [ 0.262463] pnp 00:07: [irq 1] [ 0.262507] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.263400] pnp 00:08: Plug and Play ACPI device, IDs PNP0401 (disabled) [ 0.263414] pnp 00:09: [irq 12] [ 0.263463] pnp 00:09: Plug and Play ACPI device, IDs DLL049b PNP0f13 (active) [ 0.263572] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff] [ 0.263574] pnp 00:0a: [mem 0xfed10000-0xfed17fff] [ 0.263576] pnp 00:0a: [mem 0xfed18000-0xfed18fff] [ 0.263577] pnp 00:0a: [mem 0xfed19000-0xfed19fff] [ 0.263579] pnp 00:0a: [mem 0xf8000000-0xfbffffff] [ 0.263580] pnp 00:0a: [mem 0xfed20000-0xfed3ffff] [ 0.263582] pnp 00:0a: [mem 0xfed90000-0xfed93fff] [ 0.263583] pnp 00:0a: [mem 0xfed45000-0xfed8ffff] [ 0.263585] pnp 00:0a: [mem 0xff000000-0xffffffff] [ 0.263586] pnp 00:0a: [mem 0xfee00000-0xfeefffff] [ 0.263588] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled] [ 0.263590] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled] [ 0.263657] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.263734] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.263810] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.263914] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.263990] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.264066] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.264142] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved [ 0.264218] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.264294] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved [ 0.264371] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.264448] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.264506] pnp 00:0b: [irq 23] [ 0.264564] pnp 00:0b: Plug and Play ACPI device, IDs SMO8800 (active) [ 0.266006] pnp 00:0c: [mem 0x20000000-0x201fffff] [ 0.266008] pnp 00:0c: [mem 0x40000000-0x401fffff] [ 0.266085] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved [ 0.266162] system 00:0c: [mem 0x40000000-0x401fffff] has been reserved [ 0.266238] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.266246] pnp: PnP ACPI: found 13 devices [ 0.266317] ACPI: ACPI bus type pnp unregistered [ 0.274774] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.274866] pci 0000:00:1c.1: PCI bridge to [bus 02-02] [ 0.274943] pci 0000:00:1c.1: bridge window [mem 0xe5300000-0xe53fffff] [ 0.275027] pci 0000:03:00.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000 [ 0.275029] pci 0000:03:00.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000 [ 0.275032] pci 0000:03:00.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100 [ 0.275034] pci 0000:03:00.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100 [ 0.275038] pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000) [ 0.275115] pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000) [ 0.275193] pci 0000:03:00.0: BAR 13: assigned [io 0x6000-0x60ff] [ 0.275268] pci 0000:03:00.0: BAR 14: assigned [io 0x6400-0x64ff] [ 0.275343] pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000) [ 0.275419] pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000) [ 0.275496] pci 0000:03:00.0: BAR 14: assigned [io 0x6000-0x60ff] [ 0.275571] pci 0000:03:00.0: BAR 13: assigned [io 0x6400-0x64ff] [ 0.275646] pci 0000:03:00.0: CardBus bridge to [bus 04-07] [ 0.275720] pci 0000:03:00.0: bridge window [io 0x6400-0x64ff] [ 0.275800] pci 0000:03:00.0: bridge window [io 0x6000-0x60ff] [ 0.275886] pci 0000:00:1c.2: PCI bridge to [bus 03-08] [ 0.275961] pci 0000:00:1c.2: bridge window [io 0x6000-0x7fff] [ 0.276040] pci 0000:00:1c.2: bridge window [mem 0xe2c00000-0xe40fffff] [ 0.276119] pci 0000:00:1c.2: bridge window [mem 0xe0000000-0xe13fffff 64bit pref] [ 0.276227] pci 0000:00:1c.5: PCI bridge to [bus 09-09] [ 0.276303] pci 0000:00:1c.5: bridge window [mem 0xe5200000-0xe52fffff] [ 0.276388] pci 0000:00:1c.6: PCI bridge to [bus 0a-11] [ 0.276463] pci 0000:00:1c.6: bridge window [io 0x2000-0x5fff] [ 0.276542] pci 0000:00:1c.6: bridge window [mem 0xe4100000-0xe51fffff] [ 0.276619] pci 0000:00:1c.6: bridge window [mem 0xe1400000-0xe24fffff 64bit pref] [ 0.276769] pci 0000:03:00.0: setting latency timer to 64 [ 0.276785] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.276786] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.276788] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.276790] pci_bus 0000:00: resource 7 [mem 0xcfa00000-0xfeafffff] [ 0.276792] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff] [ 0.276794] pci_bus 0000:02: resource 1 [mem 0xe5300000-0xe53fffff] [ 0.276796] pci_bus 0000:03: resource 0 [io 0x6000-0x7fff] [ 0.276797] pci_bus 0000:03: resource 1 [mem 0xe2c00000-0xe40fffff] [ 0.276799] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xe13fffff 64bit pref] [ 0.276801] pci_bus 0000:04: resource 0 [io 0x6400-0x64ff] [ 0.276803] pci_bus 0000:04: resource 1 [io 0x6000-0x60ff] [ 0.276805] pci_bus 0000:09: resource 1 [mem 0xe5200000-0xe52fffff] [ 0.276806] pci_bus 0000:0a: resource 0 [io 0x2000-0x5fff] [ 0.276808] pci_bus 0000:0a: resource 1 [mem 0xe4100000-0xe51fffff] [ 0.276810] pci_bus 0000:0a: resource 2 [mem 0xe1400000-0xe24fffff 64bit pref] [ 0.276844] NET: Registered protocol family 2 [ 0.277012] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.277698] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) [ 0.278983] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.279194] TCP: Hash tables configured (established 524288 bind 65536) [ 0.279270] TCP: reno registered [ 0.279345] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.279435] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.279572] NET: Registered protocol family 1 [ 0.279654] pci 0000:00:02.0: Boot video device [ 0.279977] PCI: CLS 64 bytes, default 64 [ 0.279997] DMAR: No ATSR found [ 0.280093] IOMMU 0 0xfed90000: using Queued invalidation [ 0.280167] IOMMU 1 0xfed91000: using Queued invalidation [ 0.280241] IOMMU: Setting RMRR: [ 0.280319] IOMMU: Setting identity map for device 0000:00:02.0 [0xcb800000 - 0xcf9fffff] [ 0.280794] IOMMU: Setting identity map for device 0000:00:1d.0 [0xcadc6000 - 0xcadd5fff] [ 0.280925] IOMMU: Setting identity map for device 0000:00:1a.0 [0xcadc6000 - 0xcadd5fff] [ 0.281518] IOMMU: Prepare 0-16MiB unity mapping for LPC [ 0.281597] IOMMU: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff] [ 0.281950] PCI-DMA: Intel(R) Virtualization Technology for Directed I/O [ 0.282039] ------------[ cut here ]------------ [ 0.282115] WARNING: at drivers/pci/search.c:44 pci_find_upstream_pcie_bridge+0x5e/0x70() [ 0.282218] Hardware name: Latitude E5420 [ 0.282289] Modules linked in: [ 0.282397] Pid: 1, comm: swapper/0 Not tainted 3.4.0-rc5-wl+ #26 [ 0.282471] Call Trace: [ 0.282543] [<ffffffff8103279a>] warn_slowpath_common+0x7a/0xb0 [ 0.282618] [<ffffffff810327e5>] warn_slowpath_null+0x15/0x20 [ 0.282694] [<ffffffff811fb34e>] pci_find_upstream_pcie_bridge+0x5e/0x70 [ 0.282772] [<ffffffff81377727>] intel_iommu_device_group+0x77/0x100 [ 0.282855] [<ffffffff81371fc5>] add_iommu_group+0x35/0x60 [ 0.282930] [<ffffffff81371f90>] ? bus_set_iommu+0x50/0x50 [ 0.283005] [<ffffffff812ebb0e>] bus_for_each_dev+0x4e/0x80 [ 0.283080] [<ffffffff81371f7b>] bus_set_iommu+0x3b/0x50 [ 0.283156] [<ffffffff818adbc9>] intel_iommu_init+0xa55/0xae4 [ 0.283232] [<ffffffff810fb996>] ? sys_mkdirat+0x76/0xd0 [ 0.283308] [<ffffffff818860b7>] ? memblock_find_dma_reserve+0x13d/0x13d [ 0.283385] [<ffffffff818860ca>] pci_iommu_init+0x13/0x3e [ 0.283459] [<ffffffff810001ca>] do_one_initcall+0x3a/0x160 [ 0.283534] [<ffffffff81882c13>] kernel_init+0x143/0x1c7 [ 0.283608] [<ffffffff81882589>] ? do_early_param+0x87/0x87 [ 0.283683] [<ffffffff814844d4>] kernel_thread_helper+0x4/0x10 [ 0.283758] [<ffffffff81882ad0>] ? start_kernel+0x2ed/0x2ed [ 0.283838] [<ffffffff814844d0>] ? gs_change+0xb/0xb [ 0.283915] ---[ end trace e93713a9d40cd06c ]--- [ 0.285675] Simple Boot Flag at 0xf3 set to 0x1 [ 0.286659] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x15 [ 0.286739] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x15 [ 0.286833] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x15 [ 0.286921] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x15 [ 0.287058] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 0.287660] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.290750] VFS: Disk quotas dquot_6.5.2 [ 0.290905] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.291495] msgmni has been set to 7836 [ 0.291894] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.291998] io scheduler noop registered (default) [ 0.292547] intel_idle: MWAIT substates: 0x21120 [ 0.292549] intel_idle: v0.4 model 0x2A [ 0.292550] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.293194] ACPI: AC Adapter [AC] (on-line) [ 0.293686] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0 [ 0.294076] ACPI: Lid Switch [LID] [ 0.294202] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 [ 0.294307] ACPI: Power Button [PBTN] [ 0.294433] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2 [ 0.294539] ACPI: Sleep Button [SBTN] [ 0.294661] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 0.294764] ACPI: Power Button [PWRF] [ 0.294975] ACPI: Requesting acpi_cpufreq [ 0.315287] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.315362] ACPI: Thermal Zone [THM] (25 C) [ 0.315658] GHES: HEST is not enabled! [ 0.315720] ACPI: Battery Slot [BAT0] (battery absent) [ 0.315927] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.316601] Non-volatile memory driver v1.3 [ 0.316714] Linux agpgart interface v0.103 [ 0.316868] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset [ 0.317071] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable [ 0.318284] agpgart-intel 0000:00:00.0: detected 65536K stolen memory [ 0.318493] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 [ 0.318648] [drm] Initialized drm 1.1.0 20060810 [ 0.318998] i915 0000:00:02.0: setting latency timer to 64 [ 0.383851] i915 0000:00:02.0: irq 42 for MSI/MSI-X [ 0.383859] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 0.383935] [drm] Driver supports precise vblank timestamp query. [ 0.384037] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 0.736107] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off [ 0.847768] fbcon: inteldrmfb (fb0) is primary device [ 1.284537] Refined TSC clocksource calibration: 2494.333 MHz. [ 1.284545] Switching to clocksource tsc [ 1.306006] Console: switching to colour frame buffer device 200x112 [ 1.309248] fb0: inteldrmfb frame buffer device [ 1.309260] drm: registered panic notifier [ 1.325946] acpi device:36: registered as cooling_device4 [ 1.332481] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4 [ 1.332507] ACPI: Video Device [VID] (multi-head: yes rom: no post: no) [ 1.332555] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 1.333966] brd: module loaded [ 1.334125] ahci 0000:00:1f.2: version 3.0 [ 1.334182] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X [ 1.334209] ahci: SSS flag set, parallel bus scan disabled [ 1.344504] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode [ 1.344550] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst [ 1.344575] ahci 0000:00:1f.2: setting latency timer to 64 [ 1.353136] scsi0 : ahci [ 1.353229] scsi1 : ahci [ 1.353310] scsi2 : ahci [ 1.353391] scsi3 : ahci [ 1.353487] scsi4 : ahci [ 1.353566] scsi5 : ahci [ 1.353895] ata2: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420100 irq 43 [ 1.353916] ata3: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420180 irq 43 [ 1.353935] ata4: DUMMY [ 1.353945] ata5: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420280 irq 43 [ 1.353965] ata6: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420300 irq 43 [ 1.353985] ata7: SATA max UDMA/133 abar m2048@0xe5420000 port 0xe5420380 irq 43 [ 1.354231] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 1.354476] i8042: Warning: Keylock active [ 1.355684] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.355716] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.355834] mousedev: PS/2 mouse device common for all mice [ 1.356081] rtc_cmos 00:06: RTC can wake from S4 [ 1.356239] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 [ 1.356289] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs [ 1.356341] ACPI Warning: 0x0000000000008040-0x000000000000805f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120320/utaddress-251) [ 1.356377] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 1.356596] EDAC MC: Ver: 2.1.0 [ 1.356755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5 [ 1.357024] cpuidle: using governor ladder [ 1.357116] cpuidle: using governor menu [ 1.357337] EFI Variables Facility v0.08 2004-May-17 [ 1.357467] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) [ 1.369786] input: Dell WMI hotkeys as /devices/virtual/input/input6 [ 1.370669] dell_wmi_aio: No known WMI GUID found [ 1.370717] intel_oaktrail: Platform not recognized (You could try the module's force-parameter) [ 1.370842] TCP: cubic registered [ 1.370857] TCP: vegas registered [ 1.370867] TCP: yeah registered [ 1.370877] Initializing XFRM netlink socket [ 1.371057] NET: Registered protocol family 10 [ 1.371239] NET: Registered protocol family 17 [ 1.371254] Registering the dns_resolver key type [ 1.371399] PM: Checking hibernation image partition /dev/sda3 [ 1.658150] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.661762] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (unknown) rejected by device (Stat=0x51 Err=0x04) [ 1.662250] ata2.00: ATA-8: ST9320423AS, D005SDM1, max UDMA/133 [ 1.662302] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32) [ 1.665541] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (unknown) rejected by device (Stat=0x51 Err=0x04) [ 1.665918] ata2.00: configured for UDMA/133 [ 1.666139] scsi 0:0:0:0: Direct-Access ATA ST9320423AS D005 PQ: 0 ANSI: 5 [ 1.666391] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 1.666472] sd 0:0:0:0: [sda] Write Protect is off [ 1.666485] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.666502] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.666523] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.720929] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > [ 1.721730] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.970746] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.982565] ata3.00: ATAPI: TSSTcorp DVD+/-RW TS-L633J, D400, max UDMA/100 [ 1.997940] ata3.00: configured for UDMA/100 [ 2.007088] scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-L633J D400 PQ: 0 ANSI: 5 [ 2.017570] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.017607] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.018005] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 2.018118] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 2.322289] ata5: SATA link down (SStatus 0 SControl 300) [ 2.626896] ata6: SATA link down (SStatus 0 SControl 300) [ 2.931504] ata7: SATA link down (SStatus 0 SControl 300) [ 2.931650] PM: Hibernation image partition 8:3 present [ 2.931653] PM: Looking for hibernation image. [ 2.940425] PM: Image not found (code -22) [ 2.940428] PM: Hibernation image not present or could not be loaded. [ 2.940438] registered taskstats version 1 [ 2.954943] EXT4-fs (sda5): couldn't mount as ext3 due to feature incompatibilities [ 2.962339] EXT4-fs (sda5): couldn't mount as ext2 due to feature incompatibilities [ 3.029956] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) [ 3.029992] VFS: Mounted root (ext4 filesystem) readonly on device 8:5. [ 3.030823] Freeing unused kernel memory: 564k freed [ 3.030903] Write protecting the kernel read-only data: 8192k [ 3.034603] Freeing unused kernel memory: 1488k freed [ 3.036230] Freeing unused kernel memory: 580k freed [ 4.644438] systemd-cryptse used greatest stack depth: 5120 bytes left [ 5.832613] systemd-sysctl used greatest stack depth: 4648 bytes left [ 6.044239] udevd[847]: starting version 182 [ 6.264506] mount used greatest stack depth: 4624 bytes left [ 7.643282] usbcore: registered new interface driver usbfs [ 7.644541] usbcore: registered new interface driver hub [ 7.645763] usbcore: registered new device driver usb [ 7.680804] cfg80211: Calling CRDA to update world regulatory domain [ 7.711681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.712959] ehci_hcd 0000:00:1a.0: setting latency timer to 64 [ 7.712964] ehci_hcd 0000:00:1a.0: EHCI Host Controller [ 7.714169] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 7.715399] ehci_hcd 0000:00:1a.0: debug port 2 [ 7.720475] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported [ 7.720491] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe5450000 [ 7.727212] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 7.728472] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 7.729732] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.730935] usb usb1: Product: EHCI Host Controller [ 7.732130] usb usb1: Manufacturer: Linux 3.4.0-rc5-wl+ ehci_hcd [ 7.733323] usb usb1: SerialNumber: 0000:00:1a.0 [ 7.734661] hub 1-0:1.0: USB hub found [ 7.735859] hub 1-0:1.0: 2 ports detected [ 7.737129] ehci_hcd 0000:00:1d.0: setting latency timer to 64 [ 7.737133] ehci_hcd 0000:00:1d.0: EHCI Host Controller [ 7.738337] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 7.739550] ehci_hcd 0000:00:1d.0: debug port 2 [ 7.744614] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported [ 7.744627] ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe5430000 [ 7.751176] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 7.752487] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 7.753687] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.754842] usb usb2: Product: EHCI Host Controller [ 7.755996] usb usb2: Manufacturer: Linux 3.4.0-rc5-wl+ ehci_hcd [ 7.757136] usb usb2: SerialNumber: 0000:00:1d.0 [ 7.758515] hub 2-0:1.0: USB hub found [ 7.759677] hub 2-0:1.0: 2 ports detected [ 7.796029] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X [ 7.983575] iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d [ 7.984750] iwlwifi: Copyright(c) 2003-2012 Intel Corporation [ 7.986520] iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000 [ 7.987673] iwlwifi 0000:02:00.0: pci_resource_base = ffffc90000674000 [ 7.990316] iwlwifi 0000:02:00.0: HW Revision ID = 0x34 [ 7.992324] iwlwifi 0000:02:00.0: irq 45 for MSI/MSI-X [ 8.037867] usb 1-1: new high-speed USB device number 2 using ehci_hcd [ 8.054864] iwlwifi 0000:02:00.0: loaded firmware version 17.168.5.3 build 42301 [ 8.055018] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG enabled [ 8.057316] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled [ 8.058515] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled [ 8.059669] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled [ 8.060860] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_P2P enabled [ 8.062030] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0 [ 8.063312] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 8.081441] iwlwifi 0000:02:00.0: device EEPROM VER=0x715, CALIB=0x6 [ 8.082563] iwlwifi 0000:02:00.0: Device SKU: 0x1F0 [ 8.083712] iwlwifi 0000:02:00.0: Valid Tx ant: 0x3, Valid Rx ant: 0x3 [ 8.084855] iwlwifi 0000:02:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels [ 8.086069] Registered led device: phy0-led [ 8.086318] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs' [ 8.153052] usb 1-1: New USB device found, idVendor=8087, idProduct=0024 [ 8.154226] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 8.155763] hub 1-1:1.0: USB hub found [ 8.157044] hub 1-1:1.0: 6 ports detected [ 8.260522] usb 2-1: new high-speed USB device number 2 using ehci_hcd [ 8.375761] usb 2-1: New USB device found, idVendor=8087, idProduct=0024 [ 8.376931] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 8.378786] hub 2-1:1.0: USB hub found [ 8.379991] hub 2-1:1.0: 6 ports detected [ 8.455460] usb 1-1.4: new high-speed USB device number 3 using ehci_hcd [ 8.576411] cfg80211: World regulatory domain updated: [ 8.577510] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 8.578662] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 8.579772] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 8.580904] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 8.582012] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 8.583141] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 8.584333] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input7 [ 8.599826] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input8 [ 8.710331] usb 1-1.4: New USB device found, idVendor=1bcf, idProduct=280b [ 8.711481] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 8.712620] usb 1-1.4: Product: Laptop_Integrated_Webcam_FHD [ 8.713715] usb 1-1.4: Manufacturer: CN0CJ3P27248715OB5MJA00 [ 8.749552] modprobe used greatest stack depth: 4584 bytes left [ 8.842324] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 8.843594] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 8.844826] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 8.846044] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 8.847268] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 8.848499] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 [ 8.849744] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 [ 9.003715] usb 2-1.4: new high-speed USB device number 3 using ehci_hcd [ 9.090955] usb 2-1.4: New USB device found, idVendor=05e3, idProduct=0608 [ 9.092176] usb 2-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.093379] usb 2-1.4: Product: USB2.0 Hub [ 9.095042] hub 2-1.4:1.0: USB hub found [ 9.096584] hub 2-1.4:1.0: 4 ports detected [ 9.172494] usb 2-1.6: new full-speed USB device number 4 using ehci_hcd [ 9.262357] usb 2-1.6: New USB device found, idVendor=413c, idProduct=8187 [ 9.263557] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 9.264749] usb 2-1.6: Product: DW375 Bluetooth Module [ 9.265925] usb 2-1.6: Manufacturer: Dell Computer Corp [ 9.266320] Linux video capture interface: v2.00 [ 9.268273] usb 2-1.6: SerialNumber: C0F8DAE4FAE3 [ 9.272671] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_FHD (1bcf:280b) [ 9.307394] input: Laptop_Integrated_Webcam_FHD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input16 [ 9.308747] usbcore: registered new interface driver uvcvideo [ 9.309986] USB Video Class driver (1.1.1) [ 9.362371] usb 2-1.4.2: new low-speed USB device number 5 using ehci_hcd [ 9.452252] usb 2-1.4.2: New USB device found, idVendor=046a, idProduct=0023 [ 9.453486] usb 2-1.4.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 9.502890] usbcore: registered new interface driver usbhid [ 9.504142] usbhid: USB HID core driver [ 9.529210] usb 2-1.4.4: new high-speed USB device number 6 using ehci_hcd [ 9.550972] input: HID 046a:0023 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2:1.0/input/input17 [ 9.552677] cherry 0003:046A:0023.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:0023] on usb-0000:00:1d.0-1.4.2/input0 [ 9.563554] input: HID 046a:0023 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2:1.1/input/input18 [ 9.565263] cherry 0003:046A:0023.0002: input,hidraw1: USB HID v1.11 Device [HID 046a:0023] on usb-0000:00:1d.0-1.4.2/input1 [ 9.606410] usb 2-1.4.4: New USB device found, idVendor=05e3, idProduct=0608 [ 9.607778] usb 2-1.4.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.609127] usb 2-1.4.4: Product: USB2.0 Hub [ 9.611035] hub 2-1.4.4:1.0: USB hub found [ 9.612657] hub 2-1.4.4:1.0: 4 ports detected [ 9.879729] usb 2-1.4.4.1: new high-speed USB device number 7 using ehci_hcd [ 9.970697] usb 2-1.4.4.1: New USB device found, idVendor=05e3, idProduct=0723 [ 9.972084] usb 2-1.4.4.1: New USB device strings: Mfr=3, Product=4, SerialNumber=0 [ 9.973454] usb 2-1.4.4.1: Product: USB Storage [ 9.974735] usb 2-1.4.4.1: Manufacturer: Generic [ 10.027477] Initializing USB Mass Storage driver... [ 10.028945] usb-storage 2-1.4.4.1:1.0: Quirks match for vid 05e3 pid 0723: 8000 [ 10.030320] scsi6 : usb-storage 2-1.4.4.1:1.0 [ 10.031879] usbcore: registered new interface driver usb-storage [ 10.033260] USB Mass Storage support registered. [ 10.039495] usb 2-1.4.4.4: new low-speed USB device number 8 using ehci_hcd [ 10.130230] usb 2-1.4.4.4: New USB device found, idVendor=093a, idProduct=2510 [ 10.131600] usb 2-1.4.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 10.132985] usb 2-1.4.4.4: Product: USB OPTICAL MOUSE [ 10.134301] usb 2-1.4.4.4: Manufacturer: PIXART [ 10.139281] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.4/2-1.4.4.4/2-1.4.4.4:1.0/input/input19 [ 10.140839] generic-usb 0003:093A:2510.0003: input,hidraw2: USB HID v1.10 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:1d.0-1.4.4.4/input0 [ 10.464900] Adding 8388604k swap on /dev/sda3. Priority:0 extents:1 across:8388604k [ 11.033336] scsi 6:0:0:0: Direct-Access Generic STORAGE DEVICE 9451 PQ: 0 ANSI: 0 [ 11.035119] sd 6:0:0:0: Attached scsi generic sg2 type 0 [ 11.039786] sd 6:0:0:0: [sdb] Attached SCSI removable disk [ 14.048812] udevd used greatest stack depth: 4224 bytes left [ 22.756375] EXT4-fs (sda5): re-mounted. Opts: (null) [ 23.061350] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) [ 25.487932] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 25.494770] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 25.558213] iwlwifi 0000:02:00.0: Sending command COEX_PRIORITY_TABLE_CMD (#5a), seq: 0x0900, 72 bytes at 0[0]:9 [ 25.558265] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 0 TFD ffff880107bb0000 00000000fff5cc00 [ 25.558300] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000900005a to 00000000fff5cc00 TB 1 [0, 0] [ 25.558434] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0000 Unmap 00000000fff5cc00 TBs 1 [ 25.558482] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0901, 12 bytes at 1[1]:9 [ 25.558545] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 1 TFD ffff880107bb0080 00000000ffcd6c00 [ 25.558579] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090100b0 to 00000000ffcd6c00 TB 1 [1, 1] [ 25.558622] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 1 TFD ffff880107bb0080 00000000ffcd5c18 [ 25.559084] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0080 Unmap 00000000ffcd6c00 TBs 2 [ 25.559143] iwlwifi 0000:02:00.0: Sending command CALIBRATION_CFG_CMD (#65), seq: 0x0902, 96 bytes at 2[2]:9 [ 25.559210] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 2 TFD ffff880107bb0100 00000000ffc2d400 [ 25.559259] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009020065 to 00000000ffc2d400 TB 1 [2, 2] [ 25.559395] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0100 Unmap 00000000ffc2d400 TBs 1 [ 25.780256] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 25.787098] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 25.853889] iwlwifi 0000:02:00.0: Sending command COEX_PRIORITY_TABLE_CMD (#5a), seq: 0x0900, 72 bytes at 0[0]:9 [ 25.853942] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 0 TFD ffff880107bb0000 00000000fff5cc00 [ 25.853977] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000900005a to 00000000fff5cc00 TB 1 [0, 0] [ 25.854129] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0000 Unmap 00000000fff5cc00 TBs 1 [ 25.854203] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0901, 12 bytes at 1[1]:9 [ 25.854265] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 1 TFD ffff880107bb0080 00000000ffd69c00 [ 25.854299] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090100b0 to 00000000ffd69c00 TB 1 [1, 1] [ 25.854343] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 1 TFD ffff880107bb0080 00000000ffd68d98 [ 25.854772] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0080 Unmap 00000000ffd69c00 TBs 2 [ 25.854893] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0902, 12 bytes at 2[2]:9 [ 25.854944] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 2 TFD ffff880107bb0100 00000000ffd63400 [ 25.854978] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090200b0 to 00000000ffd63400 TB 1 [2, 2] [ 25.855021] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 2 TFD ffff880107bb0100 00000000ffd62918 [ 25.855133] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0100 Unmap 00000000ffd63400 TBs 2 [ 25.855178] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0903, 12 bytes at 3[3]:9 [ 25.855228] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 3 TFD ffff880107bb0180 00000000ffd5f600 [ 25.855262] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090300b0 to 00000000ffd5f600 TB 1 [3, 3] [ 25.855307] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 3 TFD ffff880107bb0180 00000000ffd5ed98 [ 25.855441] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0180 Unmap 00000000ffd5f600 TBs 2 [ 25.855517] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0904, 520 bytes at 4[4]:9 [ 25.855567] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 4 TFD ffff880107bb0200 00000000ffd5ba00 [ 25.855601] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090400b0 to 00000000ffd5ba00 TB 1 [4, 4] [ 25.855644] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 4 TFD ffff880107bb0200 00000000ffd5a818 [ 25.855803] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0200 Unmap 00000000ffd5ba00 TBs 2 [ 25.855865] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0905, 1352 bytes at 5[5]:9 [ 25.855929] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 5 TFD ffff880107bb0280 00000000ffd57800 [ 25.855979] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090500b0 to 00000000ffd57800 TB 1 [5, 5] [ 25.855983] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 5 TFD ffff880107bb0280 00000000ffd56818 [ 25.856095] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0280 Unmap 00000000ffd57800 TBs 2 [ 25.856104] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0906, 92 bytes at 6[6]:9 [ 25.856108] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 6 TFD ffff880107bb0300 00000000ffd53e00 [ 25.856111] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090600b0 to 00000000ffd53e00 TB 1 [6, 6] [ 25.856114] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 6 TFD ffff880107bb0300 00000000ffd52a18 [ 25.856194] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0300 Unmap 00000000ffd53e00 TBs 2 [ 25.856205] iwlwifi 0000:02:00.0: Sending command REPLY_BT_CONFIG (#9b), seq: 0x0907, 16 bytes at 7[7]:9 [ 25.856209] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 7 TFD ffff880107bb0380 00000000ffd4f200 [ 25.856212] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000907009b to 00000000ffd4f200 TB 1 [7, 7] [ 25.856272] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0380 Unmap 00000000ffd4f200 TBs 1 [ 25.856280] iwlwifi 0000:02:00.0: Sending command CALIBRATION_CFG_CMD (#65), seq: 0x0908, 96 bytes at 8[8]:9 [ 25.856284] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 8 TFD ffff880107bb0400 00000000ffd4be00 [ 25.856287] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009080065 to 00000000ffd4be00 TB 1 [8, 8] [ 25.856371] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0400 Unmap 00000000ffd4be00 TBs 1 [ 25.856380] iwlwifi 0000:02:00.0: Sending command TX_ANT_CONFIGURATION_CMD (#98), seq: 0x0909, 8 bytes at 9[9]:9 [ 25.856384] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 9 TFD ffff880107bb0480 00000000ffd47a00 [ 25.856387] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009090098 to 00000000ffd47a00 TB 1 [9, 9] [ 25.883512] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0480 Unmap 00000000ffd47a00 TBs 1 [ 25.885116] iwlwifi 0000:02:00.0: Sending command REPLY_STATISTICS_CMD (#9c), seq: 0x090A, 8 bytes at 10[10]:9 [ 25.888199] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 10 TFD ffff880107bb0500 00000000fff57c00 [ 25.888248] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090a009c to 00000000fff57c00 TB 1 [10, 10] [ 25.889846] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x090B, 54 bytes at 11[11]:9 [ 25.889851] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 11 TFD ffff880107bb0580 00000000fff56600 [ 25.889854] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090b0010 to 00000000fff56600 TB 1 [11, 11] [ 25.889938] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0500 Unmap 00000000fff57c00 TBs 1 [ 25.890944] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0580 Unmap 00000000fff56600 TBs 1 [ 25.890962] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x090C, 96 bytes at 12[12]:9 [ 25.890966] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 12 TFD ffff880107bb0600 00000000fff4f800 [ 25.890971] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090c0018 to 00000000fff4f800 TB 1 [12, 12] [ 25.907819] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0600 Unmap 00000000fff4f800 TBs 1 [ 25.909414] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x090D, 92 bytes at 13[13]:9 [ 25.912509] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 13 TFD ffff880107bb0680 00000000fff57200 [ 25.912556] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090d004e to 00000000fff57200 TB 1 [13, 13] [ 25.914259] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0680 Unmap 00000000fff57200 TBs 1 [ 25.915827] iwlwifi 0000:02:00.0: Sending command REPLY_CT_KILL_CONFIG_CMD (#a4), seq: 0x090E, 16 bytes at 14[14]:9 [ 25.918895] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 14 TFD ffff880107bb0700 00000000fff49400 [ 25.918945] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090e00a4 to 00000000fff49400 TB 1 [14, 14] [ 25.920603] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0700 Unmap 00000000fff49400 TBs 1 [ 25.920618] iwlwifi 0000:02:00.0: Sending command POWER_TABLE_CMD (#77), seq: 0x090F, 40 bytes at 15[15]:9 [ 25.920623] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 15 TFD ffff880107bb0780 00000000fff4f000 [ 25.920626] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090f0077 to 00000000fff4f000 TB 1 [15, 15] [ 25.920688] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0780 Unmap 00000000fff4f000 TBs 1 [ 25.920726] iwlwifi 0000:02:00.0: Sending command REPLY_LEDS_CMD (#48), seq: 0x0910, 12 bytes at 16[16]:9 [ 25.920730] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 16 TFD ffff880107bb0800 00000000fff45e00 [ 25.920734] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009100048 to 00000000fff45e00 TB 1 [16, 16] [ 25.920743] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x0911, 54 bytes at 17[17]:9 [ 25.920748] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 17 TFD ffff880107bb0880 00000000fff44a00 [ 25.920751] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009110010 to 00000000fff44a00 TB 1 [17, 17] [ 25.920817] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0800 Unmap 00000000fff45e00 TBs 1 [ 25.920953] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0880 Unmap 00000000fff44a00 TBs 1 [ 25.920970] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0912, 96 bytes at 18[18]:9 [ 25.920974] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 18 TFD ffff880107bb0900 00000000fff3dc00 [ 25.920977] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009120018 to 00000000fff3dc00 TB 1 [18, 18] [ 25.921083] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0900 Unmap 00000000fff3dc00 TBs 1 [ 25.921092] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0913, 92 bytes at 19[19]:9 [ 25.921097] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 19 TFD ffff880107bb0980 00000000fff3c800 [ 25.921100] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000913004e to 00000000fff3c800 TB 1 [19, 19] [ 25.921189] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0980 Unmap 00000000fff3c800 TBs 1 [ 25.921201] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x0914, 54 bytes at 20[20]:9 [ 25.921205] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 20 TFD ffff880107bb0a00 00000000fff39600 [ 25.921208] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009140010 to 00000000fff39600 TB 1 [20, 20] [ 25.921405] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0a00 Unmap 00000000fff39600 TBs 1 [ 25.921439] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0915, 96 bytes at 21[21]:9 [ 25.921443] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 21 TFD ffff880107bb0a80 00000000ffd5f400 [ 25.921446] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009150018 to 00000000ffd5f400 TB 1 [21, 21] [ 25.921545] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0a80 Unmap 00000000ffd5f400 TBs 1 [ 25.921554] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0916, 92 bytes at 22[22]:9 [ 25.921557] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 22 TFD ffff880107bb0b00 00000000ffd5e000 [ 25.921561] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000916004e to 00000000ffd5e000 TB 1 [22, 22] [ 25.921650] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0b00 Unmap 00000000ffd5e000 TBs 1 [ 25.921669] iwlwifi 0000:02:00.0: Sending command REPLY_QOS_PARAM (#13), seq: 0x0917, 40 bytes at 23[23]:9 [ 25.921674] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 23 TFD ffff880107bb0b80 00000000ffd57800 [ 25.921677] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009170013 to 00000000ffd57800 TB 1 [23, 23] [ 25.921751] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0b80 Unmap 00000000ffd57800 TBs 1 [ 25.921771] iwlwifi 0000:02:00.0: Sending command POWER_TABLE_CMD (#77), seq: 0x0918, 40 bytes at 24[24]:9 [ 25.921775] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 24 TFD ffff880107bb0c00 00000000ffd4f600 [ 25.921778] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009180077 to 00000000ffd4f600 TB 1 [24, 24] [ 25.921854] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0c00 Unmap 00000000ffd4f600 TBs 1 [ 25.922433] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 25.954772] iwlwifi 0000:02:00.0: Sending command REPLY_SCAN_CMD (#80), seq: 0x0919, 994 bytes at 25[25]:9 [ 25.954778] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 25 TFD ffff880107bb0c80 00000000ffd47400 [ 25.954782] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009190080 to 00000000ffd47400 TB 1 [25, 25] [ 25.954786] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 25 TFD ffff880107bb0c80 00000000ffd46000 [ 25.956310] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0c80 Unmap 00000000ffd47400 TBs 2 [ 26.385856] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x091A, 54 bytes at 26[26]:9 [ 26.388860] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 26 TFD ffff880107bb0d00 00000000ffef3a00 [ 26.388906] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091a0010 to 00000000ffef3a00 TB 1 [26, 26] [ 26.392110] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0d00 Unmap 00000000ffef3a00 TBs 1 [ 26.393672] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x091B, 96 bytes at 27[27]:9 [ 26.396650] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 27 TFD ffff880107bb0d80 00000000ffeede00 [ 26.396697] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091b0018 to 00000000ffeede00 TB 1 [27, 27] [ 26.399804] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0d80 Unmap 00000000ffeede00 TBs 1 [ 26.401341] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x091C, 92 bytes at 28[28]:9 [ 26.404316] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 28 TFD ffff880107bb0e00 00000000ffef3c00 [ 26.404363] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091c004e to 00000000ffef3c00 TB 1 [28, 28] [ 26.407427] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0e00 Unmap 00000000ffef3c00 TBs 1 [ 26.408998] iwlwifi 0000:02:00.0: Sending command REPLY_SCAN_CMD (#80), seq: 0x091D, 1120 bytes at 29[29]:9 [ 26.412033] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 29 TFD ffff880107bb0e80 00000000ffef3e00 [ 26.412037] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091d0080 to 00000000ffef3e00 TB 1 [29, 29] [ 26.412041] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 29 TFD ffff880107bb0e80 00000000ffef2000 [ 26.415144] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0e80 Unmap 00000000ffef3e00 TBs 2 [ 31.114628] iwlwifi 0000:02:00.0: Sending command REPLY_SCAN_CMD (#80), seq: 0x091E, 994 bytes at 30[30]:9 [ 31.117631] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 30 TFD ffff880107bb0f00 00000000ffe57c00 [ 31.117680] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091e0080 to 00000000ffe57c00 TB 1 [30, 30] [ 31.119236] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 30 TFD ffff880107bb0f00 00000000ffe56000 [ 31.122408] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0f00 Unmap 00000000ffe57c00 TBs 2 [ 31.596590] iwlwifi 0000:02:00.0: Sending command REPLY_SCAN_CMD (#80), seq: 0x091F, 1120 bytes at 31[31]:9 [ 31.599634] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 31 TFD ffff880107bb0f80 00000000ffdfba00 [ 31.599669] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091f0080 to 00000000ffdfba00 TB 1 [31, 31] [ 31.601209] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 31 TFD ffff880107bb0f80 00000000ffdfa000 [ 31.603772] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0f80 Unmap 00000000ffdfba00 TBs 2 [ 34.541602] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x0920, 54 bytes at 32[0]:9 [ 34.544656] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 32 TFD ffff880107bb1000 00000000ffd47c00 [ 34.544705] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009200010 to 00000000ffd47c00 TB 1 [0, 32] [ 34.547951] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1000 Unmap 00000000ffd47c00 TBs 1 [ 34.549544] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0921, 96 bytes at 33[1]:9 [ 34.552587] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 33 TFD ffff880107bb1080 00000000ffd2bc00 [ 34.552634] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009210018 to 00000000ffd2bc00 TB 1 [1, 33] [ 34.555748] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1080 Unmap 00000000ffd2bc00 TBs 1 [ 34.557315] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0922, 92 bytes at 34[2]:9 [ 34.560360] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 34 TFD ffff880107bb1100 00000000ffd2a400 [ 34.560406] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000922004e to 00000000ffd2a400 TB 1 [2, 34] [ 34.563559] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1100 Unmap 00000000ffd2a400 TBs 1 [ 34.565137] iwlwifi 0000:02:00.0: Sending command REPLY_LEDS_CMD (#48), seq: 0x0923, 12 bytes at 35[3]:9 [ 34.568167] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 35 TFD ffff880107bb1180 00000000ffd2b600 [ 34.568214] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009230048 to 00000000ffd2b600 TB 1 [3, 35] [ 34.570254] iwlwifi 0000:02:00.0: iwl_tx_queue_unmap, UNMAP 35[3]:9 [ 34.571775] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1180 Unmap 00000000ffd2b600 TBs 1 [ 34.576531] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 34.586341] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 34.654498] iwlwifi 0000:02:00.0: Sending command COEX_PRIORITY_TABLE_CMD (#5a), seq: 0x0900, 72 bytes at 0[0]:9 [ 34.656041] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 0 TFD ffff880107bb0000 00000000fff5cc00 [ 34.656075] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000900005a to 00000000fff5cc00 TB 1 [0, 0] [ 34.657741] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0000 Unmap 00000000fff5cc00 TBs 1 [ 34.659295] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0901, 12 bytes at 1[1]:9 [ 34.662341] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 1 TFD ffff880107bb0080 00000000ffd99c00 [ 34.662375] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090100b0 to 00000000ffd99c00 TB 1 [1, 1] [ 34.663904] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 1 TFD ffff880107bb0080 00000000ffd98b58 [ 34.665544] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0080 Unmap 00000000ffd99c00 TBs 2 [ 34.667100] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0902, 12 bytes at 2[2]:9 [ 34.670124] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 2 TFD ffff880107bb0100 00000000ffd93400 [ 34.670158] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090200b0 to 00000000ffd93400 TB 1 [2, 2] [ 34.671698] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 2 TFD ffff880107bb0100 00000000ffd92918 [ 34.671801] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0100 Unmap 00000000ffd93400 TBs 2 [ 34.671814] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0903, 12 bytes at 3[3]:9 [ 34.671818] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 3 TFD ffff880107bb0180 00000000fff57600 [ 34.671820] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090300b0 to 00000000fff57600 TB 1 [3, 3] [ 34.671823] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 3 TFD ffff880107bb0180 00000000fff56d98 [ 34.671930] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0180 Unmap 00000000fff57600 TBs 2 [ 34.671943] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0904, 520 bytes at 4[4]:9 [ 34.671951] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 4 TFD ffff880107bb0200 00000000ffd99a00 [ 34.671953] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090400b0 to 00000000ffd99a00 TB 1 [4, 4] [ 34.671956] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 4 TFD ffff880107bb0200 00000000ffd98818 [ 34.672069] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0200 Unmap 00000000ffd99a00 TBs 2 [ 34.672083] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0905, 1352 bytes at 5[5]:9 [ 34.672086] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 5 TFD ffff880107bb0280 00000000ffd8f800 [ 34.672089] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090500b0 to 00000000ffd8f800 TB 1 [5, 5] [ 34.672091] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 5 TFD ffff880107bb0280 00000000ffd8e818 [ 34.672217] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0280 Unmap 00000000ffd8f800 TBs 2 [ 34.672231] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0906, 92 bytes at 6[6]:9 [ 34.672234] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 6 TFD ffff880107bb0300 00000000ffd8be00 [ 34.672237] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090600b0 to 00000000ffd8be00 TB 1 [6, 6] [ 34.672239] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 6 TFD ffff880107bb0300 00000000ffd8aa18 [ 34.672354] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0300 Unmap 00000000ffd8be00 TBs 2 [ 34.672369] iwlwifi 0000:02:00.0: Sending command REPLY_BT_CONFIG (#9b), seq: 0x0907, 16 bytes at 7[7]:9 [ 34.672372] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 7 TFD ffff880107bb0380 00000000ffd87200 [ 34.672374] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000907009b to 00000000ffd87200 TB 1 [7, 7] [ 34.672472] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0380 Unmap 00000000ffd87200 TBs 1 [ 34.672486] iwlwifi 0000:02:00.0: Sending command CALIBRATION_CFG_CMD (#65), seq: 0x0908, 96 bytes at 8[8]:9 [ 34.672489] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 8 TFD ffff880107bb0400 00000000ffd83e00 [ 34.672492] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009080065 to 00000000ffd83e00 TB 1 [8, 8] [ 34.672576] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0400 Unmap 00000000ffd83e00 TBs 1 [ 34.672589] iwlwifi 0000:02:00.0: Sending command TX_ANT_CONFIGURATION_CMD (#98), seq: 0x0909, 8 bytes at 9[9]:9 [ 34.672592] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 9 TFD ffff880107bb0480 00000000ffd7fa00 [ 34.672594] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009090098 to 00000000ffd7fa00 TB 1 [9, 9] [ 34.699681] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0480 Unmap 00000000ffd7fa00 TBs 1 [ 34.699698] iwlwifi 0000:02:00.0: Sending command REPLY_STATISTICS_CMD (#9c), seq: 0x090A, 8 bytes at 10[10]:9 [ 34.699702] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 10 TFD ffff880107bb0500 00000000ffd7bc00 [ 34.699704] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090a009c to 00000000ffd7bc00 TB 1 [10, 10] [ 34.699708] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x090B, 54 bytes at 11[11]:9 [ 34.699711] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 11 TFD ffff880107bb0580 00000000ffd7a600 [ 34.699713] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090b0010 to 00000000ffd7a600 TB 1 [11, 11] [ 34.699800] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0500 Unmap 00000000ffd7bc00 TBs 1 [ 34.700813] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0580 Unmap 00000000ffd7a600 TBs 1 [ 34.700835] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x090C, 96 bytes at 12[12]:9 [ 34.700840] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 12 TFD ffff880107bb0600 00000000ffd73800 [ 34.700843] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090c0018 to 00000000ffd73800 TB 1 [12, 12] [ 34.717542] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0600 Unmap 00000000ffd73800 TBs 1 [ 34.717557] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x090D, 92 bytes at 13[13]:9 [ 34.717561] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 13 TFD ffff880107bb0680 00000000ffd72200 [ 34.717563] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090d004e to 00000000ffd72200 TB 1 [13, 13] [ 34.717684] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0680 Unmap 00000000ffd72200 TBs 1 [ 34.717699] iwlwifi 0000:02:00.0: Sending command REPLY_CT_KILL_CONFIG_CMD (#a4), seq: 0x090E, 16 bytes at 14[14]:9 [ 34.717702] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 14 TFD ffff880107bb0700 00000000ffd6f400 [ 34.717704] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090e00a4 to 00000000ffd6f400 TB 1 [14, 14] [ 34.717802] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0700 Unmap 00000000ffd6f400 TBs 1 [ 34.717817] iwlwifi 0000:02:00.0: Sending command POWER_TABLE_CMD (#77), seq: 0x090F, 40 bytes at 15[15]:9 [ 34.717820] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 15 TFD ffff880107bb0780 00000000ffd5f000 [ 34.717823] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090f0077 to 00000000ffd5f000 TB 1 [15, 15] [ 34.717910] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0780 Unmap 00000000ffd5f000 TBs 1 [ 34.717932] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x0910, 54 bytes at 16[16]:9 [ 34.717937] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 16 TFD ffff880107bb0800 00000000ffd4fe00 [ 34.717939] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009100010 to 00000000ffd4fe00 TB 1 [16, 16] [ 34.719278] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0800 Unmap 00000000ffd4fe00 TBs 1 [ 34.719299] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0911, 96 bytes at 17[17]:9 [ 34.719304] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 17 TFD ffff880107bb0880 00000000ffd2da00 [ 34.719306] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009110018 to 00000000ffd2da00 TB 1 [17, 17] [ 34.719408] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0880 Unmap 00000000ffd2da00 TBs 1 [ 34.719421] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0912, 92 bytes at 18[18]:9 [ 34.719425] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 18 TFD ffff880107bb0900 00000000ffd2cc00 [ 34.719427] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000912004e to 00000000ffd2cc00 TB 1 [18, 18] [ 34.720645] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0900 Unmap 00000000ffd2cc00 TBs 1 [ 34.720669] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x0913, 54 bytes at 19[19]:9 [ 34.720674] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 19 TFD ffff880107bb0980 00000000ffbf7800 [ 34.720677] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009130010 to 00000000ffbf7800 TB 1 [19, 19] [ 34.722009] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0980 Unmap 00000000ffbf7800 TBs 1 [ 34.722026] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0914, 96 bytes at 20[20]:9 [ 34.722030] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 20 TFD ffff880107bb0a00 00000000ffbf1600 [ 34.722032] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009140018 to 00000000ffbf1600 TB 1 [20, 20] [ 34.722152] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0a00 Unmap 00000000ffbf1600 TBs 1 [ 34.722165] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0915, 92 bytes at 21[21]:9 [ 34.722170] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 21 TFD ffff880107bb0a80 00000000ffbf0400 [ 34.722172] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000915004e to 00000000ffbf0400 TB 1 [21, 21] [ 34.723404] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0a80 Unmap 00000000ffbf0400 TBs 1 [ 34.723422] iwlwifi 0000:02:00.0: Sending command REPLY_QOS_PARAM (#13), seq: 0x0916, 40 bytes at 22[22]:9 [ 34.723428] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 22 TFD ffff880107bb0b00 00000000fff53000 [ 34.723431] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009160013 to 00000000fff53000 TB 1 [22, 22] [ 34.724633] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0b00 Unmap 00000000fff53000 TBs 1 [ 34.724950] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 35.004086] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x0917, 54 bytes at 23[23]:9 [ 35.005614] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 23 TFD ffff880107bb0b80 00000000fff53800 [ 35.005663] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009170010 to 00000000fff53800 TB 1 [23, 23] [ 35.008885] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0b80 Unmap 00000000fff53800 TBs 1 [ 35.010443] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0918, 96 bytes at 24[24]:9 [ 35.014453] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 24 TFD ffff880107bb0c00 00000000fff4b600 [ 35.014504] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009180018 to 00000000fff4b600 TB 1 [24, 24] [ 35.017960] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0c00 Unmap 00000000fff4b600 TBs 1 [ 35.019501] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0919, 92 bytes at 25[25]:9 [ 35.022481] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 25 TFD ffff880107bb0c80 00000000fff53400 [ 35.022515] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000919004e to 00000000fff53400 TB 1 [25, 25] [ 35.025613] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0c80 Unmap 00000000fff53400 TBs 1 [ 35.027189] iwlwifi 0000:02:00.0: Sending command REPLY_LEDS_CMD (#48), seq: 0x091A, 12 bytes at 26[26]:9 [ 35.030255] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 26 TFD ffff880107bb0d00 00000000fff47a00 [ 35.030289] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091a0048 to 00000000fff47a00 TB 1 [26, 26] [ 35.032299] iwlwifi 0000:02:00.0: iwl_tx_queue_unmap, UNMAP 26[26]:9 [ 35.033816] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0d00 Unmap 00000000fff47a00 TBs 1 [ 35.040942] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S [ 35.050746] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0 [ 35.118899] iwlwifi 0000:02:00.0: Sending command COEX_PRIORITY_TABLE_CMD (#5a), seq: 0x0900, 72 bytes at 0[0]:9 [ 35.120437] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 0 TFD ffff880107bb0000 00000000fff5cc00 [ 35.120471] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000900005a to 00000000fff5cc00 TB 1 [0, 0] [ 35.122093] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0000 Unmap 00000000fff5cc00 TBs 1 [ 35.123633] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0901, 12 bytes at 1[1]:9 [ 35.126679] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 1 TFD ffff880107bb0080 00000000ffd21c00 [ 35.126714] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090100b0 to 00000000ffd21c00 TB 1 [1, 1] [ 35.128243] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 1 TFD ffff880107bb0080 00000000ffd20d58 [ 35.129880] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0080 Unmap 00000000ffd21c00 TBs 2 [ 35.131443] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0902, 12 bytes at 2[2]:9 [ 35.134484] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 2 TFD ffff880107bb0100 00000000ffd1b400 [ 35.134517] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090200b0 to 00000000ffd1b400 TB 1 [2, 2] [ 35.136069] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 2 TFD ffff880107bb0100 00000000ffd1a918 [ 35.136190] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0100 Unmap 00000000ffd1b400 TBs 2 [ 35.136204] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0903, 12 bytes at 3[3]:9 [ 35.136207] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 3 TFD ffff880107bb0180 00000000fff57600 [ 35.136210] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090300b0 to 00000000fff57600 TB 1 [3, 3] [ 35.136212] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 3 TFD ffff880107bb0180 00000000fff56d98 [ 35.136320] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0180 Unmap 00000000fff57600 TBs 2 [ 35.136334] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0904, 520 bytes at 4[4]:9 [ 35.136342] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 4 TFD ffff880107bb0200 00000000ffd21a00 [ 35.136344] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090400b0 to 00000000ffd21a00 TB 1 [4, 4] [ 35.136347] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 4 TFD ffff880107bb0200 00000000ffd20818 [ 35.136459] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0200 Unmap 00000000ffd21a00 TBs 2 [ 35.136472] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0905, 1352 bytes at 5[5]:9 [ 35.136476] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 5 TFD ffff880107bb0280 00000000ffd17800 [ 35.136478] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090500b0 to 00000000ffd17800 TB 1 [5, 5] [ 35.136481] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 5 TFD ffff880107bb0280 00000000ffd16818 [ 35.136607] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0280 Unmap 00000000ffd17800 TBs 2 [ 35.136621] iwlwifi 0000:02:00.0: Sending command REPLY_PHY_CALIBRATION_CMD (#b0), seq: 0x0906, 92 bytes at 6[6]:9 [ 35.136625] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 6 TFD ffff880107bb0300 00000000ffd13e00 [ 35.136627] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090600b0 to 00000000ffd13e00 TB 1 [6, 6] [ 35.136629] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 6 TFD ffff880107bb0300 00000000ffd12a18 [ 35.136744] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0300 Unmap 00000000ffd13e00 TBs 2 [ 35.136759] iwlwifi 0000:02:00.0: Sending command REPLY_BT_CONFIG (#9b), seq: 0x0907, 16 bytes at 7[7]:9 [ 35.136762] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 7 TFD ffff880107bb0380 00000000ffd0f200 [ 35.136764] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000907009b to 00000000ffd0f200 TB 1 [7, 7] [ 35.136854] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0380 Unmap 00000000ffd0f200 TBs 1 [ 35.136868] iwlwifi 0000:02:00.0: Sending command CALIBRATION_CFG_CMD (#65), seq: 0x0908, 96 bytes at 8[8]:9 [ 35.136871] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 8 TFD ffff880107bb0400 00000000ffd0be00 [ 35.136873] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009080065 to 00000000ffd0be00 TB 1 [8, 8] [ 35.136958] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0400 Unmap 00000000ffd0be00 TBs 1 [ 35.136971] iwlwifi 0000:02:00.0: Sending command TX_ANT_CONFIGURATION_CMD (#98), seq: 0x0909, 8 bytes at 9[9]:9 [ 35.136974] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 9 TFD ffff880107bb0480 00000000ffd07a00 [ 35.136976] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009090098 to 00000000ffd07a00 TB 1 [9, 9] [ 35.164062] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0480 Unmap 00000000ffd07a00 TBs 1 [ 35.164079] iwlwifi 0000:02:00.0: Sending command REPLY_STATISTICS_CMD (#9c), seq: 0x090A, 8 bytes at 10[10]:9 [ 35.164082] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 10 TFD ffff880107bb0500 00000000ffd03c00 [ 35.164085] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090a009c to 00000000ffd03c00 TB 1 [10, 10] [ 35.164089] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x090B, 54 bytes at 11[11]:9 [ 35.164092] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 11 TFD ffff880107bb0580 00000000ffd02600 [ 35.164094] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090b0010 to 00000000ffd02600 TB 1 [11, 11] [ 35.164180] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0500 Unmap 00000000ffd03c00 TBs 1 [ 35.165194] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0580 Unmap 00000000ffd02600 TBs 1 [ 35.165216] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x090C, 96 bytes at 12[12]:9 [ 35.165221] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 12 TFD ffff880107bb0600 00000000ffcfb800 [ 35.165224] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090c0018 to 00000000ffcfb800 TB 1 [12, 12] [ 35.181908] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0600 Unmap 00000000ffcfb800 TBs 1 [ 35.181923] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x090D, 92 bytes at 13[13]:9 [ 35.181928] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 13 TFD ffff880107bb0680 00000000ffcfa200 [ 35.181930] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090d004e to 00000000ffcfa200 TB 1 [13, 13] [ 35.182050] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0680 Unmap 00000000ffcfa200 TBs 1 [ 35.182065] iwlwifi 0000:02:00.0: Sending command REPLY_CT_KILL_CONFIG_CMD (#a4), seq: 0x090E, 16 bytes at 14[14]:9 [ 35.182069] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 14 TFD ffff880107bb0700 00000000ffcf7400 [ 35.182071] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090e00a4 to 00000000ffcf7400 TB 1 [14, 14] [ 35.182171] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0700 Unmap 00000000ffcf7400 TBs 1 [ 35.182186] iwlwifi 0000:02:00.0: Sending command POWER_TABLE_CMD (#77), seq: 0x090F, 40 bytes at 15[15]:9 [ 35.182189] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 15 TFD ffff880107bb0780 00000000ffcf3000 [ 35.182191] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000090f0077 to 00000000ffcf3000 TB 1 [15, 15] [ 35.182282] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0780 Unmap 00000000ffcf3000 TBs 1 [ 35.182304] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x0910, 54 bytes at 16[16]:9 [ 35.182310] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 16 TFD ffff880107bb0800 00000000ffcefe00 [ 35.182312] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009100010 to 00000000ffcefe00 TB 1 [16, 16] [ 35.183641] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0800 Unmap 00000000ffcefe00 TBs 1 [ 35.183662] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0911, 96 bytes at 17[17]:9 [ 35.183666] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 17 TFD ffff880107bb0880 00000000ffce9a00 [ 35.183669] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009110018 to 00000000ffce9a00 TB 1 [17, 17] [ 35.183772] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0880 Unmap 00000000ffce9a00 TBs 1 [ 35.183785] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0912, 92 bytes at 18[18]:9 [ 35.183789] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 18 TFD ffff880107bb0900 00000000ffce8c00 [ 35.183791] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000912004e to 00000000ffce8c00 TB 1 [18, 18] [ 35.185001] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0900 Unmap 00000000ffce8c00 TBs 1 [ 35.185020] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x0913, 54 bytes at 19[19]:9 [ 35.185025] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 19 TFD ffff880107bb0980 00000000ffce5800 [ 35.185028] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009130010 to 00000000ffce5800 TB 1 [19, 19] [ 35.186364] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0980 Unmap 00000000ffce5800 TBs 1 [ 35.186381] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0914, 96 bytes at 20[20]:9 [ 35.186384] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 20 TFD ffff880107bb0a00 00000000ffcdf600 [ 35.186387] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009140018 to 00000000ffcdf600 TB 1 [20, 20] [ 35.186506] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0a00 Unmap 00000000ffcdf600 TBs 1 [ 35.186520] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0915, 92 bytes at 21[21]:9 [ 35.186524] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 21 TFD ffff880107bb0a80 00000000ffcde400 [ 35.186526] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000915004e to 00000000ffcde400 TB 1 [21, 21] [ 35.187947] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0a80 Unmap 00000000ffcde400 TBs 1 [ 35.187965] iwlwifi 0000:02:00.0: Sending command REPLY_QOS_PARAM (#13), seq: 0x0916, 40 bytes at 22[22]:9 [ 35.187970] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 22 TFD ffff880107bb0b00 00000000fff53000 [ 35.187973] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009160013 to 00000000fff53000 TB 1 [22, 22] [ 35.189172] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0b00 Unmap 00000000fff53000 TBs 1 [ 35.189489] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 37.251732] iwlwifi 0000:02:00.0: Sending command REPLY_SCAN_CMD (#80), seq: 0x0917, 994 bytes at 23[23]:9 [ 37.253255] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 23 TFD ffff880107bb0b80 00000000fff53800 [ 37.253303] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009170080 to 00000000fff53800 TB 1 [23, 23] [ 37.254857] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 23 TFD ffff880107bb0b80 00000000fff52000 [ 37.257662] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0b80 Unmap 00000000fff53800 TBs 2 [ 37.852742] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x0918, 54 bytes at 24[24]:9 [ 37.856778] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 24 TFD ffff880107bb0c00 00000000ffed7600 [ 37.856829] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009180010 to 00000000ffed7600 TB 1 [24, 24] [ 37.860516] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0c00 Unmap 00000000ffed7600 TBs 1 [ 37.862083] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0919, 96 bytes at 25[25]:9 [ 37.865107] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 25 TFD ffff880107bb0c80 00000000ffed7400 [ 37.865144] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009190018 to 00000000ffed7400 TB 1 [25, 25] [ 37.868230] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0c80 Unmap 00000000ffed7400 TBs 1 [ 37.869790] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x091A, 92 bytes at 26[26]:9 [ 37.872827] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 26 TFD ffff880107bb0d00 00000000ffed6a00 [ 37.872861] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091a004e to 00000000ffed6a00 TB 1 [26, 26] [ 37.875955] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0d00 Unmap 00000000ffed6a00 TBs 1 [ 37.877540] iwlwifi 0000:02:00.0: Sending command REPLY_SCAN_CMD (#80), seq: 0x091B, 1120 bytes at 27[27]:9 [ 37.880579] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 27 TFD ffff880107bb0d80 00000000ffed7e00 [ 37.880630] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091b0080 to 00000000ffed7e00 TB 1 [27, 27] [ 37.882707] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 27 TFD ffff880107bb0d80 00000000ffed6000 [ 37.887357] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0d80 Unmap 00000000ffed7e00 TBs 2 [ 40.614341] iwlwifi 0000:02:00.0: Sending command REPLY_SCAN_CMD (#80), seq: 0x091C, 836 bytes at 28[28]:9 [ 40.618463] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 28 TFD ffff880107bb0e00 00000000ffe3bc00 [ 40.618514] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091c0080 to 00000000ffe3bc00 TB 1 [28, 28] [ 40.620606] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 28 TFD ffff880107bb0e00 00000000ffe3a000 [ 40.625388] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0e00 Unmap 00000000ffe3bc00 TBs 2 [ 40.627180] wlan0: authenticate with 00:1e:2a:f6:f1:4a [ 40.628757] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x091D, 54 bytes at 29[29]:9 [ 40.630303] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 29 TFD ffff880107bb0e80 00000000ffe31e00 [ 40.630339] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091d0010 to 00000000ffe31e00 TB 1 [29, 29] [ 40.633050] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0e80 Unmap 00000000ffe31e00 TBs 1 [ 40.634638] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x091E, 96 bytes at 30[30]:9 [ 40.637715] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 30 TFD ffff880107bb0f00 00000000ffe3bc00 [ 40.637718] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091e0018 to 00000000ffe3bc00 TB 1 [30, 30] [ 40.639336] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0f00 Unmap 00000000ffe3bc00 TBs 1 [ 40.639350] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x091F, 92 bytes at 31[31]:9 [ 40.639354] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 31 TFD ffff880107bb0f80 00000000ffe3aa00 [ 40.639357] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000091f004e to 00000000ffe3aa00 TB 1 [31, 31] [ 40.640916] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb0f80 Unmap 00000000ffe3aa00 TBs 1 [ 40.640935] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x0920, 54 bytes at 32[0]:9 [ 40.640939] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 32 TFD ffff880107bb1000 00000000ffe25c00 [ 40.640943] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009200010 to 00000000ffe25c00 TB 1 [0, 32] [ 40.647118] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1000 Unmap 00000000ffe25c00 TBs 1 [ 40.647128] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0921, 96 bytes at 33[1]:9 [ 40.647132] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 33 TFD ffff880107bb1080 00000000ffe1fc00 [ 40.647137] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009210018 to 00000000ffe1fc00 TB 1 [1, 33] [ 40.656371] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1080 Unmap 00000000ffe1fc00 TBs 1 [ 40.656380] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0922, 92 bytes at 34[2]:9 [ 40.656384] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 34 TFD ffff880107bb1100 00000000ffe3b400 [ 40.656387] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000922004e to 00000000ffe3b400 TB 1 [2, 34] [ 40.659515] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1100 Unmap 00000000ffe3b400 TBs 1 [ 40.659530] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0923, 96 bytes at 35[3]:9 [ 40.659534] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 35 TFD ffff880107bb1180 00000000ffe1e600 [ 40.659537] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009230018 to 00000000ffe1e600 TB 1 [3, 35] [ 40.665698] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1180 Unmap 00000000ffe1e600 TBs 1 [ 40.665718] wlan0: send auth to 00:1e:2a:f6:f1:4a (try 1/3) [ 40.665732] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 0 TFD ffff880107b48000 00000000ffe3b000 [ 40.665735] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 0 TFD ffff880107b48000 00000000ffe3aa58 [ 40.671933] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48000 Unmap 00000000ffe3b000 TBs 2 [ 40.671973] wlan0: authenticated [ 40.676475] wlan0: associate with 00:1e:2a:f6:f1:4a (try 1/3) [ 40.676487] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 1 TFD ffff880107b48080 00000000ffe3b148 [ 40.676489] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 1 TFD ffff880107b48080 00000000ffe3ac26 [ 40.679481] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48080 Unmap 00000000ffe3b148 TBs 2 [ 40.679524] wlan0: RX AssocResp from 00:1e:2a:f6:f1:4a (capab=0x431 status=0 aid=3) [ 40.679526] wlan0: associated [ 40.679531] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0924, 96 bytes at 36[4]:9 [ 40.679536] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 36 TFD ffff880107bb1200 00000000ffe17a00 [ 40.679542] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009240018 to 00000000ffe17a00 TB 1 [4, 36] [ 40.680984] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1200 Unmap 00000000ffe17a00 TBs 1 [ 40.681002] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0925, 92 bytes at 37[5]:9 [ 40.681007] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 37 TFD ffff880107bb1280 00000000ffe16800 [ 40.681010] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000925004e to 00000000ffe16800 TB 1 [5, 37] [ 40.686863] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1280 Unmap 00000000ffe16800 TBs 1 [ 40.686878] iwlwifi 0000:02:00.0: Sending command REPLY_QOS_PARAM (#13), seq: 0x0926, 40 bytes at 38[6]:9 [ 40.686884] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 38 TFD ffff880107bb1300 00000000ffe13e00 [ 40.686886] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009260013 to 00000000ffe13e00 TB 1 [6, 38] [ 40.692744] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1300 Unmap 00000000ffe13e00 TBs 1 [ 40.692758] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x0927, 54 bytes at 39[7]:9 [ 40.692764] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 39 TFD ffff880107bb1380 00000000ffe17200 [ 40.692767] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009270010 to 00000000ffe17200 TB 1 [7, 39] [ 40.698595] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1380 Unmap 00000000ffe17200 TBs 1 [ 40.698610] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0928, 96 bytes at 40[8]:9 [ 40.698616] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 40 TFD ffff880107bb1400 00000000ffe0de00 [ 40.698620] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009280018 to 00000000ffe0de00 TB 1 [8, 40] [ 40.704427] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1400 Unmap 00000000ffe0de00 TBs 1 [ 40.704441] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0929, 92 bytes at 41[9]:9 [ 40.704446] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 41 TFD ffff880107bb1480 00000000ffe17a00 [ 40.704448] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000929004e to 00000000ffe17a00 TB 1 [9, 41] [ 40.710186] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1480 Unmap 00000000ffe17a00 TBs 1 [ 40.710199] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x092A, 96 bytes at 42[10]:9 [ 40.710204] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 42 TFD ffff880107bb1500 00000000ffe0cc00 [ 40.710206] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000092a0018 to 00000000ffe0cc00 TB 1 [10, 42] [ 40.715939] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1500 Unmap 00000000ffe0cc00 TBs 1 [ 40.715952] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x092B, 92 bytes at 43[11]:9 [ 40.715957] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 43 TFD ffff880107bb1580 00000000ffe17600 [ 40.715960] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000092b004e to 00000000ffe17600 TB 1 [11, 43] [ 40.721685] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1580 Unmap 00000000ffe17600 TBs 1 [ 40.721699] iwlwifi 0000:02:00.0: Sending command REPLY_RXON_TIMING (#14), seq: 0x092C, 24 bytes at 44[12]:9 [ 40.721704] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 44 TFD ffff880107bb1600 00000000ffe09800 [ 40.721706] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000092c0014 to 00000000ffe09800 TB 1 [12, 44] [ 40.727438] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1600 Unmap 00000000ffe09800 TBs 1 [ 40.727451] iwlwifi 0000:02:00.0: Sending command REPLY_QOS_PARAM (#13), seq: 0x092D, 40 bytes at 45[13]:9 [ 40.727456] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 45 TFD ffff880107bb1680 00000000ffe0d200 [ 40.727459] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000092d0013 to 00000000ffe0d200 TB 1 [13, 45] [ 40.733195] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1680 Unmap 00000000ffe0d200 TBs 1 [ 40.733208] iwlwifi 0000:02:00.0: Sending command REPLY_RXON (#10), seq: 0x092E, 54 bytes at 46[14]:9 [ 40.733213] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 46 TFD ffff880107bb1700 00000000ffe05400 [ 40.733215] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000092e0010 to 00000000ffe05400 TB 1 [14, 46] [ 40.738973] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1700 Unmap 00000000ffe05400 TBs 1 [ 40.738986] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x092F, 52 bytes at 47[15]:9 [ 40.738991] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 47 TFD ffff880107bb1780 00000000ffe04000 [ 40.738994] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000092f00a8 to 00000000ffe04000 TB 1 [15, 47] [ 40.738998] iwlwifi 0000:02:00.0: Sending command REPLY_TX_POWER_DBM_CMD (#95), seq: 0x0930, 8 bytes at 48[16]:9 [ 40.739001] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 48 TFD ffff880107bb1800 00000000ffe03e00 [ 40.739003] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009300095 to 00000000ffe03e00 TB 1 [16, 48] [ 40.744735] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1780 Unmap 00000000ffe04000 TBs 1 [ 40.744739] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1800 Unmap 00000000ffe03e00 TBs 1 [ 40.745007] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 40.843572] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0931, 52 bytes at 49[17]:9 [ 40.845069] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 49 TFD ffff880107bb1880 00000000ffdf9a00 [ 40.845103] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093100a8 to 00000000ffdf9a00 TB 1 [17, 49] [ 40.848158] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1880 Unmap 00000000ffdf9a00 TBs 1 [ 40.945826] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0932, 52 bytes at 50[18]:9 [ 40.948787] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 50 TFD ffff880107bb1900 00000000ffdf3c00 [ 40.948822] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093200a8 to 00000000ffdf3c00 TB 1 [18, 50] [ 40.951884] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1900 Unmap 00000000ffdf3c00 TBs 1 [ 41.752316] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 2 TFD ffff880107b48100 00000000ffdd3290 [ 41.757231] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48100 Unmap 00000000ffdd3290 TBs 1 [ 41.759816] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 0 TFD ffff880107b60000 00000000ffdcd148 [ 41.761307] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 0 TFD ffff880107b60000 00000000ffdccc48 [ 41.772632] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60000 Unmap 00000000ffdcd148 TBs 2 [ 42.684762] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0933, 52 bytes at 51[19]:9 [ 42.687696] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 51 TFD ffff880107bb1980 00000000ffda3800 [ 42.687730] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093300a8 to 00000000ffda3800 TB 1 [19, 51] [ 42.689320] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 1 TFD ffff880107b60080 00000000ffd9d000 [ 42.689584] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1980 Unmap 00000000ffda3800 TBs 1 [ 42.692296] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 1 TFD ffff880107b60080 00000000ffd9cc48 [ 42.698788] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60080 Unmap 00000000ffd9d000 TBs 2 [ 42.706978] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 2 TFD ffff880107b60100 00000000ffd97000 [ 42.708475] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 2 TFD ffff880107b60100 00000000ffd96c48 [ 42.710058] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0934, 96 bytes at 52[20]:9 [ 42.712976] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 52 TFD ffff880107bb1a00 00000000ffd9d600 [ 42.713030] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009340018 to 00000000ffd9d600 TB 1 [20, 52] [ 42.714690] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60100 Unmap 00000000ffd97000 TBs 2 [ 42.716192] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1a00 Unmap 00000000ffd9d600 TBs 1 [ 42.717710] iwlwifi 0000:02:00.0: Sending command REPLY_ADD_STA (#18), seq: 0x0935, 96 bytes at 53[21]:9 [ 42.720589] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 53 TFD ffff880107bb1a80 00000000ffd93400 [ 42.720624] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 0000000009350018 to 00000000ffd93400 TB 1 [21, 53] [ 42.722180] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1a80 Unmap 00000000ffd93400 TBs 1 [ 42.737009] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 3 TFD ffff880107b60180 00000000ffd9d3d8 [ 42.738487] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 3 TFD ffff880107b60180 00000000ffd9c440 [ 42.746562] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60180 Unmap 00000000ffd9d3d8 TBs 2 [ 42.760979] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 3 TFD ffff880107b48180 00000000ffd9d000 [ 42.765871] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48180 Unmap 00000000ffd9d000 TBs 1 [ 42.786622] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0936, 52 bytes at 54[22]:9 [ 42.789503] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 54 TFD ffff880107bb1b00 00000000ffd8f000 [ 42.789538] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093600a8 to 00000000ffd8f000 TB 1 [22, 54] [ 42.792496] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1b00 Unmap 00000000ffd8f000 TBs 1 [ 42.888894] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0937, 52 bytes at 55[23]:9 [ 42.891775] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 55 TFD ffff880107bb1b80 00000000ffd85800 [ 42.891809] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093700a8 to 00000000ffd85800 TB 1 [23, 55] [ 42.894775] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1b80 Unmap 00000000ffd85800 TBs 1 [ 43.392182] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 4 TFD ffff880107b60200 00000000ffd6f148 [ 43.393641] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 4 TFD ffff880107b60200 00000000ffd6e840 [ 43.410621] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60200 Unmap 00000000ffd6f148 TBs 2 [ 43.412101] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0938, 92 bytes at 56[24]:9 [ 43.414921] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 56 TFD ffff880107bb1c00 00000000ffd6b600 [ 43.414955] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000938004e to 00000000ffd6b600 TB 1 [24, 56] [ 43.416577] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1c00 Unmap 00000000ffd6b600 TBs 1 [ 43.431333] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 5 TFD ffff880107b60280 00000000ffd6b000 [ 43.432796] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 5 TFD ffff880107b60280 00000000ffd6a640 [ 43.436110] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60280 Unmap 00000000ffd6b000 TBs 2 [ 43.502507] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0939, 52 bytes at 57[25]:9 [ 43.505339] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 57 TFD ffff880107bb1c80 00000000ffd63400 [ 43.505373] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093900a8 to 00000000ffd63400 TB 1 [25, 57] [ 43.508319] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1c80 Unmap 00000000ffd63400 TBs 1 [ 43.707031] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x093A, 52 bytes at 58[26]:9 [ 43.709844] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 58 TFD ffff880107bb1d00 00000000ffd59a00 [ 43.709879] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093a00a8 to 00000000ffd59a00 TB 1 [26, 58] [ 43.712817] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1d00 Unmap 00000000ffd59a00 TBs 1 [ 43.759704] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 4 TFD ffff880107b48200 00000000ffd59290 [ 43.766421] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48200 Unmap 00000000ffd59290 TBs 1 [ 43.809325] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x093B, 52 bytes at 59[27]:9 [ 43.812133] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 59 TFD ffff880107bb1d80 00000000ffd4fe00 [ 43.812167] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093b00a8 to 00000000ffd4fe00 TB 1 [27, 59] [ 43.815121] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1d80 Unmap 00000000ffd4fe00 TBs 1 [ 43.911590] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x093C, 52 bytes at 60[28]:9 [ 43.914436] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 60 TFD ffff880107bb1e00 00000000ffd47c00 [ 43.914470] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093c00a8 to 00000000ffd47c00 TB 1 [28, 60] [ 43.917426] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1e00 Unmap 00000000ffd47c00 TBs 1 [ 44.013872] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x093D, 52 bytes at 61[29]:9 [ 44.016768] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 61 TFD ffff880107bb1e80 00000000ffd3fe00 [ 44.016803] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093d00a8 to 00000000ffd3fe00 TB 1 [29, 61] [ 44.019767] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1e80 Unmap 00000000ffd3fe00 TBs 1 [ 44.525189] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x093E, 52 bytes at 62[30]:9 [ 44.528061] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 62 TFD ffff880107bb1f00 00000000ffd2dc00 [ 44.528095] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093e00a8 to 00000000ffd2dc00 TB 1 [30, 62] [ 44.531069] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1f00 Unmap 00000000ffd2dc00 TBs 1 [ 44.758420] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 5 TFD ffff880107b48280 00000000ffd213d8 [ 44.764658] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48280 Unmap 00000000ffd213d8 TBs 1 [ 44.803568] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 6 TFD ffff880107b60300 00000000ffd21000 [ 44.805052] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 6 TFD ffff880107b60300 00000000ffd20640 [ 44.811677] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60300 Unmap 00000000ffd21000 TBs 2 [ 44.934271] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x093F, 52 bytes at 63[31]:9 [ 44.937158] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 63 TFD ffff880107bb1f80 00000000ffd11a00 [ 44.937192] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000093f00a8 to 00000000ffd11a00 TB 1 [31, 63] [ 44.940174] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb1f80 Unmap 00000000ffd11a00 TBs 1 [ 45.036509] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0940, 52 bytes at 64[0]:9 [ 45.039473] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 64 TFD ffff880107bb2000 00000000ffd11c00 [ 45.039508] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094000a8 to 00000000ffd11c00 TB 1 [0, 64] [ 45.042529] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2000 Unmap 00000000ffd11c00 TBs 1 [ 45.343321] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0941, 52 bytes at 65[1]:9 [ 45.346241] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 65 TFD ffff880107bb2080 00000000fff45c00 [ 45.346275] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094100a8 to 00000000fff45c00 TB 1 [1, 65] [ 45.349279] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2080 Unmap 00000000fff45c00 TBs 1 [ 45.757118] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 6 TFD ffff880107b48300 00000000fff33520 [ 45.761977] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48300 Unmap 00000000fff33520 TBs 1 [ 45.850374] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 7 TFD ffff880107b60380 00000000fff33000 [ 45.851864] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 7 TFD ffff880107b60380 00000000fff32640 [ 45.857451] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60380 Unmap 00000000fff33000 TBs 2 [ 46.059120] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0942, 52 bytes at 66[2]:9 [ 46.062031] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 66 TFD ffff880107bb2100 00000000fff23400 [ 46.062081] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094200a8 to 00000000fff23400 TB 1 [2, 66] [ 46.065289] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2100 Unmap 00000000fff23400 TBs 1 [ 46.366008] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0943, 52 bytes at 67[3]:9 [ 46.368948] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 67 TFD ffff880107bb2180 00000000fff13600 [ 46.368982] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094300a8 to 00000000fff13600 TB 1 [3, 67] [ 46.372180] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2180 Unmap 00000000fff13600 TBs 1 [ 46.737826] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 8 TFD ffff880107b60400 00000000fff03520 [ 46.739334] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 8 TFD ffff880107b60400 00000000fff02840 [ 46.747880] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60400 Unmap 00000000fff03520 TBs 2 [ 46.755823] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 7 TFD ffff880107b48380 00000000fff03668 [ 46.760696] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48380 Unmap 00000000fff03668 TBs 1 [ 46.776130] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0944, 52 bytes at 68[4]:9 [ 46.779061] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 68 TFD ffff880107bb2200 00000000ffef7a00 [ 46.779096] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094400a8 to 00000000ffef7a00 TB 1 [4, 68] [ 46.780700] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2200 Unmap 00000000ffef7a00 TBs 1 [ 47.286402] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0945, 52 bytes at 69[5]:9 [ 47.289336] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 69 TFD ffff880107bb2280 00000000ffee1800 [ 47.289371] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094500a8 to 00000000ffee1800 TB 1 [5, 69] [ 47.292544] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2280 Unmap 00000000ffee1800 TBs 1 [ 47.388674] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0946, 52 bytes at 70[6]:9 [ 47.391601] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 70 TFD ffff880107bb2300 00000000ffed9e00 [ 47.391635] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094600a8 to 00000000ffed9e00 TB 1 [6, 70] [ 47.394807] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2300 Unmap 00000000ffed9e00 TBs 1 [ 47.490978] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0947, 52 bytes at 71[7]:9 [ 47.493859] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 71 TFD ffff880107bb2380 00000000ffed1200 [ 47.493893] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094700a8 to 00000000ffed1200 TB 1 [7, 71] [ 47.497051] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2380 Unmap 00000000ffed1200 TBs 1 [ 47.593212] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0948, 52 bytes at 72[8]:9 [ 47.596121] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 72 TFD ffff880107bb2400 00000000ffec9e00 [ 47.596156] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094800a8 to 00000000ffec9e00 TB 1 [8, 72] [ 47.599328] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2400 Unmap 00000000ffec9e00 TBs 1 [ 47.695485] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0949, 52 bytes at 73[9]:9 [ 47.698365] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 73 TFD ffff880107bb2480 00000000ffec1a00 [ 47.698399] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094900a8 to 00000000ffec1a00 TB 1 [9, 73] [ 47.701560] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2480 Unmap 00000000ffec1a00 TBs 1 [ 47.754537] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 8 TFD ffff880107b48400 00000000ffec17b0 [ 47.761426] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48400 Unmap 00000000ffec17b0 TBs 1 [ 47.891015] dhcpcd used greatest stack depth: 4208 bytes left [ 48.206822] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x094A, 52 bytes at 74[10]:9 [ 48.208321] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 74 TFD ffff880107bb2500 00000000ffea7c00 [ 48.208368] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094a00a8 to 00000000ffea7c00 TB 1 [10, 74] [ 48.208578] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 9 TFD ffff880107b60480 00000000ffea68f8 [ 48.208580] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 9 TFD ffff880107b60480 00000000ffea5240 [ 48.212915] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60480 Unmap 00000000ffea68f8 TBs 2 [ 48.214417] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2500 Unmap 00000000ffea7c00 TBs 1 [ 48.217589] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 10 TFD ffff880107b60500 00000000ffea7000 [ 48.219048] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 10 TFD ffff880107b60500 00000000ffea6a40 [ 48.223908] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60500 Unmap 00000000ffea7000 TBs 2 [ 48.225383] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x094B, 92 bytes at 75[11]:9 [ 48.228235] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 75 TFD ffff880107bb2580 00000000ffe9d600 [ 48.228269] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094b004e to 00000000ffe9d600 TB 1 [11, 75] [ 48.229754] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 11 TFD ffff880107b60580 00000000ffe99000 [ 48.231222] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 11 TFD ffff880107b60580 00000000ffe98e40 [ 48.232699] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 12 TFD ffff880107b60600 00000000ffd05148 [ 48.234143] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 12 TFD ffff880107b60600 00000000ffd04840 [ 48.235613] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2580 Unmap 00000000ffe9d600 TBs 1 [ 48.237026] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60580 Unmap 00000000ffe99000 TBs 2 [ 48.238955] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60600 Unmap 00000000ffd05148 TBs 2 [ 48.309083] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x094C, 52 bytes at 76[12]:9 [ 48.311833] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 76 TFD ffff880107bb2600 00000000ffe93800 [ 48.311867] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094c00a8 to 00000000ffe93800 TB 1 [12, 76] [ 48.314947] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2600 Unmap 00000000ffe93800 TBs 1 [ 48.411391] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x094D, 52 bytes at 77[13]:9 [ 48.414133] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 77 TFD ffff880107bb2680 00000000ffe87200 [ 48.414167] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094d00a8 to 00000000ffe87200 TB 1 [13, 77] [ 48.417264] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2680 Unmap 00000000ffe87200 TBs 1 [ 48.753241] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 9 TFD ffff880107b48480 00000000ffe77a40 [ 48.759229] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48480 Unmap 00000000ffe77a40 TBs 1 [ 48.820425] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x094E, 52 bytes at 78[14]:9 [ 48.823206] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 78 TFD ffff880107bb2700 00000000ffe71400 [ 48.823240] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094e00a8 to 00000000ffe71400 TB 1 [14, 78] [ 48.826347] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2700 Unmap 00000000ffe71400 TBs 1 [ 49.536320] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x094F, 52 bytes at 79[15]:9 [ 49.539092] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 79 TFD ffff880107bb2780 00000000ffe51000 [ 49.539127] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000094f00a8 to 00000000ffe51000 TB 1 [15, 79] [ 49.542257] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2780 Unmap 00000000ffe51000 TBs 1 [ 49.751948] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 10 TFD ffff880107b48500 00000000ffe45b88 [ 49.758710] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48500 Unmap 00000000ffe45b88 TBs 1 [ 50.208673] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 13 TFD ffff880107b60680 00000000ffe31290 [ 50.210092] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 13 TFD ffff880107b60680 00000000ffe30640 [ 50.216061] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60680 Unmap 00000000ffe31290 TBs 2 [ 50.740644] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 14 TFD ffff880107b60700 00000000ffe1d668 [ 50.740690] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 14 TFD ffff880107b60700 00000000ffe1c440 [ 50.747329] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60700 Unmap 00000000ffe1d668 TBs 2 [ 50.750653] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 11 TFD ffff880107b48580 00000000ffe15cd0 [ 50.753968] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48580 Unmap 00000000ffe15cd0 TBs 1 [ 50.865768] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0950, 52 bytes at 80[16]:9 [ 50.865825] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 80 TFD ffff880107bb2800 00000000ffe0be00 [ 50.865859] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095000a8 to 00000000ffe0be00 TB 1 [16, 80] [ 50.867586] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2800 Unmap 00000000ffe0be00 TBs 1 [ 51.741371] wlan0: no IPv6 routers present [ 51.749362] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 12 TFD ffff880107b48600 00000000ffde9e18 [ 51.758415] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48600 Unmap 00000000ffde9e18 TBs 1 [ 51.990722] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0951, 52 bytes at 81[17]:9 [ 51.990778] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 81 TFD ffff880107bb2880 00000000ffdd9a00 [ 51.990812] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095100a8 to 00000000ffdd9a00 TB 1 [17, 81] [ 51.992606] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2880 Unmap 00000000ffdd9a00 TBs 1 [ 52.195253] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0952, 52 bytes at 82[18]:9 [ 52.195309] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 82 TFD ffff880107bb2900 00000000ffdcfc00 [ 52.195344] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095200a8 to 00000000ffdcfc00 TB 1 [18, 82] [ 52.197131] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2900 Unmap 00000000ffdcfc00 TBs 1 [ 52.748082] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 13 TFD ffff880107b48680 00000000ffdb9f60 [ 52.753503] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48680 Unmap 00000000ffdb9f60 TBs 1 [ 53.013399] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0953, 52 bytes at 83[19]:9 [ 53.013455] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 83 TFD ffff880107bb2980 00000000ffdab800 [ 53.013489] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095300a8 to 00000000ffdab800 TB 1 [19, 83] [ 53.015184] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2980 Unmap 00000000ffdab800 TBs 1 [ 53.746778] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 14 TFD ffff880107b48700 00000000ffd8f0a8 [ 53.749096] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48700 Unmap 00000000ffd8f0a8 TBs 1 [ 54.649673] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0954, 52 bytes at 84[20]:9 [ 54.649728] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 84 TFD ffff880107bb2a00 00000000ffd69600 [ 54.649762] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095400a8 to 00000000ffd69600 TB 1 [20, 84] [ 54.651510] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2a00 Unmap 00000000ffd69600 TBs 1 [ 54.745500] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 15 TFD ffff880107b48780 00000000ffd691f0 [ 54.747843] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48780 Unmap 00000000ffd691f0 TBs 1 [ 54.751955] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0955, 52 bytes at 85[21]:9 [ 54.752012] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 85 TFD ffff880107bb2a80 00000000ffd5f400 [ 54.752046] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095500a8 to 00000000ffd5f400 TB 1 [21, 85] [ 54.752194] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2a80 Unmap 00000000ffd5f400 TBs 1 [ 54.854211] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0956, 52 bytes at 86[22]:9 [ 54.854268] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 86 TFD ffff880107bb2b00 00000000ffd59000 [ 54.854303] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095600a8 to 00000000ffd59000 TB 1 [22, 86] [ 54.856044] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2b00 Unmap 00000000ffd59000 TBs 1 [ 55.058743] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0957, 52 bytes at 87[23]:9 [ 55.058799] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 87 TFD ffff880107bb2b80 00000000ffd4f800 [ 55.058833] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095700a8 to 00000000ffd4f800 TB 1 [23, 87] [ 55.060624] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2b80 Unmap 00000000ffd4f800 TBs 1 [ 55.263279] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0958, 52 bytes at 88[24]:9 [ 55.263335] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 88 TFD ffff880107bb2c00 00000000ffd45600 [ 55.263370] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095800a8 to 00000000ffd45600 TB 1 [24, 88] [ 55.265158] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2c00 Unmap 00000000ffd45600 TBs 1 [ 55.467828] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0959, 52 bytes at 89[25]:9 [ 55.469292] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 89 TFD ffff880107bb2c80 00000000ffd3d400 [ 55.469326] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095900a8 to 00000000ffd3d400 TB 1 [25, 89] [ 55.472502] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2c80 Unmap 00000000ffd3d400 TBs 1 [ 55.744197] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 16 TFD ffff880107b48800 00000000ffd35338 [ 55.749446] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48800 Unmap 00000000ffd35338 TBs 1 [ 55.750972] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x095A, 92 bytes at 90[26]:9 [ 55.753931] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 90 TFD ffff880107bb2d00 00000000ffd34a00 [ 55.753964] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095a004e to 00000000ffd34a00 TB 1 [26, 90] [ 55.755631] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2d00 Unmap 00000000ffd34a00 TBs 1 [ 56.183679] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x095B, 52 bytes at 91[27]:9 [ 56.186706] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 91 TFD ffff880107bb2d80 00000000ffd1de00 [ 56.186741] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095b00a8 to 00000000ffd1de00 TB 1 [27, 91] [ 56.189975] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2d80 Unmap 00000000ffd1de00 TBs 1 [ 56.695052] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x095C, 52 bytes at 92[28]:9 [ 56.698102] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 92 TFD ffff880107bb2e00 00000000ffd15c00 [ 56.698136] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095c00a8 to 00000000ffd15c00 TB 1 [28, 92] [ 56.701382] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2e00 Unmap 00000000ffd15c00 TBs 1 [ 56.742906] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 17 TFD ffff880107b48880 00000000fff45480 [ 56.750030] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48880 Unmap 00000000fff45480 TBs 1 [ 57.741608] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 18 TFD ffff880107b48900 00000000fff1b5c8 [ 57.748728] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48900 Unmap 00000000fff1b5c8 TBs 1 [ 58.025908] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x095D, 52 bytes at 93[29]:9 [ 58.028973] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 93 TFD ffff880107bb2e80 00000000ffd15e00 [ 58.029007] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095d00a8 to 00000000ffd15e00 TB 1 [29, 93] [ 58.030946] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2e80 Unmap 00000000ffd15e00 TBs 1 [ 58.033657] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 15 TFD ffff880107b60780 00000000ffd09148 [ 58.035182] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 15 TFD ffff880107b60780 00000000ffd08c40 [ 58.040808] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60780 Unmap 00000000ffd09148 TBs 2 [ 58.126772] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x095E, 52 bytes at 94[30]:9 [ 58.129764] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 94 TFD ffff880107bb2f00 00000000fff05c00 [ 58.129798] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095e00a8 to 00000000fff05c00 TB 1 [30, 94] [ 58.133010] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2f00 Unmap 00000000fff05c00 TBs 1 [ 58.740326] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 19 TFD ffff880107b48980 00000000ffeeb710 [ 58.748238] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48980 Unmap 00000000ffeeb710 TBs 1 [ 59.739028] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 20 TFD ffff880107b48a00 00000000ffec1858 [ 59.746095] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48a00 Unmap 00000000ffec1858 TBs 1 [ 60.478933] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x095F, 52 bytes at 95[31]:9 [ 60.481905] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 95 TFD ffff880107bb2f80 00000000ffe9ba00 [ 60.481941] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000095f00a8 to 00000000ffe9ba00 TB 1 [31, 95] [ 60.485083] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb2f80 Unmap 00000000ffe9ba00 TBs 1 [ 60.737745] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 21 TFD ffff880107b48a80 00000000ffe939a0 [ 60.743446] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48a80 Unmap 00000000ffe939a0 TBs 1 [ 60.744972] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0960, 92 bytes at 96[0]:9 [ 60.747921] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 96 TFD ffff880107bb3000 00000000ffe92c00 [ 60.747954] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000960004e to 00000000ffe92c00 TB 1 [0, 96] [ 60.752177] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 16 TFD ffff880107b60800 00000000ffe8d148 [ 60.753701] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 16 TFD ffff880107b60800 00000000ffe8ce40 [ 60.755201] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3000 Unmap 00000000ffe92c00 TBs 1 [ 60.758720] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60800 Unmap 00000000ffe8d148 TBs 2 [ 60.760232] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0961, 92 bytes at 97[1]:9 [ 60.763126] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 97 TFD ffff880107bb3080 00000000ffe93c00 [ 60.763159] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000961004e to 00000000ffe93c00 TB 1 [1, 97] [ 60.764732] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3080 Unmap 00000000ffe93c00 TBs 1 [ 61.297068] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0962, 52 bytes at 98[2]:9 [ 61.299981] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 98 TFD ffff880107bb3100 00000000ffe6f400 [ 61.300015] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096200a8 to 00000000ffe6f400 TB 1 [2, 98] [ 61.303187] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3100 Unmap 00000000ffe6f400 TBs 1 [ 61.603867] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0963, 52 bytes at 99[3]:9 [ 61.606801] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 99 TFD ffff880107bb3180 00000000ffe5f600 [ 61.606835] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096300a8 to 00000000ffe5f600 TB 1 [3, 99] [ 61.610019] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3180 Unmap 00000000ffe5f600 TBs 1 [ 61.736443] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 22 TFD ffff880107b48b00 00000000ffe57ae8 [ 61.740238] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48b00 Unmap 00000000ffe57ae8 TBs 1 [ 62.626544] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0964, 52 bytes at 100[4]:9 [ 62.629456] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 100 TFD ffff880107bb3200 00000000ffe2fa00 [ 62.629491] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096400a8 to 00000000ffe2fa00 TB 1 [4, 100] [ 62.632678] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3200 Unmap 00000000ffe2fa00 TBs 1 [ 62.735153] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 23 TFD ffff880107b48b80 00000000ffe27c30 [ 62.738944] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48b80 Unmap 00000000ffe27c30 TBs 1 [ 63.036266] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0965, 52 bytes at 101[5]:9 [ 63.039201] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 101 TFD ffff880107bb3280 00000000ffe1b800 [ 63.039237] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096500a8 to 00000000ffe1b800 TB 1 [5, 101] [ 63.040743] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 17 TFD ffff880107b60880 00000000ffe1a148 [ 63.042216] iwlwifi 0000:02:00.0: ATTACHED 2 tbs to 17 TFD ffff880107b60880 00000000ffe19a40 [ 63.043739] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3280 Unmap 00000000ffe1b800 TBs 1 [ 63.047157] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b60880 Unmap 00000000ffe1a148 TBs 2 [ 63.137884] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0966, 52 bytes at 102[6]:9 [ 63.140757] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 102 TFD ffff880107bb3300 00000000ffe11e00 [ 63.140791] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096600a8 to 00000000ffe11e00 TB 1 [6, 102] [ 63.143949] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3300 Unmap 00000000ffe11e00 TBs 1 [ 63.240161] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0967, 52 bytes at 103[7]:9 [ 63.243075] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 103 TFD ffff880107bb3380 00000000ffe09200 [ 63.243109] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096700a8 to 00000000ffe09200 TB 1 [7, 103] [ 63.246284] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3380 Unmap 00000000ffe09200 TBs 1 [ 63.546966] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0968, 52 bytes at 104[8]:9 [ 63.549886] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 104 TFD ffff880107bb3400 00000000ffdf9e00 [ 63.549920] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096800a8 to 00000000ffdf9e00 TB 1 [8, 104] [ 63.553117] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3400 Unmap 00000000ffdf9e00 TBs 1 [ 63.733857] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 24 TFD ffff880107b48c00 00000000ffdf1d78 [ 63.737643] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48c00 Unmap 00000000ffdf1d78 TBs 1 [ 64.058299] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0969, 52 bytes at 105[9]:9 [ 64.061221] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 105 TFD ffff880107bb3480 00000000ffddda00 [ 64.061256] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096900a8 to 00000000ffddda00 TB 1 [9, 105] [ 64.064437] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3480 Unmap 00000000ffddda00 TBs 1 [ 64.732572] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 25 TFD ffff880107b48c80 00000000ffdc1d78 [ 64.737316] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48c80 Unmap 00000000ffdc1d78 TBs 1 [ 65.387774] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x096A, 52 bytes at 106[10]:9 [ 65.390695] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 106 TFD ffff880107bb3500 00000000ffda3c00 [ 65.390730] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096a00a8 to 00000000ffda3c00 TB 1 [10, 106] [ 65.393918] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3500 Unmap 00000000ffda3c00 TBs 1 [ 65.731274] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 26 TFD ffff880107b48d00 00000000ffd93c30 [ 65.735043] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48d00 Unmap 00000000ffd93c30 TBs 1 [ 66.729981] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 27 TFD ffff880107b48d80 00000000ffd69ae8 [ 66.737602] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48d80 Unmap 00000000ffd69ae8 TBs 1 [ 66.819519] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x096B, 52 bytes at 107[11]:9 [ 66.822481] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 107 TFD ffff880107bb3580 00000000ffd63600 [ 66.822516] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096b00a8 to 00000000ffd63600 TB 1 [11, 107] [ 66.825725] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3580 Unmap 00000000ffd63600 TBs 1 [ 67.535395] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x096C, 52 bytes at 108[12]:9 [ 67.538355] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 108 TFD ffff880107bb3600 00000000ffd45800 [ 67.538390] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096c00a8 to 00000000ffd45800 TB 1 [12, 108] [ 67.541606] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3600 Unmap 00000000ffd45800 TBs 1 [ 67.728699] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 28 TFD ffff880107b48e00 00000000ffd459a0 [ 67.736766] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48e00 Unmap 00000000ffd459a0 TBs 1 [ 67.739890] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x096D, 52 bytes at 109[13]:9 [ 67.742845] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 109 TFD ffff880107bb3680 00000000ffd37200 [ 67.742880] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096d00a8 to 00000000ffd37200 TB 1 [13, 109] [ 67.744484] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3680 Unmap 00000000ffd37200 TBs 1 [ 68.727401] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 29 TFD ffff880107b48e80 00000000fff47858 [ 68.735934] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48e80 Unmap 00000000fff47858 TBs 1 [ 69.376217] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x096E, 52 bytes at 110[14]:9 [ 69.379168] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 110 TFD ffff880107bb3700 00000000ffd1b400 [ 69.379203] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096e00a8 to 00000000ffd1b400 TB 1 [14, 110] [ 69.382389] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3700 Unmap 00000000ffd1b400 TBs 1 [ 69.683018] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x096F, 52 bytes at 111[15]:9 [ 69.685952] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 111 TFD ffff880107bb3780 00000000fff1f000 [ 69.685987] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000096f00a8 to 00000000fff1f000 TB 1 [15, 111] [ 69.689177] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3780 Unmap 00000000fff1f000 TBs 1 [ 69.726104] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 30 TFD ffff880107b48f00 00000000fff1f710 [ 69.732398] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48f00 Unmap 00000000fff1f710 TBs 1 [ 69.989822] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0970, 52 bytes at 112[16]:9 [ 69.992796] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 112 TFD ffff880107bb3800 00000000fff0fe00 [ 69.992830] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097000a8 to 00000000fff0fe00 TB 1 [16, 112] [ 69.996063] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3800 Unmap 00000000fff0fe00 TBs 1 [ 70.724810] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 31 TFD ffff880107b48f80 00000000ffef15c8 [ 70.728631] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b48f80 Unmap 00000000ffef15c8 TBs 1 [ 70.730164] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0971, 92 bytes at 113[17]:9 [ 70.733121] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 113 TFD ffff880107bb3880 00000000ffef0a00 [ 70.733155] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000971004e to 00000000ffef0a00 TB 1 [17, 113] [ 70.734814] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3880 Unmap 00000000ffef0a00 TBs 1 [ 71.217034] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0972, 52 bytes at 114[18]:9 [ 71.220021] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 114 TFD ffff880107bb3900 00000000ffedbc00 [ 71.220055] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097200a8 to 00000000ffedbc00 TB 1 [18, 114] [ 71.223245] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3900 Unmap 00000000ffedbc00 TBs 1 [ 71.723518] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 32 TFD ffff880107b49000 00000000ffecb480 [ 71.728316] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49000 Unmap 00000000ffecb480 TBs 1 [ 72.035169] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0973, 52 bytes at 115[19]:9 [ 72.038172] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 115 TFD ffff880107bb3980 00000000ffeb7800 [ 72.038207] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097300a8 to 00000000ffeb7800 TB 1 [19, 115] [ 72.041424] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3980 Unmap 00000000ffeb7800 TBs 1 [ 72.137439] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0974, 52 bytes at 116[20]:9 [ 72.140471] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 116 TFD ffff880107bb3a00 00000000ffeaf600 [ 72.140506] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097400a8 to 00000000ffeaf600 TB 1 [20, 116] [ 72.143746] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3a00 Unmap 00000000ffeaf600 TBs 1 [ 72.720228] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 33 TFD ffff880107b49080 00000000ffe97148 [ 72.728290] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49080 Unmap 00000000ffe97148 TBs 1 [ 72.751073] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0975, 52 bytes at 117[21]:9 [ 72.754102] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 117 TFD ffff880107bb3a80 00000000ffe8b400 [ 72.754137] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097500a8 to 00000000ffe8b400 TB 1 [21, 117] [ 72.757333] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3a80 Unmap 00000000ffe8b400 TBs 1 [ 73.262374] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0976, 52 bytes at 118[22]:9 [ 73.265396] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 118 TFD ffff880107bb3b00 00000000ffe77000 [ 73.265431] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097600a8 to 00000000ffe77000 TB 1 [22, 118] [ 73.268660] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3b00 Unmap 00000000ffe77000 TBs 1 [ 73.569185] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0977, 52 bytes at 119[23]:9 [ 73.572207] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 119 TFD ffff880107bb3b80 00000000ffe67800 [ 73.572242] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097700a8 to 00000000ffe67800 TB 1 [23, 119] [ 73.575470] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3b80 Unmap 00000000ffe67800 TBs 1 [ 73.720931] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 34 TFD ffff880107b49100 00000000ffe5f338 [ 73.725109] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49100 Unmap 00000000ffe5f338 TBs 1 [ 74.182789] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0978, 52 bytes at 120[24]:9 [ 74.185810] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 120 TFD ffff880107bb3c00 00000000ffe49600 [ 74.185845] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097800a8 to 00000000ffe49600 TB 1 [24, 120] [ 74.189072] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3c00 Unmap 00000000ffe49600 TBs 1 [ 74.694785] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0979, 52 bytes at 121[25]:9 [ 74.697835] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 121 TFD ffff880107bb3c80 00000000ffe2f400 [ 74.697870] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097900a8 to 00000000ffe2f400 TB 1 [25, 121] [ 74.701132] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3c80 Unmap 00000000ffe2f400 TBs 1 [ 74.719638] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 35 TFD ffff880107b49180 00000000ffe3b1f0 [ 74.726283] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49180 Unmap 00000000ffe3b1f0 TBs 1 [ 75.000911] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x097A, 52 bytes at 122[26]:9 [ 75.003923] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 122 TFD ffff880107bb3d00 00000000ffe1fa00 [ 75.003957] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097a00a8 to 00000000ffe1fa00 TB 1 [26, 122] [ 75.007183] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3d00 Unmap 00000000ffe1fa00 TBs 1 [ 75.718355] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 36 TFD ffff880107b49200 00000000ffdff0a8 [ 75.727419] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49200 Unmap 00000000ffdff0a8 TBs 1 [ 76.023581] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x097B, 52 bytes at 123[27]:9 [ 76.026631] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 123 TFD ffff880107bb3d80 00000000ffdefe00 [ 76.026682] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097b00a8 to 00000000ffdefe00 TB 1 [27, 123] [ 76.029834] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3d80 Unmap 00000000ffdefe00 TBs 1 [ 76.534946] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x097C, 52 bytes at 124[28]:9 [ 76.537981] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 124 TFD ffff880107bb3e00 00000000ffdd9c00 [ 76.538030] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097c00a8 to 00000000ffdd9c00 TB 1 [28, 124] [ 76.541311] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3e00 Unmap 00000000ffdd9c00 TBs 1 [ 76.717065] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 37 TFD ffff880107b49280 00000000ffdd1f60 [ 76.725128] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49280 Unmap 00000000ffdd1f60 TBs 1 [ 76.739503] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x097D, 52 bytes at 125[29]:9 [ 76.742536] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 125 TFD ffff880107bb3e80 00000000ffdc9e00 [ 76.742571] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097d00a8 to 00000000ffdc9e00 TB 1 [29, 125] [ 76.744224] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3e80 Unmap 00000000ffdc9e00 TBs 1 [ 77.659883] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x097E, 52 bytes at 126[30]:9 [ 77.662892] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 126 TFD ffff880107bb3f00 00000000ffda1c00 [ 77.662926] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097e00a8 to 00000000ffda1c00 TB 1 [30, 126] [ 77.666147] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3f00 Unmap 00000000ffda1c00 TBs 1 [ 77.715766] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 38 TFD ffff880107b49300 00000000ffda1e18 [ 77.722290] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49300 Unmap 00000000ffda1e18 TBs 1 [ 77.966719] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x097F, 52 bytes at 127[31]:9 [ 77.969719] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 127 TFD ffff880107bb3f80 00000000ffd8fa00 [ 77.969753] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000097f00a8 to 00000000ffd8fa00 TB 1 [31, 127] [ 77.972970] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb3f80 Unmap 00000000ffd8fa00 TBs 1 [ 78.714489] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 39 TFD ffff880107b49380 00000000ffd6fcd0 [ 78.723178] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49380 Unmap 00000000ffd6fcd0 TBs 1 [ 78.989382] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0980, 52 bytes at 128[0]:9 [ 78.992385] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 128 TFD ffff880107bb4000 00000000ffd5fc00 [ 78.992419] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098000a8 to 00000000ffd5fc00 TB 1 [0, 128] [ 78.995610] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4000 Unmap 00000000ffd5fc00 TBs 1 [ 79.713173] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 40 TFD ffff880107b49400 00000000ffd43b88 [ 79.722003] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49400 Unmap 00000000ffd43b88 TBs 1 [ 79.723545] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0981, 92 bytes at 129[1]:9 [ 79.726518] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 129 TFD ffff880107bb4080 00000000ffd3fc00 [ 79.726553] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000981004e to 00000000ffd3fc00 TB 1 [1, 129] [ 79.728216] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4080 Unmap 00000000ffd3fc00 TBs 1 [ 80.711899] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 41 TFD ffff880107b49480 00000000fff4ba40 [ 80.720204] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49480 Unmap 00000000fff4ba40 TBs 1 [ 81.710593] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 42 TFD ffff880107b49500 00000000fff258f8 [ 81.714402] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49500 Unmap 00000000fff258f8 TBs 1 [ 82.709309] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 43 TFD ffff880107b49580 00000000ffeff7b0 [ 82.715601] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49580 Unmap 00000000ffeff7b0 TBs 1 [ 82.773267] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0982, 52 bytes at 130[2]:9 [ 82.776252] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 130 TFD ffff880107bb4100 00000000ffd19400 [ 82.776287] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098200a8 to 00000000ffd19400 TB 1 [2, 130] [ 82.779493] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4100 Unmap 00000000ffd19400 TBs 1 [ 82.875561] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0983, 52 bytes at 131[3]:9 [ 82.878545] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 131 TFD ffff880107bb4180 00000000ffef5600 [ 82.878580] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098300a8 to 00000000ffef5600 TB 1 [3, 131] [ 82.881798] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4180 Unmap 00000000ffef5600 TBs 1 [ 83.708000] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 44 TFD ffff880107b49600 00000000ffed3668 [ 83.712786] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49600 Unmap 00000000ffed3668 TBs 1 [ 84.706729] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 45 TFD ffff880107b49680 00000000ffeaf520 [ 84.710551] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49680 Unmap 00000000ffeaf520 TBs 1 [ 84.818619] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0984, 52 bytes at 132[4]:9 [ 84.821611] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 132 TFD ffff880107bb4200 00000000ffea5a00 [ 84.821645] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098400a8 to 00000000ffea5a00 TB 1 [4, 132] [ 84.824852] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4200 Unmap 00000000ffea5a00 TBs 1 [ 84.920878] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0985, 52 bytes at 133[5]:9 [ 84.923894] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 133 TFD ffff880107bb4280 00000000ffe9f800 [ 84.923928] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098500a8 to 00000000ffe9f800 TB 1 [5, 133] [ 84.927167] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4280 Unmap 00000000ffe9f800 TBs 1 [ 85.023151] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0986, 52 bytes at 134[6]:9 [ 85.026179] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 134 TFD ffff880107bb4300 00000000ffe97e00 [ 85.026214] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098600a8 to 00000000ffe97e00 TB 1 [6, 134] [ 85.029411] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4300 Unmap 00000000ffe97e00 TBs 1 [ 85.125424] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0987, 52 bytes at 135[7]:9 [ 85.128465] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 135 TFD ffff880107bb4380 00000000ffe8f200 [ 85.128500] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098700a8 to 00000000ffe8f200 TB 1 [7, 135] [ 85.131747] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4380 Unmap 00000000ffe8f200 TBs 1 [ 85.227696] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0988, 52 bytes at 136[8]:9 [ 85.230711] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 136 TFD ffff880107bb4400 00000000ffe8be00 [ 85.230746] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098800a8 to 00000000ffe8be00 TB 1 [8, 136] [ 85.233974] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4400 Unmap 00000000ffe8be00 TBs 1 [ 85.329953] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0989, 52 bytes at 137[9]:9 [ 85.333010] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 137 TFD ffff880107bb4480 00000000ffe7fa00 [ 85.333045] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098900a8 to 00000000ffe7fa00 TB 1 [9, 137] [ 85.336272] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4480 Unmap 00000000ffe7fa00 TBs 1 [ 85.432222] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x098A, 52 bytes at 138[10]:9 [ 85.435283] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 138 TFD ffff880107bb4500 00000000ffe77c00 [ 85.435318] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098a00a8 to 00000000ffe77c00 TB 1 [10, 138] [ 85.438552] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4500 Unmap 00000000ffe77c00 TBs 1 [ 85.534496] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x098B, 52 bytes at 139[11]:9 [ 85.537565] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 139 TFD ffff880107bb4580 00000000ffe6f600 [ 85.537600] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098b00a8 to 00000000ffe6f600 TB 1 [11, 139] [ 85.540840] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4580 Unmap 00000000ffe6f600 TBs 1 [ 85.636769] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x098C, 52 bytes at 140[12]:9 [ 85.639811] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 140 TFD ffff880107bb4600 00000000ffe67800 [ 85.639846] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098c00a8 to 00000000ffe67800 TB 1 [12, 140] [ 85.643087] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4600 Unmap 00000000ffe67800 TBs 1 [ 85.705423] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 46 TFD ffff880107b49700 00000000ffe673d8 [ 85.711771] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49700 Unmap 00000000ffe673d8 TBs 1 [ 85.739061] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x098D, 52 bytes at 141[13]:9 [ 85.742119] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 141 TFD ffff880107bb4680 00000000ffe5d200 [ 85.742154] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098d00a8 to 00000000ffe5d200 TB 1 [13, 141] [ 85.745342] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4680 Unmap 00000000ffe5d200 TBs 1 [ 86.454935] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x098E, 52 bytes at 142[14]:9 [ 86.454991] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 142 TFD ffff880107bb4700 00000000ffe3d400 [ 86.455026] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098e00a8 to 00000000ffe3d400 TB 1 [14, 142] [ 86.456813] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4700 Unmap 00000000ffe3d400 TBs 1 [ 86.704132] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 47 TFD ffff880107b49780 00000000ffe3b290 [ 86.706468] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49780 Unmap 00000000ffe3b290 TBs 1 [ 87.170789] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x098F, 52 bytes at 143[15]:9 [ 87.170844] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 143 TFD ffff880107bb4780 00000000ffe1d000 [ 87.170880] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000098f00a8 to 00000000ffe1d000 TB 1 [15, 143] [ 87.172627] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4780 Unmap 00000000ffe1d000 TBs 1 [ 87.702837] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 48 TFD ffff880107b49800 00000000ffe07148 [ 87.709141] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49800 Unmap 00000000ffe07148 TBs 1 [ 87.988916] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0990, 52 bytes at 144[16]:9 [ 87.991945] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 144 TFD ffff880107bb4800 00000000ffdf9e00 [ 87.991980] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000099000a8 to 00000000ffdf9e00 TB 1 [16, 144] [ 87.995209] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4800 Unmap 00000000ffdf9e00 TBs 1 [ 88.500253] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0991, 52 bytes at 145[17]:9 [ 88.503286] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 145 TFD ffff880107bb4880 00000000ffde1a00 [ 88.503320] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000099100a8 to 00000000ffde1a00 TB 1 [17, 145] [ 88.506562] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4880 Unmap 00000000ffde1a00 TBs 1 [ 88.701565] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 49 TFD ffff880107b49880 00000000ffddb000 [ 88.707593] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49880 Unmap 00000000ffddb000 TBs 1 [ 88.709152] iwlwifi 0000:02:00.0: Sending command REPLY_TX_LINK_QUALITY_CMD (#4e), seq: 0x0992, 92 bytes at 146[18]:9 [ 88.712177] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 146 TFD ffff880107bb4900 00000000ffdd7c00 [ 88.712211] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 000000000992004e to 00000000ffdd7c00 TB 1 [18, 146] [ 88.713856] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4900 Unmap 00000000ffdd7c00 TBs 1 [ 89.700254] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 50 TFD ffff880107b49900 00000000ffdb1000 [ 89.706526] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49900 Unmap 00000000ffdb1000 TBs 1 [ 89.727466] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0993, 52 bytes at 147[19]:9 [ 89.730534] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 147 TFD ffff880107bb4980 00000000ffdab800 [ 89.730569] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000099300a8 to 00000000ffdab800 TB 1 [19, 147] [ 89.733640] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4980 Unmap 00000000ffdab800 TBs 1 [ 89.829731] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0994, 52 bytes at 148[20]:9 [ 89.832791] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 148 TFD ffff880107bb4a00 00000000ffda3600 [ 89.832826] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000099400a8 to 00000000ffda3600 TB 1 [20, 148] [ 89.836056] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4a00 Unmap 00000000ffda3600 TBs 1 [ 90.545611] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0995, 52 bytes at 149[21]:9 [ 90.548619] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 149 TFD ffff880107bb4a80 00000000ffd83400 [ 90.548654] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000099500a8 to 00000000ffd83400 TB 1 [21, 149] [ 90.551918] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4a80 Unmap 00000000ffd83400 TBs 1 [ 90.698965] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 51 TFD ffff880107b49980 00000000ffd7b148 [ 90.702805] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49980 Unmap 00000000ffd7b148 TBs 1 [ 91.159213] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0996, 52 bytes at 150[22]:9 [ 91.162213] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 150 TFD ffff880107bb4b00 00000000ffd65000 [ 91.162247] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000099600a8 to 00000000ffd65000 TB 1 [22, 150] [ 91.165399] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4b00 Unmap 00000000ffd65000 TBs 1 [ 91.697670] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 52 TFD ffff880107b49a00 00000000fff59290 [ 91.705982] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49a00 Unmap 00000000fff59290 TBs 1 [ 92.696382] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 53 TFD ffff880107b49a80 00000000ffd2d3d8 [ 92.700205] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49a80 Unmap 00000000ffd2d3d8 TBs 1 [ 93.695082] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 54 TFD ffff880107b49b00 00000000fff31520 [ 93.698888] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49b00 Unmap 00000000fff31520 TBs 1 [ 93.715896] iwlwifi 0000:02:00.0: Sending command SENSITIVITY_CMD (#a8), seq: 0x0997, 52 bytes at 151[23]:9 [ 93.718888] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 151 TFD ffff880107bb4b80 00000000ffd25800 [ 93.718926] iwlwifi 0000:02:00.0: iwl_enqueue_hcmd, Mapped 00000000099700a8 to 00000000ffd25800 TB 1 [23, 151] [ 93.720704] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107bb4b80 Unmap 00000000ffd25800 TBs 1 [ 94.693791] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 55 TFD ffff880107b49b80 00000000fff0b668 [ 94.702135] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49b80 Unmap 00000000fff0b668 TBs 1 [ 95.692502] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 56 TFD ffff880107b49c00 00000000ffee57b0 [ 95.699273] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49c00 Unmap 00000000ffee57b0 TBs 1 [ 96.691198] iwlwifi 0000:02:00.0: ATTACHED 1 tbs to 57 TFD ffff880107b49c80 00000000ffebb8f8 [ 96.695010] iwlwifi 0000:02:00.0: iwlagn_unmap_tfd TFD ffff880107b49c80 Unmap 00000000ffebb8f8 TBs 1 [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-06 9:15 ` Antonio Quartulli @ 2012-05-06 9:25 ` Emmanuel Grumbach 2012-05-06 9:26 ` Emmanuel Grumbach 0 siblings, 1 reply; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-06 9:25 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 830 bytes --] On Sun, May 6, 2012 at 12:15 PM, Antonio Quartulli <ordex@autistici.org> wrote: > On Sun, May 06, 2012 at 10:56:38AM +0200, Antonio Quartulli wrote: >> On Sun, May 06, 2012 at 11:26:32 +0300, Emmanuel Grumbach wrote: >> > All right, >> > >> > Can you please test the patch I sent to you (which was good but not enough) >> > And add this one too ? >> >> Ok, I'll also leave the print.patch. >> I'll report the result. >> > > The WARNING is gone :) > > I attached the dmesg log anyway (debug was off, but there > are all the prints you introduced). > > To be sure, I also removed all the IWL_ERR you added and tried to reboot (in > order to see whether the printings were affecting synchronization). > Glad to hear. You can also remove everything. Reapply the second patch, and here is a new version of this patch after cleaning. [-- Attachment #2: 0001-iwlwifi-fix-the-TFD-rings.patch --] [-- Type: application/octet-stream, Size: 4801 bytes --] From bb98523eb42a13b53d7aec6f2197fdac5e8f7419 Mon Sep 17 00:00:00 2001 From: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Date: Sun, 6 May 2012 11:38:35 +0300 Subject: [PATCH] iwlwifi: fix the TFD rings The logic that allows to have a short TFD queue was completely wrong. We do maintain 256 Transmit Frame Descriptor, but they point to recycled buffers. We used to attach and de-attach different TFDs for the same buffer and it worked since they pointed to the same buffer. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> --- drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h | 4 +- drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c | 26 +++++++++++++-------- drivers/net/wireless/iwlwifi/iwl-trans-pcie.c | 4 +-- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h index 6213c05..ccb97b9 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h @@ -346,8 +346,8 @@ void iwl_trans_tx_queue_set_status(struct iwl_trans *trans, int tx_fifo_id, bool active); void iwl_trans_pcie_tx_agg_setup(struct iwl_trans *trans, int queue, int fifo, int sta_id, int tid, int frame_limit, u16 ssn); -void iwlagn_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq, - int index, enum dma_data_direction dma_dir); +void iwl_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq, + enum dma_data_direction dma_dir); int iwl_tx_queue_reclaim(struct iwl_trans *trans, int txq_id, int index, struct sk_buff_head *skbs); int iwl_queue_space(const struct iwl_queue *q); diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c index 18fccf7..57fe196 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c @@ -209,30 +209,36 @@ static void iwlagn_unmap_tfd(struct iwl_trans *trans, struct iwl_cmd_meta *meta, } /** - * iwlagn_txq_free_tfd - Free all chunks referenced by TFD [txq->q.read_ptr] + * iwl_txq_free_tfd - Free all chunks referenced by the TFD at + * q->read_pointer * @trans - transport private data * @txq - tx queue - * @index - the index of the TFD to be freed - *@dma_dir - the direction of the DMA mapping + * @index - the index of the TFD to be freed. Bound by n_bd and _not_ n_window. + * @dma_dir - the direction of the DMA mapping * * Does NOT advance any TFD circular buffer read/write indexes * Does NOT free the TFD itself (which is within circular buffer) */ -void iwlagn_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq, - int index, enum dma_data_direction dma_dir) +void iwl_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq, + enum dma_data_direction dma_dir) { struct iwl_tfd *tfd_tmp = txq->tfds; + int rd_ptr = txq->q.read_ptr; + int idx = get_cmd_index(&txq->q, rd_ptr); + + /* rd_ptr is bound by n_bd and idx is bound by idx */ lockdep_assert_held(&txq->lock); - iwlagn_unmap_tfd(trans, &txq->entries[index].meta, - &tfd_tmp[index], dma_dir); + /* We have only q->n_window txq->entries, but we use q->n_bd tfds */ + iwlagn_unmap_tfd(trans, &txq->entries[idx].meta, + &tfd_tmp[rd_ptr], dma_dir); /* free SKB */ if (txq->entries) { struct sk_buff *skb; - skb = txq->entries[index].skb; + skb = txq->entries[idx].skb; /* Can be called from irqs-disabled context * If skb is not NULL, it means that the whole queue is being @@ -240,7 +246,7 @@ void iwlagn_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq, */ if (skb) { iwl_op_mode_free_skb(trans->op_mode, skb); - txq->entries[index].skb = NULL; + txq->entries[idx].skb = NULL; } } } @@ -975,7 +981,7 @@ int iwl_tx_queue_reclaim(struct iwl_trans *trans, int txq_id, int index, iwlagn_txq_inval_byte_cnt_tbl(trans, txq); - iwlagn_txq_free_tfd(trans, txq, txq->q.read_ptr, DMA_TO_DEVICE); + iwl_txq_free_tfd(trans, txq, DMA_TO_DEVICE); freed++; } diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c b/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c index e1761c5..fc3fa37 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c @@ -435,9 +435,7 @@ static void iwl_tx_queue_unmap(struct iwl_trans *trans, int txq_id) spin_lock_bh(&txq->lock); while (q->write_ptr != q->read_ptr) { - /* The read_ptr needs to bound by q->n_window */ - iwlagn_txq_free_tfd(trans, txq, get_cmd_index(q, q->read_ptr), - dma_dir); + iwl_txq_free_tfd(trans, txq, dma_dir); q->read_ptr = iwl_queue_inc_wrap(q->read_ptr, q->n_bd); } spin_unlock_bh(&txq->lock); -- 1.7.1 ^ permalink raw reply related [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-06 9:25 ` Emmanuel Grumbach @ 2012-05-06 9:26 ` Emmanuel Grumbach 2012-05-06 9:40 ` Antonio Quartulli 2012-05-06 9:57 ` Antonio Quartulli 0 siblings, 2 replies; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-06 9:26 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org >>> > >>> > Can you please test the patch I sent to you (which was good but not enough) >>> > And add this one too ? >>> >>> Ok, I'll also leave the print.patch. >>> I'll report the result. >>> >> >> The WARNING is gone :) >> >> I attached the dmesg log anyway (debug was off, but there >> are all the prints you introduced). >> >> To be sure, I also removed all the IWL_ERR you added and tried to reboot (in >> order to see whether the printings were affecting synchronization). >> > > Glad to hear. > > You can also remove everything. Reapply the second patch, and here is > a new version of this patch after cleaning. I meant, reapply the first patch (the one that zeroes the TBs). ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-06 9:26 ` Emmanuel Grumbach @ 2012-05-06 9:40 ` Antonio Quartulli 2012-05-06 9:57 ` Antonio Quartulli 1 sibling, 0 replies; 40+ messages in thread From: Antonio Quartulli @ 2012-05-06 9:40 UTC (permalink / raw) To: Emmanuel Grumbach Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 1153 bytes --] On Sun, May 06, 2012 at 12:26:38PM +0300, Emmanuel Grumbach wrote: > >>> > > >>> > Can you please test the patch I sent to you (which was good but not enough) > >>> > And add this one too ? > >>> > >>> Ok, I'll also leave the print.patch. > >>> I'll report the result. > >>> > >> > >> The WARNING is gone :) > >> > >> I attached the dmesg log anyway (debug was off, but there > >> are all the prints you introduced). > >> > >> To be sure, I also removed all the IWL_ERR you added and tried to reboot (in > >> order to see whether the printings were affecting synchronization). > >> > > > > Glad to hear. > > > > You can also remove everything. Reapply the second patch, and here is > > a new version of this patch after cleaning. > > I meant, reapply the first patch (the one that zeroes the TBs). Ok, I will :) Thank you! > -- > 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 -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-06 9:26 ` Emmanuel Grumbach 2012-05-06 9:40 ` Antonio Quartulli @ 2012-05-06 9:57 ` Antonio Quartulli 2012-05-06 9:58 ` Emmanuel Grumbach 1 sibling, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-06 9:57 UTC (permalink / raw) To: Emmanuel Grumbach Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 1218 bytes --] On Sun, May 06, 2012 at 12:26:38PM +0300, Emmanuel Grumbach wrote: > >>> > > >>> > Can you please test the patch I sent to you (which was good but not enough) > >>> > And add this one too ? > >>> > >>> Ok, I'll also leave the print.patch. > >>> I'll report the result. > >>> > >> > >> The WARNING is gone :) > >> > >> I attached the dmesg log anyway (debug was off, but there > >> are all the prints you introduced). > >> > >> To be sure, I also removed all the IWL_ERR you added and tried to reboot (in > >> order to see whether the printings were affecting synchronization). > >> > > > > Glad to hear. > > > > You can also remove everything. Reapply the second patch, and here is > > a new version of this patch after cleaning. > > I meant, reapply the first patch (the one that zeroes the TBs). Do you think thise patches should be backported for stable? Doesn't seem to be trivial.. > -- > 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 -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-06 9:57 ` Antonio Quartulli @ 2012-05-06 9:58 ` Emmanuel Grumbach 0 siblings, 0 replies; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-06 9:58 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org >> >>> > Can you please test the patch I sent to you (which was good but not enough) >> >>> > And add this one too ? >> >>> >> >>> Ok, I'll also leave the print.patch. >> >>> I'll report the result. >> >>> >> >> >> >> The WARNING is gone :) >> >> >> >> I attached the dmesg log anyway (debug was off, but there >> >> are all the prints you introduced). >> >> >> >> To be sure, I also removed all the IWL_ERR you added and tried to reboot (in >> >> order to see whether the printings were affecting synchronization). >> >> >> > >> > Glad to hear. >> > >> > You can also remove everything. Reapply the second patch, and here is >> > a new version of this patch after cleaning. >> >> I meant, reapply the first patch (the one that zeroes the TBs). > > Do you think thise patches should be backported for stable? Doesn't seem to be > trivial.. > Well.... it seems that they need to... I will see what to do. For this kind of things, I have a maintainer :-) ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-06 8:26 ` Emmanuel Grumbach 2012-05-06 8:56 ` Antonio Quartulli @ 2012-05-06 8:59 ` Antonio Quartulli 2012-05-06 9:23 ` Emmanuel Grumbach 1 sibling, 1 reply; 40+ messages in thread From: Antonio Quartulli @ 2012-05-06 8:59 UTC (permalink / raw) To: Emmanuel Grumbach Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 2027 bytes --] On Sun, May 06, 2012 at 11:26:32 +0300, Emmanuel Grumbach wrote: > All right, > > Can you please test the patch I sent to you (which was good but not enough) > And add this one too ? What branch are these patches based on? I'm applying them onto wireless-testing, but I always messages like: patching file drivers/net/wireless/iwlwifi/iwl-debugfs.c Hunk #1 succeeded at 2211 (offset 1 line). The patches apply anyway, but just to be sure I'm testing the correct branch Cheers, > > Thanks > > Emmanuel Grumbach > egrumbach@gmail.com > > > On Sun, May 6, 2012 at 10:54 AM, Antonio Quartulli <ordex@autistici.org> wrote: > > On Sun, May 06, 2012 at 08:49:52 +0300, Emmanuel Grumbach wrote: > >> wait - I just noticed that this one introduced another issue... > > > > ok, I'll drop this patch > > > >> > >> Emmanuel Grumbach > >> egrumbach@gmail.com > >> > >> > >> On Sat, May 5, 2012 at 9:49 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: > >> > Well, > >> > > >> > this is not the same warning as before. > >> > Can you try the patch attached ? > >> > I have submitted it internally. > >> > > >> > thanks > >> > > >> > Emmanuel Grumbach > >> > egrumbach@gmail.com > >> > > >> > > >> > On Fri, May 4, 2012 at 5:20 PM, Antonio Quartulli <ordex@autistici.org> wrote: > >> >> On Fri, May 04, 2012 at 09:58:30 +0300, Emmanuel Grumbach wrote: > >> >>> This can't be with my patch, is it ? > >> >> > >> >> here is the log. Some pieces are missing at the beginning, didn't check why. > >> >> However the WARNING comes up later, so it should be ok. Tell me if I can do > >> >> something else! > >> >> > >> >> Cheers, > >> >> > >> >> > >> >> -- > >> >> Antonio Quartulli > >> >> > >> >> ..each of us alone is worth nothing.. > >> >> Ernesto "Che" Guevara > > > > -- > > Antonio Quartulli > > > > ..each of us alone is worth nothing.. > > Ernesto "Che" Guevara -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-06 8:59 ` Antonio Quartulli @ 2012-05-06 9:23 ` Emmanuel Grumbach 0 siblings, 0 replies; 40+ messages in thread From: Emmanuel Grumbach @ 2012-05-06 9:23 UTC (permalink / raw) To: Antonio Quartulli Cc: John W. Linville, Venkataraman, Meenakshi, linux-wireless@vger.kernel.org On Sun, May 6, 2012 at 11:59 AM, Antonio Quartulli <ordex@autistici.org> wrote: > On Sun, May 06, 2012 at 11:26:32 +0300, Emmanuel Grumbach wrote: >> All right, >> >> Can you please test the patch I sent to you (which was good but not enough) >> And add this one too ? > > What branch are these patches based on? > I'm applying them onto wireless-testing, but I always messages like: > > patching file drivers/net/wireless/iwlwifi/iwl-debugfs.c > Hunk #1 succeeded at 2211 (offset 1 line). > This is fine > The patches apply anyway, but just to be sure I'm testing the correct branch > > > Cheers, > >> >> Thanks >> >> Emmanuel Grumbach >> egrumbach@gmail.com >> >> >> On Sun, May 6, 2012 at 10:54 AM, Antonio Quartulli <ordex@autistici.org> wrote: >> > On Sun, May 06, 2012 at 08:49:52 +0300, Emmanuel Grumbach wrote: >> >> wait - I just noticed that this one introduced another issue... >> > >> > ok, I'll drop this patch >> > >> >> >> >> Emmanuel Grumbach >> >> egrumbach@gmail.com >> >> >> >> >> >> On Sat, May 5, 2012 at 9:49 PM, Emmanuel Grumbach <egrumbach@gmail.com> wrote: >> >> > Well, >> >> > >> >> > this is not the same warning as before. >> >> > Can you try the patch attached ? >> >> > I have submitted it internally. >> >> > >> >> > thanks >> >> > >> >> > Emmanuel Grumbach >> >> > egrumbach@gmail.com >> >> > >> >> > >> >> > On Fri, May 4, 2012 at 5:20 PM, Antonio Quartulli <ordex@autistici.org> wrote: >> >> >> On Fri, May 04, 2012 at 09:58:30 +0300, Emmanuel Grumbach wrote: >> >> >>> This can't be with my patch, is it ? >> >> >> >> >> >> here is the log. Some pieces are missing at the beginning, didn't check why. >> >> >> However the WARNING comes up later, so it should be ok. Tell me if I can do >> >> >> something else! >> >> >> >> >> >> Cheers, >> >> >> >> >> >> >> >> >> -- >> >> >> Antonio Quartulli >> >> >> >> >> >> ..each of us alone is worth nothing.. >> >> >> Ernesto "Che" Guevara >> > >> > -- >> > Antonio Quartulli >> > >> > ..each of us alone is worth nothing.. >> > Ernesto "Che" Guevara > > > > -- > Antonio Quartulli > > ..each of us alone is worth nothing.. > Ernesto "Che" Guevara ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: iwlwifi warn_slowpath with 3.* 2012-05-01 16:52 ` Venkataraman, Meenakshi 2012-05-01 17:13 ` Emmanuel Grumbach @ 2012-05-01 18:33 ` Antonio Quartulli 1 sibling, 0 replies; 40+ messages in thread From: Antonio Quartulli @ 2012-05-01 18:33 UTC (permalink / raw) To: Venkataraman, Meenakshi Cc: John W. Linville, linux-wireless@vger.kernel.org, Emmanuel Grumbach (egrumbach@gmail.com) [-- Attachment #1: Type: text/plain, Size: 1215 bytes --] On Tue, May 01, 2012 at 04:52:23PM +0000, Venkataraman, Meenakshi wrote: > Hi John, Antonio, > > Emmanuel found a race condition in rx buffer allocation/deallocation, and attached is a patch that fixes it. > > >> > since linux-3.0 (I don't remember if it was the case even before), > >> > I'm getting this output in dmesg: > >> > > >> > [ 53.662990] ------------[ cut here ]------------ > >> > [ 53.663016] WARNING: at drivers/iommu/intel-iommu.c:2911 > >> > intel_unmap_page+0x14b/0x180() > >> > [ 53.663047] Hardware name: Latitude E5420 > >> > [ 53.663066] Driver unmaps unmatched page at PFN ffd1a000 > >> > >> > >> I see that I always get the same addr passed to the unmap function: > >> > >> [ 23.950535] Driver unmaps unmatched page at PFN ffd1a000 > >> > >> is it a coincidence? > >> I'm running linux-3.3.3 right now. I can try wireless-testing if it would help. > > [MV] Antonio -- can you try out the patch attached and let us know if you continue to see the problem? Ok, I will first try with a plain wireless-testing kernel and then I will apply the patch. Thanks! -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara [-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --] ^ permalink raw reply [flat|nested] 40+ messages in thread
end of thread, other threads:[~2012-05-06 9:58 UTC | newest] Thread overview: 40+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-04-22 18:29 iwlwifi warn_slowpath with 3.* Antonio Quartulli 2012-04-30 14:58 ` Antonio Quartulli 2012-04-30 17:03 ` John W. Linville 2012-04-30 20:12 ` Emmanuel Grumbach 2012-04-30 20:13 ` Emmanuel Grumbach 2012-05-01 16:52 ` Venkataraman, Meenakshi 2012-05-01 17:13 ` Emmanuel Grumbach 2012-05-01 18:34 ` Antonio Quartulli 2012-05-01 20:56 ` Antonio Quartulli 2012-05-01 21:19 ` Venkataraman, Meenakshi 2012-05-02 7:08 ` Emmanuel Grumbach 2012-05-02 15:31 ` Antonio Quartulli 2012-05-02 15:39 ` John W. Linville 2012-05-02 16:12 ` Antonio Quartulli 2012-05-02 16:21 ` Antonio Quartulli 2012-05-03 6:53 ` Antonio Quartulli 2012-05-03 19:04 ` Emmanuel Grumbach 2012-05-03 19:55 ` Emmanuel Grumbach 2012-05-03 20:09 ` Antonio Quartulli 2012-05-03 20:17 ` Emmanuel Grumbach 2012-05-04 0:21 ` Antonio Quartulli 2012-05-04 5:11 ` Emmanuel Grumbach 2012-05-04 6:36 ` Antonio Quartulli 2012-05-04 6:58 ` Emmanuel Grumbach 2012-05-04 7:28 ` Antonio Quartulli 2012-05-04 14:20 ` Antonio Quartulli 2012-05-05 18:49 ` Emmanuel Grumbach 2012-05-06 5:49 ` Emmanuel Grumbach 2012-05-06 7:54 ` Antonio Quartulli 2012-05-06 8:26 ` Emmanuel Grumbach 2012-05-06 8:56 ` Antonio Quartulli 2012-05-06 9:15 ` Antonio Quartulli 2012-05-06 9:25 ` Emmanuel Grumbach 2012-05-06 9:26 ` Emmanuel Grumbach 2012-05-06 9:40 ` Antonio Quartulli 2012-05-06 9:57 ` Antonio Quartulli 2012-05-06 9:58 ` Emmanuel Grumbach 2012-05-06 8:59 ` Antonio Quartulli 2012-05-06 9:23 ` Emmanuel Grumbach 2012-05-01 18:33 ` Antonio Quartulli
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).