You are not logged in.

#1 2013-10-02 00:38:47

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Switching from netctl and networkmanager to wicd - problems persist

I recently switched from netcl and networkmanager to wicd as I thought it would help manage my wireless connections better. The erros I had with networkmanager and netcl were extremely frustrating. Often times the connection would randomy drop or timeout and I would have to run

sudo wifi-menu wlp8s0

to connect to my access point. For network manager (gtk port) I would have to click the access point again. I am noticing that even with wicd the wireless connection will periodically hang, stall, and eventually I will have to reconnect to the access point. I disabled both the netcl and network managers from starting automatically, etc. I do not know if there are other services trying to call upon the wireless network - a possible interfering agent or what the problem is. Is there any idea of what the problem might be? I currently use wlwifi driver for the intel chipsets:

08:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000 [Condor Peak]
Subsystem: Intel Corporation Centrino Wireless-N 1000 BGN

Offline

#2 2013-10-02 01:46:53

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,140

Re: Switching from netctl and networkmanager to wicd - problems persist

Well, you do need to make sure nothing is competing. So that's the first thing to figure out.

If the problem persists, you need to start looking in the journal/logs.

You should probably also try disabling everything to do with wifi and bringing it up manually to see if the problem manifests them. There are instructions for doing this in the wiki.

I mean people may have some "idea of what the problem might be" but that isn't really going to narrow it down much as you've not really told us much of anything. Maybe it is your network. Maybe it is hardware. Maybe it is something competing for control of the device. Maybe...

I can say that I have the same wireless card and I'm using wicd with no problems on multiple networks. I'm sure that isn't much help but given the information you've provided, it really is about all anybody could say.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#3 2013-10-02 03:50:11

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

what is the command to output journalctl in a log or image

Offline

#4 2013-10-02 04:11:41

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Switching from netctl and networkmanager to wicd - problems persist

jdpaul wrote:

what is the command to output journalctl in a log or image

We have a wiki; please use it.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2013-10-02 04:19:40

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

I already visited the wiki on journalctl (systemctl/systemd) and could not locate the output command.

Last edited by jdpaul (2013-10-02 04:20:08)

Offline

#6 2013-10-02 04:53:34

arcon
Member
Registered: 2013-05-27
Posts: 128

Re: Switching from netctl and networkmanager to wicd - problems persist

How about starting from here


The short cuts are only short because they don't actually go anywhere. -- Trilby
Nothing feels better than being understood -- awayand
A pathetic dreamer smile

Offline

#7 2013-10-02 13:15:56

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

systemctl status wicd

wicd.service - Wicd a wireless and wired network manager for Linux
   Loaded: loaded (/usr/lib/systemd/system/wicd.service; enabled)
   Active: active (running) since Wed 2013-10-02 04:17:33 CDT; 3h 51min ago
 Main PID: 308 (wicd)
   CGroup: /system.slice/wicd.service
           ├─  308 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py --no-daemon
           ├─  349 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
           └─18781 /usr/sbin/dhcpcd -h energy --noipv4ll wlp8s0
bluetooth.service                       enabled 
bumblebeed.service                      enabled 
dbus-org.bluez.service                  enabled 
dbus-org.wicd.daemon.service            enabled 
display-manager.service                 enabled 
gdm.service                             enabled 
getty@.service                          enabled 
wicd.service                            enabled 
remote-fs.target                        enabled 
[jon@energy ~]$ ps aux | grep wicd
root       308  1.0  0.1 199104 14404 ?        Rs   04:17   2:27 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py --no-daemon
root       349  0.5  0.1 112192 11200 ?        S    04:17   1:20 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
jon       4392  0.2  0.4 565916 39132 ?        Sl   05:13   0:28 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
jon      18385  0.3  0.4 554576 34556 ?        Sl   08:03   0:02 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
root     18563  0.0  0.1 187416 10516 ?        S    08:04   0:00 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
root     18565  0.2  0.1 110076 11064 ?        S    08:04   0:01 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
jon      18649  0.2  0.4 554428 34188 ?        Sl   08:05   0:01 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
jon      19519  0.0  0.0  10692  1072 pts/0    S+   08:15   0:00 grep wicd

Offline

#8 2013-10-02 13:39:48

arcon
Member
Registered: 2013-05-27
Posts: 128

Re: Switching from netctl and networkmanager to wicd - problems persist

I don't know what wrong with your wicd, but if you want others to help you, *please* add some journalctl output related to wicd.


The short cuts are only short because they don't actually go anywhere. -- Trilby
Nothing feels better than being understood -- awayand
A pathetic dreamer smile

Offline

#9 2013-10-02 15:07:02

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

Sorry, meant to post - journalctl -b -u wicd

-- Logs begin at Tue 2013-09-17 20:07:31 CDT, end at Wed 2013-10-02 10:04:49 CDT. --
Oct 02 04:17:29 energy systemd[1]: Starting Wicd a wireless and wired network manager for Linux...
Oct 02 04:17:33 energy systemd[1]: Started Wicd a wireless and wired network manager for Linux.
Oct 02 04:17:43 energy wicd[308]: dhcpcd[489]: dhcpcd not running
Oct 02 04:17:44 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 04:17:44 energy wicd[308]: dhcpcd[500]: dhcpcd not running
Oct 02 04:17:45 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or direct
Oct 02 04:17:45 energy wicd[308]: dhcpcd[529]: dhcpcd not running
Oct 02 04:17:45 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 04:17:47 energy wicd[308]: Error for wireless request "Set Frequency" (8B04) :
Oct 02 04:17:47 energy wicd[308]: SET failed on device wlp8s0 ; Device or resource busy.
Oct 02 04:17:47 energy wicd[308]: Error for wireless request "Set AP Address" (8B14) :
Oct 02 04:17:47 energy wicd[308]: SET failed on device wlp8s0 ; Device or resource busy.
Oct 02 04:17:47 energy dhcpcd[538]: version 6.0.5 starting
Oct 02 04:17:48 energy dhcpcd[538]: wlp8s0: waiting for carrier
Oct 02 04:18:22 energy wicd[308]: dhcpcd[575]: dhcpcd not running
Oct 02 04:18:22 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 04:18:22 energy wicd[308]: dhcpcd[581]: dhcpcd not running
Oct 02 04:18:23 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or direct
Oct 02 04:31:36 energy wicd[308]: Starting automatic reconnect process
Oct 02 04:31:36 energy wicd[308]: Starting automatic reconnect process
Oct 02 04:31:36 energy wicd[308]: Starting automatic reconnect process
Oct 02 04:31:36 energy wicd[308]: Starting automatic reconnect process
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Starting automatic reconnect process
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Starting automatic reconnect process
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Starting automatic reconnect process
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:31:36 energy wicd[308]: Throttling autoreconnect
Oct 02 04:35:33 energy wicd[308]: Throttling adhcpcd[1043]: dhcpcd not running
Oct 02 04:35:33 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 04:35:33 energy wicd[308]: dhcpcd[1049]: dhcpcd not running
Oct 02 04:35:34 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or direct
Oct 02 04:35:34 energy wicd[308]: dhcpcd[1057]: dhcpcd not running
Oct 02 04:35:34 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 04:35:36 energy dhcpcd[1067]: version 6.0.5 starting
Oct 02 04:35:36 energy dhcpcd[1067]: wlp8s0: waiting for carrier
Oct 02 04:36:10 energy wicd[308]: dhcpcd[1099]: dhcpcd not running
Oct 02 04:36:10 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 04:36:10 energy wicd[308]: dhcpcd[1105]: dhcpcd not running
Oct 02 04:36:11 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or direct
Oct 02 04:38:57 energy wicd[308]: dhcpcd[1182]: dhcpcd not running
Oct 02 04:38:57 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 04:38:57 energy wicd[308]: dhcpcd[1188]: dhcpcd not running
Oct 02 04:38:58 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or direct
Oct 02 04:38:58 energy wicd[308]: dhcpcd[1196]: dhcpcd not running
Oct 02 04:38:58 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 04:39:00 energy dhcpcd[1205]: version 6.0.5 starting
Oct 02 04:39:00 energy dhcpcd[1205]: wlp8s0: waiting for carrier
Oct 02 04:39:34 energy wicd[308]: dhcpcd[1237]: dhcpcd not running
Oct 02 04:39:34 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 04:39:34 energy wicd[308]: dhcpcd[1243]: dhcpcd not running
Oct 02 04:39:35 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or direct
Oct 02 04:42:20 energy wicd[308]: dhcpcd[1320]: dhcpcd not running
Oct 02 04:42:20 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 04:42:20 energy wicd[308]: dhcpcd[1326]: dhcpcd not running
Oct 02 04:42:21 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or direct
Oct 02 04:42:21 energy wicd[308]: dhcpcd[1334]: dhcpcd not running
Oct 02 04:42:21 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 04:42:23 energy dhcpcd[1345]: version 6.0.5 starting
Oct 02 04:42:23 energy dhcpcd[1345]: wlp8s0: soliciting an IPv6 router
Oct 02 04:42:23 energy dhcpcd[1345]: wlp8s0: ipv6rs_sendprobe: sendmsg: Cannot assign requested address
Oct 02 04:42:24 energy dhcpcd[1345]: wlp8s0: rebinding lease of 172.16.7.104
Oct 02 04:42:28 energy dhcpcd[1345]: wlp8s0: leased 172.16.7.104 for 86400 seconds
Oct 02 04:42:28 energy dhcpcd[1345]: wlp8s0: adding host route to 172.16.7.104 via 127.0.0.1
Oct 02 04:42:28 energy dhcpcd[1345]: wlp8s0: adding route to 172.16.0.0/20
Oct 02 04:42:28 energy dhcpcd[1345]: wlp8s0: adding default route via 172.16.0.1
Oct 02 05:12:33 energy dhcpcd[1438]: wlp8s0: carrier lost
Oct 02 05:12:33 energy dhcpcd[1438]: wlp8s0: deleting host route to 172.16.7.104 via 127.0.0.1
Oct 02 05:12:33 energy dhcpcd[1438]: wlp8s0: deleting route to 172.16.0.0/20
Oct 02 05:12:33 energy dhcpcd[1438]: wlp8s0: deleting default route via 172.16.0.1
Oct 02 05:12:37 energy wicd[308]: dhcpcd[4208]: sending signal 1 to pid 1438
Oct 02 05:12:37 energy wicd[308]: dhcpcd[4208]: waiting for pid 1438 to exit
Oct 02 05:12:37 energy dhcpcd[4208]: sending signal 1 to pid 1438
Oct 02 05:12:37 energy dhcpcd[4208]: waiting for pid 1438 to exit
Oct 02 05:12:37 energy dhcpcd[1438]: received SIGHUP from PID 4208, releasing
Oct 02 05:12:37 energy dhcpcd[1438]: wlp8s0: removing interface
Oct 02 05:12:37 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or direct
Oct 02 05:12:37 energy wicd[308]: dhcpcd[4242]: dhcpcd not running
Oct 02 05:12:38 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or direct
Oct 02 05:13:01 energy dhcpcd[4293]: version 6.0.5 starting
Oct 02 05:13:01 energy dhcpcd[4293]: wlp8s0: waiting for carrier
Oct 02 05:13:01 energy dhcpcd[4293]: wlp8s0: carrier acquired
Oct 02 05:13:01 energy dhcpcd[4293]: wlp8s0: soliciting an IPv6 router
Oct 02 05:13:02 energy dhcpcd[4293]: wlp8s0: soliciting a DHCP lease
Oct 02 05:13:02 energy dhcpcd[4293]: wlp8s0: offered 172.16.7.104 from 172.16.100.94
Oct 02 05:13:07 energy dhcpcd[4293]: wlp8s0: leased 172.16.7.104 for 86400 seconds
Oct 02 05:13:07 energy dhcpcd[4293]: wlp8s0: adding host route to 172.16.7.104 via 127.0.0.1
Oct 02 05:13:07 energy dhcpcd[4293]: wlp8s0: adding route to 172.16.0.0/20
Oct 02 05:13:07 energy dhcpcd[4293]: wlp8s0: adding default route via 172.16.0.1
Oct 02 05:13:15 energy dhcpcd[4435]: wlp8s0: no IPv6 Routers available
Oct 02 05:43:11 energy dhcpcd[4435]: wlp8s0: carrier lost
Oct 02 05:43:11 energy dhcpcd[4435]: wlp8s0: deleting host route to 172.16.7.104 via 127.0.0.1
Oct 02 05:43:11 energy dhcpcd[4435]: wlp8s0: deleting route to 172.16.0.0/20
Oct 02 05:43:11 energy dhcpcd[4435]: wlp8s0: deleting default route via 172.16.0.1
Oct 02 05:43:13 energy dhcpcd[7215]: sending signal 1 to pid 4435
Oct 02 05:43:13 energy dhcpcd[7215]: waiting for pid 4435 to exit
Oct 02 05:43:13 energy dhcpcd[4435]: received SIGHUP from PID 7215, releasing
Oct 02 05:43:13 energy dhcpcd[4435]: wlp8s0: removing interface
Oct 02 05:44:03 energy dhcpcd[7358]: version 6.0.5 starting
Oct 02 05:44:03 energy dhcpcd[7358]: wlp8s0: waiting for carrier
Oct 02 05:44:03 energy dhcpcd[7358]: wlp8s0: carrier acquired
Oct 02 05:44:03 energy dhcpcd[7358]: wlp8s0: soliciting an IPv6 router
Oct 02 05:44:04 energy dhcpcd[7358]: wlp8s0: soliciting a DHCP lease
Oct 02 05:44:04 energy dhcpcd[7358]: wlp8s0: offered 172.16.7.104 from 172.16.100.94
Oct 02 05:44:08 energy dhcpcd[7358]: wlp8s0: leased 172.16.7.104 for 86400 seconds
Oct 02 05:44:08 energy dhcpcd[7358]: wlp8s0: adding host route to 172.16.7.104 via 127.0.0.1
Oct 02 05:44:08 energy dhcpcd[7358]: wlp8s0: adding route to 172.16.0.0/20
Oct 02 05:44:08 energy dhcpcd[7358]: wlp8s0: adding default route via 172.16.0.1
Oct 02 05:44:17 energy dhcpcd[7450]: wlp8s0: no IPv6 Routers available
Oct 02 06:14:13 energy dhcpcd[7450]: wlp8s0: carrier lost
Oct 02 06:14:13 energy dhcpcd[7450]: wlp8s0: deleting host route to 172.16.7.104 via 127.0.0.1
Oct 02 06:14:13 energy dhcpcd[7450]: wlp8s0: deleting route to 172.16.0.0/20
Oct 02 06:14:13 energy dhcpcd[7450]: wlp8s0: deleting default route via 172.16.0.1
Oct 02 06:14:13 energy dhcpcd[10318]: sending signal 1 to pid 7450
Oct 02 06:14:13 energy dhcpcd[10318]: waiting for pid 7450 to exit
Oct 02 06:14:13 energy dhcpcd[7450]: received SIGHUP from PID 10318, releasing
Oct 02 06:14:13 energy dhcpcd[7450]: wlp8s0: removing interface
Oct 02 06:16:40 energy dhcpcd[10544]: version 6.0.5 starting
Oct 02 06:16:40 energy dhcpcd[10544]: wlp8s0: waiting for carrier
Oct 02 06:16:40 energy dhcpcd[10544]: wlp8s0: carrier acquired
Oct 02 06:16:40 energy dhcpcd[10544]: wlp8s0: soliciting an IPv6 router
Oct 02 06:16:40 energy dhcpcd[10544]: wlp8s0: soliciting a DHCP lease
Oct 02 06:16:40 energy dhcpcd[10544]: wlp8s0: offered 172.16.7.104 from 172.16.100.94
Oct 02 06:16:46 energy dhcpcd[10544]: wlp8s0: leased 172.16.7.104 for 86400 seconds
Oct 02 06:16:46 energy dhcpcd[10544]: wlp8s0: adding host route to 172.16.7.104 via 127.0.0.1
Oct 02 06:16:46 energy dhcpcd[10544]: wlp8s0: adding route to 172.16.0.0/20
Oct 02 06:16:46 energy dhcpcd[10544]: wlp8s0: adding default route via 172.16.0.1
Oct 02 06:16:54 energy dhcpcd[10638]: wlp8s0: no IPv6 Routers available
Oct 02 06:46:50 energy dhcpcd[10638]: wlp8s0: carrier lost
Oct 02 06:46:50 energy dhcpcd[10638]: wlp8s0: deleting host route to 172.16.7.104 via 127.0.0.1
Oct 02 06:46:50 energy dhcpcd[10638]: wlp8s0: deleting route to 172.16.0.0/20
Oct 02 06:46:50 energy dhcpcd[10638]: wlp8s0: deleting default route via 172.16.0.1
Oct 02 06:46:50 energy dhcpcd[13360]: sending signal 1 to pid 10638
Oct 02 06:46:50 energy dhcpcd[13360]: waiting for pid 10638 to exit
Oct 02 06:46:50 energy dhcpcd[10638]: received SIGHUP from PID 13360, releasing
Oct 02 06:46:50 energy dhcpcd[10638]: wlp8s0: removing interface
Oct 02 06:54:28 energy dhcpcd[13854]: version 6.0.5 starting
Oct 02 06:54:28 energy dhcpcd[13854]: wlp8s0: waiting for carrier
Oct 02 06:54:28 energy dhcpcd[13854]: wlp8s0: carrier acquired
Oct 02 06:54:28 energy dhcpcd[13854]: wlp8s0: soliciting an IPv6 router
Oct 02 06:54:28 energy dhcpcd[13854]: wlp8s0: soliciting a DHCP lease
Oct 02 06:54:28 energy dhcpcd[13854]: wlp8s0: offered 172.16.7.104 from 172.16.100.94
Oct 02 06:54:33 energy dhcpcd[13854]: wlp8s0: leased 172.16.7.104 for 86400 seconds
Oct 02 06:54:33 energy dhcpcd[13854]: wlp8s0: adding host route to 172.16.7.104 via 127.0.0.1
Oct 02 06:54:33 energy dhcpcd[13854]: wlp8s0: adding route to 172.16.0.0/20
Oct 02 06:54:33 energy dhcpcd[13854]: wlp8s0: adding default route via 172.16.0.1
Oct 02 06:54:41 energy dhcpcd[13948]: wlp8s0: no IPv6 Routers available
Oct 02 08:02:37 energy dhcpcd[18101]: version 6.0.5 starting
Oct 02 08:02:37 energy dhcpcd[18101]: wlp8s0: waiting for carrier
Oct 02 08:02:37 energy dhcpcd[18101]: wlp8s0: carrier acquired
Oct 02 08:02:37 energy dhcpcd[18101]: wlp8s0: soliciting an IPv6 router
Oct 02 08:02:37 energy dhcpcd[18101]: wlp8s0: soliciting a DHCP lease
Oct 02 08:02:42 energy dhcpcd[18101]: wlp8s0: offered 10.8.55.176 from 1.2.1.2
Oct 02 08:02:47 energy dhcpcd[18101]: wlp8s0: leased 10.8.55.176 for 3600 seconds
Oct 02 08:02:47 energy dhcpcd[18101]: wlp8s0: adding host route to 10.8.55.176 via 127.0.0.1
Oct 02 08:02:47 energy dhcpcd[18101]: wlp8s0: adding route to 10.8.0.0/16
Oct 02 08:02:47 energy dhcpcd[18101]: wlp8s0: adding default route via 10.8.255.254
Oct 02 08:02:50 energy dhcpcd[18193]: wlp8s0: no IPv6 Routers available
Oct 02 08:03:02 energy dhcpcd[18193]: wlp8s0: carrier lost
Oct 02 08:03:02 energy dhcpcd[18193]: wlp8s0: deleting host route to 10.8.55.176 via 127.0.0.1
Oct 02 08:03:02 energy dhcpcd[18193]: wlp8s0: deleting route to 10.8.0.0/16
Oct 02 08:03:02 energy dhcpcd[18193]: wlp8s0: deleting default route via 10.8.255.254
Oct 02 08:03:03 energy dhcpcd[18252]: sending signal 1 to pid 18193
Oct 02 08:03:03 energy dhcpcd[18252]: waiting for pid 18193 to exit
Oct 02 08:03:03 energy dhcpcd[18193]: received SIGHUP from PID 18252, releasing
Oct 02 08:03:03 energy dhcpcd[18193]: wlp8s0: removing interface
Oct 02 08:03:54 energy dhcpcd[18429]: version 6.0.5 starting
Oct 02 08:03:54 energy dhcpcd[18429]: wlp8s0: soliciting an IPv6 router
Oct 02 08:03:54 energy dhcpcd[18429]: wlp8s0: ipv6rs_sendprobe: sendmsg: Cannot assign requested address
Oct 02 08:03:54 energy dhcpcd[18429]: wlp8s0: soliciting a DHCP lease
Oct 02 08:03:55 energy dhcpcd[18429]: wlp8s0: carrier lost
Oct 02 08:04:16 energy dhcpcd[18515]: sending signal 1 to pid 18429
Oct 02 08:04:16 energy dhcpcd[18515]: waiting for pid 18429 to exit
Oct 02 08:04:16 energy dhcpcd[18429]: received SIGHUP from PID 18515, releasing
Oct 02 08:04:16 energy dhcpcd[18429]: wlp8s0: removing interface
Oct 02 08:05:36 energy dhcpcd[18689]: version 6.0.5 starting
Oct 02 08:05:36 energy dhcpcd[18689]: wlp8s0: soliciting an IPv6 router
Oct 02 08:05:36 energy dhcpcd[18689]: wlp8s0: soliciting a DHCP lease
Oct 02 08:05:41 energy dhcpcd[18689]: wlp8s0: offered 10.8.55.176 from 1.2.1.2
Oct 02 08:05:46 energy dhcpcd[18689]: wlp8s0: leased 10.8.55.176 for 14400 seconds
Oct 02 08:05:46 energy dhcpcd[18689]: wlp8s0: adding host route to 10.8.55.176 via 127.0.0.1
Oct 02 08:05:46 energy dhcpcd[18689]: wlp8s0: adding route to 10.8.0.0/16
Oct 02 08:05:46 energy dhcpcd[18689]: wlp8s0: adding default route via 10.8.255.254
Oct 02 08:05:50 energy dhcpcd[18781]: wlp8s0: no IPv6 Routers available
Oct 02 08:44:19 energy dhcpcd[27558]: version 6.0.5 starting
Oct 02 08:44:19 energy dhcpcd[27558]: wlp8s0: waiting for carrier
Oct 02 08:44:19 energy dhcpcd[27558]: wlp8s0: carrier acquired
Oct 02 08:44:19 energy dhcpcd[27558]: wlp8s0: soliciting an IPv6 router
Oct 02 08:44:19 energy dhcpcd[27558]: wlp8s0: soliciting a DHCP lease
Oct 02 08:44:25 energy dhcpcd[27558]: wlp8s0: offered 10.8.55.176 from 1.2.1.2
Oct 02 08:44:30 energy dhcpcd[27558]: wlp8s0: leased 10.8.55.176 for 14400 seconds
Oct 02 08:44:30 energy dhcpcd[27558]: wlp8s0: adding host route to 10.8.55.176 via 127.0.0.1
Oct 02 08:44:30 energy dhcpcd[27558]: wlp8s0: adding route to 10.8.0.0/16
Oct 02 08:44:30 energy dhcpcd[27558]: wlp8s0: adding default route via 10.8.255.254
Oct 02 08:44:33 energy dhcpcd[27650]: wlp8s0: no IPv6 Routers available
Oct 02 08:56:50 energy dhcpcd[28209]: version 6.0.5 starting
Oct 02 08:56:50 energy dhcpcd[28209]: wlp8s0: waiting for carrier
Oct 02 09:03:08 energy dhcpcd[28980]: version 6.0.5 starting
Oct 02 09:03:08 energy dhcpcd[28980]: wlp8s0: soliciting an IPv6 router
Oct 02 09:03:08 energy dhcpcd[28980]: wlp8s0: soliciting a DHCP lease
Oct 02 09:03:11 energy dhcpcd[28980]: wlp8s0: carrier lost
Oct 02 09:04:49 energy dhcpcd[29169]: version 6.0.5 starting
Oct 02 09:04:49 energy dhcpcd[29169]: wlp8s0: waiting for carrier
Oct 02 09:05:11 energy dhcpcd[29198]: sending signal 1 to pid 29169
Oct 02 09:05:11 energy dhcpcd[29198]: waiting for pid 29169 to exit
Oct 02 09:05:20 energy dhcpcd[29231]: version 6.0.5 starting
Oct 02 09:05:20 energy dhcpcd[29231]: wlp8s0: waiting for carrier
Oct 02 09:06:26 energy dhcpcd[29338]: version 6.0.5 starting
Oct 02 09:06:26 energy dhcpcd[29338]: wlp8s0: waiting for carrier
Oct 02 09:06:39 energy dhcpcd[29368]: sending signal 1 to pid 29338
Oct 02 09:06:39 energy dhcpcd[29368]: waiting for pid 29338 to exit
Oct 02 09:07:23 energy dhcpcd[29501]: version 6.0.5 starting
Oct 02 09:07:23 energy dhcpcd[29501]: wlp8s0: soliciting an IPv6 router
Oct 02 09:07:23 energy dhcpcd[29501]: wlp8s0: soliciting a DHCP lease
Oct 02 09:07:24 energy dhcpcd[29501]: wlp8s0: offered 10.8.55.176 from 1.2.1.2
Oct 02 09:07:29 energy dhcpcd[29501]: wlp8s0: leased 10.8.55.176 for 14400 seconds
Oct 02 09:07:29 energy dhcpcd[29501]: wlp8s0: adding host route to 10.8.55.176 via 127.0.0.1
Oct 02 09:07:29 energy dhcpcd[29501]: wlp8s0: adding route to 10.8.0.0/16
Oct 02 09:07:29 energy dhcpcd[29501]: wlp8s0: adding default route via 10.8.255.254
Oct 02 09:07:36 energy dhcpcd[29593]: wlp8s0: no IPv6 Routers available

looks like i need to enable IPv4?

Offline

#10 2013-10-02 21:12:58

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,140

Re: Switching from netctl and networkmanager to wicd - problems persist

Have you disabled it, then?

By the way, ps is showing way too many hits for wicd. I have a total of 4 - 3 root and 1 user.

It _may_ be that you are connecting to a poorly configured network. On some ipv4 networks, the only way to connect is to disable ipv6 altogether. If you control the network, fixing the network is the right solution. If you don't, the only thing you can do is disable ipv6.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#11 2013-10-03 04:17:32

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

I diabled ipv6 , but it doesn't seem to have helped. I do not control the network as it is a university network

-- Logs begin at Tue 2013-09-17 20:07:31 CDT, end at Wed 2013-10-02 23:20:51 CDT. --
Oct 02 23:12:40 energy systemd[1]: Starting Wicd a wireless and wired network manager for Linux...
Oct 02 23:12:43 energy systemd[1]: Started Wicd a wireless and wired network manager for Linux.
Oct 02 23:13:05 energy dhcpcd[658]: version 6.0.5 starting
Oct 02 23:13:05 energy dhcpcd[658]: wlp8s0: soliciting an IPv6 router
Oct 02 23:13:05 energy dhcpcd[658]: wlp8s0: soliciting a DHCP lease
Oct 02 23:13:05 energy dhcpcd[658]: wlp8s0: offered 172.16.7.104 from 172.16.100.94
Oct 02 23:13:10 energy dhcpcd[658]: wlp8s0: leased 172.16.7.104 for 86400 seconds
Oct 02 23:13:10 energy dhcpcd[658]: wlp8s0: adding host route to 172.16.7.104 via 127.0.0.1
Oct 02 23:13:10 energy dhcpcd[658]: wlp8s0: adding route to 172.16.0.0/20
Oct 02 23:13:10 energy dhcpcd[658]: wlp8s0: adding default route via 172.16.0.1
Oct 02 23:13:18 energy dhcpcd[839]: wlp8s0: no IPv6 Routers available
Oct 02 23:13:22 energy dhcpcd[959]: sending signal 1 to pid 839
Oct 02 23:13:22 energy dhcpcd[959]: waiting for pid 839 to exit
Oct 02 23:13:22 energy dhcpcd[839]: received SIGHUP from PID 959, releasing
Oct 02 23:13:22 energy dhcpcd[839]: wlp8s0: removing interface
Oct 02 23:13:22 energy dhcpcd[839]: wlp8s0: releasing lease of 172.16.7.104
Oct 02 23:13:22 energy dhcpcd[839]: wlp8s0: deleting host route to 172.16.7.104 via 127.0.0.1
Oct 02 23:13:22 energy dhcpcd[839]: wlp8s0: deleting route to 172.16.0.0/20
Oct 02 23:13:22 energy dhcpcd[839]: wlp8s0: deleting default route via 172.16.0.1
Oct 02 23:13:28 energy dhcpcd[1024]: version 6.0.5 starting
Oct 02 23:13:28 energy dhcpcd[1024]: wlp8s0: waiting for carrier
Oct 02 23:13:28 energy dhcpcd[1024]: wlp8s0: carrier acquired
Oct 02 23:13:28 energy dhcpcd[1024]: wlp8s0: soliciting an IPv6 router
Oct 02 23:13:28 energy dhcpcd[1024]: wlp8s0: soliciting a DHCP lease
Oct 02 23:13:30 energy dhcpcd[1024]: wlp8s0: offered 172.16.10.227 from 172.16.100.94
Oct 02 23:13:34 energy dhcpcd[1024]: wlp8s0: leased 172.16.10.227 for 86400 seconds
Oct 02 23:13:34 energy dhcpcd[1024]: wlp8s0: adding host route to 172.16.10.227 via 127.0.0.1
Oct 02 23:13:34 energy dhcpcd[1024]: wlp8s0: adding route to 172.16.0.0/20
Oct 02 23:13:34 energy dhcpcd[1024]: wlp8s0: adding default route via 172.16.0.1
Oct 02 23:13:41 energy dhcpcd[1116]: wlp8s0: no IPv6 Routers available
Oct 02 23:16:09 energy dhcpcd[1509]: sending signal 1 to pid 1116
Oct 02 23:16:09 energy dhcpcd[1509]: waiting for pid 1116 to exit
Oct 02 23:16:09 energy dhcpcd[1116]: received SIGHUP from PID 1509, releasing
Oct 02 23:16:09 energy dhcpcd[1116]: wlp8s0: removing interface
Oct 02 23:16:09 energy dhcpcd[1116]: wlp8s0: releasing lease of 172.16.10.227
Oct 02 23:16:09 energy dhcpcd[1116]: wlp8s0: deleting host route to 172.16.10.227 via 127.0.0.1
Oct 02 23:16:09 energy dhcpcd[1116]: wlp8s0: deleting route to 172.16.0.0/20
Oct 02 23:16:09 energy dhcpcd[1116]: wlp8s0: deleting default route via 172.16.0.1
Oct 02 23:16:14 energy dhcpcd[1571]: version 6.0.5 starting
Oct 02 23:16:14 energy dhcpcd[1571]: wlp8s0: soliciting an IPv6 router
Oct 02 23:16:14 energy dhcpcd[1571]: wlp8s0: ipv6rs_sendprobe: sendmsg: Cannot assign requested address
Oct 02 23:16:14 energy dhcpcd[1571]: wlp8s0: soliciting a DHCP lease
Oct 02 23:16:14 energy dhcpcd[1571]: wlp8s0: offered 192.168.1.9 from 192.168.1.1
Oct 02 23:16:20 energy dhcpcd[1571]: wlp8s0: leased 192.168.1.9 for 86400 seconds
Oct 02 23:16:20 energy dhcpcd[1571]: wlp8s0: adding host route to 192.168.1.9 via 127.0.0.1
Oct 02 23:16:20 energy dhcpcd[1571]: wlp8s0: adding route to 192.168.1.0/24
Oct 02 23:16:20 energy dhcpcd[1571]: wlp8s0: adding default route via 192.168.1.1

