Bug 1368246 - bluetooth mouse stops working, bluetoothd: GLib: Source ID 628 was not found when attempting to remove it
Summary: bluetooth mouse stops working, bluetoothd: GLib: Source ID 628 was not found ...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: bluez
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Don Zickus
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-18 19:38 UTC by Chris Murphy
Modified: 2017-08-08 16:37 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-08 16:37:16 UTC
Type: Bug


Attachments (Terms of Use)
bluetooth debug log1 (3.17 KB, text/plain)
2016-08-20 01:51 UTC, Chris Murphy
no flags Details
bluetooth debug log2 (305.33 KB, text/x-vhdl)
2016-08-22 22:21 UTC, Chris Murphy
no flags Details
Journalcfg for Espen Munthe (3.53 KB, text/x-vhdl)
2017-07-25 13:35 UTC, Espen Munthe
no flags Details
btmon for Espen Munthe (49.82 KB, text/plain)
2017-07-25 13:35 UTC, Espen Munthe
no flags Details
dmsg for Espen Munthe (58.89 KB, text/plain)
2017-07-25 13:36 UTC, Espen Munthe
no flags Details

Description Chris Murphy 2016-08-18 19:38:03 UTC
Description of problem:

Several times per day, the bluetooth mouse stops tracking and is unresponsive to clicks. Once the bluetooth icon in gnome shell goes away (no longer connected to device), a single click on the mouse reestablishes the connection.


Version-Release number of selected component (if applicable):
bluez-5.41-1.fc24.x86_64

How reproducible:
Non-deterministic, happens ~4 times per day


Steps to Reproduce:
1. Use the mouse
2.
3.

Actual results:

Eventually, without warning or doing anything in particular (so it seems), the mouse becomes unresponsive to tracking and clicks.

The only item in the journal within a minute of the failure is:

Aug 18 13:24:59 f24m bluetoothd[816]: GLib: Source ID 628 was not found when attempting to remove it



Expected results:

Shouldn't happen. Doesn't happen on this same hardware setup with the same battery level as when running macOS.


Additional info:

It might be helpful to know how to increase debug/log level. I don't understand how the bluetoothd -d option works at all.

The problem is much worse if WiFi is enabled; maybe a dozen times per day. But I've since turned off the WiFi radio and the problem remains or maybe it's a separate problem, but it is far less frequent.

Comment 1 Don Zickus 2016-08-19 14:13:59 UTC
Hi,

Regarding the bluetooth -d option to provide more logs..

edit /usr/lib/systemd/system/bluetooth.service
and add a '-d' to the following line

ExecStart=/usr/libexec/bluetooth/bluetoothd -d


systemctl restart bluetooth

should restart the daemon with lots more debugging.  At least that is how
I am debugging the daemon lately.

This also might be related to autosuspend, so either a 

usbcore.autosuspend=-1

to disable it and reboot, might work.  Or a 


echo 'on' > /sys/bus/usb/devices/<device>/pwoer/control

might resolve it on a per-device basis.

Either way, attach some of the journalctl logs so I can see what is going on.

Cheers,
Don

Comment 2 Chris Murphy 2016-08-20 01:51:21 UTC
Created attachment 1192377 [details]
bluetooth debug log1

The mouse stops working solidly 10-20 seconds before the first line in this log; nothing else was recorded in the journal for 5 minutes prior.

Adapter removed connection? Could be a kernel bug with the adapter itself?

19:45:44 is when I made a single click of the mouse following the bluetooth icon disappearing from shell's menu bar, and it reconnects.

Comment 3 Don Zickus 2016-08-22 15:12:10 UTC
Hi Chris,

Did you try adding 'usbcore.autosuspend=-1' to the /etc/grub2.cfg file and rebooting.  This looks like an autosuspend issue.  Before I can come up with a better fix, I want to see if the big hammer approach works.

Cheers,
Don

Comment 4 Chris Murphy 2016-08-22 22:21:29 UTC
Created attachment 1193098 [details]
bluetooth debug log2

Still happens.

[chris@f24m ~]$ cat /proc/cmdline
BOOT_IMAGE=/root24w/boot/vmlinuz-4.8.0-0.rc3.git0.1.fc25.x86_64+debug root=UUID=dbf2e938-1f28-4e93-aa6c-1e193004931b rw rootflags=subvol=root24w hid-magicmouse.emulate_3button=0 usbcore.autosuspend=-1 radeon.modeset=1 i915.modeset=0 radeon.dpm=1 elevator=noop rhgb quiet

Disconnect happens maybe 10-15 seconds before this:

[  163.017724] f24m bluetoothd[828]: src/adapter.c:dev_disconnected() Device 58:1F:AA:EB:B4:6A disconnected, reason 1
[  163.019867] f24m bluetoothd[828]: src/adapter.c:adapter_remove_connection()
[  163.020588] f24m bluetoothd[828]: plugins/policy.c:disconnect_cb() reason 1
[  163.021337] f24m bluetoothd[828]: src/adapter.c:bonding_attempt_complete() hci0 bdaddr 58:1F:AA:EB:B4:6A type 0 status 0xe
[  163.022041] f24m bluetoothd[828]: src/device.c:device_bonding_complete() bonding (nil) status 0x0e
[  163.022731] f24m bluetoothd[828]: src/device.c:device_bonding_failed() status 14
[  163.023378] f24m bluetoothd[828]: src/adapter.c:resume_discovery()
[  163.059947] f24m bluetoothd[828]: profiles/input/device.c:ctrl_watch_cb() Device 58:1F:AA:EB:B4:6A disconnected
[  163.060364] f24m bluetoothd[828]: profiles/input/device.c:intr_watch_cb() Device 58:1F:AA:EB:B4:6A disconnected
[  163.060718] f24m bluetoothd[828]: src/service.c:change_state() 0x5580e387c6e0: device 58:1F:AA:EB:B4:6A profile input-hid state changed: connected -> disconnected (0)
[  163.061091] f24m bluetoothd[828]: profiles/input/device.c:input_device_enter_reconnect_mode() path=/org/bluez/hci0/dev_58_1F_AA_EB_B4_6A reconnect_mode=any
[  163.061397] f24m bluetoothd[828]: profiles/input/device.c:input_device_enter_reconnect_mode() registering auto-reconnect


And this is the result after single click of mouse button, and it pretty much immediately starts to work again.

[  182.959417] f24m bluetoothd[828]: src/adapter.c:connected_callback() hci0 device 58:1F:AA:EB:B4:6A connected eir_len 13
[  183.006788] f24m bluetoothd[828]: profiles/input/server.c:connect_event_cb() Incoming connection from 58:1F:AA:EB:B4:6A on PSM 17
[  183.007623] f24m bluetoothd[828]: profiles/input/device.c:input_device_set_channel() idev 0x5580e3870c80 psm 17
[  183.011666] f24m bluetoothd[828]: profiles/input/server.c:confirm_event_cb()
[  183.020252] f24m bluetoothd[828]: profiles/input/server.c:connect_event_cb() Incoming connection from 58:1F:AA:EB:B4:6A on PSM 19
[  183.020977] f24m bluetoothd[828]: profiles/input/device.c:input_device_set_channel() idev 0x5580e3870c80 psm 19
[  183.021555] f24m bluetoothd[828]: src/service.c:change_state() 0x5580e387c6e0: device 58:1F:AA:EB:B4:6A profile input-hid state changed: disconnected -> connected (0)
[  183.022193] f24m bluetoothd[828]: plugins/policy.c:service_cb() Added input-hid reconnect 0
[  182.782363] f24m kernel: magicmouse 0005:05AC:030D.0009: unknown main item tag 0x0
[  182.782859] f24m kernel: input: mouses as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.0/bluetooth/hci0/hci0:12/0005:05AC:030D.0009/input/input18
[  182.791313] f24m kernel: magicmouse 0005:05AC:030D.0009: input,hidraw2: BLUETOOTH HID v3.06 Mouse [mouses] on e0:f8:47:39:5d

Comment 5 Chris Murphy 2016-09-07 16:05:31 UTC
I wonder if bug 1373991 is related? I only get that trace with debug kernels and it happens instantly after I click on the mouse button at or after logging in following boot.

Comment 6 gopal krishna tiwari 2017-03-21 06:13:50 UTC
Hi, 

I am helping Don here to further diagnose the problem. It would be great if you can share the following debugging logs started in separate console. 

Please share once the problem is reproduced and capture in the following logs 

1) btmon output 
2) usbmon output 
3) dmesg out put  
4) journalctl -f --unit=bluetooth output once we have -d option enable (daemon restart is done )

Another just a confirmation once the wifi is disable is the bt mouse stable ?

Gopal..

Comment 7 Espen Munthe 2017-07-25 08:24:35 UTC
Hello

I have the same bug with a Apple Trackpad 1.

Ubuntu GNOME 17.04 64-bit - Gigabyte BRIX with an Intel Wireless 3165.

I have outputs from journalctl and btmon:

Any assistance or updates will be very much appreciated.



Output of journalctl -f --unit=bluetooth

-- Logs begin at Tue 2017-07-25 08:45:48 CEST. --
juli 25 09:19:04 machine bluetoothd[825]: profiles/input/device.c:input_device_enter_reconnect_mode() registering auto-reconnect
juli 25 09:19:20 machine bluetoothd[825]: src/adapter.c:connected_callback() hci0 device C8:BC:C8:FA:7A:CF connected eir_len 5
juli 25 09:19:20 machine bluetoothd[825]: profiles/input/server.c:connect_event_cb() Incoming connection from C8:BC:C8:FA:7A:CF on PSM 17
juli 25 09:19:20 machine bluetoothd[825]: profiles/input/device.c:input_device_set_channel() idev 0x56003f441d90 psm 17
juli 25 09:19:20 machine bluetoothd[825]: profiles/input/server.c:confirm_event_cb()
juli 25 09:19:20 machine bluetoothd[825]: profiles/input/server.c:connect_event_cb() Incoming connection from C8:BC:C8:FA:7A:CF on PSM 19
juli 25 09:19:20 machine bluetoothd[825]: profiles/input/device.c:input_device_set_channel() idev 0x56003f441d90 psm 19
juli 25 09:19:20 machine bluetoothd[825]: src/service.c:change_state() 0x56003f4497d0: device C8:BC:C8:FA:7A:CF profile input-hid state changed: disconnected -> connected (0)
juli 25 09:19:20 machine bluetoothd[825]: plugins/policy.c:service_cb() Added input-hid reconnect 0
juli 25 09:19:34 machine bluetoothd[825]: profiles/input/device.c:input_device_auto_reconnect() path=/org/bluez/hci0/dev_C8_BC_C8_FA_7A_CF, attempt=0
juli 25 09:45:48 machine bluetoothd[825]: src/adapter.c:dev_disconnected() Device C8:BC:C8:FA:7A:CF disconnected, reason 1
juli 25 09:45:48 machine bluetoothd[825]: src/adapter.c:adapter_remove_connection()
juli 25 09:45:48 machine bluetoothd[825]: plugins/policy.c:disconnect_cb() reason 1
juli 25 09:45:48 machine bluetoothd[825]: src/adapter.c:bonding_attempt_complete() hci0 bdaddr C8:BC:C8:FA:7A:CF type 0 status 0xe
juli 25 09:45:48 machine bluetoothd[825]: src/device.c:device_bonding_complete() bonding (nil) status 0x0e
juli 25 09:45:48 machine bluetoothd[825]: src/device.c:device_bonding_failed() status 14
juli 25 09:45:48 machine bluetoothd[825]: src/adapter.c:resume_discovery()
juli 25 09:45:48 machine bluetoothd[825]: profiles/input/device.c:ctrl_watch_cb() Device C8:BC:C8:FA:7A:CF disconnected
juli 25 09:45:48 machine bluetoothd[825]: profiles/input/device.c:intr_watch_cb() Device C8:BC:C8:FA:7A:CF disconnected
juli 25 09:45:48 machine bluetoothd[825]: src/service.c:change_state() 0x56003f4497d0: device C8:BC:C8:FA:7A:CF profile input-hid state changed: connected -> disconnected (0)
juli 25 09:45:48 machine bluetoothd[825]: profiles/input/device.c:input_device_enter_reconnect_mode() path=/org/bluez/hci0/dev_C8_BC_C8_FA_7A_CF reconnect_mode=any
juli 25 09:45:48 machine bluetoothd[825]: GLib: Source ID 171 was not found when attempting to remove it
juli 25 09:45:48 machine bluetoothd[825]: profiles/input/device.c:input_device_enter_reconnect_mode() registering auto-reconnect
juli 25 09:46:18 machine bluetoothd[825]: profiles/input/device.c:input_device_auto_reconnect() path=/org/bluez/hci0/dev_C8_BC_C8_FA_7A_CF, attempt=0
juli 25 09:46:18 machine bluetoothd[825]: Can't get HIDP connection info
juli 25 09:46:20 machine bluetoothd[825]: src/adapter.c:connected_callback() hci0 device C8:BC:C8:FA:7A:CF connected eir_len 27
juli 25 09:46:20 machine bluetoothd[825]: src/service.c:change_state() 0x56003f4497d0: device C8:BC:C8:FA:7A:CF profile input-hid state changed: disconnected -> connected (0)
juli 25 09:46:20 machine bluetoothd[825]: plugins/policy.c:service_cb() Added input-hid reconnect 0
juli 25 09:46:48 machine bluetoothd[825]: profiles/input/device.c:input_device_auto_reconnect() path=/org/bluez/hci0/dev_C8_BC_C8_FA_7A_CF, attempt=1


Output of btmon

Bluetooth monitor ver 5.43
= Note: Linux version 4.10.0-28-generic (x86_64)                       0.589109
= Note: Bluetooth subsystem version 2.22                               0.589113
= New Index: 08:D4:0C:8F:FD:FD (Primary,USB,hci0)               [hci0] 0.589114
= Open Index: 08:D4:0C:8F:FD:FD                                 [hci0] 0.589115
= Index Info: 08:D4:0C:8F:FD:FD (Intel Corp.)                   [hci0] 0.589116
@ MGMT Open: bluetoothd (privileged) version 1.14             {0x0001} 0.589117
@ MGMT Open: btmon (privileged) version 1.14                  {0x0002} 0.589135
> ACL Data RX: Handle 512 flags 0x02 dlen 14                    [hci0] 0.629291
      Channel: 65 len 10 [PSM 0 mode 0] {chan 0}
        a1 01 00 00 00 00 00 00 00 00                    ..........      
< ACL Data TX: Handle 512 flags 0x00 dlen 6                    [hci0] 42.441568
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2            [hci0] 42.441623
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                      [hci0] 42.443113
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5         [hci0] 42.584127
        Num handles: 1
        Handle: 512
        Count: 1
> ACL Data RX: Handle 512 flags 0x02 dlen 7                    [hci0] 43.044694
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                         [hci0] 43.048138
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                         [hci0] 43.071166
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                    [hci0] 66.407801
      Channel: 215 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2            [hci0] 66.407855
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                      [hci0] 66.409180
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5         [hci0] 66.591199
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                    [hci0] 66.613213
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                         [hci0] 66.615117
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                         [hci0] 66.651194
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                   [hci0] 163.479600
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 163.479655
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 163.480249
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 163.767314
        Num handles: 1
        Handle: 512
        Count: 1
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 163.768311
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> ACL Data RX: Handle 512 flags 0x02 dlen 7                   [hci0] 163.769542
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 163.802321
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                   [hci0] 186.421641
      Channel: 215 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 186.421692
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 186.422308
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 186.639367
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                   [hci0] 186.661634
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 186.663285
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 186.699377
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                   [hci0] 284.415705
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 284.415757
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 284.416455
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> ACL Data RX: Handle 512 flags 0x02 dlen 7                   [hci0] 284.943688
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 284.944498
        Num handles: 1
        Handle: 512
        Count: 1
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 284.970539
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 284.993562
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                   [hci0] 307.406953
      Channel: 215 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 307.407010
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 307.407959
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 307.681002
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                   [hci0] 307.703564
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 307.704921
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 307.739014
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                   [hci0] 405.481853
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 405.481909
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 405.482669
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 405.670753
        Num handles: 1
        Handle: 512
        Count: 1
> ACL Data RX: Handle 512 flags 0x02 dlen 7                   [hci0] 406.133829
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 406.135696
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 406.158747
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                   [hci0] 428.394524
      Channel: 215 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 428.394573
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 428.395603
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 428.719604
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                   [hci0] 428.741459
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 428.743547
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 428.779608
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                   [hci0] 526.466242
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 526.466291
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 526.466941
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 526.842990
        Num handles: 1
        Handle: 512
        Count: 1
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 526.843982
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> ACL Data RX: Handle 512 flags 0x02 dlen 7                   [hci0] 526.845362
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 526.869967
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                   [hci0] 549.406546
      Channel: 215 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 549.406589
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 549.407082
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 549.747130
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                   [hci0] 549.769311
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 549.771046
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 549.807125
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                   [hci0] 647.479754
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 647.479806
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 647.480873
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 647.560884
        Num handles: 1
        Handle: 512
        Count: 1
> ACL Data RX: Handle 512 flags 0x02 dlen 7                   [hci0] 648.010180
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 648.028943
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 648.047949
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                   [hci0] 670.406268
      Channel: 215 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 670.406326
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 670.407800
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 670.779860
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                   [hci0] 670.802341
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 670.803772
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 670.837864
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                   [hci0] 768.465362
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 768.465411
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 768.466327
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 768.731363
        Num handles: 1
        Handle: 512
        Count: 1
> ACL Data RX: Handle 512 flags 0x02 dlen 7                   [hci0] 769.181021
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 769.195330
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 769.219416
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                   [hci0] 791.405803
      Channel: 215 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 791.405860
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 791.406737
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 791.823830
        Num handles: 1
        Handle: 256
        Count: 1
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 791.824829
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> ACL Data RX: Handle 256 flags 0x02 dlen 7                   [hci0] 791.828441
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 791.852836
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                   [hci0] 889.398680
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 889.398731
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 889.399989
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 889.454016
        Num handles: 1
        Handle: 512
        Count: 1
> ACL Data RX: Handle 512 flags 0x02 dlen 7                   [hci0] 889.904069
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 889.918052
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 889.943059
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                   [hci0] 912.385909
      Channel: 215 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2           [hci0] 912.385953
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                     [hci0] 912.386740
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5        [hci0] 912.831821
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                   [hci0] 912.854356
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 912.855732
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                        [hci0] 912.892832
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                  [hci0] 1010.481573
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1010.481625
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1010.483043
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> ACL Data RX: Handle 512 flags 0x02 dlen 7                  [hci0] 1011.078353
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1011.079048
        Num handles: 1
        Handle: 512
        Count: 1
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1011.104117
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1011.128129
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                  [hci0] 1033.394113
      Channel: 215 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1033.394170
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1033.395002
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1033.890068
        Num handles: 1
        Handle: 256
        Count: 1
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1033.891066
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1033.895073
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1033.918070
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                  [hci0] 1131.387908
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1131.388012
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1131.388931
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1131.803992
        Num handles: 1
        Handle: 512
        Count: 1