Last edited by jdpaul (2013-10-03 04:21:58)

Offline

#12 2013-10-03 22:53:04

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,140

Re: Switching from netctl and networkmanager to wicd - problems persist

How did you disable it?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#13 2013-10-04 01:20:01

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

sysctl -w net.ipv6.conf.all.disable_ipv6=1
sysctl -w net.ipv6.conf.default.disable_ipv6=1

Offline

#14 2013-10-04 01:58:00

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,140

Re: Switching from netctl and networkmanager to wicd - problems persist

Try adding

noipv6rs

to /etc/dhcpcd.conf.

EDIT: Obviously, you'll have to restart stuff after this, I think, to make sure dhcpcd reads the new config? Unless you can load it in place?

Last edited by cfr (2013-10-04 01:58:50)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#15 2013-10-04 06:30:41

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

I added that and apparently there was a line

noip411

that I removed.

Offline

#16 2013-10-05 01:15:34

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,140

Re: Switching from netctl and networkmanager to wicd - problems persist

I forget what that line does but you don't need to remove it to use ipv4 and it may be important. You certainly don't need to remove it to disable ipv6.

So did you then restart everything?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#17 2013-10-05 01:25:44

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

Yes, but it didn't do much..

Oct 04 01:28:13 energy systemd[1]: Starting Wicd a wireless and wired network manager for Linux...
Oct 04 01:28:16 energy systemd[1]: Started Wicd a wireless and wired network manager for Linux.
Oct 04 01:28:30 energy wicd[308]: dhcpcd[499]: dhcpcd not running
Oct 04 01:28:31 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or directory
Oct 04 01:28:31 energy wicd[308]: dhcpcd[511]: dhcpcd not running
Oct 04 01:28:32 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or directory
Oct 04 01:28:32 energy wicd[308]: dhcpcd[534]: dhcpcd not running
Oct 04 01:28:32 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or directory
Oct 04 01:28:34 energy wicd[308]: Error for wireless request "Set AP Address" (8B14) :
Oct 04 01:28:34 energy wicd[308]: SET failed on device wlp8s0 ; Device or resource busy.
Oct 04 01:28:34 energy dhcpcd[545]: version 6.0.5 starting
Oct 04 01:28:34 energy dhcpcd[545]: wlp8s0: waiting for carrier
Oct 04 01:28:34 energy dhcpcd[545]: wlp8s0: carrier acquired
Oct 04 01:28:34 energy dhcpcd[545]: wlp8s0: rebinding lease of 192.168.1.9
Oct 04 01:28:34 energy dhcpcd[545]: wlp8s0: NAK: from 172.16.100.94
Oct 04 01:28:34 energy dhcpcd[545]: wlp8s0: soliciting a DHCP lease
Oct 04 01:28:36 energy dhcpcd[545]: wlp8s0: offered 172.16.1.151 from 172.16.100.94
Oct 04 01:28:41 energy dhcpcd[545]: wlp8s0: leased 172.16.1.151 for 86400 seconds
Oct 04 01:28:41 energy dhcpcd[545]: wlp8s0: adding host route to 172.16.1.151 via 127.0.0.1
Oct 04 01:28:41 energy dhcpcd[545]: wlp8s0: adding route to 172.16.0.0/20
Oct 04 01:28:41 energy dhcpcd[545]: wlp8s0: adding default route via 172.16.0.1
Oct 04 01:29:14 energy wicd[308]: dhcpcd[1014]: sending signal 1 to pid 746
Oct 04 01:29:14 energy wicd[308]: dhcpcd[1014]: waiting for pid 746 to exit
Oct 04 01:29:14 energy dhcpcd[1014]: sending signal 1 to pid 746
Oct 04 01:29:14 energy dhcpcd[1014]: waiting for pid 746 to exit
Oct 04 01:29:14 energy dhcpcd[746]: received SIGHUP from PID 1014, releasing
Oct 04 01:29:14 energy dhcpcd[746]: wlp8s0: removing interface
Oct 04 01:29:14 energy dhcpcd[746]: wlp8s0: releasing lease of 172.16.1.151
Oct 04 01:29:14 energy dhcpcd[746]: wlp8s0: deleting host route to 172.16.1.151 via 127.0.0.1
Oct 04 01:29:14 energy dhcpcd[746]: wlp8s0: deleting route to 172.16.0.0/20
Oct 04 01:29:14 energy dhcpcd[746]: wlp8s0: deleting default route via 172.16.0.1
Oct 04 01:29:14 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or directory
Oct 04 01:29:14 energy wicd[308]: dhcpcd[1053]: dhcpcd not running
Oct 04 01:29:15 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or directory
Oct 04 01:29:15 energy wicd[308]: dhcpcd[1061]: dhcpcd not running
Oct 04 01:29:15 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or directory
Oct 04 01:29:19 energy dhcpcd[1076]: version 6.0.5 starting
Oct 04 01:29:19 energy dhcpcd[1076]: wlp8s0: soliciting a DHCP lease
Oct 04 01:29:19 energy dhcpcd[1076]: wlp8s0: offered 192.168.1.9 from 192.168.1.1
Oct 04 01:29:24 energy dhcpcd[1076]: wlp8s0: leased 192.168.1.9 for 86400 seconds
Oct 04 01:29:24 energy dhcpcd[1076]: wlp8s0: adding host route to 192.168.1.9 via 127.0.0.1
Oct 04 01:29:24 energy dhcpcd[1076]: wlp8s0: adding route to 192.168.1.0/24
Oct 04 01:29:24 energy dhcpcd[1076]: wlp8s0: adding default route via 192.168.1.1
Oct 04 02:34:29 energy wicd[308]: dhcpcd[5623]: sending signal 1 to pid 1168
Oct 04 02:34:29 energy wicd[308]: dhcpcd[5623]: waiting for pid 1168 to exit
Oct 04 02:34:29 energy dhcpcd[5623]: sending signal 1 to pid 1168
Oct 04 02:34:29 energy dhcpcd[5623]: waiting for pid 1168 to exit
Oct 04 02:34:34 energy wicd[308]: dhcpcd[5665]: dhcpcd not running
Oct 04 02:34:35 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or directory
Oct 04 02:34:35 energy wicd[308]: dhcpcd[5673]: dhcpcd not running
Oct 04 02:34:35 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or directory
Oct 04 02:34:37 energy dhcpcd[5684]: version 6.0.5 starting
Oct 04 02:34:37 energy dhcpcd[5684]: wlp8s0: waiting for carrier
Oct 04 02:35:07 energy wicd[308]: dhcpcd[5717]: dhcpcd not running
Oct 04 02:35:07 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or directory
Oct 04 02:35:07 energy wicd[308]: dhcpcd[5723]: dhcpcd not running
Oct 04 02:35:08 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or directory
Oct 04 02:35:21 energy wicd[308]: dhcpcd[5739]: dhcpcd not running
Oct 04 02:35:21 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or directory
Oct 04 02:35:21 energy wicd[308]: dhcpcd[5746]: dhcpcd not running
Oct 04 02:35:22 energy wicd[308]: Failed to connect to non-global ctrl_ifname: enp7s0  error: No such file or directory
Oct 04 02:35:22 energy wicd[308]: dhcpcd[5754]: dhcpcd not running
Oct 04 02:35:22 energy wicd[308]: Failed to connect to non-global ctrl_ifname: wlp8s0  error: No such file or directory
Oct 04 02:35:25 energy dhcpcd[5769]: version 6.0.5 starting
Oct 04 02:35:25 energy dhcpcd[5769]: wlp8s0: soliciting a DHCP lease
Oct 04 02:35:25 energy dhcpcd[5769]: wlp8s0: offered 192.168.1.9 from 192.168.1.1
Oct 04 02:35:30 energy dhcpcd[5769]: wlp8s0: leased 192.168.1.9 for 86400 seconds
Oct 04 02:35:30 energy dhcpcd[5769]: wlp8s0: adding host route to 192.168.1.9 via 127.0.0.1
Oct 04 02:35:30 energy dhcpcd[5769]: wlp8s0: adding route to 192.168.1.0/24
Oct 04 02:35:30 energy dhcpcd[5769]: wlp8s0: adding default route via 192.168.1.1
Oct 04 07:15:32 energy dhcpcd[28249]: sending signal 1 to pid 5861
Oct 04 07:15:32 energy dhcpcd[28249]: waiting for pid 5861 to exit
Oct 04 07:17:48 energy dhcpcd[28729]: version 6.0.5 starting
Oct 04 07:17:48 energy dhcpcd[28729]: wlp8s0: waiting for carrier
Oct 04 07:18:09 energy dhcpcd[28760]: sending signal 1 to pid 28729
Oct 04 07:18:09 energy dhcpcd[28760]: waiting for pid 28729 to exit
Oct 04 07:18:17 energy dhcpcd[28802]: version 6.0.5 starting
Oct 04 07:18:17 energy dhcpcd[28802]: wlp8s0: waiting for carrier
Oct 04 07:20:43 energy dhcpcd[29276]: version 6.0.5 starting
Oct 04 07:20:43 energy dhcpcd[29276]: wlp8s0: soliciting a DHCP lease
Oct 04 07:20:48 energy dhcpcd[29276]: wlp8s0: offered 10.8.39.118 from 1.2.1.2
Oct 04 07:20:53 energy dhcpcd[29276]: wlp8s0: leased 10.8.39.118 for 3600 seconds
Oct 04 07:20:53 energy dhcpcd[29276]: wlp8s0: adding host route to 10.8.39.118 via 127.0.0.1
Oct 04 07:20:53 energy dhcpcd[29276]: wlp8s0: adding route to 10.8.0.0/16
Oct 04 07:20:53 energy dhcpcd[29276]: wlp8s0: adding default route via 10.8.255.254
Oct 04 07:21:08 energy dhcpcd[29368]: wlp8s0: carrier lost
Oct 04 07:21:08 energy dhcpcd[29368]: wlp8s0: deleting host route to 10.8.39.118 via 127.0.0.1
Oct 04 07:21:08 energy dhcpcd[29368]: wlp8s0: deleting route to 10.8.0.0/16
Oct 04 07:21:08 energy dhcpcd[29368]: wlp8s0: deleting default route via 10.8.255.254
Oct 04 07:21:09 energy dhcpcd[29435]: sending signal 1 to pid 29368
Oct 04 07:21:09 energy dhcpcd[29435]: waiting for pid 29368 to exit
Oct 04 07:21:09 energy dhcpcd[29368]: received SIGHUP from PID 29435, releasing
Oct 04 07:21:09 energy dhcpcd[29368]: wlp8s0: removing interface
Oct 04 07:21:30 energy dhcpcd[29513]: version 6.0.5 starting
Oct 04 07:21:30 energy dhcpcd[29513]: wlp8s0: waiting for carrier
Oct 04 07:22:11 energy dhcpcd[29589]: version 6.0.5 starting
Oct 04 07:22:11 energy dhcpcd[29589]: wlp8s0: soliciting a DHCP lease
Oct 04 07:22:17 energy dhcpcd[29589]: wlp8s0: offered 10.8.39.118 from 1.2.1.2
Oct 04 07:22:21 energy dhcpcd[29589]: wlp8s0: leased 10.8.39.118 for 3511 seconds
Oct 04 07:22:21 energy dhcpcd[29589]: wlp8s0: adding host route to 10.8.39.118 via 127.0.0.1
Oct 04 07:22:21 energy dhcpcd[29589]: wlp8s0: adding route to 10.8.0.0/16
Oct 04 07:22:21 energy dhcpcd[29589]: wlp8s0: adding default route via 10.8.255.254
Oct 04 08:02:02 energy dhcpcd[29681]: wlp8s0: carrier lost
Oct 04 08:02:02 energy dhcpcd[29681]: wlp8s0: deleting host route to 10.8.39.118 via 127.0.0.1
Oct 04 08:02:02 energy dhcpcd[29681]: wlp8s0: deleting route to 10.8.0.0/16
Oct 04 08:02:02 energy dhcpcd[29681]: wlp8s0: deleting default route via 10.8.255.254
Oct 04 08:02:02 energy dhcpcd[1068]: sending signal 1 to pid 29681
Oct 04 08:02:02 energy dhcpcd[1068]: waiting for pid 29681 to exit
Oct 04 08:02:02 energy dhcpcd[29681]: received SIGHUP from PID 1068, releasing
Oct 04 08:02:02 energy dhcpcd[29681]: wlp8s0: removing interface
Oct 04 08:04:21 energy dhcpcd[1384]: version 6.0.5 starting
Oct 04 08:04:21 energy dhcpcd[1384]: wlp8s0: waiting for carrier
Oct 04 08:04:21 energy dhcpcd[1384]: wlp8s0: carrier acquired
Oct 04 08:04:21 energy dhcpcd[1384]: wlp8s0: soliciting a DHCP lease
Oct 04 08:04:25 energy dhcpcd[1384]: wlp8s0: offered 10.8.39.118 from 1.2.1.2
Oct 04 08:04:30 energy dhcpcd[1384]: wlp8s0: leased 10.8.39.118 for 14400 seconds
Oct 04 08:04:30 energy dhcpcd[1384]: wlp8s0: adding host route to 10.8.39.118 via 127.0.0.1
Oct 04 08:04:30 energy dhcpcd[1384]: wlp8s0: adding route to 10.8.0.0/16
Oct 04 08:04:30 energy dhcpcd[1384]: wlp8s0: adding default route via 10.8.255.254
Oct 04 13:36:48 energy dhcpcd[1476]: wlp8s0: carrier lost
Oct 04 13:36:48 energy dhcpcd[1476]: wlp8s0: deleting host route to 10.8.39.118 via 127.0.0.1
Oct 04 13:36:48 energy dhcpcd[1476]: wlp8s0: deleting route to 10.8.0.0/16
Oct 04 13:36:48 energy dhcpcd[1476]: wlp8s0: deleting default route via 10.8.255.254
Oct 04 13:36:48 energy dhcpcd[5423]: sending signal 1 to pid 1476
Oct 04 13:36:48 energy dhcpcd[5423]: waiting for pid 1476 to exit
Oct 04 13:36:48 energy dhcpcd[1476]: received SIGHUP from PID 5423, releasing
Oct 04 13:36:48 energy dhcpcd[1476]: wlp8s0: removing interface
Oct 04 13:37:16 energy dhcpcd[5653]: version 6.0.5 starting
Oct 04 13:37:16 energy dhcpcd[5653]: wlp8s0: soliciting a DHCP lease
Oct 04 13:37:17 energy dhcpcd[5653]: wlp8s0: offered 192.168.1.9 from 192.168.1.1
Oct 04 13:37:22 energy dhcpcd[5653]: wlp8s0: leased 192.168.1.9 for 86400 seconds
Oct 04 13:37:22 energy dhcpcd[5653]: wlp8s0: adding host route to 192.168.1.9 via 127.0.0.1
Oct 04 13:37:22 energy dhcpcd[5653]: wlp8s0: adding route to 192.168.1.0/24
Oct 04 13:37:22 energy dhcpcd[5653]: wlp8s0: adding default route via 192.168.1.1
Oct 04 13:47:16 energy dhcpcd[6706]: sending signal 1 to pid 5746
Oct 04 13:47:16 energy dhcpcd[6706]: waiting for pid 5746 to exit
Oct 04 13:47:57 energy dhcpcd[6914]: version 6.0.5 starting
Oct 04 13:47:57 energy dhcpcd[6914]: wlp8s0: soliciting a DHCP lease
Oct 04 13:47:57 energy dhcpcd[6914]: wlp8s0: offered 192.168.1.9 from 192.168.1.1
Oct 04 13:48:02 energy dhcpcd[6914]: wlp8s0: leased 192.168.1.9 for 86400 seconds
Oct 04 13:48:02 energy dhcpcd[6914]: wlp8s0: adding host route to 192.168.1.9 via 127.0.0.1
Oct 04 13:48:02 energy dhcpcd[6914]: wlp8s0: adding route to 192.168.1.0/24
Oct 04 13:48:02 energy dhcpcd[6914]: wlp8s0: adding default route via 192.168.1.1
Oct 04 13:51:08 energy dhcpcd[7298]: sending signal 1 to pid 7006
Oct 04 13:51:08 energy dhcpcd[7006]: received SIGHUP from PID 7298, releasing
Oct 04 13:51:08 energy dhcpcd[7006]: wlp8s0: removing interface
Oct 04 13:51:08 energy dhcpcd[7006]: wlp8s0: releasing lease of 192.168.1.9
Oct 04 13:51:08 energy dhcpcd[7298]: waiting for pid 7006 to exit
Oct 04 13:51:08 energy dhcpcd[7006]: wlp8s0: deleting host route to 192.168.1.9 via 127.0.0.1
Oct 04 13:51:08 energy dhcpcd[7006]: wlp8s0: deleting route to 192.168.1.0/24
Oct 04 13:51:08 energy dhcpcd[7006]: wlp8s0: deleting default route via 192.168.1.1
Oct 04 13:51:14 energy dhcpcd[7370]: version 6.0.5 starting
Oct 04 13:51:14 energy dhcpcd[7370]: wlp8s0: soliciting a DHCP lease
Oct 04 13:51:15 energy dhcpcd[7370]: wlp8s0: offered 192.168.1.9 from 192.168.1.1
Oct 04 13:51:20 energy dhcpcd[7370]: wlp8s0: leased 192.168.1.9 for 86400 seconds
Oct 04 13:51:20 energy dhcpcd[7370]: wlp8s0: adding host route to 192.168.1.9 via 127.0.0.1
Oct 04 13:51:20 energy dhcpcd[7370]: wlp8s0: adding route to 192.168.1.0/24
Oct 04 13:51:20 energy dhcpcd[7370]: wlp8s0: adding default route via 192.168.1.1
Oct 04 13:57:13 energy dhcpcd[7965]: sending signal 1 to pid 7462
Oct 04 13:57:13 energy dhcpcd[7965]: waiting for pid 7462 to exit
Oct 04 13:57:13 energy dhcpcd[7462]: received SIGHUP from PID 7965, releasing
Oct 04 13:57:13 energy dhcpcd[7462]: wlp8s0: removing interface
Oct 04 13:57:13 energy dhcpcd[7462]: wlp8s0: releasing lease of 192.168.1.9
Oct 04 13:57:13 energy dhcpcd[7462]: wlp8s0: deleting host route to 192.168.1.9 via 127.0.0.1
Oct 04 13:57:13 energy dhcpcd[7462]: wlp8s0: deleting route to 192.168.1.0/24
Oct 04 13:57:13 energy dhcpcd[7462]: wlp8s0: deleting default route via 192.168.1.1
Oct 04 13:57:18 energy dhcpcd[8024]: version 6.0.5 starting
Oct 04 13:57:18 energy dhcpcd[8024]: wlp8s0: waiting for carrier
Oct 04 13:58:00 energy dhcpcd[8098]: version 6.0.5 starting
Oct 04 13:58:00 energy dhcpcd[8098]: wlp8s0: soliciting a DHCP lease
Oct 04 13:58:00 energy dhcpcd[8098]: wlp8s0: offered 172.16.1.151 from 172.16.100.94
Oct 04 13:58:05 energy dhcpcd[8098]: wlp8s0: leased 172.16.1.151 for 86400 seconds
Oct 04 13:58:05 energy dhcpcd[8098]: wlp8s0: adding host route to 172.16.1.151 via 127.0.0.1
Oct 04 13:58:05 energy dhcpcd[8098]: wlp8s0: adding route to 172.16.0.0/20
Oct 04 13:58:05 energy dhcpcd[8098]: wlp8s0: adding default route via 172.16.0.1
Oct 04 14:28:08 energy dhcpcd[8190]: wlp8s0: carrier lost
Oct 04 14:28:08 energy dhcpcd[8190]: wlp8s0: deleting host route to 172.16.1.151 via 127.0.0.1
Oct 04 14:28:08 energy dhcpcd[8190]: wlp8s0: deleting route to 172.16.0.0/20
Oct 04 14:28:08 energy dhcpcd[8190]: wlp8s0: deleting default route via 172.16.0.1
Oct 04 14:28:08 energy dhcpcd[10460]: sending signal 1 to pid 8190
Oct 04 14:28:08 energy dhcpcd[10460]: waiting for pid 8190 to exit
Oct 04 14:28:08 energy dhcpcd[8190]: received SIGHUP from PID 10460, releasing
Oct 04 14:28:08 energy dhcpcd[8190]: wlp8s0: removing interface
Oct 04 14:29:18 energy dhcpcd[10573]: version 6.0.5 starting
Oct 04 14:29:18 energy dhcpcd[10573]: wlp8s0: waiting for carrier
Oct 04 14:29:18 energy dhcpcd[10573]: wlp8s0: carrier acquired
Oct 04 14:29:18 energy dhcpcd[10573]: wlp8s0: soliciting a DHCP lease
Oct 04 14:29:18 energy dhcpcd[10573]: wlp8s0: offered 172.16.1.151 from 172.16.100.94
Oct 04 14:29:23 energy dhcpcd[10573]: wlp8s0: leased 172.16.1.151 for 86400 seconds
Oct 04 14:29:23 energy dhcpcd[10573]: wlp8s0: adding host route to 172.16.1.151 via 127.0.0.1
Oct 04 14:29:23 energy dhcpcd[10573]: wlp8s0: adding route to 172.16.0.0/20
Oct 04 14:29:23 energy dhcpcd[10573]: wlp8s0: adding default route via 172.16.0.1
Oct 04 20:16:27 energy dhcpcd[10667]: wlp8s0: carrier lost
Oct 04 20:16:27 energy dhcpcd[10667]: wlp8s0: deleting host route to 172.16.1.151 via 127.0.0.1
Oct 04 20:16:27 energy dhcpcd[10667]: wlp8s0: deleting route to 172.16.0.0/20
Oct 04 20:16:27 energy dhcpcd[10667]: wlp8s0: deleting default route via 172.16.0.1
Oct 04 20:16:27 energy dhcpcd[12418]: sending signal 1 to pid 10667
Oct 04 20:16:27 energy dhcpcd[12418]: waiting for pid 10667 to exit
Oct 04 20:16:48 energy dhcpcd[12574]: version 6.0.5 starting
Oct 04 20:16:48 energy dhcpcd[12574]: wlp8s0: waiting for carrier
Oct 04 20:16:48 energy dhcpcd[12574]: wlp8s0: carrier acquired
Oct 04 20:16:48 energy dhcpcd[12574]: wlp8s0: soliciting a DHCP lease
Oct 04 20:16:48 energy dhcpcd[12574]: wlp8s0: offered 172.16.1.151 from 172.16.100.94
Oct 04 20:16:53 energy dhcpcd[12574]: wlp8s0: leased 172.16.1.151 for 86400 seconds
Oct 04 20:16:53 energy dhcpcd[12574]: wlp8s0: adding host route to 172.16.1.151 via 127.0.0.1
Oct 04 20:16:53 energy dhcpcd[12574]: wlp8s0: adding route to 172.16.0.0/20
Oct 04 20:16:53 energy dhcpcd[12574]: wlp8s0: adding default route via 172.16.0.1

Offline

#18 2013-10-05 01:32:55

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

I also added myself to the network group because I think I forgot to do that.

Offline

#19 2013-10-05 02:11:54

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,140

Re: Switching from netctl and networkmanager to wicd - problems persist

You shouldn't do that. systemd means it is unnecessary and it can cause problems.

I think you should disable all automated handling of wifi and try to connect manually. The wiki explains how to do this. Then post your output here.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#20 2013-10-05 20:34:09

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

If you imply that I should do everything manually, well, wicd is a automatic manager - so you are saying I should switch back to wpa_supplicant, etc? I was connecting manually from the command line using ip set link wlp8s0 up and wifi-menu wlp8s0 to connect before and I still had problems with the losing the connection. Even when I shut the laptop and log back in as my user, I have to reconnect

Offline

#21 2013-10-05 21:18:15

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,140

Re: Switching from netctl and networkmanager to wicd - problems persist

wifi-menu is not doing it manually.

For troubleshooting wireless, it is recommended to go back to the most basic tools and work from there. It makes it easier to diagnose problems. See https://wiki.archlinux.org/index.php/Wi … nual_setup.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#22 2013-10-09 16:47:46

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

I tried doing everything manually, but I am still having issues. Any ideas?

Offline

#23 2013-10-09 19:49:47

cookies
Member
Registered: 2013-01-17
Posts: 253

Re: Switching from netctl and networkmanager to wicd - problems persist

jdpaul wrote:

I tried doing everything manually, but I am still having issues. Any ideas?

Please post the commands you used and the output you got. Then we might see what's not working propperly.

Offline

#24 2013-10-10 01:51:18

jdpaul
Member
From: Nebraska
Registered: 2013-09-15
Posts: 53

Re: Switching from netctl and networkmanager to wicd - problems persist

[jon@energy ~]$ iwconfig wlp8s0
wlp8s0    IEEE 802.11bgn  ESSID:"Minnesota"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 60:A4:4C:C6:19:60   
          Bit Rate=72.2 Mb/s   Tx-Power=14 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=65/70  Signal level=-45 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:3770  Invalid misc:15   Missed beacon:0
[jon@energy ~]$ iwconfig wlp8s0
wlp8s0    IEEE 802.11bgn  ESSID:"Minnesota"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 60:A4:4C:C6:19:60   
          Bit Rate=72.2 Mb/s   Tx-Power=14 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=65/70  Signal level=-45 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:3770  Invalid misc:15   Missed beacon:0

[jon@energy ~]$ iwlist wlp8s0 scan
wlp8s0    Scan completed :
          Cell 01 - Address: 60:A4:4C:C6:19:60
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=63/70  Signal level=-47 dBm  
                    Encryption key:on
                    ESSID:"Minnesota"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                              18 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=00000004850c75b0
                    Extra: Last beacon: 416096ms ago
                    IE: Unknown: 00094D696E6E65736F7461
                    IE: Unknown: 010882848B961224486C
                    IE: Unknown: 030106
                    IE: Unknown: 2A0104
                    IE: Unknown: 32040C183060
                    IE: Unknown: 2D1AEC0117FFFF0000000000000000000000000000000C0000000000
                    IE: Unknown: 3D1606000700000000000000000000000000000000000000
                    IE: Unknown: 3E0100
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD180050F2020101830003A4000027A4000042435E0062322F00
                    IE: Unknown: 0B0504007D127A
                    IE: Unknown: DD07000C4307000000
                    IE: Unknown: 0706555300010B10
[jon@energy ~]$ iw dev wlp8s0 link
Connected to 60:a4:4c:c6:19:60 (on wlp8s0)
	SSID: Minnesota
	freq: 2437
	RX: 8920271 bytes (24820 packets)
	TX: 620675 bytes (3528 packets)
	signal: -44 dBm
	tx bitrate: 65.0 MBit/s MCS 7

	bss flags:	short-slot-time
	dtim period:	1
	beacon int:	100