> ACL Data RX: Handle 512 flags 0x02 dlen 7                  [hci0] 1132.264862
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1132.268000
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1132.293057
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                  [hci0] 1154.406731
      Channel: 215 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1154.406779
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1154.408030
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1154.411025
        Num handles: 1
        Handle: 256
        Count: 1
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1174.420732
        Status: Connection Timeout (0x08)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Disconnect Complete (0x05) plen 4               [hci0] 1174.421729
        Status: Success (0x00)
        Handle: 256
        Reason: Connection Timeout (0x08)
@ MGMT Event: Device Disconnected (0x000c) plen 8   {0x0002} [hci0] 1174.421800
        BR/EDR Address: C8:BC:C8:FA:7A:CF (Apple, Inc.)
        Reason: Connection timeout (0x01)
@ MGMT Event: Device Disconnected (0x000c) plen 8   {0x0001} [hci0] 1174.421800
        BR/EDR Address: C8:BC:C8:FA:7A:CF (Apple, Inc.)
        Reason: Connection timeout (0x01)
= bluetoothd: GLib: Source ID 171 was not found when attempting..   1174.503276
< HCI Command: Write Scan Enable (0x03|0x001a) plen 1        [hci0] 1174.535495
        Scan enable: Page Scan (0x02)
> HCI Event: Command Complete (0x0e) plen 4                  [hci0] 1174.536643
      Write Scan Enable (0x03|0x001a) ncmd 2
        Status: Success (0x00)
= bluetoothd: Can't get HIDP connection info                        1204.390514
< HCI Command: Create Connection (0x01|0x0005) plen 13       [hci0] 1204.390627
        Address: C8:BC:C8:FA:7A:CF (Apple, Inc.)
        Packet type: 0xcc18
          DM1 may be used
          DH1 may be used
          DM3 may be used
          DH3 may be used
          DM5 may be used
          DH5 may be used
        Page scan repetition mode: R2 (0x02)
        Page scan mode: Mandatory (0x00)
        Clock offset: 0x0000
        Role switch: Allow slave (0x01)
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1204.391704
      Create Connection (0x01|0x0005) ncmd 1
        Status: Success (0x00)
> HCI Event: Connect Complete (0x03) plen 11                 [hci0] 1206.379077
        Status: Success (0x00)
        Handle: 256
        Address: C8:BC:C8:FA:7A:CF (Apple, Inc.)
        Link type: ACL (0x01)
        Encryption: Disabled (0x00)
< HCI Command: Read Remote Supported.. (0x01|0x001b) plen 2  [hci0] 1206.379460
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1206.380972
      Read Remote Supported Features (0x01|0x001b) ncmd 1
        Status: Success (0x00)
< HCI Command: Write Scan Enable (0x03|0x001a) plen 1        [hci0] 1206.381036
        Scan enable: No Scans (0x00)
> HCI Event: Command Complete (0x0e) plen 4                  [hci0] 1206.384015
      Write Scan Enable (0x03|0x001a) ncmd 2
        Status: Success (0x00)
> HCI Event: Max Slots Change (0x1b) plen 3                  [hci0] 1206.393049
        Handle: 256
        Max slots: 3
> HCI Event: Read Remote Supported Features (0x0b) plen 11   [hci0] 1206.396060
        Status: Success (0x00)
        Handle: 256
        Features: 0xbd 0x02 0x04 0x38 0x08 0x00 0x00 0x00
          3 slot packets
          Encryption
          Slot offset
          Timing accuracy
          Role switch
          Sniff mode
          Power control requests
          Power control
          Enhanced inquiry scan
          Interlaced inquiry scan
          Interlaced page scan
          AFH capable slave
< HCI Command: Remote Name Request (0x01|0x0019) plen 10     [hci0] 1206.396108
        Address: C8:BC:C8:FA:7A:CF (Apple, Inc.)
        Page scan repetition mode: R2 (0x02)
        Page scan mode: Mandatory (0x00)
        Clock offset: 0x0000
< ACL Data TX: Handle 256 flags 0x00 dlen 10                 [hci0] 1206.396117
      L2CAP: Information Request (0x0a) ident 1 len 2
        Type: Extended features supported (0x0002)
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1206.397049
      Remote Name Request (0x01|0x0019) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.401062
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 16                 [hci0] 1206.402825
      L2CAP: Information Response (0x0b) ident 1 len 8
        Type: Extended features supported (0x0002)
        Result: Success (0x0000)
        Features: 0x00000004
          Bi-directional QoS
< ACL Data TX: Handle 256 flags 0x00 dlen 12                 [hci0] 1206.402883
      L2CAP: Connection Request (0x02) ident 2 len 4
        PSM: 17 (0x0011)
        Source CID: 64
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.407072
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 16                 [hci0] 1206.412837
      L2CAP: Connection Response (0x03) ident 2 len 8
        Destination CID: 217
        Source CID: 64
        Result: Connection pending (0x0001)
        Status: No further information available (0x0000)
> HCI Event: Remote Name Req Complete (0x07) plen 255        [hci0] 1206.422068
        Status: Success (0x00)
        Address: C8:BC:C8:FA:7A:CF (Apple, Inc.)
        Name: Espen Munthe’s Trackpad
@ MGMT Event: Device Connected (0x000b) plen 40     {0x0002} [hci0] 1206.422148
        BR/EDR Address: C8:BC:C8:FA:7A:CF (Apple, Inc.)
        Flags: 0x00000000
        Data length: 27
        Name (complete): Espen Munthe’s Trackpad
@ MGMT Event: Device Connected (0x000b) plen 40     {0x0001} [hci0] 1206.422148
        BR/EDR Address: C8:BC:C8:FA:7A:CF (Apple, Inc.)
        Flags: 0x00000000
        Data length: 27
        Name (complete): Espen Munthe’s Trackpad
> HCI Event: Link Key Request (0x17) plen 6                  [hci0] 1206.446078
        Address: C8:BC:C8:FA:7A:CF (Apple, Inc.)
< HCI Command: Link Key Request Reply (0x01|0x000b) plen 22  [hci0] 1206.446153
        Address: C8:BC:C8:FA:7A:CF (Apple, Inc.)
        Link key: 0647dffa1d8676081ce5a8f3649a4367
> HCI Event: Command Complete (0x0e) plen 10                 [hci0] 1206.447062
      Link Key Request Reply (0x01|0x000b) ncmd 1
        Status: Success (0x00)
        Address: C8:BC:C8:FA:7A:CF (Apple, Inc.)
> ACL Data RX: Handle 256 flags 0x02 dlen 16                 [hci0] 1206.474095
      L2CAP: Connection Response (0x03) ident 2 len 8
        Destination CID: 217
        Source CID: 64
        Result: Connection successful (0x0000)
        Status: No further information available (0x0000)
< ACL Data TX: Handle 256 flags 0x00 dlen 12                 [hci0] 1206.474183
      L2CAP: Configure Request (0x04) ident 3 len 4
        Destination CID: 217
        Flags: 0x0000
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.479082
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 18                 [hci0] 1206.480124
      L2CAP: Configure Response (0x05) ident 3 len 10
        Source CID: 64
        Flags: 0x0000
        Result: Success (0x0000)
        Option: Maximum Transmission Unit (0x01) [mandatory]
          MTU: 185
> ACL Data RX: Handle 256 flags 0x02 dlen 16                 [hci0] 1206.481597
      L2CAP: Configure Request (0x04) ident 18 len 8
        Destination CID: 64
        Flags: 0x0000
        Option: Maximum Transmission Unit (0x01) [mandatory]
          MTU: 185
< ACL Data TX: Handle 256 flags 0x00 dlen 18                 [hci0] 1206.481698
      L2CAP: Configure Response (0x05) ident 18 len 10
        Source CID: 217
        Flags: 0x0000
        Result: Success (0x0000)
        Option: Maximum Transmission Unit (0x01) [mandatory]
          MTU: 185
< ACL Data TX: Handle 256 flags 0x00 dlen 12                 [hci0] 1206.481951
      L2CAP: Connection Request (0x02) ident 4 len 4
        PSM: 19 (0x0013)
        Source CID: 65
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.485083
        Num handles: 1
        Handle: 256
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.487081
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 16                 [hci0] 1206.490348
      L2CAP: Connection Response (0x03) ident 4 len 8
        Destination CID: 218
        Source CID: 65
        Result: Connection successful (0x0000)
        Status: No further information available (0x0000)
< ACL Data TX: Handle 256 flags 0x00 dlen 12                 [hci0] 1206.490450
      L2CAP: Configure Request (0x04) ident 5 len 4
        Destination CID: 218
        Flags: 0x0000
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.494088
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 18                 [hci0] 1206.496376
      L2CAP: Configure Response (0x05) ident 5 len 10
        Source CID: 65
        Flags: 0x0000
        Result: Success (0x0000)
        Option: Maximum Transmission Unit (0x01) [mandatory]
          MTU: 185
> ACL Data RX: Handle 256 flags 0x02 dlen 16                 [hci0] 1206.497806
      L2CAP: Configure Request (0x04) ident 19 len 8
        Destination CID: 65
        Flags: 0x0000
        Option: Maximum Transmission Unit (0x01) [mandatory]
          MTU: 185
< ACL Data TX: Handle 256 flags 0x00 dlen 18                 [hci0] 1206.497909
      L2CAP: Configure Response (0x05) ident 19 len 10
        Source CID: 218
        Flags: 0x0000
        Result: Success (0x0000)
        Option: Maximum Transmission Unit (0x01) [mandatory]
          MTU: 185
< ACL Data TX: Handle 256 flags 0x00 dlen 7                  [hci0] 1206.501359
      Channel: 217 len 3 [PSM 17 mode 0] {chan 0}
        53 d7 01                                         S..             
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.501987
        Num handles: 1
        Handle: 256
        Count: 1
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.504991
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1206.525123
      Channel: 65 len 3 [PSM 19 mode 0] {chan 1}
        a1 60 01                                         .`.             
> HCI Event: QoS Setup Complete (0x0d) plen 21               [hci0] 1206.661100
        Status: Success (0x00)
        Handle: 256
        Flags: 0x00
        Service type: Best Effort (0x01)
        Token rate: 13613
        Peak bandwidth: 0
        Latency: 62500
        Delay variation: -1
> ACL Data RX: Handle 256 flags 0x02 dlen 5                  [hci0] 1206.661552
      Channel: 64 len 1 [PSM 17 mode 0] {chan 0}
        00                                               .               
< ACL Data TX: Handle 256 flags 0x00 dlen 6                  [hci0] 1206.661811
      Channel: 217 len 2 [PSM 17 mode 0] {chan 0}
        43 47                                            CG              
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.665101
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1206.666380
      Channel: 64 len 3 [PSM 17 mode 0] {chan 0}
        a3 47 5b                                         .G[             
< ACL Data TX: Handle 256 flags 0x00 dlen 6                  [hci0] 1206.667972
      Channel: 217 len 2 [PSM 17 mode 0] {chan 0}
        43 47                                            CG              
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.672110
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1206.672628
      Channel: 64 len 3 [PSM 17 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1206.677021
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                  [hci0] 1206.678162
      Channel: 217 len 2 [PSM 17 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1206.678211
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1206.679083
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.682006
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1206.682803
      Channel: 64 len 3 [PSM 17 mode 0] {chan 0}
        a3 47 5b                                         .G[             
< ACL Data TX: Handle 256 flags 0x00 dlen 6                  [hci0] 1206.683535
      Channel: 217 len 2 [PSM 17 mode 0] {chan 0}
        43 47                                            CG              
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1206.686111
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1206.687085
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1206.688845
      Channel: 64 len 3 [PSM 17 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1206.717077
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1206.755142
      Channel: 65 len 3 [PSM 19 mode 0] {chan 1}
        a1 60 02                                         .`.             
< ACL Data TX: Handle 512 flags 0x00 dlen 6                  [hci0] 1252.403962
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1252.404017
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1252.405366
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1252.529388
        Num handles: 1
        Handle: 512
        Count: 1