[jon@energy ~]$ dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.11.4-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013
[    0.000000] Command line: root=/dev/sda1 rw initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000bce3efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bce3f000-0x00000000bcebefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bcebf000-0x00000000bcfbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcfbf000-0x00000000bcffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bcfff000-0x00000000bcffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd000000-0x00000000bf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 0862                            /Base Board Product Name, BIOS 47CN30WW(V2.08) 08/01/2011
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x23fe00 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-EFFFF write-protect
[    0.000000]   F0000-FFFFF write-combining
[    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 0BD000000 mask FFF000000 uncachable
[    0.000000]   3 base 0BE000000 mask FFE000000 uncachable
[    0.000000]   4 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   5 base 100000000 mask F00000000 write-back
[    0.000000]   6 base 200000000 mask FE0000000 write-back
[    0.000000]   7 base 220000000 mask FF0000000 write-back
[    0.000000]   8 base 230000000 mask FF0000000 write-back
[    0.000000]   9 base 23FE00000 mask FFFE00000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xbd000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] reserving inaccessible SNB gfx pages
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b2d000, 0x01b2dfff] PGTABLE
[    0.000000] BRK [0x01b2e000, 0x01b2efff] PGTABLE
[    0.000000] BRK [0x01b2f000, 0x01b2ffff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23fc00000-0x23fdfffff]
[    0.000000]  [mem 0x23fc00000-0x23fdfffff] page 2M
[    0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23c000000-0x23fbfffff]
[    0.000000]  [mem 0x23c000000-0x23fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
[    0.000000]  [mem 0x200000000-0x23bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40200000-0xbce3efff]
[    0.000000]  [mem 0x40200000-0xbcdfffff] page 2M
[    0.000000]  [mem 0xbce00000-0xbce3efff] page 4k
[    0.000000] BRK [0x01b31000, 0x01b31fff] PGTABLE
[    0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xbcfff000-0xbcffffff]
[    0.000000]  [mem 0xbcfff000-0xbcffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 2M
[    0.000000] RAMDISK: [mem 0x1fcf6000-0x1fffefff]
[    0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 00000000bcffe120 0008C (v01 LENOVO CB-01    00000001      01000013)
[    0.000000] ACPI: FACP 00000000bcffb000 000F4 (v04 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: DSDT 00000000bcfec000 0B648 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: FACS 00000000bcf6e000 00040
[    0.000000] ACPI: SLIC 00000000bcffd000 00176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: ASF! 00000000bcffc000 000A5 (v32 INSYDE HR CRB   00000001 ACPI 00040000)
[    0.000000] ACPI: HPET 00000000bcffa000 00038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: APIC 00000000bcff9000 0008C (v02 INSYDE HR CRB   00000001 ACPI 00040000)
[    0.000000] ACPI: MCFG 00000000bcff8000 0003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: WDAT 00000000bcfeb000 00224 (v01 INSYDE HR CRB   00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 00000000bcfea000 006FE (v01 INSYDE HR CRB   00001000 ACPI 00040000)
[    0.000000] ACPI: BOOT 00000000bcfe8000 00028 (v01 INSYDE HR CRB   00000001 ACPI 00040000)
[    0.000000] ACPI: ASPT 00000000bcfe5000 00034 (v07 INSYDE HR CRB   00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 00000000bcfe4000 0094E (v01 INSYDE HR CRB   00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 00000000bcfe3000 00996 (v01 INSYDE HR CRB   00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 00000000bcfde000 04B06 (v01 INSYDE HR CRB   00001000 ACPI 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x23fdfffff]
[    0.000000]   NODE_DATA [mem 0x23fdf6000-0x23fdfafff]
[    0.000000]  [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237400000-ffff88023f3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x23fdfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009cfff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x3fffffff]
[    0.000000]   node   0: [mem 0x40200000-0xbce3efff]
[    0.000000]   node   0: [mem 0xbcfff000-0xbcffffff]
[    0.000000]   node   0: [mem 0x100000000-0x23fdfffff]
[    0.000000] On node 0 totalpages: 2082780
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 156 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12009 pages used for memmap
[    0.000000]   DMA32 zone: 768576 pages, LIFO batch:31
[    0.000000]   Normal zone: 20472 pages used for memmap
[    0.000000]   Normal zone: 1310208 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, 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: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbce3f000-0xbcebefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbcebf000-0xbcfbefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbcfbf000-0xbcffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd000000-0xbf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[    0.000000] e820: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88023fa00000 s86528 r8192 d24064 u262144
[    0.000000] pcpu-alloc: s86528 r8192 d24064 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2050079
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/sda1 rw initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8117576K/8331120K available (5046K kernel code, 795K rwdata, 1696K rodata, 1140K init, 1284K bss, 213544K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[    0.000000] NR_IRQS:4352 nr_irqs:744 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 33554432 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.003333] tsc: Detected 2195.144 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4392.21 BogoMIPS (lpj=7317146)
[    0.000005] pid_max: default: 32768 minimum: 301
[    0.000033] Security Framework initialized
[    0.000040] AppArmor: AppArmor disabled by boot time parameter
[    0.000041] Yama: becoming mindful.
[    0.000578] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.002412] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.003153] Mount-cache hash table entries: 256
[    0.003335] Initializing cgroup subsys memory
[    0.003343] Initializing cgroup subsys devices
[    0.003345] Initializing cgroup subsys freezer
[    0.003347] Initializing cgroup subsys net_cls
[    0.003348] Initializing cgroup subsys blkio
[    0.003369] CPU: Physical Processor ID: 0
[    0.003370] CPU: Processor Core ID: 0
[    0.003375] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.003378] mce: CPU supports 9 MCE banks
[    0.003389] CPU0: Thermal monitoring handled by SMI
[    0.003400] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 5
[    0.003543] Freeing SMP alternatives memory: 20K (ffffffff819e5000 - ffffffff819ea000)
[    0.004892] ACPI: Core revision 20130517
[    0.011886] ACPI: All ACPI Tables successfully acquired
[    0.027115] ftrace: allocating 20089 entries in 79 pages
[    0.038453] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.071424] smpboot: CPU0: Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz (fam: 06, model: 2a, stepping: 07)
[    0.071431] TSC deadline timer enabled
[    0.071441] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[    0.071447] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[    0.071450] ... version:                3
[    0.071451] ... bit width:              48
[    0.071452] ... generic registers:      4
[    0.071453] ... value mask:             0000ffffffffffff
[    0.071454] ... max period:             0000ffffffffffff
[    0.071456] ... fixed-purpose events:   3
[    0.071457] ... event mask:             000000070000000f
[    0.109334] CPU1: Thermal monitoring handled by SMI
[    0.111525] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.129370] CPU2: Thermal monitoring handled by SMI
[    0.149382] CPU3: Thermal monitoring handled by SMI
[    0.169379] CPU4: Thermal monitoring handled by SMI
[    0.189372] CPU5: Thermal monitoring handled by SMI
[    0.209385] CPU6: Thermal monitoring handled by SMI
[    0.098226] smpboot: Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 OK
[    0.229376] CPU7: Thermal monitoring handled by SMI
[    0.231482] Brought up 8 CPUs
[    0.231486] smpboot: Total of 8 processors activated (35136.73 BogoMIPS)
[    0.239251] devtmpfs: initialized
[    0.240555] PM: Registering ACPI NVS region [mem 0xbcebf000-0xbcfbefff] (1048576 bytes)
[    0.241434] RTC time: 16:04:28, date: 10/08/13
[    0.241474] NET: Registered protocol family 16
[    0.241600] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.241602] ACPI: bus type PCI registered
[    0.241604] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.241668] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.241671] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.247923] PCI: Using configuration type 1 for base access
[    0.248679] bio: create slab <bio-0> at 0
[    0.248806] ACPI: Added _OSI(Module Device)
[    0.248808] ACPI: Added _OSI(Processor Device)
[    0.248809] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.248810] ACPI: Added _OSI(Processor Aggregator Device)
[    0.250577] ACPI: EC: Look up EC in DSDT
[    0.252460] ACPI: Executed 2 blocks of module-level executable AML code
[    0.255626] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.256972] ACPI: SSDT 00000000bce70718 0067C (v01  PmRef  Cpu0Cst 00003001 INTL 20100121)
[    0.257422] ACPI: Dynamic OEM Table Load:
[    0.257424] ACPI: SSDT           (null) 0067C (v01  PmRef  Cpu0Cst 00003001 INTL 20100121)
[    0.265991] ACPI: SSDT 00000000bce71a98 00303 (v01  PmRef    ApIst 00003000 INTL 20100121)
[    0.266473] ACPI: Dynamic OEM Table Load:
[    0.266475] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20100121)
[    0.279173] ACPI: SSDT 00000000bce6fd98 00119 (v01  PmRef    ApCst 00003000 INTL 20100121)
[    0.279618] ACPI: Dynamic OEM Table Load:
[    0.279621] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20100121)
[    0.303129] ACPI: Interpreter enabled
[    0.303135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
[    0.303141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[    0.303155] ACPI: (supports S0 S3 S4 S5)
[    0.303157] ACPI: Using IOAPIC for interrupt routing
[    0.303181] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.303305] ACPI: No dock devices found.
[    0.493320] ACPI: Power Resource [FN00] (off)
[    0.493409] ACPI: Power Resource [FN01] (off)
[    0.494065] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.494100] \_SB_.PCI0:_OSC invalid UUID
[    0.494101] _OSC request data:1 8 0 
[    0.494134] \_SB_.PCI0:_OSC invalid UUID
[    0.494135] _OSC request data:1 1f 0 
[    0.494138] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.494140] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.494722] PCI host bridge to bus 0000:00
[    0.494725] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.494728] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.494730] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.494732] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.494733] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff]
[    0.494742] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.494831] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[    0.494864] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.494905] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.494950] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[    0.494961] pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
[    0.494968] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.494973] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.495097] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.495133] pci 0000:00:16.0: reg 0x10: [mem 0xf1c04000-0xf1c0400f 64bit]
[    0.495249] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.495354] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.495810] pci 0000:00:1a.0: reg 0x10: [mem 0xf1c0a000-0xf1c0a3ff]
[    0.498416] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.498493] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.498543] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.498570] pci 0000:00:1b.0: reg 0x10: [mem 0xf1c00000-0xf1c03fff 64bit]
[    0.498694] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.498749] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.498790] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.498920] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.498977] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.499017] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.499151] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.499207] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.499250] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[    0.499379] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.499434] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.499475] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[    0.499604] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.499707] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.500145] pci 0000:00:1d.0: reg 0x10: [mem 0xf1c09000-0xf1c093ff]
[    0.502750] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.502823] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.502866] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[    0.503095] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.503131] pci 0000:00:1f.2: reg 0x10: [io  0x3088-0x308f]
[    0.503144] pci 0000:00:1f.2: reg 0x14: [io  0x309c-0x309f]
[    0.503158] pci 0000:00:1f.2: reg 0x18: [io  0x3080-0x3087]
[    0.503172] pci 0000:00:1f.2: reg 0x1c: [io  0x3098-0x309b]
[    0.503186] pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
[    0.503199] pci 0000:00:1f.2: reg 0x24: [mem 0xf1c08000-0xf1c087ff]
[    0.503288] pci 0000:00:1f.2: PME# supported from D3hot
[    0.503371] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.503397] pci 0000:00:1f.3: reg 0x10: [mem 0xf1c06000-0xf1c060ff 64bit]
[    0.503435] pci 0000:00:1f.3: reg 0x20: [io  0x3040-0x305f]
[    0.503595] pci 0000:01:00.0: [10de:0deb] type 00 class 0x030000
[    0.503609] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
[    0.503624] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.503639] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.503649] pci 0000:01:00.0: reg 0x24: [io  0x2000-0x207f]
[    0.503659] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.503742] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.509173] pci 0000:00:01.0: PCI bridge to [bus 01-06]
[    0.509181] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.509189] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf10fffff]
[    0.509198] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.509412] pci 0000:07:00.0: [14e4:16b1] type 00 class 0x020000
[    0.509472] pci 0000:07:00.0: reg 0x10: [mem 0xf1800000-0xf180ffff 64bit pref]
[    0.509520] pci 0000:07:00.0: reg 0x18: [mem 0xf1810000-0xf181ffff 64bit pref]
[    0.509609] pci 0000:07:00.0: reg 0x30: [mem 0xfffff800-0xffffffff pref]
[    0.509767] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[    0.510618] pci 0000:07:00.0: System wakeup disabled by ACPI
[    0.515895] pci 0000:00:1c.0: PCI bridge to [bus 07]
[    0.515919] pci 0000:00:1c.0:   bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
[    0.516069] pci 0000:08:00.0: [8086:0084] type 00 class 0x028000
[    0.516121] pci 0000:08:00.0: reg 0x10: [mem 0xf1b00000-0xf1b01fff 64bit]
[    0.516375] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.517223] pci 0000:08:00.0: System wakeup disabled by ACPI
[    0.522524] pci 0000:00:1c.1: PCI bridge to [bus 08]
[    0.522539] pci 0000:00:1c.1:   bridge window [mem 0xf1b00000-0xf1bfffff]
[    0.522727] pci 0000:09:00.0: [1033:0194] type 00 class 0x0c0330
[    0.522788] pci 0000:09:00.0: reg 0x10: [mem 0xf1a00000-0xf1a01fff 64bit]
[    0.523110] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.523948] pci 0000:09:00.0: System wakeup disabled by ACPI
[    0.529204] pci 0000:00:1c.3: PCI bridge to [bus 09]
[    0.529219] pci 0000:00:1c.3:   bridge window [mem 0xf1a00000-0xf1afffff]
[    0.529419] pci 0000:0a:00.0: [197b:2392] type 00 class 0x088000
[    0.529448] pci 0000:0a:00.0: reg 0x10: [mem 0xf1903000-0xf19030ff]
[    0.530447] pci 0000:0a:00.0: System wakeup disabled by ACPI
[    0.530505] pci 0000:0a:00.2: [197b:2391] type 00 class 0x080501
[    0.530534] pci 0000:0a:00.2: reg 0x10: [mem 0xf1902000-0xf19020ff]
[    0.530820] pci 0000:0a:00.3: [197b:2393] type 00 class 0x088000
[    0.530848] pci 0000:0a:00.3: reg 0x10: [mem 0xf1901000-0xf19010ff]
[    0.531131] pci 0000:0a:00.4: [197b:2394] type 00 class 0x088000
[    0.531160] pci 0000:0a:00.4: reg 0x10: [mem 0xf1900000-0xf19000ff]
[    0.535867] pci 0000:00:1c.4: PCI bridge to [bus 0a]
[    0.535882] pci 0000:00:1c.4:   bridge window [mem 0xf1900000-0xf19fffff]
[    1.037675] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[    1.037732] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    1.037785] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.037839] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    1.037891] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.037944] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[    1.037997] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    1.038050] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    1.038313] ACPI: Enabled 6 GPEs in block 00 to 3F
[    1.038321] ACPI: \_SB_.PCI0: notify handler is installed
[    1.038381] Found 1 acpi root devices
[    1.038413] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    1.038489] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.038495] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    1.038497] vgaarb: loaded
[    1.038498] vgaarb: bridge control possible 0000:01:00.0
[    1.038499] vgaarb: no bridge control possible 0000:00:02.0
[    1.038530] PCI: Using ACPI for IRQ routing
[    1.041530] PCI: pci_cache_line_size set to 64 bytes
[    1.041704] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    1.041705] e820: reserve RAM buffer [mem 0xbce3f000-0xbfffffff]
[    1.041707] e820: reserve RAM buffer [mem 0xbd000000-0xbfffffff]
[    1.041709] e820: reserve RAM buffer [mem 0x23fe00000-0x23fffffff]
[    1.041793] NetLabel: Initializing
[    1.041795] NetLabel:  domain hash size = 128
[    1.041796] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.041807] NetLabel:  unlabeled traffic allowed by default
[    1.041826] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.041831] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.043856] Switched to clocksource hpet
[    1.048181] pnp: PnP ACPI init
[    1.048196] ACPI: bus type PNP registered
[    1.048223] pnp 00:00: [dma 4]
[    1.048244] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.048266] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[    1.048363] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.048397] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.048438] system 00:04: [io  0x0680-0x069f] has been reserved
[    1.048441] system 00:04: [io  0x1000-0x100f] has been reserved
[    1.048443] system 00:04: [io  0x1010-0x1013] has been reserved
[    1.048445] system 00:04: [io  0xffff] has been reserved
[    1.048447] system 00:04: [io  0x0400-0x0453] could not be reserved
[    1.048449] system 00:04: [io  0x0458-0x047f] has been reserved
[    1.048451] system 00:04: [io  0x0500-0x057f] has been reserved
[    1.048453] system 00:04: [io  0x164e-0x164f] has been reserved
[    1.048456] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.048481] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.048521] system 00:06: [io  0x0454-0x0457] has been reserved
[    1.048524] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.107236] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.107299] pnp 00:08: Plug and Play ACPI device, IDs SYN0733 SYN0700 SYN0002 PNP0f13 (active)
[    1.107453] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.107456] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.107458] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.107460] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.107462] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    1.107464] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.107466] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.107468] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[    1.107471] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.107473] system 00:09: [mem 0xbfa00000-0xbfa00fff] has been reserved
[    1.107476] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.107726] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
[    1.107728] system 00:0a: [mem 0x40000000-0x401fffff] has been reserved
[    1.107731] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.107749] pnp: PnP ACPI: found 11 devices
[    1.107750] ACPI: bus type PNP unregistered
[    1.114166] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
[    1.114169] pci 0000:07:00.0: no compatible bridge window for [mem 0xfffff800-0xffffffff pref]
[    1.114227] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbfb00000-0xbfbfffff]
[    1.114230] pci 0000:01:00.0: BAR 6: assigned [mem 0xf1000000-0xf107ffff pref]
[    1.114233] pci 0000:00:01.0: PCI bridge to [bus 01-06]
[    1.114235] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    1.114238] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf10fffff]
[    1.114241] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.114246] pci 0000:07:00.0: BAR 6: assigned [mem 0xf1820000-0xf18207ff pref]
[    1.114247] pci 0000:00:1c.0: PCI bridge to [bus 07]
[    1.114255] pci 0000:00:1c.0:   bridge window [mem 0xbfb00000-0xbfbfffff]
[    1.114260] pci 0000:00:1c.0:   bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
[    1.114269] pci 0000:00:1c.1: PCI bridge to [bus 08]
[    1.114276] pci 0000:00:1c.1:   bridge window [mem 0xf1b00000-0xf1bfffff]
[    1.114288] pci 0000:00:1c.3: PCI bridge to [bus 09]
[    1.114295] pci 0000:00:1c.3:   bridge window [mem 0xf1a00000-0xf1afffff]
[    1.114307] pci 0000:00:1c.4: PCI bridge to [bus 0a]
[    1.114314] pci 0000:00:1c.4:   bridge window [mem 0xf1900000-0xf19fffff]
[    1.114671] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.114674] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.114676] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.114678] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff]
[    1.114680] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    1.114682] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff]
[    1.114684] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.114686] pci_bus 0000:07: resource 1 [mem 0xbfb00000-0xbfbfffff]
[    1.114688] pci_bus 0000:07: resource 2 [mem 0xf1800000-0xf18fffff 64bit pref]
[    1.114690] pci_bus 0000:08: resource 1 [mem 0xf1b00000-0xf1bfffff]
[    1.114692] pci_bus 0000:09: resource 1 [mem 0xf1a00000-0xf1afffff]
[    1.114694] pci_bus 0000:0a: resource 1 [mem 0xf1900000-0xf19fffff]
[    1.114725] NET: Registered protocol family 2
[    1.114908] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.115113] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.115242] TCP: Hash tables configured (established 65536 bind 65536)
[    1.115262] TCP: reno registered
[    1.115273] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.115305] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.115381] NET: Registered protocol family 1
[    1.115393] pci 0000:00:02.0: Boot video device
[    1.151276] PCI: CLS 64 bytes, default 64
[    1.151315] Unpacking initramfs...
[    1.210169] Freeing initrd memory: 3108K (ffff88001fcf6000 - ffff88001ffff000)
[    1.210173] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.210176] software IO TLB [mem 0xb8e3f000-0xbce3f000] (64MB) mapped at [ffff8800b8e3f000-ffff8800bce3efff]
[    1.210203] Simple Boot Flag at 0x44 set to 0x1
[    1.210496] Scanning for low memory corruption every 60 seconds
[    1.210769] audit: initializing netlink socket (disabled)
[    1.210778] type=2000 audit(1381248268.756:1): initialized
[    1.223288] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.224626] zbud: loaded
[    1.224759] VFS: Disk quotas dquot_6.5.2
[    1.224801] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.224961] msgmni has been set to 15860
[    1.225206] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.225250] io scheduler noop registered
[    1.225251] io scheduler deadline registered
[    1.225276] io scheduler cfq registered (default)
[    1.225357] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    1.225656] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.225670] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.225743] intel_idle: MWAIT substates: 0x21120
[    1.225744] intel_idle: v0.4 model 0x2A
[    1.225745] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.225798] GHES: HEST is not enabled!
[    1.225846] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.226282] Linux agpgart interface v0.103
[    1.226361] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
[    1.267786] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.267811] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.267897] mousedev: PS/2 mouse device common for all mice
[    1.270481] rtc_cmos 00:05: RTC can wake from S4
[    1.270635] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.270670] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.270678] Intel P-state driver initializing.
[    1.270688] Intel pstate controlling: cpu 0
[    1.270701] Intel pstate controlling: cpu 1
[    1.270718] Intel pstate controlling: cpu 2
[    1.270727] Intel pstate controlling: cpu 3
[    1.270737] Intel pstate controlling: cpu 4
[    1.270747] Intel pstate controlling: cpu 5
[    1.270757] Intel pstate controlling: cpu 6
[    1.270766] Intel pstate controlling: cpu 7
[    1.270952] cpuidle: using governor ladder
[    1.271188] cpuidle: using governor menu
[    1.271243] drop_monitor: Initializing network drop monitor service
[    1.271309] TCP: cubic registered
[    1.271394] NET: Registered protocol family 10
[    1.271558] NET: Registered protocol family 17
[    1.271576] Key type dns_resolver registered
[    1.271865] PM: Hibernation image not present or could not be loaded.
[    1.271875] registered taskstats version 1
[    1.272779]   Magic number: 1:834:84
[    1.272785] event_source uncore_cbox_2: hash matches
[    1.272879] rtc_cmos 00:05: setting system clock to 2013-10-08 16:04:29 UTC (1381248269)
[    1.274132] Freeing unused kernel memory: 1140K (ffffffff818c8000 - ffffffff819e5000)
[    1.274134] Write protecting the kernel read-only data: 8192k
[    1.276944] Freeing unused kernel memory: 1088K (ffff8800014f0000 - ffff880001600000)
[    1.277873] Freeing unused kernel memory: 352K (ffff8800017a8000 - ffff880001800000)
[    1.286278] systemd-udevd[76]: starting version 208
[    1.311667] ACPI: bus type USB registered
[    1.311691] usbcore: registered new interface driver usbfs
[    1.311719] usbcore: registered new interface driver hub
[    1.311790] usbcore: registered new device driver usb
[    1.312060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.312431] sdhci: Secure Digital Host Controller Interface driver
[    1.312433] sdhci: Copyright(c) Pierre Ossman
[    1.312653] ehci-pci: EHCI PCI platform driver
[    1.312805] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    1.312819] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.312828] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.312849] ehci-pci 0000:00:1a.0: debug port 2
[    1.312880] sdhci-pci 0000:0a:00.0: SDHCI controller found [197b:2392] (rev 30)
[    1.313239] mmc0: SDHCI controller on PCI [0000:0a:00.0] using DMA
[    1.313270] sdhci-pci 0000:0a:00.2: SDHCI controller found [197b:2391] (rev 30)
[    1.313318] sdhci-pci 0000:0a:00.2: Refusing to bind to secondary interface.
[    1.313542] SCSI subsystem initialized
[    1.314419] ACPI: bus type ATA registered
[    1.314527] libata version 3.00 loaded.
[    1.316739] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.316748] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf1c0a000
[    1.318189] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.323582] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.323864] hub 1-0:1.0: USB hub found
[    1.323868] hub 1-0:1.0: 2 ports detected
[    1.324043] xhci_hcd 0000:09:00.0: xHCI Host Controller
[    1.324051] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 2
[    1.324170] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    1.324348] xhci_hcd 0000:09:00.0: irq 41 for MSI/MSI-X
[    1.324353] xhci_hcd 0000:09:00.0: irq 42 for MSI/MSI-X
[    1.324358] xhci_hcd 0000:09:00.0: irq 43 for MSI/MSI-X
[    1.324362] xhci_hcd 0000:09:00.0: irq 44 for MSI/MSI-X
[    1.324367] xhci_hcd 0000:09:00.0: irq 45 for MSI/MSI-X
[    1.324371] xhci_hcd 0000:09:00.0: irq 46 for MSI/MSI-X
[    1.324376] xhci_hcd 0000:09:00.0: irq 47 for MSI/MSI-X
[    1.324380] xhci_hcd 0000:09:00.0: irq 48 for MSI/MSI-X
[    1.324653] xHCI xhci_add_endpoint called for root hub
[    1.324655] xHCI xhci_check_bandwidth called for root hub
[    1.324681] hub 2-0:1.0: USB hub found
[    1.324692] hub 2-0:1.0: 2 ports detected
[    1.324785] xhci_hcd 0000:09:00.0: xHCI Host Controller
[    1.324788] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 3
[    1.324797] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.324803] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.324841] ehci-pci 0000:00:1d.0: debug port 2
[    1.327761] xHCI xhci_add_endpoint called for root hub
[    1.327762] xHCI xhci_check_bandwidth called for root hub
[    1.327780] hub 3-0:1.0: USB hub found
[    1.327794] hub 3-0:1.0: 2 ports detected
[    1.328748] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.328762] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf1c09000
[    1.336917] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.337036] hub 4-0:1.0: USB hub found
[    1.337040] hub 4-0:1.0: 2 ports detected
[    1.337122] ahci 0000:00:1f.2: version 3.0
[    1.337214] ahci 0000:00:1f.2: irq 49 for MSI/MSI-X
[    1.337245] ahci: SSS flag set, parallel bus scan disabled
[    1.350314] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x16 impl SATA mode
[    1.350326] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
[    1.350337] ahci 0000:00:1f.2: setting latency timer to 64
[    1.364567] scsi0 : ahci
[    1.364893] scsi1 : ahci
[    1.365150] scsi2 : ahci
[    1.365362] scsi3 : ahci
[    1.365547] scsi4 : ahci
[    1.365914] scsi5 : ahci
[    1.366047] ata1: DUMMY
[    1.366054] ata2: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08180 irq 49
[    1.366059] ata3: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08200 irq 49
[    1.366061] ata4: DUMMY
[    1.366066] ata5: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08300 irq 49
[    1.366068] ata6: DUMMY
[    1.630014] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.683294] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.686997] ata2.00: ATA-8: WDC WD7500BPVT-24HXZT3, 03.01A03, max UDMA/133
[    1.687006] ata2.00: 1465149168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.690938] ata2.00: configured for UDMA/133
[    1.691394] scsi 1:0:0:0: Direct-Access     ATA      WDC WD7500BPVT-2 03.0 PQ: 0 ANSI: 5
[    1.754474] hub 1-1:1.0: USB hub found
[    1.754629] hub 1-1:1.0: 6 ports detected
[    1.863037] usb 2-1: new full-speed USB device number 2 using xhci_hcd
[    1.931867] hidraw: raw HID events driver (C) Jiri Kosina
[    1.984255] usbcore: registered new interface driver usbhid
[    1.984261] usbhid: USB HID core driver
[    1.997557] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:09:00.0-1/input2
[    2.007513] input: Logitech Unifying Device. Wireless PID:101d as /devices/pci0000:00/0000:00:1c.3/0000:09:00.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0003/input/input1
[    2.007755] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:101d] on usb-0000:09:00.0-1:1
[    2.009458] input: Logitech Unifying Device. Wireless PID:4004 as /devices/pci0000:00/0000:00:1c.3/0000:09:00.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0003/input/input2
[    2.009530] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.009578] logitech-djdevice 0003:046D:C52B.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4004] on usb-0000:09:00.0-1:2
[    2.012700] ata3.00: ATAPI: SlimtypeDVD A  DS8A5SH, XL63, max UDMA/100
[    2.014399] ata3.00: configured for UDMA/100
[    2.018578] scsi 2:0:0:0: CD-ROM            Slimtype DVD A  DS8A5SH   XL63 PQ: 0 ANSI: 5
[    2.036241] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    2.160600] hub 4-1:1.0: USB hub found
[    2.160781] hub 4-1:1.0: 6 ports detected
[    2.209388] tsc: Refined TSC clocksource calibration: 2195.013 MHz
[    2.229488] usb 1-1.6: new full-speed USB device number 3 using ehci-pci
[    2.335926] ata5: SATA link down (SStatus 0 SControl 300)
[    2.341312] sd 1:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[    2.341316] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    2.341825] sd 1:0:0:0: [sda] Write Protect is off
[    2.341832] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.341949] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.349680] sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.349689] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.350020] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.417177]  sda: sda1 sda2
[    2.418703] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.425846] usb 4-1.6: new high-speed USB device number 3 using ehci-pci
[    3.008113] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.208391] Switched to clocksource tsc
[    3.800362] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    3.802040] systemd[1]: Set hostname to <energy>.
[    4.659556] systemd[1]: Cannot add dependency job for unit laptop-mode.service, ignoring: Unit laptop-mode.service failed to load: No such file or directory.
[    4.660185] systemd[1]: Starting Login Prompts.
[    4.660640] systemd[1]: Reached target Login Prompts.
[    4.660671] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    4.660810] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.660833] systemd[1]: Starting Remote File Systems.
[    4.661236] systemd[1]: Reached target Remote File Systems.
[    4.661259] systemd[1]: Starting LVM2 metadata daemon socket.
[    4.661716] systemd[1]: Listening on LVM2 metadata daemon socket.
[    4.661737] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    4.662170] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.662191] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    4.662606] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    4.662626] systemd[1]: Starting Delayed Shutdown Socket.
[    4.663046] systemd[1]: Listening on Delayed Shutdown Socket.
[    4.663067] systemd[1]: Starting Encrypted Volumes.
[    4.663483] systemd[1]: Reached target Encrypted Volumes.
[    4.663549] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    4.664155] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.664189] systemd[1]: Starting udev Kernel Socket.
[    4.664606] systemd[1]: Listening on udev Kernel Socket.
[    4.664633] systemd[1]: Starting udev Control Socket.
[    4.665051] systemd[1]: Listening on udev Control Socket.
[    4.665075] systemd[1]: Starting Journal Socket.
[    4.665537] systemd[1]: Listening on Journal Socket.
[    4.665568] systemd[1]: Starting udev Coldplug all Devices...
[    4.666941] systemd[1]: Mounting Huge Pages File System...
[    4.667814] systemd[1]: Starting Setup Virtual Console...
[    4.692372] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    4.719505] systemd[1]: Started Set Up Additional Binary Formats.
[    4.719589] systemd[1]: Mounting POSIX Message Queue File System...
[    4.752828] systemd[1]: Started Load Kernel Modules.
[    4.752917] systemd[1]: Mounted FUSE Control File System.
[    4.752981] systemd[1]: Mounting Configuration File System...
[    4.754137] systemd[1]: Starting Journal Service...
[    4.755452] systemd[1]: Started Journal Service.
[    5.067745] systemd-journald[156]: Vacuuming done, freed 0 bytes
[    5.435397] EXT4-fs (sda1): re-mounted. Opts: data=ordered
[    5.734529] systemd-udevd[184]: starting version 208
[    6.505361] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1a
[    6.535941] ACPI: Requesting acpi_cpufreq
[    6.698379] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    6.775610] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input4
[    6.775616] ACPI: Power Button [PWRB]
[    6.775649] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input5
[    6.775651] ACPI: Sleep Button [SLPB]
[    6.775698] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
[    6.775726] ACPI: Lid Switch [LID0]
[    6.775794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    6.775797] ACPI: Power Button [PWRF]
[    6.794908] wmi: Mapper loaded
[    6.863763] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.865879] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
[    6.865885] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.865888] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
[    6.865891] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130517/utaddress-251)
[    6.865894] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.865895] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
[    6.865897] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130517/utaddress-251)
[    6.865899] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.865900] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
[    6.865902] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130517/utaddress-251)
[    6.865905] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.865906] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    6.868168] thermal LNXTHERM:00: registered as thermal_zone0
[    6.868171] ACPI: Thermal Zone [TZ00] (45 C)
[    6.895375] [drm] Initialized drm 1.1.0 20060810
[    6.943332] cfg80211: Calling CRDA to update world regulatory domain
[    6.973227] ACPI Warning: 0x0000000000003040-0x000000000000305f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130517/utaddress-251)
[    6.973232] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.977620] ACPI: Battery Slot [BAT1] (battery present)
[    7.072119] pps_core: LinuxPPS API ver. 1 registered
[    7.072122] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    7.073498] PTP clock support registered
[    7.114629] input: Ideapad extra buttons as /devices/platform/ideapad/input/input8
[    7.136577] tg3.c:v3.132 (May 21, 2013)
[    7.137207] ACPI: AC Adapter [ACAD] (on-line)
[    7.171541] tg3 0000:07:00.0 eth0: Tigon3 [partno(BCM57781) rev 57785100] (PCI Express) MAC address dc:0e:a1:65:bc:d8
[    7.171545] tg3 0000:07:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    7.171547] tg3 0000:07:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    7.171549] tg3 0000:07:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    7.185927] [drm] Memory usable by graphics device = 2048M
[    7.185933] i915 0000:00:02.0: setting latency timer to 64
[    7.206737] media: Linux media interface: v0.10
[    7.208649] i915 0000:00:02.0: irq 50 for MSI/MSI-X
[    7.208657] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    7.208658] [drm] Driver supports precise vblank timestamp query.
[    7.208672] ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20130517/nsarguments-95)
[    7.208706] ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20130517/nsarguments-95)
[    7.208753] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20130517/nsarguments-95)
[    7.208772] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20130517/nsarguments-95)
[    7.208821] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    7.208823] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
[    7.209620] Linux video capture interface: v2.00
[    7.216899] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1a
[    7.234116] [drm] Wrong MCH_SSKPD value: 0x16040307
[    7.234119] [drm] This can cause pipe underruns and display issues.
[    7.234120] [drm] Please upgrade your BIOS to fix this.
[    7.248651] fbcon: inteldrmfb (fb0) is primary device
[    7.266799] ACPI: Fan [FAN0] (off)
[    7.266828] ACPI: Fan [FAN1] (off)
[    7.323275] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:a006)
[    7.339707] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input9
[    7.339762] usbcore: registered new interface driver uvcvideo
[    7.339762] USB Video Class driver (1.1.1)
[    7.339824] iTCO_vendor_support: vendor-support=0
[    7.351189] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    7.351211] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[    7.351306] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    7.352667] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1a
[    7.363645] systemd-udevd[202]: renamed network interface eth0 to enp7s0
[    7.395973] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1a
[    7.396489] microcode: CPU4 sig=0x206a7, pf=0x10, revision=0x1a
[    7.396773] microcode: CPU5 sig=0x206a7, pf=0x10, revision=0x1a
[    7.397057] microcode: CPU6 sig=0x206a7, pf=0x10, revision=0x1a
[    7.397367] microcode: CPU7 sig=0x206a7, pf=0x10, revision=0x1a
[    7.397737] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    7.418904] Intel(R) Wireless WiFi driver for Linux, in-tree:
[    7.418904] Copyright(c) 2003-2013 Intel Corporation
[    7.418967] iwlwifi 0000:08:00.0: can't disable ASPM; OS doesn't have ASPM control
[    7.419029] iwlwifi 0000:08:00.0: irq 51 for MSI/MSI-X
[    7.544067] iwlwifi 0000:08:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
[    7.720542] iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEBUG disabled
[    7.720544] iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[    7.720546] iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[    7.720548] iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_P2P disabled
[    7.720551] iwlwifi 0000:08:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
[    7.720650] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[    7.833430] Bluetooth: Core ver 2.16
[    7.833442] NET: Registered protocol family 31
[    7.833443] Bluetooth: HCI device and connection manager initialized
[    7.833449] Bluetooth: HCI socket layer initialized
[    7.833450] Bluetooth: L2CAP socket layer initialized
[    7.833453] Bluetooth: SCO socket layer initialized
[    7.853631] usbcore: registered new interface driver btusb
[    8.001553] Console: switching to colour frame buffer device 170x48
[    8.009311] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    8.009316] i915 0000:00:02.0: registered panic notifier
[    8.009771] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20130517/video-1264)
[    8.011215] acpi device:31: registered as cooling_device10
[    8.011317] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    8.011369] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input10
[    8.012739] acpi device:3d: registered as cooling_device11
[    8.012857] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    8.012960] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input11
[    8.013011] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    8.013181] snd_hda_intel 0000:00:1b.0: irq 52 for MSI/MSI-X
[    8.042422] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    8.090482] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input12
[    8.162334] systemd-udevd[187]: renamed network interface wlan0 to wlp8s0
[    8.178386] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    8.178481] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    8.178557] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    8.179018] mei_me 0000:00:16.0: setting latency timer to 64
[    8.179072] mei_me 0000:00:16.0: irq 53 for MSI/MSI-X
[    8.705664] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400, board id: 1695, fw id: 739436
[    8.772497] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    8.796879] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input16
[    9.600836] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
[    9.687971] systemd-journald[156]: Received request to flush runtime journal from PID 1
[   13.690933] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   13.690942] Bluetooth: BNEP socket layer initialized
[   16.696892] bbswitch: version 0.7
[   16.696901] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[   16.696906] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
[   16.696918] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[   16.697007] bbswitch: detected an Optimus _DSM function
[   16.697020] pci 0000:01:00.0: enabling device (0006 -> 0007)
[   16.697055] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[   16.698928] bbswitch: disabling discrete graphics
[   16.698939] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[   16.833379] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[   16.840932] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[   16.873649] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[   16.881133] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[   16.909923] pci 0000:01:00.0: power state changed by ACPI to D3cold
[   16.912240] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   24.114797] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[   24.114805] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[   24.114810] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[   24.114815] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[   24.114821] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[   24.569507] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[   26.683842] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0
[   26.976760] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=0
[   38.525832] fuse init (API version 7.22)
[  461.029046] usb 2-1: USB disconnect, device number 2
[  462.813158] usb 2-1: new full-speed USB device number 3 using xhci_hcd
[  462.943358] logitech-djreceiver 0003:046D:C52B.0008: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:09:00.0-1/input2
[  462.952875] input: Logitech Unifying Device. Wireless PID:101d as /devices/pci0000:00/0000:00:1c.3/0000:09:00.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0008/input/input17
[  462.953158] logitech-djdevice 0003:046D:C52B.0009: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:101d] on usb-0000:09:00.0-1:1
[  462.954924] input: Logitech Unifying Device. Wireless PID:4004 as /devices/pci0000:00/0000:00:1c.3/0000:09:00.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0008/input/input18
[  462.955073] logitech-djdevice 0003:046D:C52B.000A: input,hidraw2: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4004] on usb-0000:09:00.0-1:2
[ 1123.248092] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1123.255585] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1123.323741] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1123.808814] tg3 0000:07:00.0: System wakeup enabled by ACPI
[ 1123.833590] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 1123.833602] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 1123.833610] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 1123.833618] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 1123.833626] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 1124.294174] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 1124.394874] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1124.402349] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1124.444747] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1126.463374] wlp8s0: authenticate with 00:17:0f:e4:53:92
[ 1126.478520] wlp8s0: send auth to 00:17:0f:e4:53:92 (try 1/3)
[ 1126.480007] wlp8s0: authenticated
[ 1126.480030] wlp8s0: waiting for beacon from 00:17:0f:e4:53:92
[ 1126.481702] wlp8s0: deauthenticating from 00:17:0f:e4:53:92 by local choice (reason=3)
[ 1126.523765] wlp8s0: associate with 00:17:0f:e4:53:92 (try 1/3)
[ 1126.526741] wlp8s0: RX AssocResp from 00:17:0f:e4:53:92 (capab=0x421 status=0 aid=197)
[ 1126.529720] wlp8s0: associated
[ 1126.529773] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[ 1151.359399] wlp8s0: deauthenticated from 00:17:0f:e4:53:92 (Reason: 2)
[ 1151.378477] cfg80211: Calling CRDA for country: US
[ 1154.046076] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1154.053552] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1154.119337] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1154.623026] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 1154.623035] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 1154.623042] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 1154.623049] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 1154.623055] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 1155.083255] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 1155.149501] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1155.157006] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1155.234082] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1157.320211] wlp8s0: authenticate with 00:17:0f:e4:66:e2
[ 1157.324274] wlp8s0: send auth to 00:17:0f:e4:66:e2 (try 1/3)
[ 1157.325690] wlp8s0: authenticated
[ 1157.325730] wlp8s0: waiting for beacon from 00:17:0f:e4:66:e2
[ 1157.406501] wlp8s0: associate with 00:17:0f:e4:66:e2 (try 1/3)
[ 1157.409488] wlp8s0: RX AssocResp from 00:17:0f:e4:66:e2 (capab=0x421 status=0 aid=132)
[ 1157.412988] wlp8s0: associated
[ 1157.413038] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[ 1182.344131] wlp8s0: deauthenticated from 00:17:0f:e4:66:e2 (Reason: 2)
[ 1182.362560] cfg80211: Calling CRDA to update world regulatory domain
[ 1182.856322] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1182.863845] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1182.941492] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1183.448051] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 1183.448062] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 1183.448069] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 1183.448076] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 1183.448084] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 1183.908192] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 1217.357103] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1217.364619] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1217.424636] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1217.930144] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 1217.930154] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 1217.930162] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 1217.930169] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 1217.930176] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 1218.390515] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 1218.472834] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1218.480309] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1218.550416] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1220.629870] wlp8s0: authenticate with 00:17:0f:e4:53:92
[ 1220.642407] wlp8s0: send auth to 00:17:0f:e4:53:92 (try 1/3)
[ 1220.643782] wlp8s0: authenticated
[ 1220.647080] wlp8s0: associate with 00:17:0f:e4:53:92 (try 1/3)
[ 1220.649835] wlp8s0: RX AssocResp from 00:17:0f:e4:53:92 (capab=0x421 status=0 aid=198)
[ 1220.652694] wlp8s0: associated
[ 1220.652715] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[ 1251.392806] epiphany[1727]: segfault at 7f940000ff27 ip 00007f9483723f72 sp 00007f946cabaa38 error 4 in libjavascriptcoregtk-3.0.so.0.15.5[7f9483220000+5ba000]
[ 1258.434542] systemd-journald[156]: Vacuuming done, freed 141631488 bytes
[ 1258.599726] systemd-journald[156]: Failed to write entry (26 items, 173961855 bytes) despite vacuuming, ignoring: Argument list too long
[ 1536.122010] cfg80211: Calling CRDA to update world regulatory domain
[ 1536.452352] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1536.459839] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1536.527553] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1537.022728] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 1537.022737] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 1537.022743] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 1537.022749] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 1537.022756] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 1537.482904] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 1642.398230] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1642.405742] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1642.448988] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1642.949768] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 1642.949778] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 1642.949785] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 1642.949792] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 1642.949799] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 1643.410182] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 1643.494475] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1643.501952] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1643.568484] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1645.604054] wlp8s0: authenticate with 00:17:0f:e4:66:e2
[ 1645.614311] wlp8s0: send auth to 00:17:0f:e4:66:e2 (try 1/3)
[ 1645.643833] wlp8s0: send auth to 00:17:0f:e4:66:e2 (try 2/3)
[ 1645.664195] wlp8s0: send auth to 00:17:0f:e4:66:e2 (try 3/3)
[ 1645.687586] wlp8s0: authentication with 00:17:0f:e4:66:e2 timed out
[ 1681.158650] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[ 1681.158657] ACPI: \_SB_.PCI0: Bus check notify on _handle_hotplug_event_root
[ 1682.735071] PM: Syncing filesystems ... done.
[ 1683.181507] PM: Preparing system for mem sleep
[ 1683.182034] bbswitch: enabling discrete graphics
[ 1683.682333] pci 0000:01:00.0: power state changed by ACPI to D0
[ 1683.682482] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 1683.683703] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1683.684884] PM: Entering mem sleep
[ 1683.684991] Suspending console(s) (use no_console_suspend to debug)
[ 1683.743554] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[ 1683.743863] sd 1:0:0:0: [sda] Stopping disk
[ 1683.849579] mei_me 0000:00:16.0: suspend
[ 1684.380742] PM: suspend of devices complete after 695.990 msecs
[ 1684.380955] PM: late suspend of devices complete after 0.211 msecs
[ 1684.382475] xhci_hcd 0000:09:00.0: System wakeup enabled by ACPI
[ 1684.421860] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[ 1684.435260] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[ 1684.460571] PM: noirq suspend of devices complete after 79.701 msecs
[ 1684.460808] ACPI: Preparing to enter system sleep state S3
[ 1684.461473] PM: Saving platform NVS memory
[ 1684.462108] Disabling non-boot CPUs ...
[ 1684.563737] smpboot: CPU 1 is now offline
[ 1684.666957] smpboot: CPU 2 is now offline
[ 1684.770177] smpboot: CPU 3 is now offline
[ 1684.873393] smpboot: CPU 4 is now offline
[ 1684.976614] smpboot: CPU 5 is now offline
[ 1685.079835] smpboot: CPU 6 is now offline
[ 1685.183055] smpboot: CPU 7 is now offline
[ 1685.184331] ACPI: Low-level resume complete
[ 1685.184383] PM: Restoring platform NVS memory
[ 1685.184908] CPU0: Thermal monitoring handled by SMI
[ 1685.184957] Enabling non-boot CPUs ...
[ 1685.184992] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 1685.196359] CPU1: Thermal monitoring handled by SMI
[ 1685.198667] Intel pstate controlling: cpu 1
[ 1685.198776] CPU1 is up
[ 1685.198793] smpboot: Booting Node 0 Processor 2 APIC 0x2
[ 1685.209926] CPU2: Thermal monitoring handled by SMI
[ 1685.212147] Intel pstate controlling: cpu 2
[ 1685.212206] CPU2 is up
[ 1685.212222] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 1685.223352] CPU3: Thermal monitoring handled by SMI
[ 1685.225588] Intel pstate controlling: cpu 3
[ 1685.225644] CPU3 is up
[ 1685.225661] smpboot: Booting Node 0 Processor 4 APIC 0x4
[ 1685.236794] CPU4: Thermal monitoring handled by SMI
[ 1685.239032] Intel pstate controlling: cpu 4
[ 1685.239088] CPU4 is up
[ 1685.239105] smpboot: Booting Node 0 Processor 5 APIC 0x5
[ 1685.250234] CPU5: Thermal monitoring handled by SMI
[ 1685.252483] Intel pstate controlling: cpu 5
[ 1685.252540] CPU5 is up
[ 1685.252556] smpboot: Booting Node 0 Processor 6 APIC 0x6
[ 1685.263689] CPU6: Thermal monitoring handled by SMI
[ 1685.265949] Intel pstate controlling: cpu 6
[ 1685.266005] CPU6 is up
[ 1685.266022] smpboot: Booting Node 0 Processor 7 APIC 0x7
[ 1685.277152] CPU7: Thermal monitoring handled by SMI
[ 1685.279423] Intel pstate controlling: cpu 7
[ 1685.279480] CPU7 is up
[ 1685.287210] ACPI: Waking up from system sleep state S3
[ 1685.328021] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 1685.354621] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 1685.367963] pci 0000:01:00.0: power state changed by ACPI to D0
[ 1685.408999] xhci_hcd 0000:09:00.0: System wakeup disabled by ACPI
[ 1685.434875] PM: noirq resume of devices complete after 145.553 msecs
[ 1685.435356] PM: early resume of devices complete after 0.360 msecs
[ 1685.435427] i915 0000:00:02.0: setting latency timer to 64
[ 1685.435460] mei_me 0000:00:16.0: irq 52 for MSI/MSI-X
[ 1685.435536] ahci 0000:00:1f.2: setting latency timer to 64
[ 1685.435624] ehci-pci 0000:00:1a.0: setting latency timer to 64
[ 1685.435991] snd_hda_intel 0000:00:1b.0: irq 53 for MSI/MSI-X
[ 1685.436064] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 1685.437863] tg3 0000:07:00.0: System wakeup disabled by ACPI
[ 1685.448611] [drm] Wrong MCH_SSKPD value: 0x16040307
[ 1685.448612] [drm] This can cause pipe underruns and display issues.
[ 1685.448613] [drm] Please upgrade your BIOS to fix this.
[ 1685.637821] usb 1-1.6: reset full-speed USB device number 3 using ehci-pci
[ 1685.760796] ata5: SATA link down (SStatus 0 SControl 300)
[ 1685.827512] usb 4-1.6: reset high-speed USB device number 3 using ehci-pci
[ 1685.917286] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1685.919252] ata3.00: configured for UDMA/100
[ 1686.027277] usb 2-1: reset full-speed USB device number 3 using xhci_hcd
[ 1686.061119] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5340
[ 1686.061123] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5d40
[ 1686.061126] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5840
[ 1686.939493] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 1688.151551] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1688.458504] ata2.00: configured for UDMA/133
[ 1688.471403] sd 1:0:0:0: [sda] Starting disk
[ 1688.480441] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1688.487949] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1688.545582] PM: resume of devices complete after 3113.638 msecs
[ 1688.546424] PM: Finishing wakeup.
[ 1688.546427] Restarting tasks ... done.
[ 1688.631231] video LNXVIDEO:00: Restoring backlight state
[ 1688.631235] video LNXVIDEO:01: Restoring backlight state
[ 1688.631871] bbswitch: disabling discrete graphics
[ 1688.631878] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[ 1688.844150] pci 0000:01:00.0: power state changed by ACPI to D3cold
[ 1748.681016] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1748.688520] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1748.763290] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1749.249923] tg3 0000:07:00.0: System wakeup enabled by ACPI
[ 1749.261191] wlp8s0: authenticate with 00:17:0f:e4:66:e2
[ 1749.272774] wlp8s0: direct probe to 00:17:0f:e4:66:e2 (try 1/3)
[ 1749.284567] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 1749.284578] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 1749.284586] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 1749.284593] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 1749.284601] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 1749.474041] wlp8s0: direct probe to 00:17:0f:e4:66:e2 (try 2/3)
[ 1749.677147] wlp8s0: direct probe to 00:17:0f:e4:66:e2 (try 3/3)
[ 1749.744977] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 1749.752114] wlp8s0: deauthenticating from 00:17:0f:e4:66:e2 by local choice (reason=3)
[ 1749.846661] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1749.854167] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1749.920108] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1749.920135] wlp8s0: authenticate with 00:17:0f:e4:66:e2
[ 1749.925260] wlp8s0: send auth to 00:17:0f:e4:66:e2 (try 1/3)
[ 1749.926697] wlp8s0: authenticated
[ 1749.926994] wlp8s0: associate with 00:17:0f:e4:66:e2 (try 1/3)
[ 1749.936345] wlp8s0: RX AssocResp from 00:17:0f:e4:66:e2 (capab=0x421 status=0 aid=163)
[ 1749.939372] wlp8s0: associated
[ 1749.939413] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[ 1751.958975] wlp8s0: deauthenticating from 00:17:0f:e4:66:e2 by local choice (reason=3)
[ 1751.966270] cfg80211: Calling CRDA for country: US
[ 1773.474833] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1773.482278] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1773.533783] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1774.033938] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 1774.033947] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 1774.033952] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 1774.033958] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 1774.033963] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 1774.192580] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 1778.648455] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1778.655958] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1778.725033] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1779.234947] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 1779.234960] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 1779.234971] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 1779.234981] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 1779.234990] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 1779.695393] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 1779.789756] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1779.797225] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1779.830292] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1781.848576] wlp8s0: authenticate with 00:17:0f:e4:54:d2
[ 1781.860603] wlp8s0: send auth to 00:17:0f:e4:54:d2 (try 1/3)
[ 1781.862286] wlp8s0: authenticated
[ 1781.862311] wlp8s0: waiting for beacon from 00:17:0f:e4:54:d2
[ 1781.863811] wlp8s0: deauthenticating from 00:17:0f:e4:54:d2 by local choice (reason=3)
[ 1812.065903] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1812.073399] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1812.150960] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1812.648202] wlp8s0: authenticate with 00:17:0f:e4:53:42
[ 1812.661450] wlp8s0: send auth to 00:17:0f:e4:53:42 (try 1/3)
[ 1812.662913] wlp8s0: authenticated
[ 1812.674843] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 1812.674855] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 1812.674864] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 1812.674873] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 1812.674882] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 1813.135499] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 1813.154089] wlp8s0: associate with 00:17:0f:e4:53:42 (try 1/3)
[ 1813.158898] wlp8s0: RX AssocResp from 00:17:0f:e4:53:42 (capab=0x421 status=0 aid=25)
[ 1813.161688] wlp8s0: associated
[ 1813.161712] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[ 1816.912736] wlp8s0: deauthenticating from 00:17:0f:e4:53:42 by local choice (reason=3)
[ 1816.996026] cfg80211: Calling CRDA to update world regulatory domain
[ 1816.999649] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1817.007157] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1817.084234] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1817.592806] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 1817.592819] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 1817.592828] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 1817.592838] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 1817.592847] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 1818.053309] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 1818.128807] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 1818.136267] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 1818.172697] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 1820.189079] wlp8s0: authenticate with 00:17:0f:e4:53:42
[ 1820.201270] wlp8s0: send auth to 00:17:0f:e4:53:42 (try 1/3)
[ 1820.203678] wlp8s0: authenticated
[ 1820.206385] wlp8s0: associate with 00:17:0f:e4:53:42 (try 1/3)
[ 1820.223240] wlp8s0: RX AssocResp from 00:17:0f:e4:53:42 (capab=0x421 status=0 aid=25)
[ 1820.226177] wlp8s0: associated
[ 1820.226216] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[ 6636.563938] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=600
[ 6636.767504] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=600
[ 6638.744057] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[ 6638.744068] ACPI: \_SB_.PCI0: Bus check notify on _handle_hotplug_event_root
[ 6639.852462] PM: Syncing filesystems ... done.
[ 6640.295661] PM: Preparing system for mem sleep
[ 6640.296154] bbswitch: enabling discrete graphics
[ 6640.796299] pci 0000:01:00.0: power state changed by ACPI to D0
[ 6640.796465] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 6640.797696] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 6640.798776] PM: Entering mem sleep
[ 6640.798900] Suspending console(s) (use no_console_suspend to debug)
[ 6640.799609] wlp8s0: deauthenticating from 00:17:0f:e4:53:42 by local choice (reason=3)
[ 6640.846642] cfg80211: Calling CRDA for country: US
[ 6640.846900] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[ 6640.847200] sd 1:0:0:0: [sda] Stopping disk
[ 6640.955609] mei_me 0000:00:16.0: suspend
[ 6641.484736] PM: suspend of devices complete after 686.002 msecs
[ 6641.484933] PM: late suspend of devices complete after 0.195 msecs
[ 6641.486089] xhci_hcd 0000:09:00.0: System wakeup enabled by ACPI
[ 6641.525444] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[ 6641.538909] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[ 6641.564660] PM: noirq suspend of devices complete after 79.810 msecs
[ 6641.565383] ACPI: Preparing to enter system sleep state S3
[ 6641.566640] PM: Saving platform NVS memory
[ 6641.568608] Disabling non-boot CPUs ...
[ 6641.671031] smpboot: CPU 1 is now offline
[ 6641.774268] smpboot: CPU 2 is now offline
[ 6641.877469] smpboot: CPU 3 is now offline
[ 6641.980688] smpboot: CPU 4 is now offline
[ 6642.083901] smpboot: CPU 5 is now offline
[ 6642.187128] smpboot: CPU 6 is now offline
[ 6642.290346] smpboot: CPU 7 is now offline
[ 6642.292582] ACPI: Low-level resume complete
[ 6642.292634] PM: Restoring platform NVS memory
[ 6642.293156] CPU0: Thermal monitoring handled by SMI
[ 6642.293213] Enabling non-boot CPUs ...
[ 6642.293249] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 6642.304344] CPU1: Thermal monitoring handled by SMI
[ 6642.306574] Intel pstate controlling: cpu 1
[ 6642.306634] CPU1 is up
[ 6642.306651] smpboot: Booting Node 0 Processor 2 APIC 0x2
[ 6642.317683] CPU2: Thermal monitoring handled by SMI
[ 6642.319906] Intel pstate controlling: cpu 2
[ 6642.319962] CPU2 is up
[ 6642.319979] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 6642.331109] CPU3: Thermal monitoring handled by SMI
[ 6642.333344] Intel pstate controlling: cpu 3
[ 6642.333401] CPU3 is up
[ 6642.333417] smpboot: Booting Node 0 Processor 4 APIC 0x4
[ 6642.344550] CPU4: Thermal monitoring handled by SMI
[ 6642.346791] Intel pstate controlling: cpu 4
[ 6642.346846] CPU4 is up
[ 6642.346862] smpboot: Booting Node 0 Processor 5 APIC 0x5
[ 6642.357892] CPU5: Thermal monitoring handled by SMI
[ 6642.360141] Intel pstate controlling: cpu 5
[ 6642.360199] CPU5 is up
[ 6642.360215] smpboot: Booting Node 0 Processor 6 APIC 0x6
[ 6642.371349] CPU6: Thermal monitoring handled by SMI
[ 6642.373604] Intel pstate controlling: cpu 6
[ 6642.373662] CPU6 is up
[ 6642.373679] smpboot: Booting Node 0 Processor 7 APIC 0x7
[ 6642.384809] CPU7: Thermal monitoring handled by SMI
[ 6642.387082] Intel pstate controlling: cpu 7
[ 6642.387139] CPU7 is up
[ 6642.394835] ACPI: Waking up from system sleep state S3
[ 6642.435925] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 6642.462522] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 6642.475864] pci 0000:01:00.0: power state changed by ACPI to D0
[ 6642.516947] xhci_hcd 0000:09:00.0: System wakeup disabled by ACPI
[ 6642.542764] PM: noirq resume of devices complete after 145.894 msecs
[ 6642.543248] PM: early resume of devices complete after 0.362 msecs
[ 6642.543309] i915 0000:00:02.0: setting latency timer to 64
[ 6642.543368] mei_me 0000:00:16.0: irq 52 for MSI/MSI-X
[ 6642.543396] ahci 0000:00:1f.2: setting latency timer to 64
[ 6642.543534] ehci-pci 0000:00:1a.0: setting latency timer to 64
[ 6642.543724] snd_hda_intel 0000:00:1b.0: irq 53 for MSI/MSI-X
[ 6642.543757] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 6642.545441] tg3 0000:07:00.0: System wakeup disabled by ACPI
[ 6642.553621] [drm] Wrong MCH_SSKPD value: 0x16040307
[ 6642.553622] [drm] This can cause pipe underruns and display issues.
[ 6642.553622] [drm] Please upgrade your BIOS to fix this.
[ 6642.745710] usb 4-1.6: reset high-speed USB device number 3 using ehci-pci
[ 6642.868698] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 6642.870697] ata3.00: configured for UDMA/100
[ 6642.902189] usb 1-1.6: reset full-speed USB device number 3 using ehci-pci
[ 6643.025191] ata5: SATA link down (SStatus 0 SControl 300)
[ 6643.095163] usb 2-1: reset full-speed USB device number 3 using xhci_hcd
[ 6643.129037] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5340
[ 6643.129041] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5d40
[ 6643.129044] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5840
[ 6644.473583] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 6645.206170] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6645.508679] ata2.00: configured for UDMA/133
[ 6645.519338] sd 1:0:0:0: [sda] Starting disk
[ 6645.531743] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 6645.539231] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 6645.606306] PM: resume of devices complete after 3066.418 msecs
[ 6645.607227] PM: Finishing wakeup.
[ 6645.607230] Restarting tasks ... done.
[ 6645.685796] video LNXVIDEO:00: Restoring backlight state
[ 6645.685800] video LNXVIDEO:01: Restoring backlight state
[ 6645.686185] bbswitch: disabling discrete graphics
[ 6645.686190] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[ 6645.898864] pci 0000:01:00.0: power state changed by ACPI to D3cold
[ 6646.293094] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 6646.300556] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 6646.307456] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0
[ 6646.335557] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 6646.806944] tg3 0000:07:00.0: System wakeup enabled by ACPI
[ 6646.831147] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 6646.831159] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 6646.831166] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 6646.831175] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 6646.831183] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 6646.856455] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=0
[ 6647.291918] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 6670.088925] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 6670.096429] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 6670.141845] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 6670.638356] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 6670.638364] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 6670.638369] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 6670.638374] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 6670.638379] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 6671.098324] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 6671.170039] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 6671.177475] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 6671.267447] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 6673.533480] wlp8s0: authenticate with 20:4e:7f:59:8d:72
[ 6673.547831] wlp8s0: send auth to 20:4e:7f:59:8d:72 (try 1/3)
[ 6673.549302] wlp8s0: authenticated
[ 6673.551679] wlp8s0: associate with 20:4e:7f:59:8d:72 (try 1/3)
[ 6673.556763] wlp8s0: RX AssocResp from 20:4e:7f:59:8d:72 (capab=0x431 status=0 aid=2)
[ 6673.568261] wlp8s0: associated
[ 6673.568307] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[ 8056.563677] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[ 8056.563691] ACPI: \_SB_.PCI0: Bus check notify on _handle_hotplug_event_root
[ 8058.005767] PM: Syncing filesystems ... done.
[ 8058.395008] PM: Preparing system for mem sleep
[ 8058.395404] bbswitch: enabling discrete graphics
[ 8058.893418] pci 0000:01:00.0: power state changed by ACPI to D0
[ 8058.893551] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 8058.894764] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 8058.895942] PM: Entering mem sleep
[ 8058.896041] Suspending console(s) (use no_console_suspend to debug)
[ 8058.896631] wlp8s0: deauthenticating from 20:4e:7f:59:8d:72 by local choice (reason=3)
[ 8058.943693] cfg80211: Calling CRDA to update world regulatory domain
[ 8058.943990] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[ 8059.029630] sd 1:0:0:0: [sda] Stopping disk
[ 8059.047021] mei_me 0000:00:16.0: suspend
[ 8059.668412] PM: suspend of devices complete after 772.727 msecs
[ 8059.668638] PM: late suspend of devices complete after 0.224 msecs
[ 8059.669791] xhci_hcd 0000:09:00.0: System wakeup enabled by ACPI
[ 8059.709296] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[ 8059.722631] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[ 8059.748379] PM: noirq suspend of devices complete after 79.822 msecs
[ 8059.749101] ACPI: Preparing to enter system sleep state S3
[ 8059.750342] PM: Saving platform NVS memory
[ 8059.752370] Disabling non-boot CPUs ...
[ 8059.854747] smpboot: CPU 1 is now offline
[ 8059.957989] smpboot: CPU 2 is now offline
[ 8060.061221] smpboot: CPU 3 is now offline
[ 8060.062977] smpboot: CPU 4 is now offline
[ 8060.064851] smpboot: CPU 5 is now offline
[ 8060.167738] smpboot: CPU 6 is now offline
[ 8060.270955] smpboot: CPU 7 is now offline
[ 8060.273187] ACPI: Low-level resume complete
[ 8060.273239] PM: Restoring platform NVS memory
[ 8060.273767] CPU0: Thermal monitoring handled by SMI
[ 8060.273833] Enabling non-boot CPUs ...
[ 8060.273869] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 8060.284965] CPU1: Thermal monitoring handled by SMI
[ 8060.287196] Intel pstate controlling: cpu 1
[ 8060.287255] CPU1 is up
[ 8060.287271] smpboot: Booting Node 0 Processor 2 APIC 0x2
[ 8060.298305] CPU2: Thermal monitoring handled by SMI
[ 8060.300529] Intel pstate controlling: cpu 2
[ 8060.300587] CPU2 is up
[ 8060.300603] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 8060.311734] CPU3: Thermal monitoring handled by SMI
[ 8060.313966] Intel pstate controlling: cpu 3
[ 8060.314023] CPU3 is up
[ 8060.314039] smpboot: Booting Node 0 Processor 4 APIC 0x4
[ 8060.325171] CPU4: Thermal monitoring handled by SMI
[ 8060.327411] Intel pstate controlling: cpu 4
[ 8060.327467] CPU4 is up
[ 8060.327483] smpboot: Booting Node 0 Processor 5 APIC 0x5
[ 8060.338613] CPU5: Thermal monitoring handled by SMI
[ 8060.340865] Intel pstate controlling: cpu 5
[ 8060.340922] CPU5 is up
[ 8060.340938] smpboot: Booting Node 0 Processor 6 APIC 0x6
[ 8060.352071] CPU6: Thermal monitoring handled by SMI
[ 8060.354333] Intel pstate controlling: cpu 6
[ 8060.354389] CPU6 is up
[ 8060.354405] smpboot: Booting Node 0 Processor 7 APIC 0x7
[ 8060.365534] CPU7: Thermal monitoring handled by SMI
[ 8060.367810] Intel pstate controlling: cpu 7
[ 8060.367868] CPU7 is up
[ 8060.375585] ACPI: Waking up from system sleep state S3
[ 8060.416531] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 8060.443132] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 8060.456472] pci 0000:01:00.0: power state changed by ACPI to D0
[ 8060.497557] xhci_hcd 0000:09:00.0: System wakeup disabled by ACPI
[ 8060.523374] PM: noirq resume of devices complete after 145.768 msecs
[ 8060.523856] PM: early resume of devices complete after 0.359 msecs
[ 8060.523919] i915 0000:00:02.0: setting latency timer to 64
[ 8060.523994] mei_me 0000:00:16.0: irq 52 for MSI/MSI-X
[ 8060.524031] ahci 0000:00:1f.2: setting latency timer to 64
[ 8060.524168] ehci-pci 0000:00:1a.0: setting latency timer to 64
[ 8060.524390] snd_hda_intel 0000:00:1b.0: irq 53 for MSI/MSI-X
[ 8060.524469] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 8060.526482] tg3 0000:07:00.0: System wakeup disabled by ACPI
[ 8060.539748] [drm] Wrong MCH_SSKPD value: 0x16040307
[ 8060.539749] [drm] This can cause pipe underruns and display issues.
[ 8060.539750] [drm] Please upgrade your BIOS to fix this.
[ 8060.726522] usb 1-1.6: reset full-speed USB device number 3 using ehci-pci
[ 8060.849312] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 8060.851284] ata3.00: configured for UDMA/100
[ 8060.855965] ata5: SATA link down (SStatus 0 SControl 300)
[ 8060.916041] usb 4-1.6: reset high-speed USB device number 3 using ehci-pci
[ 8061.115753] usb 2-1: reset full-speed USB device number 3 using xhci_hcd
[ 8061.149592] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5340
[ 8061.149596] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5d40
[ 8061.149599] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5840
[ 8061.938106] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 8063.236732] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 8063.540429] ata2.00: configured for UDMA/133
[ 8063.553241] sd 1:0:0:0: [sda] Starting disk
[ 8063.563615] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 8063.571117] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 8063.641592] PM: resume of devices complete after 3121.157 msecs
[ 8063.642432] PM: Finishing wakeup.
[ 8063.642436] Restarting tasks ... done.
[ 8063.723475] video LNXVIDEO:00: Restoring backlight state
[ 8063.723479] video LNXVIDEO:01: Restoring backlight state
[ 8063.724186] bbswitch: disabling discrete graphics
[ 8063.724195] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[ 8063.928627] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 8063.936034] pci 0000:01:00.0: power state changed by ACPI to D3cold
[ 8063.936104] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 8063.978982] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 8064.491678] tg3 0000:07:00.0: System wakeup enabled by ACPI
[ 8064.592102] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 8064.592113] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 8064.592122] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 8064.592130] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 8064.592138] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 8065.052624] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 8087.148657] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 8087.156122] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 8087.217601] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 8087.333296] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 8087.340772] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 8087.413205] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 8087.913200] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 8087.913222] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 8087.913239] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 8087.913254] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 8087.913270] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 8088.373575] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 8088.495062] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 8088.502518] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 8088.539782] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 8090.665696] wlp8s0: authenticate with 20:4e:7f:59:8d:72
[ 8090.669836] wlp8s0: send auth to 20:4e:7f:59:8d:72 (try 1/3)
[ 8090.773096] wlp8s0: send auth to 20:4e:7f:59:8d:72 (try 2/3)
[ 8090.774961] wlp8s0: authenticated
[ 8090.776467] wlp8s0: associate with 20:4e:7f:59:8d:72 (try 1/3)
[ 8090.786472] wlp8s0: RX AssocResp from 20:4e:7f:59:8d:72 (capab=0x431 status=0 aid=2)
[ 8090.791313] wlp8s0: associated
[ 8090.791362] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[ 9143.165176] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[ 9143.165188] ACPI: \_SB_.PCI0: Bus check notify on _handle_hotplug_event_root
[ 9144.233801] PM: Syncing filesystems ... done.
[ 9144.785076] PM: Preparing system for mem sleep
[ 9144.785470] bbswitch: enabling discrete graphics
[ 9145.284927] pci 0000:01:00.0: power state changed by ACPI to D0
[ 9145.285050] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 9145.286236] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 9145.287416] PM: Entering mem sleep
[ 9145.287516] Suspending console(s) (use no_console_suspend to debug)
[ 9145.288050] wlp8s0: deauthenticating from 20:4e:7f:59:8d:72 by local choice (reason=3)
[ 9145.338397] cfg80211: Calling CRDA to update world regulatory domain
[ 9145.338563] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[ 9145.338908] sd 1:0:0:0: [sda] Stopping disk
[ 9145.442120] mei_me 0000:00:16.0: suspend
[ 9145.976886] PM: suspend of devices complete after 689.682 msecs
[ 9145.977385] PM: late suspend of devices complete after 0.495 msecs
[ 9145.978916] xhci_hcd 0000:09:00.0: System wakeup enabled by ACPI
[ 9146.017696] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[ 9146.031065] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[ 9146.056807] PM: noirq suspend of devices complete after 79.505 msecs
[ 9146.057528] ACPI: Preparing to enter system sleep state S3
[ 9146.058750] PM: Saving platform NVS memory
[ 9146.060790] Disabling non-boot CPUs ...
[ 9146.163186] smpboot: CPU 1 is now offline
[ 9146.266407] smpboot: CPU 2 is now offline
[ 9146.268529] smpboot: CPU 3 is now offline
[ 9146.270869] smpboot: CPU 4 is now offline
[ 9146.372957] smpboot: CPU 5 is now offline
[ 9146.476171] smpboot: CPU 6 is now offline
[ 9146.579393] smpboot: CPU 7 is now offline
[ 9146.581635] ACPI: Low-level resume complete
[ 9146.581688] PM: Restoring platform NVS memory
[ 9146.582213] CPU0: Thermal monitoring handled by SMI
[ 9146.582262] Enabling non-boot CPUs ...
[ 9146.582296] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 9146.593402] CPU1: Thermal monitoring handled by SMI
[ 9146.595633] Intel pstate controlling: cpu 1
[ 9146.595694] CPU1 is up
[ 9146.595711] smpboot: Booting Node 0 Processor 2 APIC 0x2
[ 9146.606743] CPU2: Thermal monitoring handled by SMI
[ 9146.608968] Intel pstate controlling: cpu 2
[ 9146.609026] CPU2 is up
[ 9146.609043] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 9146.620173] CPU3: Thermal monitoring handled by SMI
[ 9146.622408] Intel pstate controlling: cpu 3
[ 9146.622464] CPU3 is up
[ 9146.622480] smpboot: Booting Node 0 Processor 4 APIC 0x4
[ 9146.633513] CPU4: Thermal monitoring handled by SMI
[ 9146.635757] Intel pstate controlling: cpu 4
[ 9146.635812] CPU4 is up
[ 9146.635828] smpboot: Booting Node 0 Processor 5 APIC 0x5
[ 9146.646858] CPU5: Thermal monitoring handled by SMI
[ 9146.649111] Intel pstate controlling: cpu 5
[ 9146.649168] CPU5 is up
[ 9146.649186] smpboot: Booting Node 0 Processor 6 APIC 0x6
[ 9146.660219] CPU6: Thermal monitoring handled by SMI
[ 9146.662480] Intel pstate controlling: cpu 6
[ 9146.662537] CPU6 is up
[ 9146.662553] smpboot: Booting Node 0 Processor 7 APIC 0x7
[ 9146.673683] CPU7: Thermal monitoring handled by SMI
[ 9146.675956] Intel pstate controlling: cpu 7
[ 9146.676013] CPU7 is up
[ 9146.683722] ACPI: Waking up from system sleep state S3
[ 9146.724974] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 9146.751568] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 9146.764911] pci 0000:01:00.0: power state changed by ACPI to D0
[ 9146.805983] xhci_hcd 0000:09:00.0: System wakeup disabled by ACPI
[ 9146.831809] PM: noirq resume of devices complete after 146.122 msecs
[ 9146.832294] PM: early resume of devices complete after 0.363 msecs
[ 9146.832364] i915 0000:00:02.0: setting latency timer to 64
[ 9146.832400] mei_me 0000:00:16.0: irq 52 for MSI/MSI-X
[ 9146.832447] ahci 0000:00:1f.2: setting latency timer to 64
[ 9146.832665] ehci-pci 0000:00:1a.0: setting latency timer to 64
[ 9146.832800] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 9146.833394] snd_hda_intel 0000:00:1b.0: irq 53 for MSI/MSI-X
[ 9146.835426] tg3 0000:07:00.0: System wakeup disabled by ACPI
[ 9146.843299] [drm] Wrong MCH_SSKPD value: 0x16040307
[ 9146.843299] [drm] This can cause pipe underruns and display issues.
[ 9146.843300] [drm] Please upgrade your BIOS to fix this.
[ 9147.037920] usb 4-1.6: reset high-speed USB device number 3 using ehci-pci
[ 9147.154413] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 9147.156403] ata3.00: configured for UDMA/100
[ 9147.167714] ata5: SATA link down (SStatus 0 SControl 300)
[ 9147.244490] usb 2-1: reset full-speed USB device number 3 using xhci_hcd
[ 9147.278323] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5340
[ 9147.278327] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5d40
[ 9147.278330] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5840
[ 9147.331052] usb 1-1.6: reset full-speed USB device number 3 using ehci-pci
[ 9148.699389] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 9149.505207] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 9149.808150] ata2.00: configured for UDMA/133
[ 9149.821774] sd 1:0:0:0: [sda] Starting disk
[ 9149.830323] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 9149.837808] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 9149.908230] PM: resume of devices complete after 3079.311 msecs
[ 9149.909016] PM: Finishing wakeup.
[ 9149.909019] Restarting tasks ... done.
[ 9149.988555] video LNXVIDEO:00: Restoring backlight state
[ 9149.988558] video LNXVIDEO:01: Restoring backlight state
[ 9149.989140] bbswitch: disabling discrete graphics
[ 9149.989145] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[ 9150.115131] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 9150.122589] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 9150.179790] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 9150.201110] pci 0000:01:00.0: power state changed by ACPI to D3cold
[ 9150.847123] tg3 0000:07:00.0: System wakeup enabled by ACPI
[ 9150.877239] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 9150.877252] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 9150.877262] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 9150.877271] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 9150.877280] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 9151.337908] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 9183.394336] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 9183.401798] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 9183.447792] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 9184.294749] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 9184.302196] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 9184.369241] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 9184.869694] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[ 9184.869702] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[ 9184.869708] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[ 9184.869714] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[ 9184.869719] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[ 9185.329654] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 9185.417108] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 9185.424593] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[ 9185.460448] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[ 9187.589448] wlp8s0: authenticate with 20:4e:7f:59:8d:72
[ 9187.593243] wlp8s0: send auth to 20:4e:7f:59:8d:72 (try 1/3)
[ 9187.696502] wlp8s0: send auth to 20:4e:7f:59:8d:72 (try 2/3)
[ 9187.698341] wlp8s0: authenticated
[ 9187.699823] wlp8s0: associate with 20:4e:7f:59:8d:72 (try 1/3)
[ 9187.706288] wlp8s0: RX AssocResp from 20:4e:7f:59:8d:72 (capab=0x431 status=0 aid=2)
[ 9187.712516] wlp8s0: associated
[ 9187.712544] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[10642.409056] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0
[10642.557972] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=0
[13278.204471] iwlwifi 0000:08:00.0: fail to flush all tx fifo queues Q 2
[13278.204489] iwlwifi 0000:08:00.0: Current SW read_ptr 36 write_ptr 233
[13278.204550] iwl data: 00000000: 00 00 00 00 00 00 00 00 f0 ff 0f 00 00 00 00 00  ................
[13278.204592] iwlwifi 0000:08:00.0: FH TRBs(0) = 0x00000000
[13278.204627] iwlwifi 0000:08:00.0: FH TRBs(1) = 0x80102033
[13278.204674] iwlwifi 0000:08:00.0: FH TRBs(2) = 0x00000000
[13278.204718] iwlwifi 0000:08:00.0: FH TRBs(3) = 0x80300005
[13278.204759] iwlwifi 0000:08:00.0: FH TRBs(4) = 0x00000000
[13278.204802] iwlwifi 0000:08:00.0: FH TRBs(5) = 0x00000000
[13278.204839] iwlwifi 0000:08:00.0: FH TRBs(6) = 0x00000000
[13278.204881] iwlwifi 0000:08:00.0: FH TRBs(7) = 0x00704005
[13278.205013] iwlwifi 0000:08:00.0: Q 0 is active and mapped to fifo 3 ra_tid 0x0000 [6,6]
[13278.205111] iwlwifi 0000:08:00.0: Q 1 is active and mapped to fifo 2 ra_tid 0x0000 [0,0]
[13278.205204] iwlwifi 0000:08:00.0: Q 2 is active and mapped to fifo 1 ra_tid 0x0000 [36,233]
[13278.205306] iwlwifi 0000:08:00.0: Q 3 is active and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.205391] iwlwifi 0000:08:00.0: Q 4 is active and mapped to fifo 7 ra_tid 0x0000 [6,6]
[13278.205499] iwlwifi 0000:08:00.0: Q 5 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.205624] iwlwifi 0000:08:00.0: Q 6 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.205736] iwlwifi 0000:08:00.0: Q 7 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.205842] iwlwifi 0000:08:00.0: Q 8 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.205962] iwlwifi 0000:08:00.0: Q 9 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.206087] iwlwifi 0000:08:00.0: Q 10 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.206205] iwlwifi 0000:08:00.0: Q 11 is inactive and mapped to fifo 1 ra_tid 0x0000 [240,240]
[13278.206313] iwlwifi 0000:08:00.0: Q 12 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.206434] iwlwifi 0000:08:00.0: Q 13 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.206546] iwlwifi 0000:08:00.0: Q 14 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.206643] iwlwifi 0000:08:00.0: Q 15 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.206733] iwlwifi 0000:08:00.0: Q 16 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.206841] iwlwifi 0000:08:00.0: Q 17 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.206959] iwlwifi 0000:08:00.0: Q 18 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13278.207049] iwlwifi 0000:08:00.0: Q 19 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.477361] iwlwifi 0000:08:00.0: fail to flush all tx fifo queues Q 11
[13903.477374] iwlwifi 0000:08:00.0: Current SW read_ptr 124 write_ptr 227
[13903.477452] iwl data: 00000000: ff 0f 00 00 00 00 00 00 00 00 00 f0 00 00 00 00  ................
[13903.477521] iwlwifi 0000:08:00.0: FH TRBs(0) = 0x00000000
[13903.477535] iwlwifi 0000:08:00.0: FH TRBs(1) = 0xc010b08b
[13903.477548] iwlwifi 0000:08:00.0: FH TRBs(2) = 0x00000000
[13903.477561] iwlwifi 0000:08:00.0: FH TRBs(3) = 0x8030000c
[13903.477574] iwlwifi 0000:08:00.0: FH TRBs(4) = 0x00000000
[13903.477587] iwlwifi 0000:08:00.0: FH TRBs(5) = 0x00000000
[13903.477600] iwlwifi 0000:08:00.0: FH TRBs(6) = 0x00000000
[13903.477651] iwlwifi 0000:08:00.0: FH TRBs(7) = 0x007040de
[13903.477793] iwlwifi 0000:08:00.0: Q 0 is active and mapped to fifo 3 ra_tid 0x0000 [13,13]
[13903.477852] iwlwifi 0000:08:00.0: Q 1 is active and mapped to fifo 2 ra_tid 0x0000 [0,0]
[13903.477907] iwlwifi 0000:08:00.0: Q 2 is active and mapped to fifo 1 ra_tid 0x0000 [92,92]
[13903.477960] iwlwifi 0000:08:00.0: Q 3 is active and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478015] iwlwifi 0000:08:00.0: Q 4 is active and mapped to fifo 7 ra_tid 0x0000 [223,223]
[13903.478068] iwlwifi 0000:08:00.0: Q 5 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478128] iwlwifi 0000:08:00.0: Q 6 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478182] iwlwifi 0000:08:00.0: Q 7 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478236] iwlwifi 0000:08:00.0: Q 8 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478296] iwlwifi 0000:08:00.0: Q 9 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478350] iwlwifi 0000:08:00.0: Q 10 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478428] iwlwifi 0000:08:00.0: Q 11 is active and mapped to fifo 1 ra_tid 0x0000 [124,227]
[13903.478488] iwlwifi 0000:08:00.0: Q 12 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478542] iwlwifi 0000:08:00.0: Q 13 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478597] iwlwifi 0000:08:00.0: Q 14 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478673] iwlwifi 0000:08:00.0: Q 15 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478727] iwlwifi 0000:08:00.0: Q 16 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478794] iwlwifi 0000:08:00.0: Q 17 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478848] iwlwifi 0000:08:00.0: Q 18 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13903.478902] iwlwifi 0000:08:00.0: Q 19 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.438919] iwlwifi 0000:08:00.0: fail to flush all tx fifo queues Q 2
[13938.438935] iwlwifi 0000:08:00.0: Current SW read_ptr 93 write_ptr 94
[13938.439029] iwl data: 00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[13938.439067] iwlwifi 0000:08:00.0: FH TRBs(0) = 0x00000000
[13938.439104] iwlwifi 0000:08:00.0: FH TRBs(1) = 0xc010b0c2
[13938.439140] iwlwifi 0000:08:00.0: FH TRBs(2) = 0x00000000
[13938.439182] iwlwifi 0000:08:00.0: FH TRBs(3) = 0x80300010
[13938.439216] iwlwifi 0000:08:00.0: FH TRBs(4) = 0x00000000
[13938.439236] iwlwifi 0000:08:00.0: FH TRBs(5) = 0x00000000
[13938.439278] iwlwifi 0000:08:00.0: FH TRBs(6) = 0x00000000
[13938.439304] iwlwifi 0000:08:00.0: FH TRBs(7) = 0x0070401d
[13938.439419] iwlwifi 0000:08:00.0: Q 0 is active and mapped to fifo 3 ra_tid 0x0000 [17,17]
[13938.439543] iwlwifi 0000:08:00.0: Q 1 is active and mapped to fifo 2 ra_tid 0x0000 [0,0]
[13938.439625] iwlwifi 0000:08:00.0: Q 2 is active and mapped to fifo 1 ra_tid 0x0000 [93,94]
[13938.439685] iwlwifi 0000:08:00.0: Q 3 is active and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.439740] iwlwifi 0000:08:00.0: Q 4 is active and mapped to fifo 7 ra_tid 0x0000 [30,30]
[13938.439794] iwlwifi 0000:08:00.0: Q 5 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.439854] iwlwifi 0000:08:00.0: Q 6 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.439909] iwlwifi 0000:08:00.0: Q 7 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.439969] iwlwifi 0000:08:00.0: Q 8 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.440029] iwlwifi 0000:08:00.0: Q 9 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.440089] iwlwifi 0000:08:00.0: Q 10 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.440144] iwlwifi 0000:08:00.0: Q 11 is active and mapped to fifo 1 ra_tid 0x0000 [179,121]
[13938.440198] iwlwifi 0000:08:00.0: Q 12 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.440252] iwlwifi 0000:08:00.0: Q 13 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.440313] iwlwifi 0000:08:00.0: Q 14 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.440374] iwlwifi 0000:08:00.0: Q 15 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.440433] iwlwifi 0000:08:00.0: Q 16 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.440487] iwlwifi 0000:08:00.0: Q 17 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.440547] iwlwifi 0000:08:00.0: Q 18 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13938.440601] iwlwifi 0000:08:00.0: Q 19 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.463559] iwlwifi 0000:08:00.0: fail to flush all tx fifo queues Q 11
[13952.463565] iwlwifi 0000:08:00.0: Current SW read_ptr 228 write_ptr 10
[13952.463629] iwl data: 00000000: 00 00 00 00 00 00 00 00 f0 03 00 00 00 00 00 00  ................
[13952.463666] iwlwifi 0000:08:00.0: FH TRBs(0) = 0x00000000
[13952.463703] iwlwifi 0000:08:00.0: FH TRBs(1) = 0xc010b0e9
[13952.463758] iwlwifi 0000:08:00.0: FH TRBs(2) = 0x00000000
[13952.463800] iwlwifi 0000:08:00.0: FH TRBs(3) = 0x80300011
[13952.463841] iwlwifi 0000:08:00.0: FH TRBs(4) = 0x00000000
[13952.463883] iwlwifi 0000:08:00.0: FH TRBs(5) = 0x00000000
[13952.463918] iwlwifi 0000:08:00.0: FH TRBs(6) = 0x00000000
[13952.463961] iwlwifi 0000:08:00.0: FH TRBs(7) = 0x00704040
[13952.464099] iwlwifi 0000:08:00.0: Q 0 is active and mapped to fifo 3 ra_tid 0x0000 [18,18]
[13952.464231] iwlwifi 0000:08:00.0: Q 1 is active and mapped to fifo 2 ra_tid 0x0000 [0,0]
[13952.464346] iwlwifi 0000:08:00.0: Q 2 is active and mapped to fifo 1 ra_tid 0x0000 [97,97]
[13952.464465] iwlwifi 0000:08:00.0: Q 3 is active and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.464597] iwlwifi 0000:08:00.0: Q 4 is active and mapped to fifo 7 ra_tid 0x0000 [65,65]
[13952.464754] iwlwifi 0000:08:00.0: Q 5 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.464867] iwlwifi 0000:08:00.0: Q 6 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.464972] iwlwifi 0000:08:00.0: Q 7 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.465067] iwlwifi 0000:08:00.0: Q 8 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.465166] iwlwifi 0000:08:00.0: Q 9 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.465270] iwlwifi 0000:08:00.0: Q 10 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.465364] iwlwifi 0000:08:00.0: Q 11 is active and mapped to fifo 1 ra_tid 0x0000 [228,10]
[13952.465464] iwlwifi 0000:08:00.0: Q 12 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.465565] iwlwifi 0000:08:00.0: Q 13 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.465660] iwlwifi 0000:08:00.0: Q 14 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.465767] iwlwifi 0000:08:00.0: Q 15 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.465904] iwlwifi 0000:08:00.0: Q 16 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.465972] iwlwifi 0000:08:00.0: Q 17 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.466060] iwlwifi 0000:08:00.0: Q 18 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13952.466200] iwlwifi 0000:08:00.0: Q 19 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[13976.806604] wlp8s0: deauthenticating from 20:4e:7f:59:8d:72 by local choice (reason=3)
[13977.844745] cfg80211: Calling CRDA for country: US
[13977.847584] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[13977.855110] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[13977.899650] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[13978.498398] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[13978.498407] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[13978.498415] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[13978.498422] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[13978.498428] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[13978.959220] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[13978.971392] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[13978.978891] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[13979.025022] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[13981.050980] wlp8s0: authenticate with 00:13:1a:51:f4:10
[13981.053766] wlp8s0: direct probe to 00:13:1a:51:f4:10 (try 1/3)
[13981.056892] wlp8s0: deauthenticating from 00:13:1a:51:f4:10 by local choice (reason=3)
[13981.065194] wlp8s0: authenticate with 00:13:1a:51:f4:10
[13981.075251] wlp8s0: direct probe to 00:13:1a:51:f4:10 (try 1/3)
[13981.275241] wlp8s0: direct probe to 00:13:1a:51:f4:10 (try 2/3)
[13981.478267] wlp8s0: direct probe to 00:13:1a:51:f4:10 (try 3/3)
[13981.681374] wlp8s0: authentication with 00:13:1a:51:f4:10 timed out
[13995.788926] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[13995.796473] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[13995.839577] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[13996.338836] wlp8s0: authenticate with 00:13:1a:51:f4:10
[13996.353130] wlp8s0: send auth to 00:13:1a:51:f4:10 (try 1/3)
[13996.358817] wlp8s0: authenticated
[13996.365419] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[13996.365429] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[13996.365436] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[13996.365444] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[13996.365451] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[13996.825889] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[13996.841386] wlp8s0: associate with 00:13:1a:51:f4:10 (try 1/3)
[13996.944629] wlp8s0: associate with 00:13:1a:51:f4:10 (try 2/3)
[13996.947894] wlp8s0: RX AssocResp from 00:13:1a:51:f4:10 (capab=0x421 status=0 aid=183)
[13996.952541] wlp8s0: associated
[13996.952599] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[14007.610180] wlp8s0: deauthenticating from 00:13:1a:51:f4:10 by local choice (reason=3)
[14007.689373] cfg80211: Calling CRDA to update world regulatory domain
[14007.691917] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[14007.699413] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[14007.752757] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[14008.249013] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[14008.249021] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[14008.249027] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[14008.249033] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[14008.249038] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[14008.709396] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[14008.806252] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[14008.813852] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[14008.856673] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[14010.877470] wlp8s0: authenticate with 00:13:1a:51:f4:10
[14010.888868] wlp8s0: send auth to 00:13:1a:51:f4:10 (try 1/3)
[14010.890464] wlp8s0: authenticated
[14010.892634] wlp8s0: associate with 00:13:1a:51:f4:10 (try 1/3)
[14010.897465] wlp8s0: RX AssocResp from 00:13:1a:51:f4:10 (capab=0x421 status=0 aid=183)
[14010.900226] wlp8s0: associated
[14010.900275] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[15818.865273] wlp8s0: deauthenticated from 00:13:1a:51:f4:10 (Reason: 1)
[15818.880732] cfg80211: Calling CRDA to update world regulatory domain
[15819.777059] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[15819.784604] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[15819.828054] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[15820.327639] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[15820.327649] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[15820.327656] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[15820.327663] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[15820.327677] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[15820.788066] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[15848.823055] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[15848.830542] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[15848.893769] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[15849.388958] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[15849.388966] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[15849.388972] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[15849.388977] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[15849.388982] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[15849.849009] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[15849.930446] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[15849.937926] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[15849.999402] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[15852.664396] wlp8s0: authenticate with 20:4e:7f:59:8d:72
[15852.679340] wlp8s0: send auth to 20:4e:7f:59:8d:72 (try 1/3)
[15852.785130] wlp8s0: send auth to 20:4e:7f:59:8d:72 (try 2/3)
[15852.787002] wlp8s0: authenticated
[15852.787058] wlp8s0: waiting for beacon from 20:4e:7f:59:8d:72
[15852.835053] wlp8s0: associate with 20:4e:7f:59:8d:72 (try 1/3)
[15852.840155] wlp8s0: RX AssocResp from 20:4e:7f:59:8d:72 (capab=0x431 status=0 aid=2)
[15852.846478] wlp8s0: associated
[15852.846516] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[15981.629323] wlp8s0: deauthenticating from 20:4e:7f:59:8d:72 by local choice (reason=3)
[15981.967862] cfg80211: Calling CRDA to update world regulatory domain
[15981.970618] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[15981.978130] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[15982.030113] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[15982.619238] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[15982.619249] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[15982.619258] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[15982.619266] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[15982.619274] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[15983.080013] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[15983.093427] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[15983.100988] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[15983.134201] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[15985.220999] wlp8s0: authenticate with 00:13:1a:51:f4:10
[15985.234958] wlp8s0: send auth to 00:13:1a:51:f4:10 (try 1/3)
[15985.236408] wlp8s0: authenticated
[15985.239604] wlp8s0: associate with 00:13:1a:51:f4:10 (try 1/3)
[15985.242579] wlp8s0: RX AssocResp from 00:13:1a:51:f4:10 (capab=0x421 status=0 aid=3)
[15985.247661] wlp8s0: associated
[15985.247714] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[16071.581810] wlp8s0: deauthenticating from 00:13:1a:51:f4:10 by local choice (reason=3)
[16071.675875] cfg80211: Calling CRDA to update world regulatory domain
[16071.678587] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[16071.686080] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[16071.752976] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[16072.250817] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[16072.250827] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[16072.250833] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[16072.250839] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[16072.250845] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[16072.711731] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[16072.806828] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[16072.814343] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[16072.850341] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[16080.899630] wlp8s0: authenticate with 20:4e:7f:59:8d:72
[16080.916775] wlp8s0: send auth to 20:4e:7f:59:8d:72 (try 1/3)
[16080.932754] wlp8s0: authenticated
[16080.932811] wlp8s0: waiting for beacon from 20:4e:7f:59:8d:72
[16081.030944] wlp8s0: associate with 20:4e:7f:59:8d:72 (try 1/3)
[16081.144218] wlp8s0: associate with 20:4e:7f:59:8d:72 (try 2/3)
[16081.158082] wlp8s0: RX AssocResp from 20:4e:7f:59:8d:72 (capab=0x431 status=0 aid=2)
[16081.174971] wlp8s0: associated
[16081.175014] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[16083.273077] wlp8s0: deauthenticating from 20:4e:7f:59:8d:72 by local choice (reason=3)
[16083.286547] cfg80211: Calling CRDA to update world regulatory domain
[16084.939110] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[16084.946598] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[16084.999862] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[16085.093334] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[16085.100857] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[16085.164566] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[16085.662692] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[16085.662700] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[16085.662705] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[16085.662710] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[16085.662716] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[16086.122836] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[16086.212242] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[16086.219748] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[16086.255473] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[16088.407654] wlp8s0: authenticate with 20:4e:7f:59:8d:72
[16088.413888] wlp8s0: send auth to 20:4e:7f:59:8d:72 (try 1/3)
[16088.526058] wlp8s0: send auth to 20:4e:7f:59:8d:72 (try 2/3)
[16088.528042] wlp8s0: authenticated
[16088.529445] wlp8s0: associate with 20:4e:7f:59:8d:72 (try 1/3)
[16088.537414] wlp8s0: RX AssocResp from 20:4e:7f:59:8d:72 (capab=0x431 status=0 aid=2)
[16088.543498] wlp8s0: associated
[16088.543535] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[16321.692967] wlp8s0: deauthenticating from 20:4e:7f:59:8d:72 by local choice (reason=3)
[16321.769749] cfg80211: Calling CRDA for country: MX
[16321.774009] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[16321.781522] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[16321.832406] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[16322.459119] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[16322.459131] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[16322.459140] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[16322.459148] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[16322.459156] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[16322.919498] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[16322.933254] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[16322.940790] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[16323.000421] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[16325.029284] wlp8s0: authenticate with 00:13:1a:51:f4:10
[16325.041522] wlp8s0: send auth to 00:13:1a:51:f4:10 (try 1/3)
[16325.044402] wlp8s0: deauthenticating from 00:13:1a:51:f4:10 by local choice (reason=3)
[16325.129475] wlp8s0: authenticate with 00:13:1a:51:f4:10
[16325.133470] wlp8s0: send auth to 00:13:1a:51:f4:10 (try 1/3)
[16325.133511] wlp8s0: send auth to 00:13:1a:51:f4:10 (try 2/3)
[16325.159974] wlp8s0: send auth to 00:13:1a:51:f4:10 (try 3/3)
[16325.183143] wlp8s0: authentication with 00:13:1a:51:f4:10 timed out
[16341.525329] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[16341.532818] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[16341.569869] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[16342.067593] wlp8s0: authenticate with 00:13:1a:51:f4:10
[16342.083961] wlp8s0: send auth to 00:13:1a:51:f4:10 (try 1/3)
[16342.085715] wlp8s0: authenticated
[16342.097691] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[16342.097701] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[16342.097709] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[16342.097716] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[16342.097731] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[16342.558338] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[16342.558361] wlp8s0: waiting for beacon from 00:13:1a:51:f4:10
[16342.590172] wlp8s0: associate with 00:13:1a:51:f4:10 (try 1/3)
[16342.595658] wlp8s0: RX AssocResp from 00:13:1a:51:f4:10 (capab=0x421 status=0 aid=3)
[16342.598045] wlp8s0: associated
[16342.598063] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[16347.485692] wlp8s0: deauthenticating from 00:13:1a:51:f4:10 by local choice (reason=3)
[16347.576760] cfg80211: Calling CRDA to update world regulatory domain
[16347.580601] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[16347.588087] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[16347.666281] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[16348.164162] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[16348.164170] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[16348.164176] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[16348.164182] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[16348.164187] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[16348.624813] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[16348.720364] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[16348.727850] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[16348.776203] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[16350.787681] wlp8s0: authenticate with 00:13:1a:51:f4:10
[16350.802239] wlp8s0: send auth to 00:13:1a:51:f4:10 (try 1/3)
[16350.807339] wlp8s0: authenticated
[16350.807881] wlp8s0: associate with 00:13:1a:51:f4:10 (try 1/3)
[16350.814288] wlp8s0: RX AssocResp from 00:13:1a:51:f4:10 (capab=0x421 status=0 aid=3)
[16350.817638] wlp8s0: associated
[16350.817662] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[18158.779063] wlp8s0: deauthenticated from 00:13:1a:51:f4:10 (Reason: 1)
[18158.789848] cfg80211: Calling CRDA to update world regulatory domain
[18159.206546] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[18159.214084] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[18159.263160] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[18159.770075] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[18159.770088] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[18159.770097] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[18159.770107] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[18159.770116] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[18160.230649] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[19092.934536] perf samples too long (2503 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
[19388.402182] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[19388.409670] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[19388.477045] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[19388.972505] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[19388.972513] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[19388.972519] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[19388.972525] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[19388.972530] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[19389.432658] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[19389.513728] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[19389.521209] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[19389.553884] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[19391.569084] wlp8s0: authenticate with 00:13:1a:51:f4:10
[19391.581143] wlp8s0: send auth to 00:13:1a:51:f4:10 (try 1/3)
[19391.582585] wlp8s0: authenticated
[19391.582764] wlp8s0: associate with 00:13:1a:51:f4:10 (try 1/3)
[19391.586811] wlp8s0: RX AssocResp from 00:13:1a:51:f4:10 (capab=0x421 status=0 aid=26)
[19391.589333] wlp8s0: associated
[19391.589454] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[20775.816144] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[20775.816152] ACPI: \_SB_.PCI0: Bus check notify on _handle_hotplug_event_root
[20776.867970] PM: Syncing filesystems ... done.
[20777.253453] PM: Preparing system for mem sleep
[20777.253759] bbswitch: enabling discrete graphics
[20777.753663] pci 0000:01:00.0: power state changed by ACPI to D0
[20777.753765] Freezing user space processes ... (elapsed 0.001 seconds) done.
[20777.754985] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[20777.756246] PM: Entering mem sleep
[20777.756307] Suspending console(s) (use no_console_suspend to debug)
[20777.756679] wlp8s0: deauthenticating from 00:13:1a:51:f4:10 by local choice (reason=3)
[20777.826734] cfg80211: Calling CRDA for country: MX
[20777.826815] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[20777.827259] sd 1:0:0:0: [sda] Stopping disk
[20777.932315] mei_me 0000:00:16.0: suspend
[20779.264523] PM: suspend of devices complete after 1509.559 msecs
[20779.264739] PM: late suspend of devices complete after 0.213 msecs
[20779.266325] xhci_hcd 0000:09:00.0: System wakeup enabled by ACPI
[20779.305413] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[20779.318810] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[20779.344502] PM: noirq suspend of devices complete after 79.846 msecs
[20779.345238] ACPI: Preparing to enter system sleep state S3
[20779.346559] PM: Saving platform NVS memory
[20779.348607] Disabling non-boot CPUs ...
[20779.450871] smpboot: CPU 1 is now offline
[20779.554094] smpboot: CPU 2 is now offline
[20779.657310] smpboot: CPU 3 is now offline
[20779.760531] smpboot: CPU 4 is now offline
[20779.863752] smpboot: CPU 5 is now offline
[20779.966973] smpboot: CPU 6 is now offline
[20780.070188] smpboot: CPU 7 is now offline
[20780.072451] ACPI: Low-level resume complete
[20780.072503] PM: Restoring platform NVS memory
[20780.073030] CPU0: Thermal monitoring handled by SMI
[20780.073085] Enabling non-boot CPUs ...
[20780.073120] smpboot: Booting Node 0 Processor 1 APIC 0x1
[20780.084210] CPU1: Thermal monitoring handled by SMI
[20780.086441] Intel pstate controlling: cpu 1
[20780.086501] CPU1 is up
[20780.086518] smpboot: Booting Node 0 Processor 2 APIC 0x2
[20780.097550] CPU2: Thermal monitoring handled by SMI
[20780.099777] Intel pstate controlling: cpu 2
[20780.099835] CPU2 is up
[20780.099852] smpboot: Booting Node 0 Processor 3 APIC 0x3
[20780.110982] CPU3: Thermal monitoring handled by SMI
[20780.113219] Intel pstate controlling: cpu 3
[20780.113276] CPU3 is up
[20780.113292] smpboot: Booting Node 0 Processor 4 APIC 0x4
[20780.124325] CPU4: Thermal monitoring handled by SMI
[20780.126565] Intel pstate controlling: cpu 4
[20780.126622] CPU4 is up
[20780.126638] smpboot: Booting Node 0 Processor 5 APIC 0x5
[20780.137767] CPU5: Thermal monitoring handled by SMI
[20780.140023] Intel pstate controlling: cpu 5
[20780.140079] CPU5 is up
[20780.140096] smpboot: Booting Node 0 Processor 6 APIC 0x6
[20780.151229] CPU6: Thermal monitoring handled by SMI
[20780.153490] Intel pstate controlling: cpu 6
[20780.153547] CPU6 is up
[20780.153563] smpboot: Booting Node 0 Processor 7 APIC 0x7
[20780.164693] CPU7: Thermal monitoring handled by SMI
[20780.166966] Intel pstate controlling: cpu 7
[20780.167025] CPU7 is up
[20780.174743] ACPI: Waking up from system sleep state S3
[20780.215774] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[20780.242367] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[20780.255709] pci 0000:01:00.0: power state changed by ACPI to D0
[20780.296735] xhci_hcd 0000:09:00.0: System wakeup disabled by ACPI
[20780.322595] PM: noirq resume of devices complete after 145.867 msecs
[20780.323074] PM: early resume of devices complete after 0.354 msecs
[20780.323136] i915 0000:00:02.0: setting latency timer to 64
[20780.323218] mei_me 0000:00:16.0: irq 52 for MSI/MSI-X
[20780.323245] ahci 0000:00:1f.2: setting latency timer to 64
[20780.323417] ehci-pci 0000:00:1a.0: setting latency timer to 64
[20780.323503] snd_hda_intel 0000:00:1b.0: irq 53 for MSI/MSI-X
[20780.323538] ehci-pci 0000:00:1d.0: setting latency timer to 64
[20780.325891] tg3 0000:07:00.0: System wakeup disabled by ACPI
[20780.334027] [drm] Wrong MCH_SSKPD value: 0x16040307
[20780.334028] [drm] This can cause pipe underruns and display issues.
[20780.334028] [drm] Please upgrade your BIOS to fix this.
[20780.525509] usb 4-1.6: reset high-speed USB device number 3 using ehci-pci
[20780.648526] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[20780.655180] ata5: SATA link down (SStatus 0 SControl 300)
[20780.657319] ata3.00: configured for UDMA/100
[20780.682075] usb 1-1.6: reset full-speed USB device number 3 using ehci-pci
[20780.874991] usb 2-1: reset full-speed USB device number 3 using xhci_hcd
[20780.908853] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5340
[20780.908857] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5d40
[20780.908860] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5840
[20781.923800] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[20782.932747] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[20783.236646] ata2.00: configured for UDMA/133
[20783.249256] sd 1:0:0:0: [sda] Starting disk
[20783.258734] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[20783.266223] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[20783.318323] PM: resume of devices complete after 2998.535 msecs
[20783.319118] PM: Finishing wakeup.
[20783.319121] Restarting tasks ... done.
[20783.399129] video LNXVIDEO:00: Restoring backlight state
[20783.399133] video LNXVIDEO:01: Restoring backlight state
[20783.399725] bbswitch: disabling discrete graphics
[20783.399730] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[20783.556511] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[20783.563960] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[20783.607474] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[20783.611980] pci 0000:01:00.0: power state changed by ACPI to D3cold
[20784.084004] tg3 0000:07:00.0: System wakeup enabled by ACPI
[20784.108252] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[20784.108264] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[20784.108274] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[20784.108284] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[20784.108294] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[20784.568665] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[20785.447909] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=600
[20785.836856] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=600
[20833.700222] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[20833.700233] ACPI: \_SB_.PCI0: Bus check notify on _handle_hotplug_event_root
[20834.778273] PM: Syncing filesystems ... done.
[20835.207554] PM: Preparing system for mem sleep
[20835.207880] bbswitch: enabling discrete graphics
[20835.705662] pci 0000:01:00.0: power state changed by ACPI to D0
[20835.705809] Freezing user space processes ... (elapsed 0.001 seconds) done.
[20835.707097] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[20835.708157] PM: Entering mem sleep
[20835.708219] Suspending console(s) (use no_console_suspend to debug)
[20835.765097] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[20835.780762] sd 1:0:0:0: [sda] Stopping disk
[20835.861026] mei_me 0000:00:16.0: suspend
[20836.420635] PM: suspend of devices complete after 712.863 msecs
[20836.420947] PM: late suspend of devices complete after 0.309 msecs
[20836.422214] xhci_hcd 0000:09:00.0: System wakeup enabled by ACPI
[20836.461553] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[20836.474849] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[20836.500609] PM: noirq suspend of devices complete after 79.744 msecs
[20836.501330] ACPI: Preparing to enter system sleep state S3
[20836.502546] PM: Saving platform NVS memory
[20836.504675] Disabling non-boot CPUs ...
[20836.606977] smpboot: CPU 1 is now offline
[20836.710216] smpboot: CPU 2 is now offline
[20836.813418] smpboot: CPU 3 is now offline
[20836.916645] smpboot: CPU 4 is now offline
[20837.019865] smpboot: CPU 5 is now offline
[20837.021553] smpboot: CPU 6 is now offline
[20837.023186] smpboot: CPU 7 is now offline
[20837.024553] ACPI: Low-level resume complete
[20837.024605] PM: Restoring platform NVS memory
[20837.025131] CPU0: Thermal monitoring handled by SMI
[20837.025204] Enabling non-boot CPUs ...
[20837.025240] smpboot: Booting Node 0 Processor 1 APIC 0x1
[20837.036609] CPU1: Thermal monitoring handled by SMI
[20837.038956] Intel pstate controlling: cpu 1
[20837.039065] CPU1 is up
[20837.039082] smpboot: Booting Node 0 Processor 2 APIC 0x2
[20837.050215] CPU2: Thermal monitoring handled by SMI
[20837.052457] Intel pstate controlling: cpu 2
[20837.052514] CPU2 is up
[20837.052530] smpboot: Booting Node 0 Processor 3 APIC 0x3
[20837.063659] CPU3: Thermal monitoring handled by SMI
[20837.065902] Intel pstate controlling: cpu 3
[20837.065959] CPU3 is up
[20837.065976] smpboot: Booting Node 0 Processor 4 APIC 0x4
[20837.077110] CPU4: Thermal monitoring handled by SMI
[20837.079347] Intel pstate controlling: cpu 4
[20837.079402] CPU4 is up
[20837.079418] smpboot: Booting Node 0 Processor 5 APIC 0x5
[20837.090448] CPU5: Thermal monitoring handled by SMI
[20837.092693] Intel pstate controlling: cpu 5
[20837.092748] CPU5 is up
[20837.092765] smpboot: Booting Node 0 Processor 6 APIC 0x6
[20837.103798] CPU6: Thermal monitoring handled by SMI
[20837.106063] Intel pstate controlling: cpu 6
[20837.106119] CPU6 is up
[20837.106136] smpboot: Booting Node 0 Processor 7 APIC 0x7
[20837.117265] CPU7: Thermal monitoring handled by SMI
[20837.119540] Intel pstate controlling: cpu 7
[20837.119597] CPU7 is up
[20837.127333] ACPI: Waking up from system sleep state S3
[20837.168142] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[20837.194743] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[20837.208084] pci 0000:01:00.0: power state changed by ACPI to D0
[20837.249102] xhci_hcd 0000:09:00.0: System wakeup disabled by ACPI
[20837.274985] PM: noirq resume of devices complete after 145.630 msecs
[20837.275470] PM: early resume of devices complete after 0.361 msecs
[20837.275531] i915 0000:00:02.0: setting latency timer to 64
[20837.275624] mei_me 0000:00:16.0: irq 52 for MSI/MSI-X
[20837.275629] ahci 0000:00:1f.2: setting latency timer to 64
[20837.275810] ehci-pci 0000:00:1a.0: setting latency timer to 64
[20837.275972] snd_hda_intel 0000:00:1b.0: irq 53 for MSI/MSI-X
[20837.276182] ehci-pci 0000:00:1d.0: setting latency timer to 64
[20837.278264] tg3 0000:07:00.0: System wakeup disabled by ACPI
[20837.288625] [drm] Wrong MCH_SSKPD value: 0x16040307
[20837.288626] [drm] This can cause pipe underruns and display issues.
[20837.288627] [drm] Please upgrade your BIOS to fix this.
[20837.477771] usb 1-1.6: reset full-speed USB device number 3 using ehci-pci
[20837.600910] ata5: SATA link down (SStatus 0 SControl 300)
[20837.607578] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[20837.609845] ata3.00: configured for UDMA/100
[20837.667725] usb 4-1.6: reset high-speed USB device number 3 using ehci-pci
[20837.867433] usb 2-1: reset full-speed USB device number 3 using xhci_hcd
[20837.901270] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5340
[20837.901274] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5d40
[20837.901276] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5840
[20838.852869] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[20839.935113] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[20840.240381] ata2.00: configured for UDMA/133
[20840.251537] sd 1:0:0:0: [sda] Starting disk
[20840.262990] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[20840.270484] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[20840.338171] PM: resume of devices complete after 3066.061 msecs
[20840.338947] PM: Finishing wakeup.
[20840.338949] Restarting tasks ... done.
[20840.418089] video LNXVIDEO:00: Restoring backlight state
[20840.418093] video LNXVIDEO:01: Restoring backlight state
[20840.418882] bbswitch: disabling discrete graphics
[20840.418890] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[20840.630964] pci 0000:01:00.0: power state changed by ACPI to D3cold
[21549.727217] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[21549.734682] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[21549.768808] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[21550.237254] tg3 0000:07:00.0: System wakeup enabled by ACPI
[21550.261205] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[21550.261213] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[21550.261218] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[21550.261223] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[21550.261227] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[21550.721335] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[21550.808334] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[21550.815790] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[21550.851402] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[21552.873199] wlp8s0: authenticate with 00:17:0f:e4:52:52
[21552.875842] wlp8s0: send auth to 00:17:0f:e4:52:52 (try 1/3)
[21552.969584] wlp8s0: send auth to 00:17:0f:e4:52:52 (try 2/3)
[21553.005441] wlp8s0: send auth to 00:17:0f:e4:52:52 (try 3/3)
[21553.041306] wlp8s0: authentication with 00:17:0f:e4:52:52 timed out
[21584.277209] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[21584.284676] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[21584.317305] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[21584.806484] wlp8s0: authenticate with 00:17:0f:e4:52:52
[21584.816897] wlp8s0: send auth to 00:17:0f:e4:52:52 (try 1/3)
[21584.818219] wlp8s0: authenticated
[21584.829807] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[21584.829813] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[21584.829818] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[21584.829823] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[21584.829828] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[21585.290048] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[21585.295550] wlp8s0: deauthenticating from 00:17:0f:e4:52:52 by local choice (reason=3)
[21585.345326] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[21585.352797] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[21585.385870] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[21585.385887] wlp8s0: authenticate with 00:17:0f:e4:52:52
[21585.406748] wlp8s0: send auth to 00:17:0f:e4:52:52 (try 1/3)
[21585.408200] wlp8s0: authenticated
[21585.409028] wlp8s0: associate with 00:17:0f:e4:52:52 (try 1/3)
[21585.411658] wlp8s0: RX AssocResp from 00:17:0f:e4:52:52 (capab=0x421 status=0 aid=1)
[21585.415386] wlp8s0: associated
[21585.415411] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[21587.419129] wlp8s0: deauthenticating from 00:17:0f:e4:52:52 by local choice (reason=3)
[21587.424647] cfg80211: Calling CRDA to update world regulatory domain
[21612.192252] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[21612.199750] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[21612.233006] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[21612.725822] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[21612.725831] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[21612.725837] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[21612.725843] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[21612.725849] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[21613.186074] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[21613.273228] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[21613.280686] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[21613.315201] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[21615.325600] wlp8s0: authenticate with 00:17:0f:e4:6c:d1
[21615.341558] wlp8s0: send auth to 00:17:0f:e4:6c:d1 (try 1/3)
[21615.343193] wlp8s0: authenticated
[21615.343892] wlp8s0: deauthenticating from 00:17:0f:e4:6c:d1 by local choice (reason=3)
[21615.358422] wlp8s0: associate with 00:17:0f:e4:6c:d1 (try 1/3)
[21615.361144] wlp8s0: RX AssocResp from 00:17:0f:e4:6c:d1 (capab=0x421 status=0 aid=25)
[21615.364664] wlp8s0: associated
[21615.364688] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[21640.179459] wlp8s0: deauthenticated from 00:17:0f:e4:6c:d1 (Reason: 2)
[21640.195725] cfg80211: Calling CRDA to update world regulatory domain
[21641.372966] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[21641.380424] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[21641.414284] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[21641.907083] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[21641.907091] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[21641.907096] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[21641.907102] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[21641.907107] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[21642.367133] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[21805.166557] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[21805.174021] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[21805.208002] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[21805.700392] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[21805.700400] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[21805.700405] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[21805.700410] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[21805.700416] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[21806.160573] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[21806.220921] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[21806.228389] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[21806.263522] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[21808.296871] wlp8s0: authenticate with 00:17:0f:e4:52:52
[21808.312295] wlp8s0: send auth to 00:17:0f:e4:52:52 (try 1/3)
[21808.313787] wlp8s0: authenticated
[21808.314059] wlp8s0: associate with 00:17:0f:e4:52:52 (try 1/3)
[21808.316689] wlp8s0: RX AssocResp from 00:17:0f:e4:52:52 (capab=0x421 status=0 aid=1)
[21808.320247] wlp8s0: associated
[21808.320264] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[21992.152713] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[21992.152731] ACPI: \_SB_.PCI0: Bus check notify on _handle_hotplug_event_root
[21997.159635] PM: Syncing filesystems ... done.
[21997.489692] PM: Preparing system for mem sleep
[21997.490089] bbswitch: enabling discrete graphics
[21997.989888] pci 0000:01:00.0: power state changed by ACPI to D0
[21997.990035] Freezing user space processes ... (elapsed 0.001 seconds) done.
[21997.991310] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[21997.992392] PM: Entering mem sleep
[21997.992474] Suspending console(s) (use no_console_suspend to debug)
[21997.992984] wlp8s0: deauthenticating from 00:17:0f:e4:52:52 by local choice (reason=3)
[21998.062835] cfg80211: Calling CRDA to update world regulatory domain
[21998.063190] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[21998.064067] sd 1:0:0:0: [sda] Stopping disk
[21998.168069] mei_me 0000:00:16.0: suspend
[21998.701632] PM: suspend of devices complete after 709.511 msecs
[21998.701915] PM: late suspend of devices complete after 0.281 msecs
[21998.703193] xhci_hcd 0000:09:00.0: System wakeup enabled by ACPI
[21998.742459] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[21998.755830] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[21998.781598] PM: noirq suspend of devices complete after 79.764 msecs
[21998.782320] ACPI: Preparing to enter system sleep state S3
[21998.783727] PM: Saving platform NVS memory
[21998.785861] Disabling non-boot CPUs ...
[21998.887970] smpboot: CPU 1 is now offline
[21998.991190] smpboot: CPU 2 is now offline
[21999.094424] smpboot: CPU 3 is now offline
[21999.197630] smpboot: CPU 4 is now offline
[21999.300844] smpboot: CPU 5 is now offline
[21999.404070] smpboot: CPU 6 is now offline
[21999.507287] smpboot: CPU 7 is now offline
[21999.509532] ACPI: Low-level resume complete
[21999.509583] PM: Restoring platform NVS memory
[21999.510111] CPU0: Thermal monitoring handled by SMI
[21999.510162] Enabling non-boot CPUs ...
[21999.510198] smpboot: Booting Node 0 Processor 1 APIC 0x1
[21999.521307] CPU1: Thermal monitoring handled by SMI
[21999.523538] Intel pstate controlling: cpu 1
[21999.523597] CPU1 is up
[21999.523613] smpboot: Booting Node 0 Processor 2 APIC 0x2
[21999.534646] CPU2: Thermal monitoring handled by SMI
[21999.536869] Intel pstate controlling: cpu 2
[21999.536925] CPU2 is up
[21999.536942] smpboot: Booting Node 0 Processor 3 APIC 0x3
[21999.548071] CPU3: Thermal monitoring handled by SMI
[21999.550316] Intel pstate controlling: cpu 3
[21999.550372] CPU3 is up
[21999.550389] smpboot: Booting Node 0 Processor 4 APIC 0x4
[21999.561521] CPU4: Thermal monitoring handled by SMI
[21999.563763] Intel pstate controlling: cpu 4
[21999.563820] CPU4 is up
[21999.563836] smpboot: Booting Node 0 Processor 5 APIC 0x5
[21999.574966] CPU5: Thermal monitoring handled by SMI
[21999.577219] Intel pstate controlling: cpu 5
[21999.577276] CPU5 is up
[21999.577293] smpboot: Booting Node 0 Processor 6 APIC 0x6
[21999.588426] CPU6: Thermal monitoring handled by SMI
[21999.590687] Intel pstate controlling: cpu 6
[21999.590746] CPU6 is up
[21999.590762] smpboot: Booting Node 0 Processor 7 APIC 0x7
[21999.601892] CPU7: Thermal monitoring handled by SMI
[21999.604167] Intel pstate controlling: cpu 7
[21999.604225] CPU7 is up
[21999.611969] ACPI: Waking up from system sleep state S3
[21999.652870] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[21999.679469] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[21999.692812] pci 0000:01:00.0: power state changed by ACPI to D0
[21999.733897] xhci_hcd 0000:09:00.0: System wakeup disabled by ACPI
[21999.759684] PM: noirq resume of devices complete after 145.794 msecs
[21999.760132] PM: early resume of devices complete after 0.329 msecs
[21999.760187] i915 0000:00:02.0: setting latency timer to 64
[21999.760249] mei_me 0000:00:16.0: irq 52 for MSI/MSI-X
[21999.760290] ahci 0000:00:1f.2: setting latency timer to 64
[21999.760440] ehci-pci 0000:00:1a.0: setting latency timer to 64
[21999.760698] snd_hda_intel 0000:00:1b.0: irq 53 for MSI/MSI-X
[21999.760803] ehci-pci 0000:00:1d.0: setting latency timer to 64
[21999.762643] tg3 0000:07:00.0: System wakeup disabled by ACPI
[21999.772923] [drm] Wrong MCH_SSKPD value: 0x16040307
[21999.772924] [drm] This can cause pipe underruns and display issues.
[21999.772925] [drm] Please upgrade your BIOS to fix this.
[21999.962647] usb 1-1.6: reset full-speed USB device number 3 using ehci-pci
[22000.085649] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[22000.087646] ata3.00: configured for UDMA/100
[22000.092296] ata5: SATA link down (SStatus 0 SControl 300)
[22000.152420] usb 4-1.6: reset high-speed USB device number 3 using ehci-pci
[22000.351997] usb 2-1: reset full-speed USB device number 3 using xhci_hcd
[22000.385828] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5340
[22000.385832] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5d40
[22000.385835] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5840
[22001.600635] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[22002.479723] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[22002.788388] ata2.00: configured for UDMA/133
[22002.799558] sd 1:0:0:0: [sda] Starting disk
[22002.811330] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[22002.818829] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[22002.877063] PM: resume of devices complete after 3120.350 msecs
[22002.877989] PM: Finishing wakeup.
[22002.877993] Restarting tasks ... done.
[22002.962746] video LNXVIDEO:00: Restoring backlight state
[22002.962750] video LNXVIDEO:01: Restoring backlight state
[22002.963411] bbswitch: disabling discrete graphics
[22002.963419] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[22003.175675] pci 0000:01:00.0: power state changed by ACPI to D3cold
[22003.301928] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[22003.309403] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[22003.345407] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[22003.816584] tg3 0000:07:00.0: System wakeup enabled by ACPI
[22003.841676] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[22003.841684] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[22003.841689] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[22003.841694] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[22003.841700] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[22004.301874] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[22123.852575] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[22123.860088] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[22123.912996] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[22124.415789] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[22124.415799] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[22124.415807] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[22124.415814] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[22124.415821] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[22124.876065] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[22124.975777] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[22124.983247] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[22125.032586] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[22157.484616] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[22157.492103] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[22157.551252] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[22158.035568] wlp8s0: authenticate with 00:17:0f:e4:6c:d1
[22158.049520] wlp8s0: send auth to 00:17:0f:e4:6c:d1 (try 1/3)
[22158.051033] wlp8s0: authenticated
[22158.062160] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[22158.062170] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[22158.062178] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[22158.062185] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[22158.062192] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[22158.522372] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[22158.528113] wlp8s0: associate with 00:17:0f:e4:6c:d1 (try 1/3)
[22158.530932] wlp8s0: RX AssocResp from 00:17:0f:e4:6c:d1 (capab=0x421 status=0 aid=44)
[22158.534736] wlp8s0: associated
[22158.534772] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[22159.407523] IPv6: wlp8s0: IPv6 duplicate address fe80::76e5:bff:fe6a:2e90 detected!
[22230.067370] wlp8s0: deauthenticating from 00:17:0f:e4:6c:d1 by local choice (reason=3)
[22230.156591] cfg80211: Calling CRDA to update world regulatory domain
[22230.160159] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[22230.167609] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[22230.219138] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[22230.722333] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[22230.722344] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[22230.722351] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[22230.722358] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[22230.722365] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[22231.182773] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[22231.281497] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[22231.289024] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[22231.351731] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[22233.436939] wlp8s0: authenticate with 00:17:0f:e4:52:52
[22233.450467] wlp8s0: send auth to 00:17:0f:e4:52:52 (try 1/3)
[22233.555666] wlp8s0: send auth to 00:17:0f:e4:52:52 (try 2/3)
[22233.556832] wlp8s0: authenticated
[22233.559133] wlp8s0: associate with 00:17:0f:e4:52:52 (try 1/3)
[22233.561891] wlp8s0: RX AssocResp from 00:17:0f:e4:52:52 (capab=0x421 status=0 aid=3)
[22233.565572] wlp8s0: associated
[22233.565604] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[22233.641395] IPv6: wlp8s0: IPv6 duplicate address fe80::76e5:bff:fe6a:2e90 detected!
[24771.046464] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[24771.046478] ACPI: \_SB_.PCI0: Bus check notify on _handle_hotplug_event_root
[24776.051125] PM: Syncing filesystems ... done.
[24776.428136] PM: Preparing system for mem sleep
[24776.428392] bbswitch: enabling discrete graphics
[24776.928333] pci 0000:01:00.0: power state changed by ACPI to D0
[24776.928512] Freezing user space processes ... (elapsed 0.001 seconds) done.
[24776.929792] Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done.
[24776.930776] PM: Entering mem sleep
[24776.930843] Suspending console(s) (use no_console_suspend to debug)
[24776.931240] wlp8s0: deauthenticating from 00:17:0f:e4:52:52 by local choice (reason=3)
[24776.997967] cfg80211: Calling CRDA for country: MX
[24776.998212] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[24776.998699] sd 1:0:0:0: [sda] Stopping disk
[24777.103406] mei_me 0000:00:16.0: suspend
[24777.643262] PM: suspend of devices complete after 712.866 msecs
[24777.643724] PM: late suspend of devices complete after 0.458 msecs
[24777.645462] xhci_hcd 0000:09:00.0: System wakeup enabled by ACPI
[24777.684245] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[24777.697509] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[24777.723236] PM: noirq suspend of devices complete after 79.594 msecs
[24777.723960] ACPI: Preparing to enter system sleep state S3
[24777.725245] PM: Saving platform NVS memory
[24777.727139] Disabling non-boot CPUs ...
[24777.829603] smpboot: CPU 1 is now offline
[24777.832060] smpboot: CPU 2 is now offline
[24777.936146] smpboot: CPU 3 is now offline
[24777.938416] smpboot: CPU 4 is now offline
[24778.042702] smpboot: CPU 5 is now offline
[24778.045005] smpboot: CPU 6 is now offline
[24778.149242] smpboot: CPU 7 is now offline
[24778.151371] ACPI: Low-level resume complete
[24778.151422] PM: Restoring platform NVS memory
[24778.151950] CPU0: Thermal monitoring handled by SMI
[24778.152007] Enabling non-boot CPUs ...
[24778.152042] smpboot: Booting Node 0 Processor 1 APIC 0x1
[24778.163713] CPU1: Thermal monitoring handled by SMI
[24778.165999] Intel pstate controlling: cpu 1
[24778.166078] CPU1 is up
[24778.166095] smpboot: Booting Node 0 Processor 2 APIC 0x2
[24778.177228] CPU2: Thermal monitoring handled by SMI
[24778.179455] Intel pstate controlling: cpu 2
[24778.179513] CPU2 is up
[24778.179529] smpboot: Booting Node 0 Processor 3 APIC 0x3
[24778.190559] CPU3: Thermal monitoring handled by SMI
[24778.192798] Intel pstate controlling: cpu 3
[24778.192855] CPU3 is up
[24778.192871] smpboot: Booting Node 0 Processor 4 APIC 0x4
[24778.203904] CPU4: Thermal monitoring handled by SMI
[24778.206141] Intel pstate controlling: cpu 4
[24778.206196] CPU4 is up
[24778.206213] smpboot: Booting Node 0 Processor 5 APIC 0x5
[24778.217342] CPU5: Thermal monitoring handled by SMI
[24778.219588] Intel pstate controlling: cpu 5
[24778.219646] CPU5 is up
[24778.219662] smpboot: Booting Node 0 Processor 6 APIC 0x6
[24778.230796] CPU6: Thermal monitoring handled by SMI
[24778.233051] Intel pstate controlling: cpu 6
[24778.233107] CPU6 is up
[24778.233123] smpboot: Booting Node 0 Processor 7 APIC 0x7
[24778.244252] CPU7: Thermal monitoring handled by SMI
[24778.246527] Intel pstate controlling: cpu 7
[24778.246585] CPU7 is up
[24778.254297] ACPI: Waking up from system sleep state S3
[24778.294742] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[24778.321336] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[24778.334677] pci 0000:01:00.0: power state changed by ACPI to D0
[24778.375647] xhci_hcd 0000:09:00.0: System wakeup disabled by ACPI
[24778.401577] PM: noirq resume of devices complete after 145.260 msecs
[24778.402063] PM: early resume of devices complete after 0.361 msecs
[24778.402122] i915 0000:00:02.0: setting latency timer to 64
[24778.402188] mei_me 0000:00:16.0: irq 52 for MSI/MSI-X
[24778.402234] ahci 0000:00:1f.2: setting latency timer to 64
[24778.402347] ehci-pci 0000:00:1a.0: setting latency timer to 64
[24778.402556] snd_hda_intel 0000:00:1b.0: irq 53 for MSI/MSI-X
[24778.402862] ehci-pci 0000:00:1d.0: setting latency timer to 64
[24778.404676] tg3 0000:07:00.0: System wakeup disabled by ACPI
[24778.412341] [drm] Wrong MCH_SSKPD value: 0x16040307
[24778.412342] [drm] This can cause pipe underruns and display issues.
[24778.412343] [drm] Please upgrade your BIOS to fix this.
[24778.604461] usb 4-1.6: reset high-speed USB device number 3 using ehci-pci
[24778.727515] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[24778.729499] ata3.00: configured for UDMA/100
[24778.734170] ata5: SATA link down (SStatus 0 SControl 300)
[24778.804150] usb 2-1: reset full-speed USB device number 3 using xhci_hcd
[24778.838039] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5340
[24778.838043] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5d40
[24778.838046] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5840
[24778.890909] usb 1-1.6: reset full-speed USB device number 3 using ehci-pci
[24779.566581] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[24781.018363] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[24781.327303] ata2.00: configured for UDMA/133
[24781.338167] sd 1:0:0:0: [sda] Starting disk
[24781.349798] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[24781.357288] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[24781.416957] PM: resume of devices complete after 3018.200 msecs
[24781.417910] PM: Finishing wakeup.
[24781.417913] Restarting tasks ... done.
[24781.498057] video LNXVIDEO:00: Restoring backlight state
[24781.498060] video LNXVIDEO:01: Restoring backlight state
[24781.498807] bbswitch: disabling discrete graphics
[24781.498814] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[24781.620449] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[24781.627911] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[24781.679943] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[24781.710978] pci 0000:01:00.0: power state changed by ACPI to D3cold
[24782.154337] tg3 0000:07:00.0: System wakeup enabled by ACPI
[24782.180577] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[24782.180586] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[24782.180592] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[24782.180598] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[24782.180604] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[24782.640998] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[24856.820233] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[24856.820251] ACPI: \_SB_.PCI0: Bus check notify on _handle_hotplug_event_root
[24861.825743] PM: Syncing filesystems ... done.
[24862.128452] PM: Preparing system for mem sleep
[24862.128829] bbswitch: enabling discrete graphics
[24862.626299] pci 0000:01:00.0: power state changed by ACPI to D0
[24862.626466] Freezing user space processes ... (elapsed 0.001 seconds) done.
[24862.627903] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[24862.629214] PM: Entering mem sleep
[24862.629345] Suspending console(s) (use no_console_suspend to debug)
[24862.679241] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[24862.679797] sd 1:0:0:0: [sda] Stopping disk
[24862.784760] mei_me 0000:00:16.0: suspend
[24863.318007] PM: suspend of devices complete after 688.829 msecs
[24863.318346] PM: late suspend of devices complete after 0.335 msecs
[24863.319611] xhci_hcd 0000:09:00.0: System wakeup enabled by ACPI
[24863.358786] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[24863.372212] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[24863.397909] PM: noirq suspend of devices complete after 79.645 msecs
[24863.398630] ACPI: Preparing to enter system sleep state S3
[24863.399866] PM: Saving platform NVS memory
[24863.401867] Disabling non-boot CPUs ...
[24863.504288] smpboot: CPU 1 is now offline
[24863.607531] smpboot: CPU 2 is now offline
[24863.609217] smpboot: CPU 3 is now offline
[24863.611137] smpboot: CPU 4 is now offline
[24863.714048] smpboot: CPU 5 is now offline
[24863.817282] smpboot: CPU 6 is now offline
[24863.920492] smpboot: CPU 7 is now offline
[24863.922755] ACPI: Low-level resume complete
[24863.922805] PM: Restoring platform NVS memory
[24863.923332] CPU0: Thermal monitoring handled by SMI
[24863.923385] Enabling non-boot CPUs ...
[24863.923419] smpboot: Booting Node 0 Processor 1 APIC 0x1
[24863.934530] CPU1: Thermal monitoring handled by SMI
[24863.936762] Intel pstate controlling: cpu 1
[24863.936823] CPU1 is up
[24863.936840] smpboot: Booting Node 0 Processor 2 APIC 0x2
[24863.947973] CPU2: Thermal monitoring handled by SMI
[24863.950201] Intel pstate controlling: cpu 2
[24863.950259] CPU2 is up
[24863.950275] smpboot: Booting Node 0 Processor 3 APIC 0x3
[24863.961404] CPU3: Thermal monitoring handled by SMI
[24863.963640] Intel pstate controlling: cpu 3
[24863.963696] CPU3 is up
[24863.963713] smpboot: Booting Node 0 Processor 4 APIC 0x4
[24863.974845] CPU4: Thermal monitoring handled by SMI
[24863.977088] Intel pstate controlling: cpu 4
[24863.977145] CPU4 is up
[24863.977161] smpboot: Booting Node 0 Processor 5 APIC 0x5
[24863.988291] CPU5: Thermal monitoring handled by SMI
[24863.990543] Intel pstate controlling: cpu 5
[24863.990599] CPU5 is up
[24863.990616] smpboot: Booting Node 0 Processor 6 APIC 0x6
[24864.001749] CPU6: Thermal monitoring handled by SMI
[24864.004022] Intel pstate controlling: cpu 6
[24864.004079] CPU6 is up
[24864.004096] smpboot: Booting Node 0 Processor 7 APIC 0x7
[24864.015226] CPU7: Thermal monitoring handled by SMI
[24864.017505] Intel pstate controlling: cpu 7
[24864.017561] CPU7 is up
[24864.026988] ACPI: Waking up from system sleep state S3
[24864.066033] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[24864.092651] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[24864.106001] pci 0000:01:00.0: power state changed by ACPI to D0
[24864.146981] xhci_hcd 0000:09:00.0: System wakeup disabled by ACPI
[24864.172885] PM: noirq resume of devices complete after 143.961 msecs
[24864.173331] PM: early resume of devices complete after 0.325 msecs
[24864.173390] i915 0000:00:02.0: setting latency timer to 64
[24864.173452] mei_me 0000:00:16.0: irq 52 for MSI/MSI-X
[24864.173488] ahci 0000:00:1f.2: setting latency timer to 64
[24864.173556] ehci-pci 0000:00:1a.0: setting latency timer to 64
[24864.173854] snd_hda_intel 0000:00:1b.0: irq 53 for MSI/MSI-X
[24864.174043] ehci-pci 0000:00:1d.0: setting latency timer to 64
[24864.176077] tg3 0000:07:00.0: System wakeup disabled by ACPI
[24864.182371] [drm] Wrong MCH_SSKPD value: 0x16040307
[24864.182372] [drm] This can cause pipe underruns and display issues.
[24864.182372] [drm] Please upgrade your BIOS to fix this.
[24864.375795] usb 1-1.6: reset full-speed USB device number 3 using ehci-pci
[24864.498841] ata5: SATA link down (SStatus 0 SControl 300)
[24864.505512] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[24864.507481] ata3.00: configured for UDMA/100
[24864.565605] usb 4-1.6: reset high-speed USB device number 3 using ehci-pci
[24864.765271] usb 2-1: reset full-speed USB device number 3 using xhci_hcd
[24864.799106] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5340
[24864.799110] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5d40
[24864.799113] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5840
[24865.464448] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[24866.783045] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[24867.095511] ata2.00: configured for UDMA/133
[24867.106152] sd 1:0:0:0: [sda] Starting disk
[24867.117551] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[24867.124992] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[24867.175196] PM: resume of devices complete after 3005.161 msecs
[24867.175572] PM: Finishing wakeup.
[24867.175573] Restarting tasks ... done.
[24867.256094] video LNXVIDEO:00: Restoring backlight state
[24867.256099] video LNXVIDEO:01: Restoring backlight state
[24867.256718] bbswitch: disabling discrete graphics
[24867.256725] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[24867.469013] pci 0000:01:00.0: power state changed by ACPI to D3cold
[24944.116110] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[24944.123581] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[24944.167050] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[24944.649105] tg3 0000:07:00.0: System wakeup enabled by ACPI
[24944.677604] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[24944.677617] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[24944.677626] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[24944.677634] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[24944.677643] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[24945.137961] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[24945.236041] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[24945.243546] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[24945.310460] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[24977.631099] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[24977.638602] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[24977.703400] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[24978.214080] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[24978.214091] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[24978.214100] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[24978.214108] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[24978.214116] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[24978.674469] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[24983.811764] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[24983.819253] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[24983.889077] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[24984.400554] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[24984.400564] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[24984.400570] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[24984.400577] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[24984.400583] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[24984.860567] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[24984.943862] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[24984.951301] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[24985.028008] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[25017.490107] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[25017.497598] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[25017.528635] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[25018.050354] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[25018.050377] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[25018.050393] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[25018.050409] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[25018.050425] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[25018.510351] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[25022.256878] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[25022.264332] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[25022.314896] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[25022.835013] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[25022.835025] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[25022.835033] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[25022.835041] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[25022.835049] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[25023.295414] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[25023.408834] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[25023.416276] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[25023.452934] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[25056.913398] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[25056.920936] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[25056.977955] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[25057.493639] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[25057.493657] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[25057.493671] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[25057.493684] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[25057.493697] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[25057.954327] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[25058.060321] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[25058.067815] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[25058.126228] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[25060.232045] wlp8s0: authenticate with 00:17:0f:e4:6c:d1
[25060.246484] wlp8s0: send auth to 00:17:0f:e4:6c:d1 (try 1/3)
[25060.247988] wlp8s0: authenticated
[25060.250322] wlp8s0: associate with 00:17:0f:e4:6c:d1 (try 1/3)
[25060.253363] wlp8s0: RX AssocResp from 00:17:0f:e4:6c:d1 (capab=0x421 status=0 aid=115)
[25060.257606] wlp8s0: associated
[25060.257660] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[25096.569531] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0
[25096.666442] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=0
[25309.835340] wlp8s0: deauthenticating from 00:17:0f:e4:6c:d1 by local choice (reason=3)
[25309.925173] cfg80211: Calling CRDA to update world regulatory domain
[25309.929849] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[25309.937345] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[25309.989696] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[25310.661178] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[25310.668706] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[25310.748048] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[25311.254648] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[25311.254658] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[25311.254666] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[25311.254673] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[25311.254680] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[25311.714770] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[25311.820078] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[25311.827550] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[25311.884879] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[25313.946553] wlp8s0: authenticate with 00:17:0f:e4:6c:d1
[25313.966733] wlp8s0: send auth to 00:17:0f:e4:6c:d1 (try 1/3)
[25313.969869] wlp8s0: authenticated
[25313.971535] wlp8s0: associate with 00:17:0f:e4:6c:d1 (try 1/3)
[25313.984974] wlp8s0: RX AssocResp from 00:17:0f:e4:6c:d1 (capab=0x421 status=0 aid=115)
[25313.989678] wlp8s0: associated
[25313.989718] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[31150.512676] wlp8s0: deauthenticating from 00:17:0f:e4:6c:d1 by local choice (reason=3)
[31150.645652] cfg80211: Calling CRDA for country: MX
[31150.649404] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31150.656903] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31150.706959] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31151.206794] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31151.206804] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31151.206811] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31151.206818] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31151.206825] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31151.667175] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31152.843889] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31152.851401] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31152.909231] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31153.407710] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31153.407719] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31153.407726] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31153.407733] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31153.407739] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31153.868008] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31153.965016] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31153.972492] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31154.006871] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31167.869001] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31167.876488] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31167.930158] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31168.431216] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31168.431227] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31168.431236] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31168.431244] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31168.431252] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31168.891745] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31171.368630] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31171.376215] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31171.410086] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31171.910705] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31171.910713] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31171.910719] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31171.910724] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31171.910729] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31172.370773] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31172.446100] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31172.453553] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31172.521580] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31194.975856] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31194.983358] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31195.027112] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31195.537995] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31195.538003] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31195.538010] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31195.538016] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31195.538022] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31195.998155] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31196.066184] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31196.073663] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31196.125796] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31198.171026] wlp8s0: authenticate with 00:17:0f:e4:6c:d1
[31198.186904] wlp8s0: send auth to 00:17:0f:e4:6c:d1 (try 1/3)
[31198.294817] wlp8s0: send auth to 00:17:0f:e4:6c:d1 (try 2/3)
[31198.408038] wlp8s0: send auth to 00:17:0f:e4:6c:d1 (try 3/3)
[31198.419626] wlp8s0: authenticated
[31198.421456] wlp8s0: associate with 00:17:0f:e4:6c:d1 (try 1/3)
[31198.444083] wlp8s0: RX AssocResp from 00:17:0f:e4:6c:d1 (capab=0x421 status=0 aid=115)
[31198.478516] wlp8s0: associated
[31198.478593] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[31220.997048] wlp8s0: deauthenticating from 00:17:0f:e4:6c:d1 by local choice (reason=3)
[31221.084140] cfg80211: Calling CRDA to update world regulatory domain
[31221.086905] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31221.094373] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31221.136638] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31221.635995] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31221.636003] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31221.636008] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31221.636013] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31221.636018] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31222.096765] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31222.181575] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31222.189115] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31222.222784] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31224.238566] wlp8s0: authenticate with 00:17:0f:e4:6c:d1
[31224.250412] wlp8s0: send auth to 00:17:0f:e4:6c:d1 (try 1/3)
[31224.253578] wlp8s0: authenticated
[31224.253941] wlp8s0: deauthenticating from 00:17:0f:e4:6c:d1 by local choice (reason=3)
[31224.268495] wlp8s0: associate with 00:17:0f:e4:6c:d1 (try 1/3)
[31224.311197] wlp8s0: RX AssocResp from 00:17:0f:e4:6c:d1 (capab=0x421 status=0 aid=115)
[31224.316156] wlp8s0: associated
[31224.316183] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[31240.782220] wlp8s0: deauthenticating from 00:17:0f:e4:6c:d1 by local choice (reason=3)
[31240.851141] cfg80211: Calling CRDA to update world regulatory domain
[31240.854091] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31240.861633] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31240.936653] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31241.440925] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31241.440935] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31241.440942] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31241.440949] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31241.440955] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31241.901194] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31246.061216] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31246.068691] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31246.109920] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31246.605225] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31246.605233] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31246.605238] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31246.605244] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31246.605249] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31247.065378] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31247.167007] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31247.174509] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31247.232039] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31249.244920] wlp8s0: authenticate with 00:17:0f:e4:3c:d1
[31249.259498] wlp8s0: send auth to 00:17:0f:e4:3c:d1 (try 1/3)
[31249.260844] wlp8s0: authenticated
[31249.262157] wlp8s0: associate with 00:17:0f:e4:3c:d1 (try 1/3)
[31249.368733] wlp8s0: associate with 00:17:0f:e4:3c:d1 (try 2/3)
[31249.381173] wlp8s0: RX AssocResp from 00:17:0f:e4:3c:d1 (capab=0x421 status=0 aid=176)
[31249.385165] wlp8s0: associated
[31249.385215] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[31321.414711] cfg80211: Calling CRDA for country: US
[31321.768312] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31321.775825] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31321.832629] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31322.325405] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31322.325413] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31322.325418] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31322.325424] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31322.325429] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31322.785621] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31329.661995] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31329.669464] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31329.721436] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31330.220011] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31330.220021] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31330.220029] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31330.220036] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31330.220043] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31330.680867] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31330.763101] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31330.770559] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31330.833582] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31332.891059] wlp8s0: authenticate with 00:17:0f:e4:3c:d1
[31332.896793] wlp8s0: send auth to 00:17:0f:e4:3c:d1 (try 1/3)
[31332.899373] wlp8s0: authenticated
[31332.900252] wlp8s0: associate with 00:17:0f:e4:3c:d1 (try 1/3)
[31332.994715] wlp8s0: RX AssocResp from 00:17:0f:e4:3c:d1 (capab=0x421 status=0 aid=176)
[31332.998243] wlp8s0: associated
[31332.998303] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[31481.653488] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[31481.653497] ACPI: \_SB_.PCI0: Bus check notify on _handle_hotplug_event_root
[31486.659712] PM: Syncing filesystems ... done.
[31487.109279] PM: Preparing system for mem sleep
[31487.109601] bbswitch: enabling discrete graphics
[31487.607534] pci 0000:01:00.0: power state changed by ACPI to D0
[31487.607636] Freezing user space processes ... (elapsed 0.001 seconds) done.
[31487.608817] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[31487.610030] PM: Entering mem sleep
[31487.610127] Suspending console(s) (use no_console_suspend to debug)
[31487.610788] wlp8s0: deauthenticating from 00:17:0f:e4:3c:d1 by local choice (reason=3)
[31487.667307] cfg80211: Calling CRDA to update world regulatory domain
[31487.667408] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[31487.677210] sd 1:0:0:0: [sda] Stopping disk
[31487.772740] mei_me 0000:00:16.0: suspend
[31488.319591] PM: suspend of devices complete after 709.698 msecs
[31488.319781] PM: late suspend of devices complete after 0.187 msecs
[31488.321380] xhci_hcd 0000:09:00.0: System wakeup enabled by ACPI
[31488.360767] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[31488.374354] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[31488.399525] PM: noirq suspend of devices complete after 79.826 msecs
[31488.400262] ACPI: Preparing to enter system sleep state S3
[31488.401517] PM: Saving platform NVS memory
[31488.403503] Disabling non-boot CPUs ...
[31488.505891] smpboot: CPU 1 is now offline
[31488.609116] smpboot: CPU 2 is now offline
[31488.712334] smpboot: CPU 3 is now offline
[31488.815570] smpboot: CPU 4 is now offline
[31488.918772] smpboot: CPU 5 is now offline
[31489.021995] smpboot: CPU 6 is now offline
[31489.125216] smpboot: CPU 7 is now offline
[31489.127532] ACPI: Low-level resume complete
[31489.127584] PM: Restoring platform NVS memory
[31489.128112] CPU0: Thermal monitoring handled by SMI
[31489.128176] Enabling non-boot CPUs ...
[31489.128212] smpboot: Booting Node 0 Processor 1 APIC 0x1
[31489.139319] CPU1: Thermal monitoring handled by SMI
[31489.141550] Intel pstate controlling: cpu 1
[31489.141611] CPU1 is up
[31489.141628] smpboot: Booting Node 0 Processor 2 APIC 0x2
[31489.152761] CPU2: Thermal monitoring handled by SMI
[31489.154988] Intel pstate controlling: cpu 2
[31489.155047] CPU2 is up
[31489.155063] smpboot: Booting Node 0 Processor 3 APIC 0x3
[31489.166093] CPU3: Thermal monitoring handled by SMI
[31489.168335] Intel pstate controlling: cpu 3
[31489.168393] CPU3 is up
[31489.168410] smpboot: Booting Node 0 Processor 4 APIC 0x4
[31489.179543] CPU4: Thermal monitoring handled by SMI
[31489.181784] Intel pstate controlling: cpu 4
[31489.181840] CPU4 is up
[31489.181856] smpboot: Booting Node 0 Processor 5 APIC 0x5
[31489.192986] CPU5: Thermal monitoring handled by SMI
[31489.195242] Intel pstate controlling: cpu 5
[31489.195299] CPU5 is up
[31489.195315] smpboot: Booting Node 0 Processor 6 APIC 0x6
[31489.206449] CPU6: Thermal monitoring handled by SMI
[31489.208714] Intel pstate controlling: cpu 6
[31489.208771] CPU6 is up
[31489.208787] smpboot: Booting Node 0 Processor 7 APIC 0x7
[31489.219916] CPU7: Thermal monitoring handled by SMI
[31489.222193] Intel pstate controlling: cpu 7
[31489.222250] CPU7 is up
[31489.229988] ACPI: Waking up from system sleep state S3
[31489.270795] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[31489.297390] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[31489.310732] pci 0000:01:00.0: power state changed by ACPI to D0
[31489.351770] xhci_hcd 0000:09:00.0: System wakeup disabled by ACPI
[31489.377634] PM: noirq resume of devices complete after 145.606 msecs
[31489.378118] PM: early resume of devices complete after 0.360 msecs
[31489.378172] i915 0000:00:02.0: setting latency timer to 64
[31489.378248] mei_me 0000:00:16.0: irq 52 for MSI/MSI-X
[31489.378299] ahci 0000:00:1f.2: setting latency timer to 64
[31489.378359] ehci-pci 0000:00:1a.0: setting latency timer to 64
[31489.378525] snd_hda_intel 0000:00:1b.0: irq 53 for MSI/MSI-X
[31489.378586] ehci-pci 0000:00:1d.0: setting latency timer to 64
[31489.380388] tg3 0000:07:00.0: System wakeup disabled by ACPI
[31489.390654] [drm] Wrong MCH_SSKPD value: 0x16040307
[31489.390654] [drm] This can cause pipe underruns and display issues.
[31489.390655] [drm] Please upgrade your BIOS to fix this.
[31489.580558] usb 4-1.6: reset high-speed USB device number 3 using ehci-pci
[31489.780270] usb 2-1: reset full-speed USB device number 3 using xhci_hcd
[31489.814112] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5340
[31489.814116] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5d40
[31489.814119] xhci_hcd 0000:09:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022f3d5840
[31489.853402] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[31489.855387] ata3.00: configured for UDMA/100
[31489.866716] ata5: SATA link down (SStatus 0 SControl 300)
[31489.866896] usb 1-1.6: reset full-speed USB device number 3 using ehci-pci
[31491.198587] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[31491.991094] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[31492.293504] ata2.00: configured for UDMA/133
[31492.304324] sd 1:0:0:0: [sda] Starting disk
[31492.316347] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31492.323836] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31492.373538] PM: resume of devices complete after 2998.706 msecs
[31492.374456] PM: Finishing wakeup.
[31492.374459] Restarting tasks ... done.
[31492.457554] video LNXVIDEO:00: Restoring backlight state
[31492.457558] video LNXVIDEO:01: Restoring backlight state
[31492.458139] bbswitch: disabling discrete graphics
[31492.458146] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[31492.670329] pci 0000:01:00.0: power state changed by ACPI to D3cold
[31492.903505] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31492.910967] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31492.945204] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31493.417866] tg3 0000:07:00.0: System wakeup enabled by ACPI
[31493.442883] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31493.442890] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31493.442896] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31493.442901] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31493.442906] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31493.903136] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31495.098016] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=600
[31495.999653] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=600
[31519.460972] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31519.468409] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31519.519225] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31520.020372] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[31520.020382] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[31520.020389] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[31520.020396] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[31520.020403] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[31520.480668] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[31520.556539] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[31520.564010] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[31520.625815] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[31522.807243] wlp8s0: authenticate with 60:a4:4c:c6:19:60
[31522.818678] wlp8s0: send auth to 60:a4:4c:c6:19:60 (try 1/3)
[31522.824201] wlp8s0: authenticated
[31522.827136] wlp8s0: associate with 60:a4:4c:c6:19:60 (try 1/3)
[31522.833924] wlp8s0: RX AssocResp from 60:a4:4c:c6:19:60 (capab=0xc11 status=0 aid=3)
[31522.837871] wlp8s0: associated
[31522.837901] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[32057.378972] wlp8s0: deauthenticating from 60:a4:4c:c6:19:60 by local choice (reason=3)
[32057.469822] cfg80211: Calling CRDA for country: US
[32058.059961] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[32058.067450] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[32058.102330] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[32058.731681] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[32058.731691] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[32058.731699] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[32058.731706] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[32058.731713] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[32059.191617] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[32198.901424] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[32198.908902] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[32198.966790] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[32199.064814] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[32199.072312] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[32199.114759] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[32199.620287] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[32199.620296] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[32199.620303] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[32199.620310] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[32199.620316] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[32200.080847] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[32200.147116] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[32200.154619] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[32200.199058] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[32202.435683] wlp8s0: authenticate with 60:a4:4c:c6:19:60
[32202.446377] wlp8s0: send auth to 60:a4:4c:c6:19:60 (try 1/3)
[32202.448721] wlp8s0: authenticated
[32202.450357] wlp8s0: associate with 60:a4:4c:c6:19:60 (try 1/3)
[32202.454737] wlp8s0: RX AssocResp from 60:a4:4c:c6:19:60 (capab=0xc11 status=0 aid=3)
[32202.460333] wlp8s0: associated
[32202.460364] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[32228.254999] wlp8s0: deauthenticating from 60:a4:4c:c6:19:60 by local choice (reason=3)
[32228.379581] cfg80211: Calling CRDA to update world regulatory domain
[32228.382285] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[32228.389777] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[32228.434931] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[32231.577441] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[32231.584919] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[32231.620110] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[32231.713312] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[32231.720806] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[32231.762675] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[32232.264320] tg3 0000:07:00.0: irq 54 for MSI/MSI-X
[32232.264331] tg3 0000:07:00.0: irq 55 for MSI/MSI-X
[32232.264339] tg3 0000:07:00.0: irq 56 for MSI/MSI-X
[32232.264347] tg3 0000:07:00.0: irq 57 for MSI/MSI-X
[32232.264354] tg3 0000:07:00.0: irq 58 for MSI/MSI-X
[32232.724789] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[32232.840667] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[32232.848151] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[32232.880655] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[32235.572338] wlp8s0: authenticate with 60:a4:4c:c6:19:60
[32235.587672] wlp8s0: direct probe to 60:a4:4c:c6:19:60 (try 1/3)
[32235.790235] wlp8s0: direct probe to 60:a4:4c:c6:19:60 (try 2/3)
[32235.993352] wlp8s0: send auth to 60:a4:4c:c6:19:60 (try 3/3)
[32235.996480] wlp8s0: authenticated
[32235.996712] wlp8s0: associate with 60:a4:4c:c6:19:60 (try 1/3)
[32236.002212] wlp8s0: RX AssocResp from 60:a4:4c:c6:19:60 (capab=0xc11 status=0 aid=3)
[32236.007985] wlp8s0: associated
[32236.008022] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[32290.247266] bbswitch: enabling discrete graphics
[32290.747212] pci 0000:01:00.0: power state changed by ACPI to D0
[32290.842672] nvidia: module license 'NVIDIA' taints kernel.
[32290.842676] Disabling lock debugging due to kernel taint
[32290.848420] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[32290.848696] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
[32290.848703] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  325.15  Wed Jul 31 18:50:56 PDT 2013
[32292.076155] nvidia 0000:01:00.0: irq 59 for MSI/MSI-X
[32292.082627] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[32292.082661] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[32292.082687] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[32292.082725] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[32292.082803] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[32292.082828] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[32292.082877] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[32292.082902] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[32294.667201] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[32305.696976] [drm] Module unloaded
[32305.698363] bbswitch: disabling discrete graphics
[32305.698377] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[32305.710106] pci 0000:01:00.0: Refused to change power state, currently in D0
[32305.909882] pci 0000:01:00.0: power state changed by ACPI to D3cold
[33432.962250] iwlwifi 0000:08:00.0: Invalid tbl->lq_type 0
[33432.962613] iwlwifi 0000:08:00.0: Microcode SW error detected.  Restarting 0x2000000.
[33432.962620] iwlwifi 0000:08:00.0: CSR values:
[33432.962625] iwlwifi 0000:08:00.0: (2nd byte of CSR_INT_COALESCING is CSR_INT_PERIODIC_REG)
[33432.962655] iwlwifi 0000:08:00.0:        CSR_HW_IF_CONFIG_REG: 0X00c8330c
[33432.962687] iwlwifi 0000:08:00.0:          CSR_INT_COALESCING: 0X0000ff40
[33432.962724] iwlwifi 0000:08:00.0:                     CSR_INT: 0X00000000
[33432.962750] iwlwifi 0000:08:00.0:                CSR_INT_MASK: 0X00000000
[33432.962776] iwlwifi 0000:08:00.0:           CSR_FH_INT_STATUS: 0X00000000
[33432.962802] iwlwifi 0000:08:00.0:                 CSR_GPIO_IN: 0X00000000
[33432.962827] iwlwifi 0000:08:00.0:                   CSR_RESET: 0X00000000
[33432.962853] iwlwifi 0000:08:00.0:                CSR_GP_CNTRL: 0X080403c5
[33432.962879] iwlwifi 0000:08:00.0:                  CSR_HW_REV: 0X0000006c
[33432.962905] iwlwifi 0000:08:00.0:              CSR_EEPROM_REG: 0X00001885
[33432.962930] iwlwifi 0000:08:00.0:               CSR_EEPROM_GP: 0X90000001
[33432.962956] iwlwifi 0000:08:00.0:              CSR_OTP_GP_REG: 0X00010001
[33432.962982] iwlwifi 0000:08:00.0:                 CSR_GIO_REG: 0X00080042
[33432.963008] iwlwifi 0000:08:00.0:            CSR_GP_UCODE_REG: 0X00000a81
[33432.963033] iwlwifi 0000:08:00.0:           CSR_GP_DRIVER_REG: 0X00000000
[33432.963059] iwlwifi 0000:08:00.0:           CSR_UCODE_DRV_GP1: 0X00000000
[33432.963085] iwlwifi 0000:08:00.0:           CSR_UCODE_DRV_GP2: 0X00000000
[33432.963110] iwlwifi 0000:08:00.0:                 CSR_LED_REG: 0X00000040
[33432.963136] iwlwifi 0000:08:00.0:        CSR_DRAM_INT_TBL_REG: 0X88233049
[33432.963162] iwlwifi 0000:08:00.0:        CSR_GIO_CHICKEN_BITS: 0X27800200
[33432.963188] iwlwifi 0000:08:00.0:             CSR_ANA_PLL_CFG: 0X00000000
[33432.963214] iwlwifi 0000:08:00.0:           CSR_HW_REV_WA_REG: 0X0001001a
[33432.963245] iwlwifi 0000:08:00.0:        CSR_DBG_HPET_MEM_REG: 0Xffff0000
[33432.963248] iwlwifi 0000:08:00.0: FH register values:
[33432.963291] iwlwifi 0000:08:00.0:         FH_RSCSR_CHNL0_STTS_WPTR_REG: 0X22f15b00
[33432.963311] iwlwifi 0000:08:00.0:        FH_RSCSR_CHNL0_RBDCB_BASE_REG: 0X02328bd0
[33432.963332] iwlwifi 0000:08:00.0:                  FH_RSCSR_CHNL0_WPTR: 0X00000058
[33432.963345] iwlwifi 0000:08:00.0:         FH_MEM_RCSR_CHNL0_CONFIG_REG: 0X80801114
[33432.963365] iwlwifi 0000:08:00.0:          FH_MEM_RSSR_SHARED_CTRL_REG: 0X000000fc
[33432.963386] iwlwifi 0000:08:00.0:            FH_MEM_RSSR_RX_STATUS_REG: 0X07030000
[33432.963406] iwlwifi 0000:08:00.0:    FH_MEM_RSSR_RX_ENABLE_ERR_IRQ2DRV: 0X00000000
[33432.963419] iwlwifi 0000:08:00.0:                FH_TSSR_TX_STATUS_REG: 0X07ff0001
[33432.963440] iwlwifi 0000:08:00.0:                 FH_TSSR_TX_ERROR_REG: 0X00000000
[33432.963442] iwlwifi 0000:08:00.0: Loaded firmware version: 39.31.5.1 build 35138
[33432.963582] iwlwifi 0000:08:00.0: Start IWL Error Log Dump:
[33432.963584] iwlwifi 0000:08:00.0: Status: 0x0000204C, count: 5
[33432.963587] iwlwifi 0000:08:00.0: 0x00000005 | SYSASSERT                   
[33432.963589] iwlwifi 0000:08:00.0: 0x0000335C | uPc
[33432.963591] iwlwifi 0000:08:00.0: 0x00003234 | branchlink1
[33432.963593] iwlwifi 0000:08:00.0: 0x00003234 | branchlink2
[33432.963595] iwlwifi 0000:08:00.0: 0x00000826 | interruptlink1
[33432.963597] iwlwifi 0000:08:00.0: 0x00000000 | interruptlink2
[33432.963599] iwlwifi 0000:08:00.0: 0x01808015 | data1
[33432.963601] iwlwifi 0000:08:00.0: 0x00004118 | data2
[33432.963602] iwlwifi 0000:08:00.0: 0x000005A0 | line
[33432.963604] iwlwifi 0000:08:00.0: 0x6D810A1E | beacon time
[33432.963606] iwlwifi 0000:08:00.0: 0xF70755E2 | tsf low
[33432.963608] iwlwifi 0000:08:00.0: 0x00000004 | tsf hi
[33432.963610] iwlwifi 0000:08:00.0: 0x00000000 | time gp1
[33432.963612] iwlwifi 0000:08:00.0: 0x477A8DFC | time gp2
[33432.963614] iwlwifi 0000:08:00.0: 0x00000000 | time gp3
[33432.963616] iwlwifi 0000:08:00.0: 0x0001271F | uCode version
[33432.963618] iwlwifi 0000:08:00.0: 0x0000006C | hw version
[33432.963620] iwlwifi 0000:08:00.0: 0x00C8330C | board version
[33432.963622] iwlwifi 0000:08:00.0: 0x04EE004E | hcmd
[33432.963624] iwlwifi 0000:08:00.0: 0x27863082 | isr0
[33432.963625] iwlwifi 0000:08:00.0: 0x1143E000 | isr1
[33432.963627] iwlwifi 0000:08:00.0: 0x0000011F | isr2
[33432.963629] iwlwifi 0000:08:00.0: 0x004200C3 | isr3
[33432.963631] iwlwifi 0000:08:00.0: 0x00200080 | isr4
[33432.963633] iwlwifi 0000:08:00.0: 0x01000112 | isr_pref
[33432.963635] iwlwifi 0000:08:00.0: 0x0000A8E0 | wait_event
[33432.963637] iwlwifi 0000:08:00.0: 0x000000C4 | l2p_control
[33432.963639] iwlwifi 0000:08:00.0: 0x000000F8 | l2p_duration
[33432.963641] iwlwifi 0000:08:00.0: 0x00000007 | l2p_mhvalid
[33432.963643] iwlwifi 0000:08:00.0: 0x00101042 | l2p_addr_match
[33432.963645] iwlwifi 0000:08:00.0: 0x00000015 | lmpm_pmg_sel
[33432.963647] iwlwifi 0000:08:00.0: 0x10021644 | timestamp
[33432.963649] iwlwifi 0000:08:00.0: 0x00005868 | flow_handler
[33432.963726] iwlwifi 0000:08:00.0: Start IWL Event Log Dump: display last 20 entries
[33432.963751] iwlwifi 0000:08:00.0: EVT_LOGT:1199213175:0x00000084:0303
[33432.963783] iwlwifi 0000:08:00.0: EVT_LOGT:1199213242:0x00000020:0322
[33432.963814] iwlwifi 0000:08:00.0: EVT_LOGT:1199213243:0x000001ca:0322
[33432.963846] iwlwifi 0000:08:00.0: EVT_LOGT:1199213246:0x00000094:0322
[33432.963878] iwlwifi 0000:08:00.0: EVT_LOGT:1199213744:0x0207001c:0206
[33432.963909] iwlwifi 0000:08:00.0: EVT_LOGT:1199213746:0x00000001:0204
[33432.963941] iwlwifi 0000:08:00.0: EVT_LOGT:1199213749:0x00000001:0214
[33432.963974] iwlwifi 0000:08:00.0: EVT_LOGT:1199213750:0x01001110:0205
[33432.964006] iwlwifi 0000:08:00.0: EVT_LOGT:1199213774:0x00000020:0208
[33432.964037] iwlwifi 0000:08:00.0: EVT_LOGT:1199213795:0x00000000:0302
[33432.964069] iwlwifi 0000:08:00.0: EVT_LOGT:1199213824:0x000000c4:0303
[33432.964102] iwlwifi 0000:08:00.0: EVT_LOGT:1199213830:0x00000001:0203
[33432.964133] iwlwifi 0000:08:00.0: EVT_LOGT:1199213834:0x0207001c:0206
[33432.964165] iwlwifi 0000:08:00.0: EVT_LOGT:1199213835:0x00000040:0204
[33432.964197] iwlwifi 0000:08:00.0: EVT_LOGT:1199213838:0x01000110:0211
[33432.964230] iwlwifi 0000:08:00.0: EVT_LOGT:1199213976:0x00000000:0212
[33432.964261] iwlwifi 0000:08:00.0: EVT_LOGT:1199214024:0x00000000:0215
[33432.964293] iwlwifi 0000:08:00.0: EVT_LOGT:1199214027:0x00000008:0220
[33432.964325] iwlwifi 0000:08:00.0: EVT_LOGT:1199214067:0x04ee004e:0401
[33432.964357] iwlwifi 0000:08:00.0: EVT_LOGT:1199214096:0x00000000:0125
[33432.964824] ieee80211 phy0: Hardware restart was requested
[33432.964903] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[33432.972357] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[33438.032819] iwlwifi 0000:08:00.0: Invalid tbl->lq_type 0
[33438.033008] iwlwifi 0000:08:00.0: Microcode SW error detected.  Restarting 0x2000000.
[33438.033029] iwlwifi 0000:08:00.0: CSR values:
[33438.033033] iwlwifi 0000:08:00.0: (2nd byte of CSR_INT_COALESCING is CSR_INT_PERIODIC_REG)
[33438.033063] iwlwifi 0000:08:00.0:        CSR_HW_IF_CONFIG_REG: 0X00c8330c
[33438.033091] iwlwifi 0000:08:00.0:          CSR_INT_COALESCING: 0X0000ff40
[33438.033118] iwlwifi 0000:08:00.0:                     CSR_INT: 0X00000000
[33438.033145] iwlwifi 0000:08:00.0:                CSR_INT_MASK: 0X00000000
[33438.033172] iwlwifi 0000:08:00.0:           CSR_FH_INT_STATUS: 0X00000000
[33438.033199] iwlwifi 0000:08:00.0:                 CSR_GPIO_IN: 0X00000000
[33438.033226] iwlwifi 0000:08:00.0:                   CSR_RESET: 0X00000000
[33438.033254] iwlwifi 0000:08:00.0:                CSR_GP_CNTRL: 0X080403c5
[33438.033280] iwlwifi 0000:08:00.0:                  CSR_HW_REV: 0X0000006c
[33438.033307] iwlwifi 0000:08:00.0:              CSR_EEPROM_REG: 0X00001885
[33438.033335] iwlwifi 0000:08:00.0:               CSR_EEPROM_GP: 0X90000001
[33438.033362] iwlwifi 0000:08:00.0:              CSR_OTP_GP_REG: 0X00010001
[33438.033389] iwlwifi 0000:08:00.0:                 CSR_GIO_REG: 0X00080042
[33438.033416] iwlwifi 0000:08:00.0:            CSR_GP_UCODE_REG: 0X00000377
[33438.033443] iwlwifi 0000:08:00.0:           CSR_GP_DRIVER_REG: 0X00000000
[33438.033469] iwlwifi 0000:08:00.0:           CSR_UCODE_DRV_GP1: 0X00000000
[33438.033497] iwlwifi 0000:08:00.0:           CSR_UCODE_DRV_GP2: 0X00000000
[33438.033523] iwlwifi 0000:08:00.0:                 CSR_LED_REG: 0X00000040
[33438.033551] iwlwifi 0000:08:00.0:        CSR_DRAM_INT_TBL_REG: 0X88233049
[33438.033578] iwlwifi 0000:08:00.0:        CSR_GIO_CHICKEN_BITS: 0X27800200
[33438.033605] iwlwifi 0000:08:00.0:             CSR_ANA_PLL_CFG: 0X00880300
[33438.033632] iwlwifi 0000:08:00.0:           CSR_HW_REV_WA_REG: 0X0001001a
[33438.033659] iwlwifi 0000:08:00.0:        CSR_DBG_HPET_MEM_REG: 0Xffff0000
[33438.033663] iwlwifi 0000:08:00.0: FH register values:
[33438.033701] iwlwifi 0000:08:00.0:         FH_RSCSR_CHNL0_STTS_WPTR_REG: 0X22f15b00
[33438.033744] iwlwifi 0000:08:00.0:        FH_RSCSR_CHNL0_RBDCB_BASE_REG: 0X02328bd0
[33438.033786] iwlwifi 0000:08:00.0:                  FH_RSCSR_CHNL0_WPTR: 0X000000f8
[33438.033829] iwlwifi 0000:08:00.0:         FH_MEM_RCSR_CHNL0_CONFIG_REG: 0X80801114
[33438.033865] iwlwifi 0000:08:00.0:          FH_MEM_RSSR_SHARED_CTRL_REG: 0X000000fc
[33438.033914] iwlwifi 0000:08:00.0:            FH_MEM_RSSR_RX_STATUS_REG: 0X07030000
[33438.033963] iwlwifi 0000:08:00.0:    FH_MEM_RSSR_RX_ENABLE_ERR_IRQ2DRV: 0X00000000
[33438.034006] iwlwifi 0000:08:00.0:                FH_TSSR_TX_STATUS_REG: 0X07ff0001
[33438.034048] iwlwifi 0000:08:00.0:                 FH_TSSR_TX_ERROR_REG: 0X00000000
[33438.034053] iwlwifi 0000:08:00.0: Loaded firmware version: 39.31.5.1 build 35138
[33438.034334] iwlwifi 0000:08:00.0: Start IWL Error Log Dump:
[33438.034339] iwlwifi 0000:08:00.0: Status: 0x0000204C, count: 5
[33438.034343] iwlwifi 0000:08:00.0: 0x00000005 | SYSASSERT                   
[33438.034347] iwlwifi 0000:08:00.0: 0x0000335C | uPc
[33438.034350] iwlwifi 0000:08:00.0: 0x00003234 | branchlink1
[33438.034354] iwlwifi 0000:08:00.0: 0x00003234 | branchlink2
[33438.034357] iwlwifi 0000:08:00.0: 0x00000826 | interruptlink1
[33438.034360] iwlwifi 0000:08:00.0: 0x00000000 | interruptlink2
[33438.034363] iwlwifi 0000:08:00.0: 0x01808015 | data1
[33438.034367] iwlwifi 0000:08:00.0: 0x00004118 | data2
[33438.034370] iwlwifi 0000:08:00.0: 0x000005A0 | line
[33438.034373] iwlwifi 0000:08:00.0: 0x0C402664 | beacon time
[33438.034377] iwlwifi 0000:08:00.0: 0xF754C99C | tsf low
[33438.034380] iwlwifi 0000:08:00.0: 0x00000004 | tsf hi
[33438.034383] iwlwifi 0000:08:00.0: 0x00000000 | time gp1
[33438.034386] iwlwifi 0000:08:00.0: 0x004D2F66 | time gp2
[33438.034390] iwlwifi 0000:08:00.0: 0x00000000 | time gp3
[33438.034393] iwlwifi 0000:08:00.0: 0x0001271F | uCode version
[33438.034396] iwlwifi 0000:08:00.0: 0x0000006C | hw version
[33438.034399] iwlwifi 0000:08:00.0: 0x00C8330C | board version
[33438.034403] iwlwifi 0000:08:00.0: 0x044F004E | hcmd
[33438.034406] iwlwifi 0000:08:00.0: 0x27D63080 | isr0
[33438.034409] iwlwifi 0000:08:00.0: 0x1103E000 | isr1
[33438.034413] iwlwifi 0000:08:00.0: 0x0000001F | isr2
[33438.034416] iwlwifi 0000:08:00.0: 0x0043FCC3 | isr3
[33438.034419] iwlwifi 0000:08:00.0: 0x00200080 | isr4
[33438.034423] iwlwifi 0000:08:00.0: 0x01000112 | isr_pref
[33438.034426] iwlwifi 0000:08:00.0: 0x00005CBE | wait_event
[33438.034429] iwlwifi 0000:08:00.0: 0x000000D4 | l2p_control
[33438.034433] iwlwifi 0000:08:00.0: 0x00000000 | l2p_duration
[33438.034436] iwlwifi 0000:08:00.0: 0x00000007 | l2p_mhvalid
[33438.034439] iwlwifi 0000:08:00.0: 0x00101042 | l2p_addr_match
[33438.034443] iwlwifi 0000:08:00.0: 0x00000015 | lmpm_pmg_sel
[33438.034446] iwlwifi 0000:08:00.0: 0x10021644 | timestamp
[33438.034449] iwlwifi 0000:08:00.0: 0x0000F808 | flow_handler
[33438.034575] iwlwifi 0000:08:00.0: Start IWL Event Log Dump: display last 20 entries
[33438.034623] iwlwifi 0000:08:00.0: EVT_LOGT:0005055513:0x020a001c:0206
[33438.034670] iwlwifi 0000:08:00.0: EVT_LOGT:0005055515:0x00000001:0204
[33438.034703] iwlwifi 0000:08:00.0: EVT_LOGT:0005055518:0x00000001:0214
[33438.034736] iwlwifi 0000:08:00.0: EVT_LOGT:0005055519:0x01001110:0205
[33438.034775] iwlwifi 0000:08:00.0: EVT_LOGT:0005055543:0x00000020:0208
[33438.034808] iwlwifi 0000:08:00.0: EVT_LOGT:0005055563:0x00000000:0302
[33438.034849] iwlwifi 0000:08:00.0: EVT_LOGT:0005055593:0x000000c4:0303
[33438.034894] iwlwifi 0000:08:00.0: EVT_LOGT:0005055599:0x00000001:0203
[33438.034934] iwlwifi 0000:08:00.0: EVT_LOGT:0005055603:0x020a001c:0206
[33438.034974] iwlwifi 0000:08:00.0: EVT_LOGT:0005055604:0x00000040:0204
[33438.035020] iwlwifi 0000:08:00.0: EVT_LOGT:0005055607:0x01000110:0211
[33438.035068] iwlwifi 0000:08:00.0: EVT_LOGT:0005055611:0x00000000:0212
[33438.035108] iwlwifi 0000:08:00.0: EVT_LOGT:0005055653:0x00000000:0215
[33438.035148] iwlwifi 0000:08:00.0: EVT_LOGT:0005055656:0x00000008:0220
[33438.035181] iwlwifi 0000:08:00.0: EVT_LOGT:0005055674:0x00000000:0302
[33438.035227] iwlwifi 0000:08:00.0: EVT_LOGT:0005055703:0x000000d4:0303
[33438.035273] iwlwifi 0000:08:00.0: EVT_LOGT:0005055708:0x0000100b:0217
[33438.035319] iwlwifi 0000:08:00.0: EVT_LOGT:0005055709:0x020a001c:0217
[33438.035360] iwlwifi 0000:08:00.0: EVT_LOGT:0005058398:0x044f004e:0401
[33438.035393] iwlwifi 0000:08:00.0: EVT_LOGT:0005058427:0x00000000:0125
[33438.035920] ieee80211 phy0: Hardware restart was requested
[33438.035999] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[33438.043485] iwlwifi 0000:08:00.0: Radio type=0x0-0x0-0x3
[jon@energy ~]$ sudo iwconfig wlp8s0 power off

Last edited by jdpaul (2013-10-10 02:01:52)

Offline

#25 2013-10-10 02:11:22

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,140

Re: Switching from netctl and networkmanager to wicd - problems persist

Please post the commands you use trying to connect and the output you get.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

Board footer

Powered by FluxBB