> ACL Data RX: Handle 512 flags 0x02 dlen 7                  [hci0] 1252.990562
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1252.995363
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1253.017456
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                  [hci0] 1327.406283
      Channel: 217 len 2 [PSM 17 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1327.406340
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1327.407735
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1327.485742
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1327.507535
      Channel: 64 len 3 [PSM 17 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1327.509696
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1327.545756
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                  [hci0] 1373.427300
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1373.427316
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1373.428061
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1373.706076
        Num handles: 1
        Handle: 512
        Count: 1
> ACL Data RX: Handle 512 flags 0x02 dlen 7                  [hci0] 1374.155429
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1374.172244
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1374.192232
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                  [hci0] 1447.457530
      Channel: 217 len 2 [PSM 17 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1447.457582
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1447.458492
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1447.760044
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1447.782004
      Channel: 64 len 3 [PSM 17 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1447.783916
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1447.817954
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                  [hci0] 1494.429907
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1494.429963
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1494.431357
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> ACL Data RX: Handle 512 flags 0x02 dlen 7                  [hci0] 1495.083299
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1495.083695
        Num handles: 1
        Handle: 512
        Count: 1
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1495.108708
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1495.133615
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                  [hci0] 1568.413753
      Channel: 217 len 2 [PSM 17 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1568.413804
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1568.414816
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1568.875642
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1568.898041
      Channel: 64 len 3 [PSM 17 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1568.899546
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1568.935620
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                  [hci0] 1615.408468
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1615.408526
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1615.409968
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1615.856787
        Num handles: 1
        Handle: 512
        Count: 1
> ACL Data RX: Handle 512 flags 0x02 dlen 7                  [hci0] 1616.306353
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1616.320510
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1616.344499
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                  [hci0] 1689.457301
      Channel: 217 len 2 [PSM 17 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1689.457351
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1689.458280
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1689.904323
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1689.926337
      Channel: 64 len 3 [PSM 17 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1689.928271
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1689.964327
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                  [hci0] 1736.430492
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1736.430542
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1736.431135
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1736.563184
        Num handles: 1
        Handle: 512
        Count: 1
> ACL Data RX: Handle 512 flags 0x02 dlen 7                  [hci0] 1737.012385
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1737.028248
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1737.050264
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 256 flags 0x00 dlen 6                  [hci0] 1810.385759
      Channel: 217 len 2 [PSM 17 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1810.385811
        Handle: 256
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1810.387150
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1810.450152
        Num handles: 1
        Handle: 256
        Count: 1
> ACL Data RX: Handle 256 flags 0x02 dlen 7                  [hci0] 1810.472631
      Channel: 64 len 3 [PSM 17 mode 0] {chan 0}
        a3 47 5b                                         .G[             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1810.474063
        Status: Success (0x00)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1810.508161
        Status: Success (0x00)
        Handle: 256
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)
< ACL Data TX: Handle 512 flags 0x00 dlen 6                  [hci0] 1857.403085
      Channel: 163 len 2 [PSM 0 mode 0] {chan 0}
        43 47                                            CG              
< HCI Command: Exit Sniff Mode (0x02|0x0004) plen 2          [hci0] 1857.403142
        Handle: 512
> HCI Event: Command Status (0x0f) plen 4                    [hci0] 1857.404589
      Exit Sniff Mode (0x02|0x0004) ncmd 1
        Status: Success (0x00)
> HCI Event: Number of Completed Packets (0x13) plen 5       [hci0] 1857.725623
        Num handles: 1
        Handle: 512
        Count: 1
> ACL Data RX: Handle 512 flags 0x02 dlen 7                  [hci0] 1858.186374
      Channel: 64 len 3 [PSM 0 mode 0] {chan 0}
        a3 47 64                                         .Gd             
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1858.203649
        Status: Success (0x00)
        Handle: 512
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1858.223671
        Status: Success (0x00)
        Handle: 512
        Mode: Sniff (0x02)
        Interval: 11.250 msec (0x0012)

Comment 8 Espen Munthe 2017-07-25 08:29:29 UTC
Here is the dmsg output


[    0.000000] microcode: microcode updated early to revision 0xba, date = 2017-04-09
[    0.000000] Linux version 4.10.0-28-generic (buildd@lgw01-11) (gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2) ) #32-Ubuntu SMP Fri Jun 30 05:32:18 UTC 2017 (Ubuntu 4.10.0-28.32-generic 4.10.17)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-28-generic.efi.signed root=UUID=c533ad78-f6c8-4364-850e-eb706496955c ro quiet splash pci=noaer usbcore.autosuspend=-1 vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000082df7fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000082df8000-0x0000000082df8fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000082df9000-0x0000000082e22fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000082e23000-0x0000000086d24fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000086d25000-0x0000000087027fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000087028000-0x00000000871ebfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000871ec000-0x0000000087840fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000087841000-0x0000000087f80fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000087f81000-0x0000000087ffdfff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000087ffe000-0x0000000087ffefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000088000000-0x00000000880fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000470ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0x87ec7e98  ACPI=0x877fe000  ACPI 2.0=0x877fe000  SMBIOS=0xf05e0  SMBIOS 3.0=0xf0600  MPS=0xfc9a0 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: GIGABYTE GB-BSi5A-6200/MKLP5CP-00, BIOS F2 03/25/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x471000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000000]   3 base 008C000000 mask 7FFC000000 uncachable
[    0.000000]   4 base 008A000000 mask 7FFE000000 uncachable
[    0.000000]   5 base 0089000000 mask 7FFF000000 uncachable
[    0.000000]   6 base 0088800000 mask 7FFF800000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0x87fff max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcba0-0x000fcbaf] mapped at [ffff9523400fcba0]
[    0.000000] esrt: Reserving ESRT space from 0x0000000087ec7e98 to 0x0000000087ec7ed0.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff952340095000] 95000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x26a429000, 0x26a429fff] PGTABLE
[    0.000000] BRK [0x26a42a000, 0x26a42afff] PGTABLE
[    0.000000] BRK [0x26a42b000, 0x26a42bfff] PGTABLE
[    0.000000] BRK [0x26a42c000, 0x26a42cfff] PGTABLE
[    0.000000] BRK [0x26a42d000, 0x26a42dfff] PGTABLE
[    0.000000] BRK [0x26a42e000, 0x26a42efff] PGTABLE
[    0.000000] BRK [0x26a42f000, 0x26a42ffff] PGTABLE
[    0.000000] BRK [0x26a430000, 0x26a430fff] PGTABLE
[    0.000000] BRK [0x26a431000, 0x26a431fff] PGTABLE
[    0.000000] BRK [0x26a432000, 0x26a432fff] PGTABLE
[    0.000000] BRK [0x26a433000, 0x26a433fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x32ba7000-0x355cafff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000877FE000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000877FE0A8 0000CC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000008781E8A0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000877FE208 020691 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x0000000087840F80 000040
[    0.000000] ACPI: APIC 0x000000008781E9B0 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000008781EA38 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000008781EA80 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000008781EB20 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000008781EB60 000038 (v01 ALASKA A M I    01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x000000008781EB98 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: LPIT 0x000000008781EEB0 000094 (v01 INTEL  SKL-ULT  00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000008781EF48 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000008781F190 002BAE (v02 INTEL  PtidDevc 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x0000000087821D40 000BE3 (v02 INTEL  Ther_Rvp 00001000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x0000000087822928 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x0000000087822960 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x00000000878229B8 0006EA (v02 INTEL  xh_rvp07 00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000878230A8 0053FD (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000878284A8 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: SSDT 0x00000000878284F0 000E58 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: BGRT 0x0000000087829348 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DMAR 0x0000000087829380 0000A8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.000000] ACPI: SSDT 0x0000000087829428 000169 (v01 Intel  IntelRMT 00001000 INTL 20120913)
[    0.000000] ACPI: ASF! 0x0000000087829598 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000470ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x470fd5000-0x470ffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000470ffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000082df7fff]
[    0.000000]   node   0: [mem 0x0000000082e23000-0x0000000086d24fff]
[    0.000000]   node   0: [mem 0x0000000087028000-0x00000000871ebfff]
[    0.000000]   node   0: [mem 0x0000000087ffe000-0x0000000087ffefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000470ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000470ffffff]
[    0.000000] On node 0 totalpages: 4161117
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 29 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8571 pages used for memmap
[    0.000000]   DMA32 zone: 548543 pages, LIFO batch:31
[    0.000000]   Normal zone: 56384 pages used for memmap
[    0.000000]   Normal zone: 3608576 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x0000000089000000-0x000000008cffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    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: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x82df8000-0x82df8fff]
[    0.000000] PM: Registered nosave memory: [mem 0x82df9000-0x82e22fff]
[    0.000000] PM: Registered nosave memory: [mem 0x86d25000-0x87027fff]
[    0.000000] PM: Registered nosave memory: [mem 0x871ec000-0x87840fff]
[    0.000000] PM: Registered nosave memory: [mem 0x87841000-0x87f80fff]
[    0.000000] PM: Registered nosave memory: [mem 0x87f81000-0x87ffdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x87fff000-0x87ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x88000000-0x880fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x88100000-0x88ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x89000000-0x8cffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x8d000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x8d000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff9527b0c00000 s107992 r8192 d31272 u524288
[    0.000000] pcpu-alloc: s107992 r8192 d31272 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4096069
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-28-generic.efi.signed root=UUID=c533ad78-f6c8-4364-850e-eb706496955c ro quiet splash pci=noaer usbcore.autosuspend=-1 vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16172400K/16644468K available (9083K kernel code, 1666K rwdata, 3816K rodata, 2232K init, 2364K bss, 472068K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:524544 nr_irqs:1024 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 2400.000 MHz processor
[    0.000021] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=9600000)
[    0.000023] pid_max: default: 32768 minimum: 301
[    0.000030] ACPI: Core revision 20160930
[    0.029681] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.030344] Security Framework initialized
[    0.030344] Yama: becoming mindful.
[    0.030356] AppArmor: AppArmor initialized
[    0.031051] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.033668] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.034786] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.034797] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.035049] CPU: Physical Processor ID: 0
[    0.035050] CPU: Processor Core ID: 0
[    0.035053] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.035054] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.035057] mce: CPU supports 8 MCE banks
[    0.035065] CPU0: Thermal monitoring enabled (TM1)
[    0.035077] process: using mwait in idle threads
[    0.035080] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.035081] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.035684] Freeing SMP alternatives memory: 32K
[    0.038415] ftrace: allocating 34179 entries in 134 pages
[    0.052149] smpboot: Max logical packages: 2
[    0.052153] DMAR: Host address width 39
[    0.052155] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.052160] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[    0.052161] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.052164] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.052165] DMAR: RMRR base: 0x00000086dca000 end: 0x00000086de9fff
[    0.052167] DMAR: RMRR base: 0x00000088800000 end: 0x0000008cffffff
[    0.052168] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.052169] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.052169] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.052170] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.053589] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.053590] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.057574] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.097266] TSC deadline timer enabled
[    0.097270] smpboot: CPU0: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[    0.097313] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.097338] ... version:                4
[    0.097338] ... bit width:              48
[    0.097338] ... generic registers:      4
[    0.097339] ... value mask:             0000ffffffffffff
[    0.097339] ... max period:             00007fffffffffff
[    0.097340] ... fixed-purpose events:   3
[    0.097340] ... event mask:             000000070000000f
[    0.098020] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.098030] smp: Bringing up secondary CPUs ...
[    0.098082] x86: Booting SMP configuration:
[    0.098083] .... node  #0, CPUs:      #1 #2 #3
[    0.102926] smp: Brought up 1 node, 4 CPUs
[    0.102928] smpboot: Total of 4 processors activated (19200.00 BogoMIPS)
[    0.106346] devtmpfs: initialized
[    0.106389] x86/mm: Memory block size: 128MB
[    0.108950] evm: security.selinux
[    0.108951] evm: security.SMACK64
[    0.108951] evm: security.SMACK64EXEC
[    0.108951] evm: security.SMACK64TRANSMUTE
[    0.108952] evm: security.SMACK64MMAP
[    0.108952] evm: security.ima
[    0.108952] evm: security.capability
[    0.109002] PM: Registering ACPI NVS region [mem 0x82df8000-0x82df8fff] (4096 bytes)
[    0.109003] PM: Registering ACPI NVS region [mem 0x871ec000-0x87840fff] (6639616 bytes)
[    0.109112] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.109118] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.109151] pinctrl core: initialized pinctrl subsystem
[    0.109302] RTC time:  6:45:45, date: 07/25/17
[    0.109367] NET: Registered protocol family 16
[    0.122004] cpuidle: using governor ladder
[    0.134018] cpuidle: using governor menu
[    0.134019] PCCT header not found.
[    0.134056] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.134057] ACPI: bus type PCI registered
[    0.134058] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.134110] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.134111] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.134123] PCI: Using configuration type 1 for base access
[    0.150144] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.150145] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.150352] ACPI: Added _OSI(Module Device)
[    0.150353] ACPI: Added _OSI(Processor Device)
[    0.150354] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.150354] ACPI: Added _OSI(Processor Aggregator Device)
[    0.151623] ACPI: Executed 24 blocks of module-level executable AML code
[    0.160707] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.164078] ACPI: Dynamic OEM Table Load:
[    0.164084] ACPI: SSDT 0xFFFF95279E35E800 00061E (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.164334] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.165775] ACPI: Dynamic OEM Table Load:
[    0.165779] ACPI: SSDT 0xFFFF95279DD45000 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.166029] ACPI: Dynamic OEM Table Load:
[    0.166032] ACPI: SSDT 0xFFFF95279E383240 00008E (v02 PmRef  Cpu0Hwp  00003000 INTL 20120913)
[    0.166195] ACPI: Dynamic OEM Table Load:
[    0.166198] ACPI: SSDT 0xFFFF95279DE09800 000130 (v02 PmRef  HwpLvt   00003000 INTL 20120913)
[    0.166909] ACPI: Dynamic OEM Table Load:
[    0.166913] ACPI: SSDT 0xFFFF95279E359800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.167291] ACPI: Dynamic OEM Table Load:
[    0.167294] ACPI: SSDT 0xFFFF95279DE08E00 000119 (v02 PmRef  ApHwp    00003000 INTL 20120913)
[    0.167510] ACPI: Dynamic OEM Table Load:
[    0.167513] ACPI: SSDT 0xFFFF95279DE08800 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.170178] ACPI: Interpreter enabled
[    0.170212] ACPI: (supports S0 S3 S4 S5)
[    0.170213] ACPI: Using IOAPIC for interrupt routing
[    0.170244] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.172190] ACPI: Power Resource [PG00] (on)
[    0.172479] ACPI: Power Resource [PG01] (on)
[    0.172753] ACPI: Power Resource [PG02] (on)
[    0.174073] ACPI: Power Resource [WRST] (off)
[    0.174363] ACPI: Power Resource [WRST] (off)
[    0.174643] ACPI: Power Resource [WRST] (off)
[    0.174921] ACPI: Power Resource [WRST] (off)
[    0.175198] ACPI: Power Resource [WRST] (off)
[    0.175480] ACPI: Power Resource [WRST] (off)
[    0.175759] ACPI: Power Resource [WRST] (off)
[    0.176038] ACPI: Power Resource [WRST] (off)
[    0.176334] ACPI: Power Resource [WRST] (off)
[    0.176611] ACPI: Power Resource [WRST] (off)
[    0.176895] ACPI: Power Resource [WRST] (off)
[    0.177175] ACPI: Power Resource [WRST] (off)
[    0.177458] ACPI: Power Resource [WRST] (off)
[    0.177738] ACPI: Power Resource [WRST] (off)
[    0.178015] ACPI: Power Resource [WRST] (off)
[    0.178296] ACPI: Power Resource [WRST] (off)
[    0.178574] ACPI: Power Resource [WRST] (off)
[    0.178851] ACPI: Power Resource [WRST] (off)
[    0.179129] ACPI: Power Resource [WRST] (off)
[    0.179406] ACPI: Power Resource [WRST] (off)
[    0.185722] ACPI: Power Resource [FN00] (off)
[    0.185794] ACPI: Power Resource [FN01] (off)
[    0.185863] ACPI: Power Resource [FN02] (off)
[    0.185932] ACPI: Power Resource [FN03] (off)
[    0.186000] ACPI: Power Resource [FN04] (off)
[    0.187041] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.187046] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.188350] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    0.188351] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.188930] PCI host bridge to bus 0000:00
[    0.188931] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.188932] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.188933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.188934] pci_bus 0000:00: root bus resource [mem 0x8d000000-0xdfffffff window]
[    0.188935] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.188936] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.188942] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
[    0.189232] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000
[    0.189239] pci 0000:00:02.0: reg 0x10: [mem 0xde000000-0xdeffffff 64bit]
[    0.189244] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.189248] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.189380] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.189388] pci 0000:00:08.0: reg 0x10: [mem 0xdf24f000-0xdf24ffff 64bit]
[    0.189524] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.189542] pci 0000:00:14.0: reg 0x10: [mem 0xdf230000-0xdf23ffff 64bit]
[    0.189610] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.189706] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.189738] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.189755] pci 0000:00:14.2: reg 0x10: [mem 0xdf24e000-0xdf24efff 64bit]
[    0.189917] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.189938] pci 0000:00:16.0: reg 0x10: [mem 0xdf24d000-0xdf24dfff 64bit]
[    0.190014] pci 0000:00:16.0: PME# supported from D3hot
[    0.190150] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[    0.190165] pci 0000:00:17.0: reg 0x10: [mem 0xdf248000-0xdf249fff]
[    0.190172] pci 0000:00:17.0: reg 0x14: [mem 0xdf24c000-0xdf24c0ff]
[    0.190180] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.190187] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.190194] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.190202] pci 0000:00:17.0: reg 0x24: [mem 0xdf24b000-0xdf24b7ff]
[    0.190244] pci 0000:00:17.0: PME# supported from D3hot
[    0.190371] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.190432] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.190543] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.190585] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[    0.190646] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.190755] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.190795] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
[    0.191006] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.191017] pci 0000:00:1f.2: reg 0x10: [mem 0xdf244000-0xdf247fff]
[    0.191181] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
[    0.191204] pci 0000:00:1f.3: reg 0x10: [mem 0xdf240000-0xdf243fff 64bit]
[    0.191237] pci 0000:00:1f.3: reg 0x20: [mem 0xdf220000-0xdf22ffff 64bit]
[    0.191289] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.191433] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.191465] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.191511] pci 0000:00:1f.4: reg 0x10: [mem 0xdf24a000-0xdf24a0ff 64bit]
[    0.191580] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.191767] pci 0000:00:1f.6: [8086:156f] type 00 class 0x020000
[    0.191787] pci 0000:00:1f.6: reg 0x10: [mem 0xdf200000-0xdf21ffff]
[    0.191889] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.191983] pci 0000:00:1f.6: System wakeup disabled by ACPI
[    0.192063] pci 0000:01:00.0: [1b21:1242] type 00 class 0x0c0330
[    0.192087] pci 0000:01:00.0: reg 0x10: [mem 0xdf100000-0xdf107fff 64bit]
[    0.192209] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.192290] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.192317] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.192321] pci 0000:00:1c.0:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.192389] pci 0000:02:00.0: [8086:3165] type 00 class 0x028000
[    0.192422] pci 0000:02:00.0: reg 0x10: [mem 0xdf000000-0xdf001fff 64bit]
[    0.192584] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.192682] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.192715] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.192719] pci 0000:00:1c.5:   bridge window [mem 0xdf000000-0xdf0fffff]
[    0.194312] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.194353] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.194392] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.194430] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.194469] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.194507] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.194545] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.194584] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.194952] ACPI: Enabled 5 GPEs in block 00 to 7F
[    0.195180] SCSI subsystem initialized
[    0.195210] libata version 3.00 loaded.
[    0.195243] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.195244] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.195246] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.195247] vgaarb: loaded
[    0.195260] ACPI: bus type USB registered
[    0.195271] usbcore: registered new interface driver usbfs
[    0.195277] usbcore: registered new interface driver hub
[    0.195287] usbcore: registered new device driver usb
[    0.195338] Registered efivars operations
[    0.199113] PCI: Using ACPI for IRQ routing
[    0.227237] PCI: pci_cache_line_size set to 64 bytes
[    0.227282] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.227283] e820: reserve RAM buffer [mem 0x82df8000-0x83ffffff]
[    0.227283] e820: reserve RAM buffer [mem 0x86d25000-0x87ffffff]
[    0.227284] e820: reserve RAM buffer [mem 0x871ec000-0x87ffffff]
[    0.227285] e820: reserve RAM buffer [mem 0x87fff000-0x87ffffff]
[    0.227285] e820: reserve RAM buffer [mem 0x471000000-0x473ffffff]
[    0.227354] NetLabel: Initializing
[    0.227354] NetLabel:  domain hash size = 128
[    0.227354] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.227365] NetLabel:  unlabeled traffic allowed by default
[    0.227496] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.227499] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.229537] clocksource: Switched to clocksource hpet
[    0.235466] VFS: Disk quotas dquot_6.6.0
[    0.235478] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.235566] AppArmor: AppArmor Filesystem Enabled
[    0.235595] pnp: PnP ACPI init
[    0.235873] system 00:00: [io  0x0a00-0x0a0f] has been reserved
[    0.235874] system 00:00: [io  0x0a10-0x0a1f] has been reserved
[    0.235875] system 00:00: [io  0x0a20-0x0a2f] has been reserved
[    0.235876] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.235878] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.236001] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.236002] system 00:01: [io  0xffff] has been reserved
[    0.236003] system 00:01: [io  0xffff] has been reserved
[    0.236004] system 00:01: [io  0xffff] has been reserved
[    0.236005] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.236006] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.236007] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.236090] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.236119] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.236121] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.236307] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.236309] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.236309] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.236310] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.236311] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.236312] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.236313] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.236314] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.236315] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.236316] system 00:04: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.236317] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.236347] system 00:05: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.236348] system 00:05: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.236349] system 00:05: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.236350] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.236350] system 00:05: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.236351] system 00:05: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.236352] system 00:05: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.236354] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.236600] system 00:06: [io  0xff00-0xfffe] has been reserved
[    0.236602] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.237582] system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.237583] system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.237583] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.237584] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.237585] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.237587] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.238296] pnp: PnP ACPI: found 8 devices
[    0.245204] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.245219] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.245223] pci 0000:00:1c.0:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.245228] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.245231] pci 0000:00:1c.5:   bridge window [mem 0xdf000000-0xdf0fffff]
[    0.245237] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.245238] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.245239] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.245240] pci_bus 0000:00: resource 7 [mem 0x8d000000-0xdfffffff window]
[    0.245240] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.245242] pci_bus 0000:01: resource 1 [mem 0xdf100000-0xdf1fffff]
[    0.245242] pci_bus 0000:02: resource 1 [mem 0xdf000000-0xdf0fffff]
[    0.245353] NET: Registered protocol family 2
[    0.245492] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.245671] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.245805] TCP: Hash tables configured (established 131072 bind 65536)
[    0.245827] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.245868] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.245924] NET: Registered protocol family 1
[    0.245935] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.246739] PCI: CLS 0 bytes, default 64
[    0.246769] Unpacking initramfs...
[    0.811945] Freeing initrd memory: 43152K
[    0.811978] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.811980] software IO TLB [mem 0x7dd22000-0x81d22000] (64MB) mapped at [ffff9523bdd22000-ffff9523c1d21fff]
[    0.812118] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
[    0.812198] Scanning for low memory corruption every 60 seconds
[    0.812447] audit: initializing netlink subsys (disabled)
[    0.812496] audit: type=2000 audit(1500965145.804:1): initialized
[    0.812810] Initialise system trusted keyrings
[    0.812917] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.814080] zbud: loaded
[    0.814452] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.814611] fuse init (API version 7.26)
[    0.816977] Key type asymmetric registered
[    0.816978] Asymmetric key parser 'x509' registered
[    0.817008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.817071] io scheduler noop registered
[    0.817071] io scheduler deadline registered
[    0.817077] io scheduler cfq registered (default)
[    0.817457] pcieport 0000:00:1c.0: Signaling PME with IRQ 122
[    0.817469] pcieport 0000:00:1c.5: Signaling PME with IRQ 123
[    0.817501] efifb: probing for efifb
[    0.817508] efifb: framebuffer at 0xc0000000, using 1920k, total 1920k
[    0.817509] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.817509] efifb: scrolling: redraw
[    0.817510] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.817598] Console: switching to colour frame buffer device 100x37
[    0.817605] fb0: EFI VGA frame buffer device
[    0.817610] intel_idle: MWAIT substates: 0x11142120
[    0.817610] intel_idle: v0.4.1 model 0x4E
[    0.817799] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.817871] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.817873] ACPI: Sleep Button [SLPB]
[    0.817898] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.817899] ACPI: Power Button [PWRB]
[    0.817923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.817923] ACPI: Power Button [PWRF]
[    0.882450] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    0.941687] thermal LNXTHERM:00: registered as thermal_zone0
[    0.941688] ACPI: Thermal Zone [TZ00] (28 C)
[    0.941804] thermal LNXTHERM:01: registered as thermal_zone1
[    0.941805] ACPI: Thermal Zone [TZ01] (30 C)
[    0.941842] GHES: HEST is not enabled!
[    0.941950] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.943879] Linux agpgart interface v0.103
[    0.945835] loop: module loaded
[    0.945962] libphy: Fixed MDIO Bus: probed
[    0.945963] tun: Universal TUN/TAP device driver, 1.6
[    0.945963] tun: (C) 1999-2004 Max Krasnyansky <maxk>
[    0.946004] PPP generic driver version 2.4.2
[    0.946053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.946054] ehci-pci: EHCI PCI platform driver
[    0.946061] ehci-platform: EHCI generic platform driver
[    0.946068] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.946070] ohci-pci: OHCI PCI platform driver
[    0.946076] ohci-platform: OHCI generic platform driver
[    0.946081] uhci_hcd: USB Universal Host Controller Interface driver
[    0.946229] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.946233] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.947318] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    0.947322] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.947395] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.947396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.947397] usb usb1: Product: xHCI Host Controller
[    0.947398] usb usb1: Manufacturer: Linux 4.10.0-28-generic xhci-hcd
[    0.947399] usb usb1: SerialNumber: 0000:00:14.0
[    0.947492] hub 1-0:1.0: USB hub found
[    0.947506] hub 1-0:1.0: 12 ports detected
[    0.954570] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.954573] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.954594] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.954594] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.954595] usb usb2: Product: xHCI Host Controller
[    0.954596] usb usb2: Manufacturer: Linux 4.10.0-28-generic xhci-hcd
[    0.954597] usb usb2: SerialNumber: 0000:00:14.0
[    0.954667] hub 2-0:1.0: USB hub found
[    0.954675] hub 2-0:1.0: 6 ports detected
[    0.958130] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    0.958133] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[    1.017033] xhci_hcd 0000:01:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x00000010
[    1.017160] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.017161] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.017162] usb usb3: Product: xHCI Host Controller
[    1.017162] usb usb3: Manufacturer: Linux 4.10.0-28-generic xhci-hcd
[    1.017163] usb usb3: SerialNumber: 0000:01:00.0
[    1.017290] hub 3-0:1.0: USB hub found
[    1.017295] hub 3-0:1.0: 2 ports detected
[    1.017348] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.017349] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 4
[    1.017369] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.017378] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.017379] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.017380] usb usb4: Product: xHCI Host Controller
[    1.017380] usb usb4: Manufacturer: Linux 4.10.0-28-generic xhci-hcd
[    1.017381] usb usb4: SerialNumber: 0000:01:00.0
[    1.017503] hub 4-0:1.0: USB hub found
[    1.017521] hub 4-0:1.0: 2 ports detected
[    1.017648] i8042: PNP: No PS/2 controller found.
[    1.017648] i8042: Probing ports directly.
[    2.100752] i8042: No controller found
[    2.100894] clocksource: Switched to clocksource tsc
[    2.100909] mousedev: PS/2 mouse device common for all mice
[    2.101038] rtc_cmos 00:02: RTC can wake from S4
[    2.101405] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    2.101485] rtc_cmos 00:02: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    2.101489] i2c /dev entries driver
[    2.101526] device-mapper: uevent: version 1.0.3
[    2.101608] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel
[    2.101610] intel_pstate: Intel P-state driver initializing
[    2.101881] intel_pstate: HWP enabled
[    2.101899] ledtrig-cpu: registered to indicate activity on CPUs
[    2.101901] EFI Variables Facility v0.08 2004-May-17
[    2.106061] NET: Registered protocol family 10
[    2.108646] Segment Routing with IPv6
[    2.108661] NET: Registered protocol family 17
[    2.108667] Key type dns_resolver registered
[    2.108887] microcode: sig=0x406e3, pf=0x80, revision=0xba
[    2.108918] microcode: Microcode Update Driver: v2.2.
[    2.109003] registered taskstats version 1
[    2.109010] Loading compiled-in X.509 certificates
[    2.110760] Loaded X.509 cert 'Build time autogenerated kernel key: e9026736a679ce48fa6d373f1c17a210f04dee61'
[    2.110772] zswap: loaded using pool lzo/zbud
[    2.120439] Key type big_key registered
[    2.120455] Key type trusted registered
[    2.121574] Key type encrypted registered
[    2.121577] AppArmor: AppArmor sha1 policy hashing enabled
[    2.121579] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    2.121590] evm: HMAC attrs: 0x1
[    2.122235]   Magic number: 9:754:772
[    2.122398] rtc_cmos 00:02: setting system clock to 2017-07-25 06:45:47 UTC (1500965147)
[    2.122491] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.122491] EDD information not available.
[    2.122541] PM: Hibernation image not present or could not be loaded.
[    2.123817] Freeing unused kernel memory: 2232K
[    2.123818] Write protecting the kernel read-only data: 14336k
[    2.124094] Freeing unused kernel memory: 1140K
[    2.124513] Freeing unused kernel memory: 280K
[    2.130121] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.138769] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.138820] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.138826] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.138833] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.139189] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.139208] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.140100] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.140136] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.140165] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.140197] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.162479] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[    2.163854] FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
[    2.163923] hidraw: raw HID events driver (C) Jiri Kosina
[    2.178346] ahci 0000:00:17.0: version 3.0
[    2.178576] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x7 impl SATA mode
[    2.178578] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    2.179046] scsi host0: ahci
[    2.179140] scsi host1: ahci
[    2.179215] scsi host2: ahci
[    2.179263] ata1: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b100 irq 130
[    2.179265] ata2: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b180 irq 130
[    2.179266] ata3: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b200 irq 130
[    2.181130] [drm] Initialized
[    2.181213] pps_core: LinuxPPS API ver. 1 registered
[    2.181213] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti>
[    2.182614] PTP clock support registered
[    2.187556] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.187557] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.187769] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.302930] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2a
[    2.302931] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.364921] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    2.430456] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) fc:aa:14:ff:71:f1
[    2.430458] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    2.430520] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    2.431028] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    2.431084] [drm] Memory usable by graphics device = 4096M
[    2.431086] checking generic (c0000000 1e0000) vs hw (c0000000 10000000)
[    2.431087] fb: switching to inteldrmfb from EFI VGA
[    2.431107] Console: switching to colour dummy device 80x25
[    2.431184] [drm] Replacing VGA console driver
[    2.436872] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.436873] [drm] Driver supports precise vblank timestamp query.
[    2.445715] [drm] Finished loading i915/skl_dmc_ver1_26.bin (v1.26)
[    2.446562] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.492445] ata2: SATA link down (SStatus 4 SControl 300)
[    2.492484] ata1: SATA link down (SStatus 4 SControl 300)
[    2.492502] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.492694] ata3.00: supports DRM functions and may not be fully accessible
[    2.493410] ata3.00: ATA-10: Crucial_CT525MX300SSD4,  M0CR040, max UDMA/133
[    2.493411] ata3.00: 1025610768 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.494121] ata3.00: supports DRM functions and may not be fully accessible
[    2.495336] ata3.00: configured for UDMA/133
[    2.495446] scsi 2:0:0:0: Direct-Access     ATA      Crucial_CT525MX3 R040 PQ: 0 ANSI: 5
[    2.529633] ata3.00: Enabling discard_zeroes_data
[    2.529662] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    2.529687] sd 2:0:0:0: [sda] 1025610768 512-byte logical blocks: (525 GB/489 GiB)
[    2.529698] sd 2:0:0:0: [sda] Write Protect is off
[    2.529700] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.529717] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.529815] ata3.00: Enabling discard_zeroes_data
[    2.531301]  sda: sda1 sda2
[    2.531448] ata3.00: Enabling discard_zeroes_data
[    2.531525] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.648386] random: fast init done
[    2.715511] [drm] failed to retrieve link info, disabling eDP
[    2.716762] [drm] GuC firmware load skipped
[    2.804799] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.805013] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    2.805129] [drm] Initialized i915 1.6.0 20161121 for 0000:00:02.0 on minor 0
[    2.891616] fbcon: inteldrmfb (fb0) is primary device
[    2.891697] Console: switching to colour frame buffer device 240x67
[    2.891718] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.942697] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.037801] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.051970] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    3.052068] systemd[1]: Detected architecture x86-64.
[    3.052256] systemd[1]: Set hostname to <machine>.
[    3.134522] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.134581] systemd[1]: Listening on Syslog Socket.
[    3.134591] systemd[1]: Reached target Libvirt guests shutdown.
[    3.134596] systemd[1]: PNFS blkmaping enablement. is not active.
[    3.134647] systemd[1]: Dependency failed for pNFS block layout mapping daemon.
[    3.134670] systemd[1]: nfs-blkmap.service: Job nfs-blkmap.service/start failed with result 'dependency'.
[    3.134687] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.165703] lp: driver loaded but no devices found
[    3.168575] ppdev: user-space parallel port driver
[    3.172586] RPC: Registered named UNIX socket transport module.
[    3.172587] RPC: Registered udp transport module.
[    3.172587] RPC: Registered tcp transport module.
[    3.172588] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.176299] parport0: PC-style at 0x378 (0x778)
[    3.194882] Installing knfsd (copyright (C) 1996 okir.de).
[    3.240014] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    3.252351] systemd-journald[249]: Received request to flush runtime journal from PID 1
[    3.306757] Adding 2097148k swap on /swapfile.  Priority:-1 extents:6 across:2260988k SSFS
[    3.310496]  [PCSPP,TRISTATE,EPP]
[    3.310500] parport0: irq 0 detected
[    3.352808] Bluetooth: Core ver 2.22
[    3.352819] NET: Registered protocol family 31
[    3.352820] Bluetooth: HCI device and connection manager initialized
[    3.352822] Bluetooth: HCI socket layer initialized
[    3.352824] Bluetooth: L2CAP socket layer initialized
[    3.352829] Bluetooth: SCO socket layer initialized
[    3.360780] Bluetooth: HCI UART driver ver 2.3
[    3.360781] Bluetooth: HCI UART protocol H4 registered
[    3.360782] Bluetooth: HCI UART protocol BCSP registered
[    3.360783] Bluetooth: HCI UART protocol LL registered
[    3.360784] Bluetooth: HCI UART protocol ATH3K registered
[    3.360784] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    3.360808] Bluetooth: HCI UART protocol Intel registered
[    3.360819] Bluetooth: HCI UART protocol Broadcom registered
[    3.360819] Bluetooth: HCI UART protocol QCA registered
[    3.360820] Bluetooth: HCI UART protocol AG6XX registered
[    3.360821] Bluetooth: HCI UART protocol Marvell registered
[    3.386656] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.393732] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    3.403133] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    3.405731] lp0: using parport0 (polling).
[    3.409698] usbcore: registered new interface driver btusb
[    3.425466] Bluetooth: hci0: read Intel version: 370810011003110e25
[    3.425467] Bluetooth: hci0: Intel device is already patched. patch num: 25
[    3.436627] Intel(R) Wireless WiFi driver for Linux
[    3.436628] Copyright(c) 2003- 2015 Intel Corporation
[    3.436672] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[    3.440400] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-26.ucode failed with error -2
[    3.440417] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-25.ucode failed with error -2
[    3.440427] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-24.ucode failed with error -2
[    3.440437] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-23.ucode failed with error -2
[    3.445699] iwlwifi 0000:02:00.0: loaded firmware version 22.391740.0 op_mode iwlmvm
[    3.460043] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    3.460044] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.460045] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.460045] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.460046] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    3.460046] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    3.477343] AVX2 version of gcm_enc/dec engaged.
[    3.477343] AES CTR mode by8 optimization enabled
[    3.481387] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[    3.483427] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    3.483596] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    3.555993] intel_rapl: Found RAPL domain package
[    3.555994] intel_rapl: Found RAPL domain core
[    3.555995] intel_rapl: Found RAPL domain uncore
[    3.555996] intel_rapl: Found RAPL domain dram
[    3.557416] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    3.569217] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.611787] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp
[    3.611794] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.611795] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.611796] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.611797] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.624432] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input4
[    3.624492] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5
[    3.624549] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[    3.624826] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[    3.634222] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[    3.767167] random: crng init done
[    3.845832] [drm] RC6 on
[    3.915495] audit: type=1400 audit(1500965149.288:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="virt-aa-helper" pid=723 comm="apparmor_parser"
[    3.916349] audit: type=1400 audit(1500965149.288:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=720 comm="apparmor_parser"
[    3.916351] audit: type=1400 audit(1500965149.288:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=720 comm="apparmor_parser"
[    3.916352] audit: type=1400 audit(1500965149.288:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=720 comm="apparmor_parser"
[    3.916353] audit: type=1400 audit(1500965149.288:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=720 comm="apparmor_parser"
[    3.917012] audit: type=1400 audit(1500965149.288:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=724 comm="apparmor_parser"
[    3.917014] audit: type=1400 audit(1500965149.288:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=724 comm="apparmor_parser"
[    3.918494] audit: type=1400 audit(1500965149.292:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=725 comm="apparmor_parser"
[    3.919489] audit: type=1400 audit(1500965149.292:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=726 comm="apparmor_parser"
[    4.017868] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.017869] Bluetooth: BNEP filters: protocol multicast
[    4.017872] Bluetooth: BNEP socket layer initialized
[    4.256175] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[    4.260895] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[    4.261920] NFSD: starting 90-second grace period (net ffffffffb6f2b340)
[    4.441728] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[    4.446868] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    4.450094] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    4.450263] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    4.514768] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    4.514933] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    4.533611] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    4.540697] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    4.540859] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    4.605327] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    4.605496] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    4.616763] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    4.690085] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    5.049397] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    5.176410] Ebtables v2.0 registered
[    5.555200] Bluetooth: RFCOMM TTY layer initialized
[    5.555205] Bluetooth: RFCOMM socket layer initialized
[    5.555209] Bluetooth: RFCOMM ver 1.11
[    5.962705] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    6.029649] virbr0: port 1(virbr0-nic) entered blocking state
[    6.029651] virbr0: port 1(virbr0-nic) entered disabled state
[    6.029728] device virbr0-nic entered promiscuous mode
[    7.301869] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[    8.076387] virbr0: port 1(virbr0-nic) entered blocking state
[    8.076390] virbr0: port 1(virbr0-nic) entered listening state
[    8.258076] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    8.338689] wlp2s0: authenticate with 78:54:2e:a0:bc:5a
[    8.345293] wlp2s0: send auth to 78:54:2e:a0:bc:5a (try 1/3)
[    8.347996] wlp2s0: authenticated
[    8.349614] wlp2s0: associate with 78:54:2e:a0:bc:5a (try 1/3)
[    8.353631] wlp2s0: RX AssocResp from 78:54:2e:a0:bc:5a (capab=0x431 status=0 aid=2)
[    8.354743] wlp2s0: associated
[    8.354789] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[    8.622387] virbr0: port 1(virbr0-nic) entered disabled state
[   48.101072] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   48.101076] Bluetooth: HIDP socket layer initialized
[   48.104099] magicmouse 0005:05AC:030E.0001: unknown main item tag 0x0
[   48.104194] input: Espen Munthe’s Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:256/0005:05AC:030E.0001/input/input8
[   48.104500] magicmouse 0005:05AC:030E.0001: input,hidraw0: BLUETOOTH HID v1.60 Mouse [Espen Munthe’s Trackpad] on 08:d4:0c:8f:fd:fd
[  173.915354] apple 0005:05AC:0256.0002: unknown main item tag 0x0
[  173.916127] input: Apple Wireless Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:512/0005:05AC:0256.0002/input/input9
[  173.916993] apple 0005:05AC:0256.0002: input,hidraw1: BLUETOOTH HID v0.50 Keyboard [Apple Wireless Keyboard] on 08:d4:0c:8f:fd:fd
[ 2015.320773] magicmouse 0005:05AC:030E.0003: unknown main item tag 0x0
[ 2015.321355] input: Espen Munthe’s Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:256/0005:05AC:030E.0003/input/input10
[ 2015.326864] magicmouse 0005:05AC:030E.0003: input,hidraw0: BLUETOOTH HID v1.60 Mouse [Espen Munthe’s Trackpad] on 08:d4:0c:8f:fd:fd
[ 2301.662018] NET: Registered protocol family 38
[ 3635.216320] magicmouse 0005:05AC:030E.0004: unknown main item tag 0x0
[ 3635.216948] input: Espen Munthe’s Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:256/0005:05AC:030E.0004/input/input11
[ 3635.217684] magicmouse 0005:05AC:030E.0004: input,hidraw0: BLUETOOTH HID v1.60 Mouse [Espen Munthe’s Trackpad] on 08:d4:0c:8f:fd:fd
[ 4409.262395] magicmouse 0005:05AC:030E.0005: unknown main item tag 0x0
[ 4409.262926] input: Espen Munthe’s Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:256/0005:05AC:030E.0005/input/input12
[ 4409.264077] magicmouse 0005:05AC:030E.0005: input,hidraw0: BLUETOOTH HID v1.60 Mouse [Espen Munthe’s Trackpad] on 08:d4:0c:8f:fd:fd
[ 6153.415180] magicmouse 0005:05AC:030E.0006: unknown main item tag 0x0
[ 6153.416198] input: Espen Munthe’s Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:256/0005:05AC:030E.0006/input/input13
[ 6153.422841] magicmouse 0005:05AC:030E.0006: input,hidraw0: BLUETOOTH HID v1.60 Mouse [Espen Munthe’s Trackpad] on 08:d4:0c:8f:fd:fd

Comment 9 Espen Munthe 2017-07-25 08:38:08 UTC
As you can see in the btmon this happens before the disconnection:

> HCI Event: Mode Change (0x14) plen 6                       [hci0] 1174.420732
        Status: Connection Timeout (0x08)
        Handle: 256
        Mode: Active (0x00)
        Interval: 0.000 msec (0x0000)
> HCI Event: Disconnect Complete (0x05) plen 4               [hci0] 1174.421729
        Status: Success (0x00)
        Handle: 256
        Reason: Connection Timeout (0x08)


I have 'usbcore.autosuspend=-1' in grub and it didnt fix the problem

Espen

Comment 10 Espen Munthe 2017-07-25 13:35:16 UTC
Created attachment 1304213 [details]
Journalcfg for Espen Munthe

Comment 11 Espen Munthe 2017-07-25 13:35:58 UTC
Created attachment 1304214 [details]
btmon for Espen Munthe

Comment 12 Espen Munthe 2017-07-25 13:36:50 UTC
Created attachment 1304216 [details]
dmsg for Espen Munthe

Comment 13 Fedora End Of Life 2017-07-25 22:30:45 UTC
This message is a reminder that Fedora 24 is nearing its end of life.
Approximately 2 (two) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 24. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '24'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 24 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 14 Fedora End Of Life 2017-08-08 16:37:16 UTC
Fedora 24 changed to end-of-life (EOL) status on 2017-08-08. Fedora 24 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.