Did I get hacked? Can someone take a look at this Crosh code showing network activity and tell me I am crazy?

2,519 views
Skip to first unread message

u buntu

unread,
Dec 9, 2016, 4:09:02 PM12/9/16
to Chromium-discuss
Hi all,

I am new here, sadly my first post comes with a bit of paranoia and an enhanced frustration with ChromeOS. I am going to paste the log that I queried in chrosh around Oct 20. To me none of this looks right--I am very far from a computer genius or even expert (which may cause some of the paranoia as well lol) but I know a few things and the number of connections and activities seem quite odd. Please let me know what you think...did someone hack me, is work trying to entrap me? am I just paranoid and crazy? am I being hunted by the NSA? Any help would be greatly appreciated! 

(P.s. this is an HP chromebook 14 G4 I believe, bay trail intel, kip, and I have/had been running it on and off in dev mode (not channel--these always stayed stable--one weird thing is though that I bought this myself as a personal laptop from best buy, yet often in the startup code for the chromeOS it mentions enabling enterprise modulus, limit 15 and then maybe max 19. Very odd---why cant my computer just let me control IT? Thanks for any help


Thanks,
Chris

---------------------------------------------------------------------------------------------------------









Welcome to crosh, the Chrome OS developer shell.

If you got here by mistake, don't panic!  Just close this tab and carry on.

Type 'help' for a list of commands.

crosh> perf
ERROR: unknown command: perf

crosh> battery
ERROR: unknown command: battery

crosh> help
exit   
  Exit crosh.

help [command]  
  Display general help, or details for a specific command.

help_advanced   
  Display the help for more advanced commands, mainly used for debugging.

ping [-4] [-6] [-c count] [-i interval] [-n] [-s packetsize] [-W waittime] <destination>  
  Send ICMP ECHO_REQUEST packets to a network host.  If <destination> is "gw"
  then the next hop gateway for the default route is used.
  Default is to use IPv4 [-4] rather than IPv6 [-6] addresses.

top   
  Run top.

crosh> help_advanced
autest [-scheduled]  
  Trigger an auto-update. To fake a scheduled update check use -scheduled.

battery_firmware <info|check|update>  
  info   : Query battery info.
  check  : Check whether the AC adapter is connected.
           Also check whether the battery firmware is the latest.
  update : Trigger battery firmware update.

battery_test [<test length>]  
  Tests battery discharge rate for given number of seconds. Without an argument,
  defaults to 300 seconds.

bt_console [<agent capability>]  
  Enters a Bluetooth debugging console. Optional argument specifies the
  capability of a pairing agent the console will provide; see the Bluetooth
  Core specification for valid options.

chaps_debug [start|stop|<log_level>]  
  Sets the chapsd logging level.  No arguments will start verbose logging.

connectivity   
  Shows connectivity status.  "connectivity help" for more details

dmesg [-d|-k|-r|-t|-u|-x]  
  Display kernel log buffer

dump_emk   
  Show the EMK (Enterprise Machine Key).

enroll_status [--mode] [--domain] [--user]  
  Displays device enrollment information.

exit   
  Exit crosh.

ff_debug [<tag_expr>] [--list_valid_tags] [--reset]  
  Add and remove flimflam debugging tags.  "ff_debug help" for more details.

free [options]  
  Display free/used memory info

help [command]  
  Display general help, or details for a specific command.

help_advanced   
  Display the help for more advanced commands, mainly used for debugging.

inputcontrol   
  Manually adjust advanced touchpad and mouse settings. Run
  "inputcontrol help" for full list of options.

meminfo   
  Display detailed memory statistics

memory_test   
  Performs extensive memory testing on the available free memory.

modem <command> [args...]  
  Interact with the 3G modem. Run "modem help" for detailed help.

modem_set_carrier carrier-name  
  Configures the modem for the specified carrier.

network_diag [--date] [--flimflam] [--link] [--show-macs] [--wifi] [--wifi-mon] <host>  
  A function that performs a suite of network diagnostics.  Saves a copy
  of the output to your Downloads directory.

network_logging <wifi | cellular | ethernet>  
  A function that enables a predefined set of tags useful for
  debugging the specified device.

p2p_update [enable|disable] [--num-connections] [--show-peers]  
  Enables or disables the peer-to-peer (P2P) sharing of updates over the local
  network. This will both attempt to get updates from other peers in the
  network and share the downloaded updates with them. Run this command without
  arguments to see the current state.  Additional switches will display number
  of connections and P2P peers.

ping [-4] [-6] [-c count] [-i interval] [-n] [-s packetsize] [-W waittime] <destination>  
  Send ICMP ECHO_REQUEST packets to a network host.  If <destination> is "gw"
  then the next hop gateway for the default route is used.
  Default is to use IPv4 [-4] rather than IPv6 [-6] addresses.

rlz < status | enable | disable >  
  Enable or disable RLZ.  See this site for details:
  http://dev.chromium.org/developers/design-documents/extensions/proposed-changes/apis-under-development/rlz-api

rollback   
  Attempt to rollback to the previous update cached on your system. Only
  available on non-stable channels and non-enterprise enrolled devices. Please
  note that this will powerwash your device.

route [-4] [-6]  
  Display the routing tables.
  Default is to show IPv4 [-4] rather than IPv6 [-6] routes.

set_apn [-c] [-n <network-id>] [-u <username>] [-p <password>] <apn>  
  Set the APN to use when connecting to the network specified by <network-id>.
  If <network-id> is not specified, use the network-id of the currently
  registered network.

  The -c option clears the APN to be used, so that the default APN will be used
  instead.

set_arpgw <true | false>  
  Turn on extra network state checking to make sure the default gateway
  is reachable.

set_cellular_ppp [-c] [-u <username>] [-p <password>]  
  Set the PPP username and/or password for an existing cellular connection.
  If neither -u nor -p is provided, show the existing PPP username for
  the cellular connection.

  The -c option clears any existing PPP username and PPP password for an
  existing cellular connection.

set_time [<time string>]  
  Sets the system time if the the system has been unable to get it from the
  network.  The <time string> uses the format of the GNU coreutils date command.

set_wake_on_lan <true | false>  
  Enable or disable Wake on LAN for Ethernet devices.  This command takes
  effect after re-connecting to Ethernet and is not persistent across system
  restarts.

storage_test_1   
  Performs a short offline SMART test.

storage_test_2   
  Performs an extensive readability test.

swap [enable <size (MB)> | disable | status]  
  Manage the system swap file.

syslog <message>  
  Logs a message to syslog (the system log daemon).

time_info   
  Returns the current synchronization state for the time service.

top   
  Run top.

tpm_status   
  Prints TPM (Trusted Platform Module) status information.

tracepath [-4] [-6] [-n] <destination>[/port]  
  Trace the path/route to a network host.
  Default is to trace IPv4 [-4] rather than IPv6 [-6] targets.

try_touch_experiment <experiment hex>  
  Manage touchpad experiments.

update_over_cellular [enable|disable]  
  Enables or disables the auto updates over cellular networks. Run without
  arguments to see the current state.

upload_crashes   
  Uploads available crash reports to the crash server.

upload_devcoredumps [enable|disable]  
  Enable or disable the upload of devcoredump reports.

uptime   
  Display uptime/load info

wpa_debug [<debug_level>] [--list_valid_level] [--reset]  
  Set wpa_supplicant debugging level.  "wpa_debug help" for more details.

crosh> p2p_update [disable]
ERROR: unknown option: [disable]

p2p_update [enable|disable] [--num-connections] [--show-peers]  
  Enables or disables the peer-to-peer (P2P) sharing of updates over the local
  network. This will both attempt to get updates from other peers in the
  network and share the downloaded updates with them. Run this command without
  arguments to see the current state.  Additional switches will display number
  of connections and P2P peers.

crosh> pdp_update disable
ERROR: unknown command: pdp_update

crosh> p2p_update disable
[1012/231431:INFO:update_engine_client.cc(387)] Current update using P2P setting: DISABLED
crosh> connectivity
Missing argument: cmd
Usage: /usr/bin/connectivity <command> [args...]
  show {Devices|Services} [-filter regex]
        Show these objects and their properties: If a filter is supplied,
        use it to filter object names.
crosh> connectivity <show> services
Usage: /usr/bin/connectivity <command> [args...]
  show {Devices|Services} [-filter regex]
        Show these objects and their properties: If a filter is supplied,
        use it to filter object names.
crosh> set_cellular_ppp
No cellular service exists.
crosh> connectivity
Missing argument: cmd
Usage: /usr/bin/connectivity <command> [args...]
  show {Devices|Services} [-filter regex]
        Show these objects and their properties: If a filter is supplied,
        use it to filter object names.
crosh> connectivity show devices
/device/wlan0
  Address: 902e1cbf4c35
  BgscanMethod: simple
  BgscanShortInterval: 30
  BgscanSignalThreshold: -50
  ForceWakeToScanTimer: false
  Interface: wlan0
  MACAddressRandomization: true
  Name: wlan0
  NetDetectScanPeriodSeconds: 120
  Powered: false
  ReceiveByteCount: 417621
  RoamThreshold: 18
  ScanInterval: 60
  Scanning: false
  SelectedService: /
  TransmitByteCount: 45147
  Type: wifi
  WakeOnWiFiFeaturesEnabled: not_supported
  WakeToScanPeriodSeconds: 900
  WiFi.SupportedFrequencies/0: 2412
  WiFi.SupportedFrequencies/1: 2417
  WiFi.SupportedFrequencies/2: 2422
  WiFi.SupportedFrequencies/3: 2427
  WiFi.SupportedFrequencies/4: 2432
  WiFi.SupportedFrequencies/5: 2437
  WiFi.SupportedFrequencies/6: 2442
  WiFi.SupportedFrequencies/7: 2447
  WiFi.SupportedFrequencies/8: 2452
  WiFi.SupportedFrequencies/9: 2457
  WiFi.SupportedFrequencies/10: 2462
  WiFi.SupportedFrequencies/11: 2467
  WiFi.SupportedFrequencies/12: 2472
  WiFi.SupportedFrequencies/13: 5180
  WiFi.SupportedFrequencies/14: 5200
  WiFi.SupportedFrequencies/15: 5220
  WiFi.SupportedFrequencies/16: 5240
  WiFi.SupportedFrequencies/17: 5260
  WiFi.SupportedFrequencies/18: 5280
  WiFi.SupportedFrequencies/19: 5300
  WiFi.SupportedFrequencies/20: 5320
  WiFi.SupportedFrequencies/21: 5500
  WiFi.SupportedFrequencies/22: 5520
  WiFi.SupportedFrequencies/23: 5540
  WiFi.SupportedFrequencies/24: 5560
  WiFi.SupportedFrequencies/25: 5580
  WiFi.SupportedFrequencies/26: 5600
  WiFi.SupportedFrequencies/27: 5620
  WiFi.SupportedFrequencies/28: 5640
  WiFi.SupportedFrequencies/29: 5660
  WiFi.SupportedFrequencies/30: 5680
  WiFi.SupportedFrequencies/31: 5700
  WiFi.SupportedFrequencies/32: 5720
  WiFi.SupportedFrequencies/33: 5745
  WiFi.SupportedFrequencies/34: 5765
  WiFi.SupportedFrequencies/35: 5785
  WiFi.SupportedFrequencies/36: 5805
  WiFi.SupportedFrequencies/37: 5825

crosh> connectivity show services
crosh> connectivity show service
crosh> connectivity show decives
ERROR: Did not understand connection manager entity decive.
crosh> wi fi
ERROR: unknown command: wi

crosh> fi
ERROR: unknown command: fi

crosh> wifi connections
ERROR: unknown command: wifi

crosh> connectivity_help
ERROR: unknown command: connectivity_help

crosh> connectivity help
Usage: /usr/bin/connectivity <command> [args...]
  show {Devices|Services} [-filter regex]
        Show these objects and their properties: If a filter is supplied,
        use it to filter object names.
crosh> dump_emk
Key does not exist.
crosh> dmesg
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.10.18 (chrome-bot@cros-beefy212-c2) (gcc version 4.9.x 20150123 (prerelease) (4.9.2_cos_gg_4.9.2-r129-fe767fbb6d580458aeea609ac5c82b600acce63d_4.9.2-r129) ) #1 SMP Tue Oct 4 15:44:26 PDT 2016
[    0.000000] Command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=/dev/dm-0 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 dm="1 vroot none ro 1,0 2506752 verity payload=PARTUUID=805a5ba3-91d8-b24f-ae56-300bd845c1ff/PARTNROFF=1 hashtree=PARTUUID=805a5ba3-91d8-b24f-ae56-300bd845c1ff/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=a0933bc3b843c71277f21402f40e33d754a2130f salt=49690dd340e88427969ddb4582ae8e5aa783746977a747ed07b38a7c07de65b5" noinitrd vt.global_cursor_default=0 kern_guid=805a5ba3-91d8-b24f-ae56-300bd845c1ff add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic  
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] type 16
[    0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000007ae6dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ae6e000-0x000000007affffff] type 16
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000febfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed05000-0x00000000fed05fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed0c000-0x00000000fed0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000feffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Hewlett-Packard kip, BIOS Google_Kip.5216.227.58 02/18/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x7ae6e max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 040000000 mask FE0000000 write-back
[    0.000000]   2 base 060000000 mask FF0000000 write-back
[    0.000000]   3 base 070000000 mask FF8000000 write-back
[    0.000000]   4 base 078000000 mask FFC000000 write-back
[    0.000000]   5 base 07B800000 mask FFF800000 uncachable
[    0.000000]   6 base 0FF800000 mask FFF800000 uncachable
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x2fec5000, 0x2fec5fff] PGTABLE
[    0.000000] BRK [0x2fec6000, 0x2fec6fff] PGTABLE
[    0.000000] BRK [0x2fec7000, 0x2fec7fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7ac00000-0x7adfffff]
[    0.000000]  [mem 0x7ac00000-0x7adfffff] page 2M
[    0.000000] BRK [0x2fec8000, 0x2fec8fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x78000000-0x7abfffff]
[    0.000000]  [mem 0x78000000-0x7abfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20100000-0x77ffffff]
[    0.000000]  [mem 0x20100000-0x201fffff] page 4k
[    0.000000]  [mem 0x20200000-0x77ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x7ae00000-0x7ae6dfff]
[    0.000000]  [mem 0x7ae00000-0x7ae6dfff] page 4k
[    0.000000] BRK [0x2fec9000, 0x2fec9fff] PGTABLE
[    0.000000] ACPI: RSDP 00000000000f0000 00024 (v02 CORE  )
[    0.000000] ACPI: XSDT 000000007af780e0 0004C (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: FACP 000000007af7c630 000F4 (v03 CORE   COREBOOT 00000000 CORE 00000001)
[    0.000000] ACPI: DSDT 000000007af78250 043D2 (v05 COREv4 COREBOOT 20110725 INTL 20130117)
[    0.000000] ACPI: FACS 000000007af78210 00040
[    0.000000] ACPI: HPET 000000007af7c730 00038 (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: APIC 000000007af7c770 0005C (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: MCFG 000000007af7c7d0 0003C (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: SSDT 000000007af7d8c0 00810 (v02 CORE   COREBOOT 0000002A CORE 0000002A)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880078400000-ffff88007a3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20100000-0x7ae6dfff]
[    0.000000] On node 0 totalpages: 503053
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7802 pages used for memmap
[    0.000000]   DMA32 zone: 499054 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 103
[    0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff88007aa00000 s77504 r8192 d20800 u1048576
[    0.000000] pcpu-alloc: s77504 r8192 d20800 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 495165
[    0.000000] Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=/dev/dm-0 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 dm="1 vroot none ro 1,0 2506752 verity payload=PARTUUID=805a5ba3-91d8-b24f-ae56-300bd845c1ff/PARTNROFF=1 hashtree=PARTUUID=805a5ba3-91d8-b24f-ae56-300bd845c1ff/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=a0933bc3b843c71277f21402f40e33d754a2130f salt=49690dd340e88427969ddb4582ae8e5aa783746977a747ed07b38a7c07de65b5" noinitrd vt.global_cursor_default=0 kern_guid=805a5ba3-91d8-b24f-ae56-300bd845c1ff add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic  
[    0.000000] device-mapper: init: will configure 1 devices
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Disabling VMX on cpu 0
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 1962832k/2013624k available (5277k kernel code, 1412k absent, 49380k reserved, 5766k data, 1056k init)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:4352 nr_irqs:512 16
[    0.000000] hpet clockevent registered
[    0.000000] Initial TSC value: 1759087512
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Initial usec timer 812136
[    0.000000] tsc: Detected 2166.668 MHz processor
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4333.33 BogoMIPS (lpj=2166668)
[    0.000009] pid_max: default: 32768 minimum: 301
[    0.000049] Security Framework initialized
[    0.000055] Yama: becoming mindful.
[    0.000076] Mount-cache hash table entries: 256
[    0.000357] Initializing cgroup subsys freezer
[    0.000380] CPU: Physical Processor ID: 0
[    0.000383] CPU: Processor Core ID: 0
[    0.000388] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
               ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.005141] mce: CPU supports 6 MCE banks
[    0.005151] CPU0: Thermal monitoring enabled (TM1)
[    0.005160] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
               Last level dTLB entries: 4KB 128, 2MB 0, 4MB 0
               tlb_flushall_shift: 6
[    0.005272] Freeing SMP alternatives: 12k freed
[    0.005283] ACPI: Core revision 20130328
[    0.009890] ACPI: All ACPI Tables successfully acquired
[    0.009901] acpi_enable!
[    0.010950] ACPI mode enable smi_command = 0xb2 val = 0xe1
[    0.010959] ftrace: allocating 24033 entries in 94 pages
[    0.024815] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.034830] smpboot: CPU0: Intel(R) Celeron(R) CPU  N2840  @ 2.16GHz (fam: 06, model: 37, stepping: 08)
[    0.034844] TSC deadline timer enabled
[    0.034860] Performance Events: no PEBS fmt2+, 8-deep LBR, Silvermont events, Intel PMU driver.
[    0.034871] ... version:                3
[    0.034874] ... bit width:              40
[    0.034876] ... generic registers:      2
[    0.034879] ... value mask:             000000ffffffffff
[    0.034882] ... max period:             000000007fffffff
[    0.034884] ... fixed-purpose events:   3
[    0.034886] ... event mask:             0000000700000003
[    0.036481] smpboot: Booting Node   0, Processors  #1 OK
[    0.046600] Disabling VMX on cpu 1
[    0.054411] Brought up 2 CPUs
[    0.054419] smpboot: Total of 2 processors activated (8666.67 BogoMIPS)
[    0.054519] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.055041] devtmpfs: initialized
[    0.057610] pinctrl core: initialized pinctrl subsystem
[    0.057686] RTC time:  0:34:09, date: 10/13/16
[    0.057751] NET: Registered protocol family 16
[    0.058486] Switched to clocksource hpet
[    0.058491] ACPI: bus type PCI registered
[    0.058583] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.058589] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.072580] PCI: Using configuration type 1 for base access
[    0.074961] bio: create slab <bio-0> at 0
[    0.075187] ACPI: Added _OSI(Module Device)
[    0.075192] ACPI: Added _OSI(Processor Device)
[    0.075195] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.075198] ACPI: Added _OSI(Processor Aggregator Device)
[    0.076822] ACPI: EC: Look up EC in DSDT
[    0.099584] ACPI: Interpreter enabled
[    0.099596] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
[    0.099605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
[    0.099625] ACPI: (supports S0 S3 S5)
[    0.099628] ACPI: Using IOAPIC for interrupt routing
[    0.099676] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.099839] ACPI: No dock devices found.
[    0.111608] ACPI: Power Resource [PLPE] (on)
[    0.118450] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.118687] acpi PNP0A08:00: host bridge window expanded to [mem 0x00000000-0xfeafffff]; [mem 0x00000000-0xfeafffff] ignored
[    0.118738] PCI host bridge to bus 0000:00
[    0.118744] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.118749] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.118754] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.118758] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfeafffff]
[    0.118762] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[    0.118767] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[    0.118771] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[    0.118775] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    0.118780] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.118784] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.118788] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.118792] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.118797] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.118801] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.118805] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[    0.118810] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[    0.118814] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
[    0.118818] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.118833] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.118938] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.118955] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff]
[    0.118969] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
[    0.118981] pci 0000:00:02.0: reg 20: [io  0x1000-0x1007]
[    0.119101] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.119124] pci 0000:00:14.0: reg 10: [mem 0xd0900000-0xd090ffff 64bit]
[    0.119188] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.119227] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.119298] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.119328] pci 0000:00:1a.0: reg 10: [mem 0xd0600000-0xd06fffff]
[    0.119344] pci 0000:00:1a.0: reg 14: [mem 0xd0700000-0xd07fffff]
[    0.119456] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.119561] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
[    0.119588] pci 0000:00:1b.0: reg 10: [mem 0xd0914000-0xd0917fff 64bit]
[    0.119664] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.119746] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[    0.119812] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.119907] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.120147] pci 0000:01:00.0: [8086:08b1] type 00 class 0x028000
[    0.120195] pci 0000:01:00.0: reg 10: [mem 0xd0800000-0xd0801fff 64bit]
[    0.120382] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.121580] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.121589] pci 0000:00:1c.0:   bridge window [mem 0xd0800000-0xd08fffff]
[    0.121602] pci_bus 0000:00: on NUMA node 0
[    0.121645] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    0.121712] acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
[    0.121840] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    0.121972] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    0.122096] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    0.122220] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    0.122344] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    0.122469] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    0.122606] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    0.122730] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    0.127721] gpiochip_find_base: found new base at 154
[    0.127750] gpiochip_add: registered GPIOs 154 to 255 on device: INT33FC:00
[    0.127881] gpiochip_find_base: found new base at 126
[    0.127907] gpiochip_add: registered GPIOs 126 to 153 on device: INT33FC:01
[    0.128026] gpiochip_find_base: found new base at 82
[    0.128052] gpiochip_add: registered GPIOs 82 to 125 on device: INT33FC:02
[    0.139033] acpi root: \_SB_.PCI0 notify handler is installed
[    0.139104] Found 1 acpi root devices
[    0.139187] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
[    0.139382] SCSI subsystem initialized
[    0.139387] ACPI: bus type ATA registered
[    0.139485] libata version 3.00 loaded.
[    0.139517] ACPI: bus type USB registered
[    0.139567] usbcore: registered new interface driver usbfs
[    0.139586] usbcore: registered new interface driver hub
[    0.139649] usbcore: registered new device driver usb
[    0.145207] i2c i2c-0: failed to add I2C device ATML0000:00 from ACPI
[    0.145838] i2c i2c-0: failed to add I2C device ATML0000:01 from ACPI
[    1.148401] i2c_designware 80860F41:02: controller timed out
[    1.174826] i2c_designware 80860F41:02: timeout in disabling adapter
[    1.174833] i2c i2c-2: failed to add I2C device LSD2918:00 from ACPI
[    1.179449] chromeos_acpi: registering CHSW 0
[    1.184527] chromeos_acpi: registering VBNV 0
[    1.184533] chromeos_acpi: registering VBNV 1
[    1.184932] chromeos_acpi: truncating buffer from 3072 to 1336
[    1.185274] chromeos_acpi: installed
[    1.185277] chromeos_acpi: chromeos_acpi: enabling S3 USB wake
[    1.189456] Advanced Linux Sound Architecture Driver Initialized.
[    1.189460] PCI: Using ACPI for IRQ routing
[    1.195683] PCI: pci_cache_line_size set to 64 bytes
[    1.195734] e820: reserve RAM buffer [mem 0x7ae6e000-0x7bffffff]
[    1.196275] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.196283] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    1.201154] i2c_designware 80860F41:02: timeout in disabling adapter
[    1.208029] pnp: PnP ACPI init
[    1.208054] ACPI: bus type PNP registered
[    1.208184] system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
[    1.208192] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    1.208197] system 00:00: [mem 0xfed03000-0xfed033ff] has been reserved
[    1.208202] system 00:00: [mem 0xfed08000-0xfed083ff] has been reserved
[    1.208207] system 00:00: [mem 0xfed01000-0xfed013ff] has been reserved
[    1.208212] system 00:00: [mem 0xfef00000-0xfeffffff] has been reserved
[    1.208217] system 00:00: [mem 0xfed05000-0xfed057ff] has been reserved
[    1.208221] system 00:00: [mem 0xfed1c000-0xfed1c3ff] has been reserved
[    1.208229] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.208310] pnp 00:01: Plug and Play ACPI device, IDs INT33bd (active)
[    1.208624] pnp 00:02: [dma 4]
[    1.208662] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.208711] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
[    1.208786] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    1.208793] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    1.208870] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.208920] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.208999] system 00:07: [io  0x0900-0x09fe] has been reserved
[    1.209006] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.209079] system 00:08: [io  0x0200] has been reserved
[    1.209085] system 00:08: [io  0x0204] has been reserved
[    1.209090] system 00:08: [io  0x0800-0x087f] has been reserved
[    1.209095] system 00:08: [io  0x0880-0x08ff] has been reserved
[    1.209101] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.209185] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    1.213520] pnp 00:0a: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    1.218723] pnp 00:0b: unknown resource type 19 in _CRS
[    1.218728] pnp 00:0b: can't evaluate _CRS: 1
[    1.218770] pnp 00:0b: Plug and Play ACPI device, IDs LSD2918 (active)
[    1.228512] pnp 00:0c: Plug and Play ACPI device, IDs PNP0c0e (active)
[    1.228540] pnp: PnP ACPI: found 13 devices
[    1.228544] ACPI: bus type PNP unregistered
[    1.233747] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.233757] pci 0000:00:1c.0:   bridge window [mem 0xd0800000-0xd08fffff]
[    1.234273] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.234279] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.234283] pci_bus 0000:00: resource 6 [mem 0x00000000-0xfeafffff]
[    1.234288] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    1.234292] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    1.234296] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    1.234301] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[    1.234305] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[    1.234309] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[    1.234314] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[    1.234318] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[    1.234322] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[    1.234327] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[    1.234331] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[    1.234336] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[    1.234340] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
[    1.234344] pci_bus 0000:00: resource 20 [mem 0xfed40000-0xfed44fff]
[    1.234349] pci_bus 0000:01: resource 1 [mem 0xd0800000-0xd08fffff]
[    1.234395] NET: Registered protocol family 2
[    1.234615] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
[    1.234700] TCP bind hash table entries: 16384 (order: 7, 524288 bytes)
[    1.234853] TCP: Hash tables configured (established 16384 bind 16384)
[    1.234908] TCP: reno registered
[    1.234918] UDP hash table entries: 1024 (order: 4, 98304 bytes)
[    1.234954] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes)
[    1.235107] NET: Registered protocol family 1
[    1.235136] pci 0000:00:02.0: Boot video device
[    1.236200] PCI: CLS 64 bytes, default 64
[    1.236994] microcode: CPU0 sig=0x30678, pf=0x8, revision=0x829
[    1.237006] microcode: CPU1 sig=0x30678, pf=0x8, revision=0x829
[    1.237061] microcode: Microcode Update Driver: v2.00 <tig...@aivazian.fsnet.co.uk>, Peter Oruba
[    1.237065] Scanning for low memory corruption every 60 seconds
[    1.240193] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.240380] msgmni has been set to 3833
[    1.241025] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.241030] io scheduler noop registered
[    1.241033] io scheduler deadline registered
[    1.241042] io scheduler cfq registered (default)
[    1.241150] pcieport 0000:00:1c.0: irq 103 for MSI/MSI-X
[    1.241290] aer 0000:00:1c.0:pcie02: service driver aer loaded
[    1.241318] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    1.241322] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.241328] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    1.241350] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.241377] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.241406] intel_idle: MWAIT substates: 0x33000020
[    1.241409] intel_idle: v0.4 model 0x37
[    1.241411] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.241574] ACPI: AC Adapter [AC] (on-line)
[    1.241762] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    1.246505] ACPI: Lid Switch [LID0]
[    1.246584] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    1.246589] ACPI: Power Button [PWRB]
[    1.246663] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    1.246667] ACPI: Sleep Button [TPAD]
[    1.246740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.246744] ACPI: Power Button [PWRF]
[    1.246838] ACPI: Requesting acpi_cpufreq
[    1.259564] Non-volatile memory driver v1.3
[    1.259634] Linux agpgart interface v0.103
[    1.259814] tpm_tis tpm_tis: 1.2 TPM (device-id 0xB, rev-id 16) [gentle shutdown]
[    1.259837] ACPI: Battery Slot [BAT0] (battery present)
[    1.289589] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    1.325611] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    1.355592] tpm_tis tpm_tis: command 0x53 (size 10) returned code 0x0
[    1.385667] tpm_tis tpm_tis: command 0x15 (size 14) returned code 0x0
[    1.385707] [drm] Initialized drm 1.1.0 20060810
[    1.386916] [drm] Memory usable by graphics device = 2048M
[    1.386926] i915 0000:00:02.0: setting latency timer to 64
[    1.392646] i915 0000:00:02.0: irq 104 for MSI/MSI-X
[    1.392667] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.392671] [drm] Driver supports precise vblank timestamp query.
[    1.832146] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.832426] [drm] Initialized vgem 1.0.0 20120112 on minor 1
[    1.832450] usbcore: registered new interface driver udl
[    1.833596] loop: module loaded
[    1.833608] lkdtm: No crash points registered, enable through debugfs
[    1.833696] cros_ec_lpc cros_ec_lpc.0: Chrome EC device registered
[    1.835004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.835009] ehci-pci: EHCI PCI platform driver
[    1.835025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.835040] uhci_hcd: USB Universal Host Controller Interface driver
[    1.835605] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    1.835611] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.835691] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.836093] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.836124] xhci_hcd 0000:00:14.0: irq 105 for MSI/MSI-X
[    1.836201] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.836206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.836210] usb usb1: Product: xHCI Host Controller
[    1.836214] usb usb1: Manufacturer: Linux 3.10.18 xhci_hcd
[    1.836218] usb usb1: SerialNumber: 0000:00:14.0
[    1.836363] xHCI xhci_add_endpoint called for root hub
[    1.836367] xHCI xhci_check_bandwidth called for root hub
[    1.836408] hub 1-0:1.0: USB hub found
[    1.836421] hub 1-0:1.0: 6 ports detected
[    1.836728] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.836798] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.836830] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.836835] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.836839] usb usb2: Product: xHCI Host Controller
[    1.836843] usb usb2: Manufacturer: Linux 3.10.18 xhci_hcd
[    1.836846] usb usb2: SerialNumber: 0000:00:14.0
[    1.836985] xHCI xhci_add_endpoint called for root hub
[    1.836988] xHCI xhci_check_bandwidth called for root hub
[    1.837031] hub 2-0:1.0: USB hub found
[    1.837040] hub 2-0:1.0: 1 port detected
[    1.841992] usbcore: registered new interface driver cdc_acm
[    1.841996] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.842025] usbcore: registered new interface driver usb-storage
[    1.842042] usbcore: registered new interface driver ums-realtek
[    1.842091] usbcore: registered new interface driver usbserial
[    1.842107] usbcore: registered new interface driver usbserial_generic
[    1.842118] usbserial: USB Serial support registered for generic
[    1.842183] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 53
[    1.842186] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.842747] i8042: Warning: Keylock active
[    1.842897] serio: i8042 KBD port at 0x60,0x64 irq 53
[    1.843470] rtc_cmos 00:06: RTC can wake from S4
[    1.843621] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.843657] rtc_cmos 00:06: alarms up to one month, 242 bytes nvram, hpet irqs
[    1.843844] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    1.843869] iTCO_vendor_support: vendor-support=0
[    1.844017] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-d...@redhat.com
[    1.844075] device-mapper: verity-chromeos: dm-verity-chromeos registered
[    1.844080] device-mapper: bootcache: version 0.1.0 loaded
[    1.844133] Intel P-state driver initializing.
[    1.844154] Intel pstate controlling: cpu 0
[    1.844182] Intel pstate controlling: cpu 1
[    1.844320] cpuidle: using governor ladder
[    1.844453] cpuidle: using governor menu
[    1.844467] sdhci: Secure Digital Host Controller Interface driver
[    1.844469] sdhci: Copyright(c) Pierre Ossman
[    1.845121] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.852397] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    1.852403] sdhci_acpi_probe: Enabling QoS on Baytrail eMMC slot
[    1.854761] mmc1: SDHCI controller on ACPI [80860F16:00] using ADMA
[    1.855279] gsmi version 1.0 loaded
[    1.855305] hidraw: raw HID events driver (C) Jiri Kosina
[    1.855555] usbcore: registered new interface driver usbhid
[    1.855558] usbhid: USB HID core driver
[    1.855745] ashmem: initialized
[    1.855773] chromeos ramoops using acpi device.
[    1.857911] console [pstore-1] enabled
[    1.857918] ramoops: attached 0x100000@0x7ae77000, ecc: 0/0
[    1.858383] Netfilter messages via NETLINK v0.30.
[    1.858422] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    1.858571] ctnetlink v0.93: registering with nfnetlink.
[    1.858734] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.858774] TCP: cubic registered
[    1.858780] Initializing XFRM netlink socket
[    1.858976] NET: Registered protocol family 10
[    1.859226] NET: Registered protocol family 17
[    1.860667]   Magic number: 4:28:557
[    1.860904] ALSA device list:
[    1.860911]   No soundcards found.
[    1.860985] Warning: unable to open an initial console.
[    1.884981] [drm] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4
[    1.902329] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.902338] i915 0000:00:02.0: registered panic notifier
[    1.977372] input: Elan Touchpad as /devices/platform/80860F41:00/i2c-0/0-0015/input/input5
[    1.977550] device-mapper: init: attempting early device configuration.
[    1.977789] device-mapper: init: adding target '0 2506752 verity payload=PARTUUID=805a5ba3-91d8-b24f-ae56-300bd845c1ff/PARTNROFF=1 hashtree=PARTUUID=805a5ba3-91d8-b24f-ae56-300bd845c1ff/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=a0933bc3b843c71277f21402f40e33d754a2130f salt=49690dd340e88427969ddb4582ae8e5aa783746977a747ed07b38a7c07de65b5'
[    1.977818] device-mapper: verity: Argument 0: 'payload=PARTUUID=805a5ba3-91d8-b24f-ae56-300bd845c1ff/PARTNROFF=1'
[    1.977829] device-mapper: verity: Argument 1: 'hashtree=PARTUUID=805a5ba3-91d8-b24f-ae56-300bd845c1ff/PARTNROFF=1'
[    1.977839] device-mapper: verity: Argument 2: 'hashstart=2506752'
[    1.977846] device-mapper: verity: Argument 3: 'alg=sha1'
[    1.977853] device-mapper: verity: Argument 4: 'root_hexdigest=a0933bc3b843c71277f21402f40e33d754a2130f'
[    1.977863] device-mapper: verity: Argument 5: 'salt=49690dd340e88427969ddb4582ae8e5aa783746977a747ed07b38a7c07de65b5'
[    2.039842] mmc0: BKOPS_EN bit is not set
[    2.070819] mmc0: new HS200 MMC card at address 0001
[    2.070965] mmcblk0: mmc0:0001 SDW16G 14.6 GiB 
[    2.071059] mmcblk0boot0: mmc0:0001 SDW16G partition 1 4.00 MiB
[    2.071143] mmcblk0boot1: mmc0:0001 SDW16G partition 2 4.00 MiB
[    2.071229] mmcblk0rpmb: mmc0:0001 SDW16G partition 3 4.00 MiB
[    2.074037]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
[    2.075907]  mmcblk0boot1: unknown partition table
[    2.076452]  mmcblk0boot0: unknown partition table
[    2.083037] bio: create slab <bio-1> at 1
[    2.083152] device-mapper: init: dm-0 is ready
[    2.086329] EXT4-fs (dm-0): couldn't mount as ext3 due to feature incompatibilities
[    2.086647] EXT4-fs (dm-0): mounting ext2 file system using the ext4 subsystem
[    2.088788] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
[    2.088812] VFS: Mounted root (ext2 filesystem) readonly on device 254:0.
[    2.093346] devtmpfs: mounted
[    2.095491] Freeing unused kernel memory: 1056k freed
[    2.095792] Write protecting the kernel read-only data: 10240k
[    2.099641] Freeing unused kernel memory: 856k freed
[    2.107790] Freeing unused kernel memory: 2000k freed
[    2.189246] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    2.201683] usb 1-2: New USB device found, idVendor=05e3, idProduct=0610
[    2.201696] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.201705] usb 1-2: Product: USB2.0 Hub
[    2.202212] hub 1-2:1.0: USB hub found
[    2.202501] hub 1-2:1.0: 4 ports detected
[    2.240283] tsc: Refined TSC clocksource calibration: 2166.666 MHz
[    2.240313] Switched to clocksource tsc
[    2.357379] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    2.376911] Chromium OS LSM: init_module locked module="/lib/modules/3.10.18/kernel/drivers/net/tun.ko" pid=74 cmdline="modprobe tun"
[    2.376933] Chromium OS LSM: dev(254,0): read-only
[    2.376940] Chromium OS LSM: module locking engaged.
[    2.377842] tun: Universal TUN/TAP device driver, 1.6
[    2.377850] tun: (C) 1999-2004 Max Krasnyansky <ma...@qualcomm.com>
[    2.382420] PPP generic driver version 2.4.2
[    2.405807] systemd-udevd[80]: starting version 208
[    2.447269] usb 1-3: New USB device found, idVendor=0408, idProduct=5030
[    2.447282] usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.447291] usb 1-3: Product: HP TrueVision HD Webcam
[    2.448994] Unsafe core_pattern used with suid_dumpable=2. Pipe handler or fully qualified core dump path required.
[    2.495340] Linux video capture interface: v2.00
[    2.508831] uvcvideo: Found UVC 1.00 device HP TrueVision HD Webcam (0408:5030)
[    2.513969] usbcore: registered new interface driver uvcvideo
[    2.513986] USB Video Class driver (1.1.1)
[    2.527661] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: commit=600
[    2.552643] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
[    2.603599] usb 1-4: new full-speed USB device number 4 using xhci_hcd
[    2.615582] usb 1-4: New USB device found, idVendor=8087, idProduct=07dc
[    2.615595] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.635281] /dev/pts/0
[    2.641183] Bluetooth: Core ver 2.21
[    2.641224] NET: Registered protocol family 31
[    2.641231] Bluetooth: HCI device and connection manager initialized
[    2.641249] Bluetooth: HCI socket layer initialized
[    2.641258] Bluetooth: L2CAP socket layer initialized
[    2.641273] Bluetooth: SCO socket layer initialized
[    2.646676] usbcore: registered new interface driver btusb
[    2.659467] Bluetooth: hci0: read Intel version: 3707100180012d0d00
[    2.661384] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq
[    2.661667] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    2.695659] bio: create slab <bio-2> at 2
[    2.699944] frecon(242): Frecon using drm driver i915, version 1.6, date(20080730), desc(Intel Graphics)
[    2.717890] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: discard,commit=600
[    2.846632] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[    2.963729] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    3.002961] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.049013] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.085092] tpm_tis tpm_tis: command 0x65 (size 18) returned code 0x0
[    3.120317] frecon(242): Unable to disable plane: No such file or directory
[    3.120359] frecon(242): Unable to disable plane: No such file or directory
[    3.120381] frecon(242): Unable to disable plane: No such file or directory
[    3.120403] frecon(242): Unable to disable plane: No such file or directory
[    3.123343] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.206224] tpm_tis tpm_tis: command 0x65 (size 18) returned code 0x0
[    3.248147] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.284155] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.326197] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.375270] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.411264] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.447329] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.485356] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.526603] tpm_tis tpm_tis: command 0x65 (size 18) returned code 0x0
[    3.576440] tpm_tis tpm_tis: command 0x46 (size 14) returned code 0x0
[    3.616499] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.646467] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    3.770614] tpm_tis tpm_tis: command 0x15 (size 14) returned code 0x0
[    3.819641] tpm_tis tpm_tis: command 0x14 (size 34) returned code 0x0
[    3.844821] tpm_tis tpm_tis: command 0x46 (size 14) returned code 0x0
[    3.905428] tpm_tis tpm_tis: command 0x7c (size 30) returned code 0x0
[    3.938792] tpm_tis tpm_tis: command 0x65 (size 20) returned code 0x0
[    3.971784] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    4.008075] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[    4.015755] cfg80211: Calling CRDA to update world regulatory domain
[    4.027464] cfg80211: World regulatory domain updated:
[    4.027477] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    4.027486] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    4.027495] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    4.027503] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[    4.027511] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[    4.027519] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[    4.027527] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
[    4.027535] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[    4.027543] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[    8.619190] frecon(242): Chrome started, our work is done, exiting.
[    8.733364] init: failsafe-delay main process (413) killed by TERM signal
[    8.751150] low_mem: setting minfree to 104448 kB
[    8.790831] fuse init (API version 7.22)
[    8.854537] sst-acpi 80860F28:00: Skipping ACPI power domain attach
[    8.909674] zram: module is from the staging directory, the quality is unknown, you have been warned.
[    8.910600] zram: Created 1 device(s) ...
[    9.032867] Adding 2880988k swap on /dev/zram0.  Priority:-1 extents:1 across:2880988k SS
[    9.038350] isl29018: module is from the staging directory, the quality is unknown, you have been warned.
[    9.048558] snd_hda_intel 0000:00:1b.0: irq 106 for MSI/MSI-X
[    9.048611] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    9.054500] snd_hda_intel 0000:00:1b.0: codec_mask = 0x4
[    9.149583] max98090 1-0010: MAX98090 REVID=0x43
[    9.176597] max98090 1-0010: No platform data
[    9.176948] baytrail-pcm-audio baytrail-pcm-audio: ASoC: Failed to create Analog Capture debugfs file
[    9.179400] snd_soc_sst_byt_max98090_mach: get baytrail acpi spk_status: 1
[    9.180506] byt-max98090 byt-max98090:  HiFi <-> Front-cpu-dai mapping ok
[    9.180557] byt-max98090 byt-max98090: ASoC: Failed to add Headphone Switch: -16
[    9.235712] input: HDA Intel HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    9.235931] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    9.239714] input: byt-max98090 Mic Jack as /devices/platform/80860F28:00/byt-max98090/sound/card1/input8
[    9.239902] input: byt-max98090 Headphone Jack as /devices/platform/80860F28:00/byt-max98090/sound/card1/input9
[    9.240699] snd_soc_sst_byt_max98090_mach: snd_byt_mc_probe successful
[    9.259073] Intel(R) Wireless WiFi driver for Linux
[    9.259084] Copyright(c) 2003- 2015 Intel Corporation
[    9.259719] iwlwifi 0000:01:00.0: irq 107 for MSI/MSI-X
[    9.353758] iwlwifi 0000:01:00.0: loaded firmware version 17.318154.0 op_mode iwlmvm
[    9.455927] i2c /dev entries driver
[    9.464647] Bluetooth: RFCOMM socket layer initialized
[    9.464665] Bluetooth: RFCOMM ver 1.11
[    9.516307] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
[    9.516676] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    9.516932] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    9.749130] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    9.845456] evdi: [I] Initialising logging on level 5
[    9.878199] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    9.878450] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    9.926935] max98090 1-0010: DMIC Mux: put_dmic_mux enable DMIC
[   10.088501] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[   10.088850] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[   10.110404] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   10.116367] max98090 1-0010: mclk 25000000, pclk 12500000
[   10.488563] cfg80211: Calling CRDA for country: US
[   10.492209] cfg80211: Regulatory domain changed to country: US
[   10.492222] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   10.492237] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
[   10.492245] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm)
[   10.492254] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm)
[   10.492262] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
[   10.492270] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm)
[   10.492278] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[   70.871610] xhci_hcd 0000:00:14.0: setting latency timer to 64
[   71.125721] usb 1-1: new full-speed USB device number 5 using xhci_hcd
[   71.140521] usb 1-1: New USB device found, idVendor=3938, idProduct=1032
[   71.140553] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   71.140576] usb 1-1: Product: 2.4G RF Keyboard & Mouse
[   71.140594] usb 1-1: Manufacturer: MOSART Semi.
[   71.141409] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[   71.148705] input: MOSART Semi. 2.4G RF Keyboard & Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input10
[   71.149270] hid-generic 0003:3938:1032.0001: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. 2.4G RF Keyboard & Mouse] on usb-0000:00:14.0-1/input0
[   71.155031] input: MOSART Semi. 2.4G RF Keyboard & Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/input/input11
[   71.156770] hid-generic 0003:3938:1032.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G RF Keyboard & Mouse] on usb-0000:00:14.0-1/input1
[  877.791732] wlan0: authenticate with ac:81:12:bc:50:35
[  877.795529] wlan0: send auth to ac:81:12:bc:50:35 (try 1/3)
[  877.801333] wlan0: authenticated
[  877.802191] wlan0: associate with ac:81:12:bc:50:35 (try 1/3)
[  877.819443] wlan0: RX AssocResp from ac:81:12:bc:50:35 (capab=0x411 status=0 aid=6)
[  877.821861] wlan0: associated
[  877.821969] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  881.110435] tpm_tis tpm_tis: command 0x7c (size 30) returned code 0x0
[  881.161455] tpm_tis tpm_tis: command 0x7c (size 30) returned code 0x0
[  881.211496] tpm_tis tpm_tis: command 0x7c (size 30) returned code 0x0
[  881.238023] tpm_tis tpm_tis: command 0xa (size 10) returned code 0x0
[  882.277951] tpm_tis tpm_tis: command 0xd (size 624) returned code 0x0
[  882.309118] tpm_tis tpm_tis: command 0xba (size 18) returned code 0x22
[  882.355766] tpm_tis tpm_tis: command 0xa (size 10) returned code 0x0
[  882.434354] tpm_tis tpm_tis: command 0x66 (size 55) returned code 0x0
[  882.465305] tpm_tis tpm_tis: command 0xba (size 18) returned code 0x22
[  882.523404] tpm_tis tpm_tis: command 0xb (size 36) returned code 0x0
[  882.635045] tpm_tis tpm_tis: command 0x10 (size 79) returned code 0x0
[  882.665359] tpm_tis tpm_tis: command 0xba (size 18) returned code 0x22
[  882.693205] tpm_tis tpm_tis: command 0xa (size 10) returned code 0x0
[  882.771198] tpm_tis tpm_tis: command 0x66 (size 55) returned code 0x0
[  882.801470] tpm_tis tpm_tis: command 0xba (size 18) returned code 0x22
[  882.829207] tpm_tis tpm_tis: command 0xa (size 10) returned code 0x0
[  882.919722] tpm_tis tpm_tis: command 0x3f (size 72) returned code 0x0
[  882.950711] tpm_tis tpm_tis: command 0xba (size 18) returned code 0x22
[  882.979710] tpm_tis tpm_tis: command 0xa (size 10) returned code 0x0
[  883.071266] tpm_tis tpm_tis: command 0x21 (size 59) returned code 0x0
[  883.107324] tpm_tis tpm_tis: command 0xba (size 18) returned code 0x22
[  883.131396] tpm_tis tpm_tis: command 0x15 (size 14) returned code 0x0
[  883.189501] tpm_tis tpm_tis: command 0xb (size 36) returned code 0x0
[  883.409892] tpm_tis tpm_tis: command 0x17 (size 143) returned code 0x0
[  883.440028] tpm_tis tpm_tis: command 0xba (size 18) returned code 0x22
[  883.467045] tpm_tis tpm_tis: command 0x46 (size 14) returned code 0x0
[  883.553202] tpm_tis tpm_tis: command 0xb (size 36) returned code 0x0
[  883.661277] tpm_tis tpm_tis: command 0x10 (size 79) returned code 0x0
[  883.690968] tpm_tis tpm_tis: command 0xba (size 18) returned code 0x22
[  883.735897] tpm_tis tpm_tis: command 0x65 (size 18) returned code 0x0
[  883.766129] tpm_tis tpm_tis: command 0x65 (size 18) returned code 0x0
[  883.796113] tpm_tis tpm_tis: command 0x65 (size 18) returned code 0x0
[  883.852023] tpm_tis tpm_tis: command 0xb (size 36) returned code 0x0
[  884.011157] tpm_tis tpm_tis: command 0xcc (size 146) returned code 0x0
[  884.041084] tpm_tis tpm_tis: command 0xba (size 18) returned code 0x22
[  884.072183] tpm_tis tpm_tis: command 0x65 (size 18) returned code 0x0
[  884.103417] tpm_tis tpm_tis: command 0x15 (size 14) returned code 0x0
[  884.133430] tpm_tis tpm_tis: command 0x65 (size 18) returned code 0x0
[  884.191734] tpm_tis tpm_tis: command 0xb (size 36) returned code 0x0
[  884.356449] tpm_tis tpm_tis: command 0xcc (size 146) returned code 0x0
[  884.386583] tpm_tis tpm_tis: command 0xba (size 18) returned code 0x22
[  884.420185] tpm_tis tpm_tis: command 0x46 (size 14) returned code 0x0
[  896.408865] wlan0: deauthenticating from ac:81:12:bc:50:35 by local choice (Reason: 3=DEAUTH_LEAVING)
[  896.429912] cfg80211: Calling CRDA to update world regulatory domain
[  896.458686] cfg80211: World regulatory domain updated:
[  896.458700] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  896.458711] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  896.458720] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  896.458729] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[  896.458739] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[  896.458748] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[  896.458757] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
[  896.458766] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[  896.458776] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[  896.458820] cfg80211: Calling CRDA for country: US
[  896.463870] cfg80211: Regulatory domain changed to country: US
[  896.463885] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  896.463896] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
[  896.463905] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm)
[  896.463914] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm)
[  896.463923] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
[  896.463933] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm)
[  896.463942] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[  901.637439] tpm_tis tpm_tis: command 0x15 (size 14) returned code 0x0
[  901.681593] tpm_tis tpm_tis: command 0x14 (size 34) returned code 0x0
[ 1026.246513] usb 1-2.2: new high-speed USB device number 6 using xhci_hcd
[ 1026.260829] usb 1-2.2: New USB device found, idVendor=154b, idProduct=009f
[ 1026.260864] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1026.260889] usb 1-2.2: Product: USB 2.0 FD
[ 1026.260909] usb 1-2.2: Manufacturer: PNY Technologies
[ 1026.260929] usb 1-2.2: SerialNumber: 0400000000011311
[ 1026.264799] usb 1-2.2: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes
[ 1026.264838] usb 1-2.2: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes
[ 1026.265369] usb-storage 1-2.2:1.0: USB Mass Storage device detected
[ 1026.271212] scsi0 : usb-storage 1-2.2:1.0
[ 1027.648890] scsi 0:0:0:0: Direct-Access     PNY      USB 2.0 FD       1100 PQ: 0 ANSI: 4
[ 1027.650694] sd 0:0:0:0: [sda] 61030400 512-byte logical blocks: (31.2 GB/29.1 GiB)
[ 1027.651847] sd 0:0:0:0: [sda] Write Protect is off
[ 1027.651865] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 1027.652426] sd 0:0:0:0: [sda] No Caching mode page found
[ 1027.652439] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 1027.657319] sd 0:0:0:0: [sda] No Caching mode page found
[ 1027.657337] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 1027.659019]  sda: sda1
[ 1027.660952] sd 0:0:0:0: [sda] No Caching mode page found
[ 1027.660965] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 1027.660983] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 1371.311986] usb 1-2.3: new high-speed USB device number 7 using xhci_hcd
[ 1371.331620] usb 1-2.3: New USB device found, idVendor=05e3, idProduct=0727
[ 1371.331662] usb 1-2.3: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[ 1371.331691] usb 1-2.3: Product: USB Storage
[ 1371.331713] usb 1-2.3: Manufacturer: Generic
[ 1371.331736] usb 1-2.3: SerialNumber: 000000000208
[ 1371.334943] usb-storage 1-2.3:1.0: USB Mass Storage device detected
[ 1371.337652] scsi1 : usb-storage 1-2.3:1.0
[ 1372.341105] scsi 1:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0208 PQ: 0 ANSI: 0
[ 1372.503271] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 1395.993110] usb 1-2.3: USB disconnect, device number 7
[ 1405.642915] usb 1-2.3: new high-speed USB device number 8 using xhci_hcd
[ 1405.662427] usb 1-2.3: New USB device found, idVendor=05e3, idProduct=0727
[ 1405.662468] usb 1-2.3: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[ 1405.662497] usb 1-2.3: Product: USB Storage
[ 1405.662520] usb 1-2.3: Manufacturer: Generic
[ 1405.662543] usb 1-2.3: SerialNumber: 000000000208
[ 1405.667422] usb-storage 1-2.3:1.0: USB Mass Storage device detected
[ 1405.671844] scsi2 : usb-storage 1-2.3:1.0
[ 1406.675023] scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0208 PQ: 0 ANSI: 0
[ 1407.141161] sd 2:0:0:0: [sdb] 30916608 512-byte logical blocks: (15.8 GB/14.7 GiB)
[ 1407.143155] sd 2:0:0:0: [sdb] Write Protect is off
[ 1407.143183] sd 2:0:0:0: [sdb] Mode Sense: 0b 00 00 08
[ 1407.145072] sd 2:0:0:0: [sdb] No Caching mode page found
[ 1407.145097] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 1407.151845] sd 2:0:0:0: [sdb] No Caching mode page found
[ 1407.151875] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 1407.158677]  sdb: sdb1
[ 1407.162736] sd 2:0:0:0: [sdb] No Caching mode page found
[ 1407.162762] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 1407.162785] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 1418.114908] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 3606.973392] tpm_tis tpm_tis: command 0x65 (size 20) returned code 0x0
[ 3607.003779] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[ 3607.034780] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[ 3944.916778] usb 1-2.3: reset high-speed USB device number 8 using xhci_hcd
[ 3944.931050] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88006a23a400
[ 3944.931074] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88006a23a440
[ 3945.460217] sd 2:0:0:0: [sdb] Media Changed
[ 3945.460240] sd 2:0:0:0: [sdb]  
[ 3945.460251] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 3945.460266] sd 2:0:0:0: [sdb]  
[ 3945.460275] Sense Key : Unit Attention [current] 
[ 3945.460296] sd 2:0:0:0: [sdb]  
[ 3945.460309] Add. Sense: Not ready to ready change, medium may have changed
[ 3945.460327] sd 2:0:0:0: [sdb] CDB: 
[ 3945.460336] Write(10): 2a 00 00 00 26 b1 00 00 05 00
[ 3945.460421] end_request: I/O error, dev sdb, sector 9905
[ 3945.460438] Buffer I/O error on device sdb1, logical block 1713
[ 3945.460451] lost page write due to I/O error on sdb1
[ 3945.460475] Buffer I/O error on device sdb1, logical block 1714
[ 3945.460488] lost page write due to I/O error on sdb1
[ 3945.460502] Buffer I/O error on device sdb1, logical block 1715
[ 3945.460515] lost page write due to I/O error on sdb1
[ 3945.460528] Buffer I/O error on device sdb1, logical block 1716
[ 3945.460541] lost page write due to I/O error on sdb1
[ 3945.460554] Buffer I/O error on device sdb1, logical block 1717
[ 3945.460567] lost page write due to I/O error on sdb1
[ 3950.440602] sd 2:0:0:0: [sdb] Device not ready
[ 3950.440623] sd 2:0:0:0: [sdb]  
[ 3950.440633] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 3950.440646] sd 2:0:0:0: [sdb]  
[ 3950.440654] Sense Key : Not Ready [current] 
[ 3950.440672] sd 2:0:0:0: [sdb]  
[ 3950.440683] Add. Sense: Medium not present
[ 3950.440697] sd 2:0:0:0: [sdb] CDB: 
[ 3950.440705] Write(10): 2a 00 00 00 35 6e 00 00 05 00
[ 3950.440748] end_request: I/O error, dev sdb, sector 13678
[ 3950.440762] Buffer I/O error on device sdb1, logical block 5486
[ 3950.440774] lost page write due to I/O error on sdb1
[ 3950.440789] Buffer I/O error on device sdb1, logical block 5487
[ 3950.440800] lost page write due to I/O error on sdb1
[ 3950.440824] Buffer I/O error on device sdb1, logical block 5488
[ 3950.440835] lost page write due to I/O error on sdb1
[ 3950.440849] Buffer I/O error on device sdb1, logical block 5489
[ 3950.440860] lost page write due to I/O error on sdb1
[ 3950.440872] Buffer I/O error on device sdb1, logical block 5490
[ 3950.440884] lost page write due to I/O error on sdb1
[ 3950.445195] sd 2:0:0:0: [sdb] Device not ready
[ 3950.445212] sd 2:0:0:0: [sdb]  
[ 3950.445222] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 3950.445234] sd 2:0:0:0: [sdb]  
[ 3950.445243] Sense Key : Not Ready [current] 
[ 3950.445272] sd 2:0:0:0: [sdb]  
[ 3950.445283] Add. Sense: Medium not present
[ 3950.445299] sd 2:0:0:0: [sdb] CDB: 
[ 3950.445308] Write(10): 2a 00 00 8a 8c 83 00 00 01 00
[ 3950.445350] end_request: I/O error, dev sdb, sector 9079939
[ 3950.449701] sd 2:0:0:0: [sdb] Device not ready
[ 3950.449722] sd 2:0:0:0: [sdb]  
[ 3950.449732] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 3950.449745] sd 2:0:0:0: [sdb]  
[ 3950.449754] Sense Key : Not Ready [current] 
[ 3950.449772] sd 2:0:0:0: [sdb]  
[ 3950.449783] Add. Sense: Medium not present
[ 3950.449797] sd 2:0:0:0: [sdb] CDB: 
[ 3950.449805] Read(10): 28 00 00 8a 8c 83 00 00 01 00
[ 3950.449848] end_request: I/O error, dev sdb, sector 9079939
[ 3950.449918] FAT-fs (sdb1): Directory bread(block 9071747) failed
[ 3999.838623] usb 1-2.3: USB disconnect, device number 8
[ 4022.044541] usb 1-2.3: new high-speed USB device number 9 using xhci_hcd
[ 4022.065348] usb 1-2.3: New USB device found, idVendor=05e3, idProduct=0727
[ 4022.065384] usb 1-2.3: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[ 4022.065409] usb 1-2.3: Product: USB Storage
[ 4022.065429] usb 1-2.3: Manufacturer: Generic
[ 4022.065448] usb 1-2.3: SerialNumber: 000000000208
[ 4022.068928] usb-storage 1-2.3:1.0: USB Mass Storage device detected
[ 4022.072953] scsi3 : usb-storage 1-2.3:1.0
[ 4023.077961] scsi 3:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0208 PQ: 0 ANSI: 0
[ 4023.576798] sd 3:0:0:0: [sdb] 30916608 512-byte logical blocks: (15.8 GB/14.7 GiB)
[ 4023.577819] sd 3:0:0:0: [sdb] Write Protect is off
[ 4023.577838] sd 3:0:0:0: [sdb] Mode Sense: 0b 00 00 08
[ 4023.578788] sd 3:0:0:0: [sdb] No Caching mode page found
[ 4023.578804] sd 3:0:0:0: [sdb] Assuming drive cache: write through
[ 4023.584595] sd 3:0:0:0: [sdb] No Caching mode page found
[ 4023.584633] sd 3:0:0:0: [sdb] Assuming drive cache: write through
[ 4023.590133]  sdb: sdb1
[ 4023.594124] sd 3:0:0:0: [sdb] No Caching mode page found
[ 4023.594142] sd 3:0:0:0: [sdb] Assuming drive cache: write through
[ 4023.594157] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[ 4038.929037] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 4318.019387] sd 3:0:0:0: [sdb] Device not ready
[ 4318.019413] sd 3:0:0:0: [sdb]  
[ 4318.019421] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.019431] sd 3:0:0:0: [sdb]  
[ 4318.019438] Sense Key : Not Ready [current] 
[ 4318.019452] sd 3:0:0:0: [sdb]  
[ 4318.019461] Add. Sense: Medium not present
[ 4318.019472] sd 3:0:0:0: [sdb] CDB: 
[ 4318.019479] Write(10): 2a 00 00 04 33 c8 00 00 08 00
[ 4318.019511] end_request: I/O error, dev sdb, sector 275400
[ 4318.019522] quiet_error: 1 callbacks suppressed
[ 4318.019532] Buffer I/O error on device sdb1, logical block 267208
[ 4318.019541] lost page write due to I/O error on sdb1
[ 4318.019559] Buffer I/O error on device sdb1, logical block 267209
[ 4318.019569] lost page write due to I/O error on sdb1
[ 4318.019579] Buffer I/O error on device sdb1, logical block 267210
[ 4318.019588] lost page write due to I/O error on sdb1
[ 4318.019598] Buffer I/O error on device sdb1, logical block 267211
[ 4318.019607] lost page write due to I/O error on sdb1
[ 4318.019617] Buffer I/O error on device sdb1, logical block 267212
[ 4318.019626] lost page write due to I/O error on sdb1
[ 4318.019636] Buffer I/O error on device sdb1, logical block 267213
[ 4318.019645] lost page write due to I/O error on sdb1
[ 4318.019660] Buffer I/O error on device sdb1, logical block 267214
[ 4318.019669] lost page write due to I/O error on sdb1
[ 4318.019682] Buffer I/O error on device sdb1, logical block 267215
[ 4318.019692] lost page write due to I/O error on sdb1
[ 4318.029588] sd 3:0:0:0: [sdb] Device not ready
[ 4318.029605] sd 3:0:0:0: [sdb]  
[ 4318.029613] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.029624] sd 3:0:0:0: [sdb]  
[ 4318.029631] Sense Key : Not Ready [current] 
[ 4318.029645] sd 3:0:0:0: [sdb]  
[ 4318.029654] Add. Sense: Medium not present
[ 4318.029665] sd 3:0:0:0: [sdb] CDB: 
[ 4318.029672] Read(10): 28 00 00 04 11 60 00 00 10 00
[ 4318.029705] end_request: I/O error, dev sdb, sector 266592
[ 4318.030797] sd 3:0:0:0: [sdb] Device not ready
[ 4318.030811] sd 3:0:0:0: [sdb]  
[ 4318.030819] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.030828] sd 3:0:0:0: [sdb]  
[ 4318.030835] Sense Key : Not Ready [current] 
[ 4318.030848] sd 3:0:0:0: [sdb]  
[ 4318.030857] Add. Sense: Medium not present
[ 4318.030867] sd 3:0:0:0: [sdb] CDB: 
[ 4318.030874] Read(10): 28 00 00 81 dc 70 00 00 f0 00
[ 4318.030905] end_request: I/O error, dev sdb, sector 8510576
[ 4318.032025] sd 3:0:0:0: [sdb] Device not ready
[ 4318.032039] sd 3:0:0:0: [sdb]  
[ 4318.032046] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.032056] sd 3:0:0:0: [sdb]  
[ 4318.032063] Sense Key : Not Ready [current] 
[ 4318.032076] sd 3:0:0:0: [sdb]  
[ 4318.032085] Add. Sense: Medium not present
[ 4318.032095] sd 3:0:0:0: [sdb] CDB: 
[ 4318.032102] Read(10): 28 00 00 81 dd 60 00 00 10 00
[ 4318.032133] end_request: I/O error, dev sdb, sector 8510816
[ 4318.033229] sd 3:0:0:0: [sdb] Device not ready
[ 4318.033244] sd 3:0:0:0: [sdb]  
[ 4318.033252] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.033262] sd 3:0:0:0: [sdb]  
[ 4318.033268] Sense Key : Not Ready [current] 
[ 4318.033281] sd 3:0:0:0: [sdb]  
[ 4318.033291] Add. Sense: Medium not present
[ 4318.033301] sd 3:0:0:0: [sdb] CDB: 
[ 4318.033307] Read(10): 28 00 00 81 dd 70 00 00 f0 00
[ 4318.033339] end_request: I/O error, dev sdb, sector 8510832
[ 4318.034428] sd 3:0:0:0: [sdb] Device not ready
[ 4318.034443] sd 3:0:0:0: [sdb]  
[ 4318.034450] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.034460] sd 3:0:0:0: [sdb]  
[ 4318.034467] Sense Key : Not Ready [current] 
[ 4318.034480] sd 3:0:0:0: [sdb]  
[ 4318.034489] Add. Sense: Medium not present
[ 4318.034499] sd 3:0:0:0: [sdb] CDB: 
[ 4318.034505] Read(10): 28 00 00 81 de 60 00 00 10 00
[ 4318.034537] end_request: I/O error, dev sdb, sector 8511072
[ 4318.035655] sd 3:0:0:0: [sdb] Device not ready
[ 4318.035670] sd 3:0:0:0: [sdb]  
[ 4318.035677] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.035687] sd 3:0:0:0: [sdb]  
[ 4318.035693] Sense Key : Not Ready [current] 
[ 4318.035706] sd 3:0:0:0: [sdb]  
[ 4318.035715] Add. Sense: Medium not present
[ 4318.035726] sd 3:0:0:0: [sdb] CDB: 
[ 4318.035732] Read(10): 28 00 00 81 dc 70 00 00 08 00
[ 4318.035763] end_request: I/O error, dev sdb, sector 8510576
[ 4318.037116] sd 3:0:0:0: [sdb] Device not ready
[ 4318.037130] sd 3:0:0:0: [sdb]  
[ 4318.037138] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.037147] sd 3:0:0:0: [sdb]  
[ 4318.037154] Sense Key : Not Ready [current] 
[ 4318.037167] sd 3:0:0:0: [sdb]  
[ 4318.037176] Add. Sense: Medium not present
[ 4318.037186] sd 3:0:0:0: [sdb] CDB: 
[ 4318.037207] Read(10): 28 00 00 01 c4 b0 00 00 f0 00
[ 4318.037239] end_request: I/O error, dev sdb, sector 115888
[ 4318.038403] sd 3:0:0:0: [sdb] Device not ready
[ 4318.038417] sd 3:0:0:0: [sdb]  
[ 4318.038425] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.038435] sd 3:0:0:0: [sdb]  
[ 4318.038441] Sense Key : Not Ready [current] 
[ 4318.038454] sd 3:0:0:0: [sdb]  
[ 4318.038463] Add. Sense: Medium not present
[ 4318.038473] sd 3:0:0:0: [sdb] CDB: 
[ 4318.038480] Read(10): 28 00 00 01 c5 a0 00 00 10 00
[ 4318.038510] end_request: I/O error, dev sdb, sector 116128
[ 4318.039659] sd 3:0:0:0: [sdb] Device not ready
[ 4318.039674] sd 3:0:0:0: [sdb]  
[ 4318.039681] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.039691] sd 3:0:0:0: [sdb]  
[ 4318.039697] Sense Key : Not Ready [current] 
[ 4318.039711] sd 3:0:0:0: [sdb]  
[ 4318.039720] Add. Sense: Medium not present
[ 4318.039731] sd 3:0:0:0: [sdb] CDB: 
[ 4318.039737] Read(10): 28 00 00 5e e5 00 00 00 f0 00
[ 4318.039769] end_request: I/O error, dev sdb, sector 6219008
[ 4318.042041] sd 3:0:0:0: [sdb] Device not ready
[ 4318.042056] sd 3:0:0:0: [sdb]  
[ 4318.042063] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.042073] sd 3:0:0:0: [sdb]  
[ 4318.042079] Sense Key : Not Ready [current] 
[ 4318.042092] sd 3:0:0:0: [sdb]  
[ 4318.042100] Add. Sense: Medium not present
[ 4318.042110] sd 3:0:0:0: [sdb] CDB: 
[ 4318.042116] Read(10): 28 00 00 5e e5 f0 00 00 10 00
[ 4318.043185] sd 3:0:0:0: [sdb] Device not ready
[ 4318.043215] sd 3:0:0:0: [sdb]  
[ 4318.043223] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.043232] sd 3:0:0:0: [sdb]  
[ 4318.043239] Sense Key : Not Ready [current] 
[ 4318.043252] sd 3:0:0:0: [sdb]  
[ 4318.043260] Add. Sense: Medium not present
[ 4318.043270] sd 3:0:0:0: [sdb] CDB: 
[ 4318.043276] Read(10): 28 00 00 5e e6 00 00 00 f0 00
[ 4318.044534] sd 3:0:0:0: [sdb] Device not ready
[ 4318.044550] sd 3:0:0:0: [sdb]  
[ 4318.044557] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.044567] sd 3:0:0:0: [sdb]  
[ 4318.044573] Sense Key : Not Ready [current] 
[ 4318.044586] sd 3:0:0:0: [sdb]  
[ 4318.044594] Add. Sense: Medium not present
[ 4318.044604] sd 3:0:0:0: [sdb] CDB: 
[ 4318.044611] Read(10): 28 00 00 5e e6 f0 00 00 10 00
[ 4318.047423] sd 3:0:0:0: [sdb] Device not ready
[ 4318.047439] sd 3:0:0:0: [sdb]  
[ 4318.047446] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.047456] sd 3:0:0:0: [sdb]  
[ 4318.047462] Sense Key : Not Ready [current] 
[ 4318.047475] sd 3:0:0:0: [sdb]  
[ 4318.047485] Add. Sense: Medium not present
[ 4318.047495] sd 3:0:0:0: [sdb] CDB: 
[ 4318.047502] Read(10): 28 00 00 5e e5 00 00 00 08 00
[ 4318.048682] sd 3:0:0:0: [sdb] Device not ready
[ 4318.048695] sd 3:0:0:0: [sdb]  
[ 4318.048702] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.048711] sd 3:0:0:0: [sdb]  
[ 4318.048717] Sense Key : Not Ready [current] 
[ 4318.048729] sd 3:0:0:0: [sdb]  
[ 4318.048738] Add. Sense: Medium not present
[ 4318.048747] sd 3:0:0:0: [sdb] CDB: 
[ 4318.048754] Read(10): 28 00 00 1b dc b0 00 00 f0 00
[ 4318.049872] sd 3:0:0:0: [sdb] Device not ready
[ 4318.049887] sd 3:0:0:0: [sdb]  
[ 4318.049894] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.049903] sd 3:0:0:0: [sdb]  
[ 4318.049910] Sense Key : Not Ready [current] 
[ 4318.049923] sd 3:0:0:0: [sdb]  
[ 4318.049931] Add. Sense: Medium not present
[ 4318.049941] sd 3:0:0:0: [sdb] CDB: 
[ 4318.049947] Read(10): 28 00 00 1b dd a0 00 00 10 00
[ 4318.051892] sd 3:0:0:0: [sdb] Device not ready
[ 4318.051906] sd 3:0:0:0: [sdb]  
[ 4318.051913] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.051922] sd 3:0:0:0: [sdb]  
[ 4318.051929] Sense Key : Not Ready [current] 
[ 4318.051941] sd 3:0:0:0: [sdb]  
[ 4318.051949] Add. Sense: Medium not present
[ 4318.051958] sd 3:0:0:0: [sdb] CDB: 
[ 4318.051965] Read(10): 28 00 00 81 dc 70 00 00 08 00
[ 4318.054307] sd 3:0:0:0: [sdb] Device not ready
[ 4318.054322] sd 3:0:0:0: [sdb]  
[ 4318.054330] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.054339] sd 3:0:0:0: [sdb]  
[ 4318.054345] Sense Key : Not Ready [current] 
[ 4318.054357] sd 3:0:0:0: [sdb]  
[ 4318.054365] Add. Sense: Medium not present
[ 4318.054374] sd 3:0:0:0: [sdb] CDB: 
[ 4318.054381] Read(10): 28 00 00 01 c5 b0 00 00 f0 00
[ 4318.055438] sd 3:0:0:0: [sdb] Device not ready
[ 4318.055451] sd 3:0:0:0: [sdb]  
[ 4318.055458] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.055467] sd 3:0:0:0: [sdb]  
[ 4318.055473] Sense Key : Not Ready [current] 
[ 4318.055484] sd 3:0:0:0: [sdb]  
[ 4318.055492] Add. Sense: Medium not present
[ 4318.055502] sd 3:0:0:0: [sdb] CDB: 
[ 4318.055508] Read(10): 28 00 00 01 c6 a0 00 00 10 00
[ 4318.056748] sd 3:0:0:0: [sdb] Device not ready
[ 4318.056762] sd 3:0:0:0: [sdb]  
[ 4318.056769] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.056778] sd 3:0:0:0: [sdb]  
[ 4318.056784] Sense Key : Not Ready [current] 
[ 4318.056797] sd 3:0:0:0: [sdb]  
[ 4318.056806] Add. Sense: Medium not present
[ 4318.056815] sd 3:0:0:0: [sdb] CDB: 
[ 4318.056822] Read(10): 28 00 00 01 c4 b0 00 00 08 00
[ 4318.061331] sd 3:0:0:0: [sdb] Device not ready
[ 4318.061347] sd 3:0:0:0: [sdb]  
[ 4318.061354] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.061363] sd 3:0:0:0: [sdb]  
[ 4318.061369] Sense Key : Not Ready [current] 
[ 4318.061381] sd 3:0:0:0: [sdb]  
[ 4318.061389] Add. Sense: Medium not present
[ 4318.061398] sd 3:0:0:0: [sdb] CDB: 
[ 4318.061404] Read(10): 28 00 00 81 dd 18 00 00 08 00
[ 4318.064912] sd 3:0:0:0: [sdb] Device not ready
[ 4318.064928] sd 3:0:0:0: [sdb]  
[ 4318.064935] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.064944] sd 3:0:0:0: [sdb]  
[ 4318.064951] Sense Key : Not Ready [current] 
[ 4318.064963] sd 3:0:0:0: [sdb]  
[ 4318.064971] Add. Sense: Medium not present
[ 4318.064981] sd 3:0:0:0: [sdb] CDB: 
[ 4318.064987] Read(10): 28 00 00 01 c4 b0 00 00 08 00
[ 4318.069681] sd 3:0:0:0: [sdb] Device not ready
[ 4318.069696] sd 3:0:0:0: [sdb]  
[ 4318.069704] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4318.069713] sd 3:0:0:0: [sdb]  
[ 4318.069719] Sense Key : Not Ready [current] 
[ 4318.069732] sd 3:0:0:0: [sdb]  
[ 4318.069740] Add. Sense: Medium not present
[ 4318.069749] sd 3:0:0:0: [sdb] CDB: 
[ 4318.069756] Read(10): 28 00 00 81 dd 18 00 00 08 00
[ 4330.089293] usb 1-2.2: USB disconnect, device number 6
[ 4333.676880] usb 1-2.3: USB disconnect, device number 9
[ 4337.953651] usb 1-2.3: new high-speed USB device number 10 using xhci_hcd
[ 4337.968956] usb 1-2.3: New USB device found, idVendor=05e3, idProduct=0727
[ 4337.968971] usb 1-2.3: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[ 4337.968980] usb 1-2.3: Product: USB Storage
[ 4337.968987] usb 1-2.3: Manufacturer: Generic
[ 4337.968993] usb 1-2.3: SerialNumber: 000000000208
[ 4337.971759] usb-storage 1-2.3:1.0: USB Mass Storage device detected
[ 4337.976546] scsi4 : usb-storage 1-2.3:1.0
[ 4338.980488] scsi 4:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0208 PQ: 0 ANSI: 0
[ 4339.491069] sd 4:0:0:0: [sda] 30916608 512-byte logical blocks: (15.8 GB/14.7 GiB)
[ 4339.491990] sd 4:0:0:0: [sda] Write Protect is off
[ 4339.492004] sd 4:0:0:0: [sda] Mode Sense: 0b 00 00 08
[ 4339.493028] sd 4:0:0:0: [sda] No Caching mode page found
[ 4339.493041] sd 4:0:0:0: [sda] Assuming drive cache: write through
[ 4339.498071] sd 4:0:0:0: [sda] No Caching mode page found
[ 4339.498084] sd 4:0:0:0: [sda] Assuming drive cache: write through
[ 4339.507728]  sda: sda1
[ 4339.512185] sd 4:0:0:0: [sda] No Caching mode page found
[ 4339.512199] sd 4:0:0:0: [sda] Assuming drive cache: write through
[ 4339.512209] sd 4:0:0:0: [sda] Attached SCSI removable disk
[ 4356.217010] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 4397.901012] usb 1-2.2: new high-speed USB device number 11 using xhci_hcd
[ 4397.915777] usb 1-2.2: New USB device found, idVendor=154b, idProduct=009f
[ 4397.915822] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4397.915845] usb 1-2.2: Product: USB 2.0 FD
[ 4397.915863] usb 1-2.2: Manufacturer: PNY Technologies
[ 4397.915882] usb 1-2.2: SerialNumber: 0400000000011311
[ 4397.918505] usb 1-2.2: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes
[ 4397.918542] usb 1-2.2: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes
[ 4397.920716] usb-storage 1-2.2:1.0: USB Mass Storage device detected
[ 4397.927123] scsi5 : usb-storage 1-2.2:1.0
[ 4399.304957] scsi 5:0:0:0: Direct-Access     PNY      USB 2.0 FD       1100 PQ: 0 ANSI: 4
[ 4399.306213] sd 5:0:0:0: [sdb] 61030400 512-byte logical blocks: (31.2 GB/29.1 GiB)
[ 4399.306901] sd 5:0:0:0: [sdb] Write Protect is off
[ 4399.306914] sd 5:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 4399.309448] sd 5:0:0:0: [sdb] No Caching mode page found
[ 4399.309463] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[ 4399.312685] sd 5:0:0:0: [sdb] No Caching mode page found
[ 4399.312702] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[ 4399.314512]  sdb: sdb1
[ 4399.318973] sd 5:0:0:0: [sdb] No Caching mode page found
[ 4399.318997] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[ 4399.319009] sd 5:0:0:0: [sdb] Attached SCSI removable disk
[ 5557.505230] input: 0C:E0:E4:F8:7D:2C as /devices/virtual/input/input12
[ 7209.996342] tpm_tis tpm_tis: command 0x65 (size 20) returned code 0x0
[ 7210.027342] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[ 7210.058633] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[ 8075.679418] PM: Syncing filesystems ... done.
[ 8075.692212] PM: Preparing system for mem sleep
[ 8075.709801] Freezing user space processes ... (elapsed 0.01 seconds) done.
[ 8075.720549] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[ 8075.731534] PM: Entering mem sleep
[ 8075.757686] i2c_designware 80860F41:02: timeout in disabling adapter
[ 8075.758139] calling  5:0:0:0+ @ 14153, parent: target5:0:0
[ 8075.758148] calling  input11+ @ 14435, parent: 1-1:1.1
[ 8075.758151] call input11+ returned 0 after 0 usecs
[ 8075.758157] calling  input10+ @ 14435, parent: 1-1:1.0
[ 8075.758159] call input10+ returned 0 after 0 usecs
[ 8075.758166] calling  rfkill1+ @ 14435, parent: phy0
[ 8075.758168] call rfkill1+ returned 0 after 0 usecs
[ 8075.758171] calling  phy0-led+ @ 14435, parent: 0000:01:00.0
[ 8075.758174] call phy0-led+ returned 0 after 0 usecs
[ 8075.758185] calling  input9+ @ 14435, parent: card1
[ 8075.758186] call input9+ returned 0 after 0 usecs
[ 8075.758189] calling  input8+ @ 14435, parent: card1
[ 8075.758190] call input8+ returned 0 after 0 usecs
[ 8075.758198] calling  input7+ @ 14435, parent: card0
[ 8075.758200] call input7+ returned 0 after 0 usecs
[ 8075.758202] calling  input6+ @ 14435, parent: card0
[ 8075.758203] call input6+ returned 0 after 0 usecs
[ 8075.758208] calling  baytrail-pcm-audio+ @ 14435, parent: 80860F28:00
[ 8075.758211] call baytrail-pcm-audio+ returned 0 after 0 usecs
[ 8075.758214] calling  byt-max98090+ @ 14435, parent: 80860F28:00
[ 8075.758217] call byt-max98090+ returned 0 after 0 usecs
[ 8075.758219] calling  regulatory.0+ @ 14435, parent: platform
[ 8075.758222] call regulatory.0+ returned 0 after 0 usecs
[ 8075.758225] calling  rfkill0+ @ 14435, parent: hci0
[ 8075.758228] call rfkill0+ returned 0 after 0 usecs
[ 8075.758261] calling  mmc0:0001+ @ 14435, parent: mmc0
[ 8075.758267] call mmc0:0001+ returned 0 after 4 usecs
[ 8075.758272] calling  input5+ @ 14435, parent: 0-0015
[ 8075.758273] call input5+ returned 0 after 0 usecs
[ 8075.758280] calling  snd-soc-dummy+ @ 14435, parent: platform
[ 8075.758282] call snd-soc-dummy+ returned 0 after 0 usecs
[ 8075.758285] calling  ramoops.0+ @ 14435, parent: platform
[ 8075.758287] call ramoops.0+ returned 0 after 0 usecs
[ 8075.758290] calling  gsmi+ @ 14435, parent: platform
[ 8075.758291] call gsmi+ returned 0 after 0 usecs
[ 8075.758295] calling  mmc1::+ @ 14435, parent: 80860F16:00
[ 8075.758297] call mmc1::+ returned 0 after 0 usecs
[ 8075.758300] calling  mmc0::+ @ 14435, parent: 80860F14:00
[ 8075.758302] call mmc0::+ returned 0 after 0 usecs
[ 8075.758306] calling  input4+ @ 14435, parent: serio0
[ 8075.758307] call input4+ returned 0 after 0 usecs
[ 8075.758311] calling  coretemp.0+ @ 14435, parent: platform
[ 8075.758312] call coretemp.0+ returned 0 after 0 usecs
[ 8075.758315] calling  rtc0+ @ 14435, parent: 00:06
[ 8075.758317] call rtc0+ returned 0 after 0 usecs
[ 8075.758322] calling  serio0+ @ 14435, parent: i8042
[ 8075.758389] call 5:0:0:0+ returned 0 after 4 usecs
[ 8075.758398] calling  target5:0:0+ @ 14153, parent: host5
[ 8075.758405] call target5:0:0+ returned 0 after 0 usecs
[ 8075.758418] calling  host5+ @ 14153, parent: 1-2.2:1.0
[ 8075.758424] call host5+ returned 0 after 0 usecs
[ 8075.758435] calling  1-2.2+ @ 14153, parent: 1-2
[ 8075.758446] call 1-2.2+ returned 0 after 4 usecs
[ 8075.758456] calling  4:0:0:0+ @ 14153, parent: target4:0:0
[ 8075.758479] call 4:0:0:0+ returned 0 after 15 usecs
[ 8075.758482] call serio0+ returned 0 after 153 usecs
[ 8075.758485] calling  i8042+ @ 14435, parent: platform
[ 8075.758499] calling  target4:0:0+ @ 14153, parent: host4
[ 8075.758506] call target4:0:0+ returned 0 after 0 usecs
[ 8075.758532] calling  host4+ @ 14153, parent: 1-2.3:1.0
[ 8075.758540] call host4+ returned 0 after 0 usecs
[ 8075.758550] calling  1-2.3+ @ 14153, parent: 1-2
[ 8075.758558] call 1-2.3+ returned 0 after 1 usecs
[ 8075.758573] calling  1-1+ @ 14153, parent: usb1
[ 8075.758611] calling  phy0+ @ 14338, parent: 0000:01:00.0
[ 8075.758622] call phy0+ returned 0 after 3 usecs
[ 8075.758642] calling  1-4+ @ 14338, parent: usb1
[ 8075.758648] call 1-4+ returned 0 after 0 usecs
[ 8075.758661] calling  1-3+ @ 14338, parent: usb1
[ 8075.758667] call i8042+ returned 0 after 175 usecs
[ 8075.758674] call 1-3+ returned 0 after 0 usecs
[ 8075.758681] calling  cros-ec-dev.0+ @ 14435, parent: cros_ec_lpc.0
[ 8075.758691] call cros-ec-dev.0+ returned 0 after 0 usecs
[ 8075.758693] calling  1-2+ @ 14338, parent: usb1
[ 8075.758704] calling  cros_ec_lpc.0+ @ 14435, parent: platform
[ 8075.758711] call cros_ec_lpc.0+ returned 0 after 0 usecs
[ 8075.758723] call 1-2+ returned 0 after 27 usecs
[ 8075.758728] calling  card1+ @ 14435, parent: vgem
[ 8075.758730] call card1+ returned 0 after 0 usecs
[ 8075.758733] calling  renderD129+ @ 14435, parent: vgem
[ 8075.758734] call renderD129+ returned 0 after 0 usecs
[ 8075.758737] calling  vgem+ @ 14435, parent: platform
[ 8075.758739] call vgem+ returned 0 after 0 usecs
[ 8075.758742] calling  i2c-10+ @ 14435, parent: card0-DP-1
[ 8075.758744] call i2c-10+ returned 0 after 0 usecs
[ 8075.758746] calling  card0-DP-1+ @ 14435, parent: card0
[ 8075.758748] call card0-DP-1+ returned 0 after 0 usecs
[ 8075.758750] calling  card0-HDMI-A-2+ @ 14435, parent: card0
[ 8075.758751] call card0-HDMI-A-2+ returned 0 after 0 usecs
[ 8075.758754] calling  intel_backlight+ @ 14435, parent: card0-eDP-1
[ 8075.758755] call intel_backlight+ returned 0 after 0 usecs
[ 8075.758757] calling  i2c-9+ @ 14435, parent: card0-eDP-1
[ 8075.758760] call i2c-9+ returned 0 after 0 usecs
[ 8075.758762] calling  card0-eDP-1+ @ 14435, parent: card0
[ 8075.758763] call card0-eDP-1+ returned 0 after 0 usecs
[ 8075.758765] calling  card0-HDMI-A-1+ @ 14435, parent: card0
[ 8075.758766] call card0-HDMI-A-1+ returned 0 after 0 usecs
[ 8075.758769] calling  i2c-8+ @ 14435, parent: 0000:00:02.0
[ 8075.758771] call i2c-8+ returned 0 after 0 usecs
[ 8075.758774] calling  i2c-7+ @ 14435, parent: 0000:00:02.0
[ 8075.758776] call i2c-7+ returned 0 after 0 usecs
[ 8075.758778] calling  i2c-6+ @ 14435, parent: 0000:00:02.0
[ 8075.758779] call i2c-6+ returned 0 after 0 usecs
[ 8075.758782] calling  i2c-5+ @ 14435, parent: 0000:00:02.0
[ 8075.758783] call i2c-5+ returned 0 after 0 usecs
[ 8075.758785] calling  i2c-4+ @ 14435, parent: 0000:00:02.0
[ 8075.758788] call i2c-4+ returned 0 after 0 usecs
[ 8075.758790] calling  i2c-3+ @ 14435, parent: 0000:00:02.0
[ 8075.758791] call i2c-3+ returned 0 after 0 usecs
[ 8075.758793] calling  card0+ @ 14435, parent: 0000:00:02.0
[ 8075.758795] call card0+ returned 0 after 0 usecs
[ 8075.758797] calling  renderD128+ @ 14435, parent: 0000:00:02.0
[ 8075.758799] call renderD128+ returned 0 after 0 usecs
[ 8075.758801] calling  controlD64+ @ 14435, parent: 0000:00:02.0
[ 8075.758802] call controlD64+ returned 0 after 0 usecs
[ 8075.758806] calling  tpm_tis+ @ 14435, parent: platform
[ 8075.758952] calling  usb2+ @ 14338, parent: 0000:00:14.0
[ 8075.758990] call usb2+ returned 0 after 28 usecs
[ 8075.780545] call 1-1+ returned 0 after 21432 usecs
[ 8075.780562] calling  usb1+ @ 14338, parent: 0000:00:14.0
[ 8075.780640] call usb1+ returned 0 after 67 usecs
[ 8075.824617] tpm_tis tpm_tis: command 0x98 (size 10) returned code 0x0
[ 8075.824626] call tpm_tis+ returned 0 after 64224 usecs
[ 8075.824640] calling  input3+ @ 14435, parent: LNXPWRBN:00
[ 8075.824647] call input3+ returned 0 after 0 usecs
[ 8075.824655] calling  input2+ @ 14435, parent: PNP0C0E:00
[ 8075.824661] call input2+ returned 0 after 0 usecs
[ 8075.824669] calling  input1+ @ 14435, parent: PNP0C0C:00
[ 8075.824676] call input1+ returned 0 after 0 usecs
[ 8075.824683] calling  input0+ @ 14435, parent: PNP0C0D:00
[ 8075.824690] call input0+ returned 0 after 0 usecs
[ 8075.824708] calling  alarmtimer+ @ 14435, parent: platform
[ 8075.824716] call alarmtimer+ returned 0 after 0 usecs
[ 8075.824726] calling  microcode+ @ 14435, parent: platform
[ 8075.824732] call microcode+ returned 0 after 0 usecs
[ 8075.824750] calling  00:0c+ @ 14435, parent: pnp0
[ 8075.824756] call 00:0c+ returned 0 after 0 usecs
[ 8075.824763] calling  00:0b+ @ 14435, parent: pnp0
[ 8075.824769] call 00:0b+ returned 0 after 0 usecs
[ 8075.824776] calling  00:0a+ @ 14435, parent: pnp0
[ 8075.824782] call 00:0a+ returned 0 after 0 usecs
[ 8075.824789] calling  00:09+ @ 14435, parent: pnp0
[ 8075.824797] call 00:09+ returned 0 after 2 usecs
[ 8075.824804] calling  00:08+ @ 14435, parent: pnp0
[ 8075.824811] call 00:08+ returned 0 after 0 usecs
[ 8075.824818] calling  00:07+ @ 14435, parent: pnp0
[ 8075.824825] call 00:07+ returned 0 after 0 usecs
[ 8075.824832] calling  00:06+ @ 14435, parent: pnp0
[ 8075.824842] call 00:06+ returned 0 after 3 usecs
[ 8075.824849] calling  00:05+ @ 14435, parent: pnp0
[ 8075.824856] call 00:05+ returned 0 after 0 usecs
[ 8075.824863] calling  00:04+ @ 14435, parent: pnp0
[ 8075.824870] call 00:04+ returned 0 after 0 usecs
[ 8075.824877] calling  00:03+ @ 14435, parent: pnp0
[ 8075.824883] call 00:03+ returned 0 after 0 usecs
[ 8075.824889] calling  00:02+ @ 14435, parent: pnp0
[ 8075.824896] call 00:02+ returned 0 after 0 usecs
[ 8075.824903] calling  00:01+ @ 14435, parent: pnp0
[ 8075.824909] call 00:01+ returned 0 after 0 usecs
[ 8075.824916] calling  00:00+ @ 14435, parent: pnp0
[ 8075.824923] call 00:00+ returned 0 after 0 usecs
[ 8075.824932] calling  chromeos_acpi+ @ 14435, parent: platform
[ 8075.824939] call chromeos_acpi+ returned 0 after 0 usecs
[ 8075.824947] calling  i2c-2+ @ 14435, parent: 80860F41:02
[ 8075.824954] call i2c-2+ returned 0 after 0 usecs
[ 8075.824961] calling  1-0010+ @ 14435, parent: i2c-1
[ 8075.824968] call 1-0010+ returned 0 after 1 usecs
[ 8075.824976] calling  i2c-1+ @ 14435, parent: 80860F41:01
[ 8075.824983] call i2c-1+ returned 0 after 0 usecs
[ 8075.824990] calling  0-0015+ @ 14435, parent: i2c-0
[ 8075.825697] call 0-0015+ returned 0 after 683 usecs
[ 8075.825707] calling  i2c-0+ @ 14435, parent: 80860F41:00
[ 8075.825714] call i2c-0+ returned 0 after 0 usecs
[ 8075.825724] calling  80860F28:00+ @ 14435, parent: platform
[ 8075.825731] call 80860F28:00+ returned 0 after 0 usecs
[ 8075.825739] calling  80860F16:00+ @ 14435, parent: platform
[ 8075.825757] call 80860F16:00+ returned 0 after 10 usecs
[ 8075.825765] calling  80860F14:00+ @ 14435, parent: platform
[ 8075.858612] call 80860F14:00+ returned 0 after 32043 usecs
[ 8075.858621] calling  80860F41:02+ @ 14435, parent: platform
[ 8075.884564] i2c_designware 80860F41:02: timeout in disabling adapter
[ 8075.884574] call 80860F41:02+ returned 0 after 25317 usecs
[ 8075.884583] calling  80860F41:01+ @ 14435, parent: platform
[ 8075.884592] call 80860F41:01+ returned 0 after 1 usecs
[ 8075.884599] calling  80860F41:00+ @ 14435, parent: platform
[ 8075.884608] call 80860F41:00+ returned 0 after 2 usecs
[ 8075.884616] calling  INTL9C60:01+ @ 14435, parent: platform
[ 8075.884629] call INTL9C60:01+ returned 0 after 0 usecs
[ 8075.884638] calling  INTL9C60:00+ @ 14435, parent: platform
[ 8075.884645] call INTL9C60:00+ returned 0 after 0 usecs
[ 8075.884652] calling  clk-lpt+ @ 14435, parent: platform
[ 8075.884659] call clk-lpt+ returned 0 after 0 usecs
[ 8075.884688] calling  0000:01:00.0+ @ 14153, parent: 0000:00:1c.0
[ 8075.884692] calling  0000:00:1f.0+ @ 14338, parent: pci0000:00
[ 8075.884694] call 0000:00:1f.0+ returned 0 after 1 usecs
[ 8075.884708] call 0000:01:00.0+ returned 0 after 0 usecs
[ 8075.884712] calling  INT3400:00+ @ 14435, parent: device:00
[ 8075.884727] calling  0000:00:1b.0+ @ 14153, parent: pci0000:00
[ 8075.884745] calling  0000:00:1c.0+ @ 14338, parent: pci0000:00
[ 8075.884754] call INT3400:00+ returned 0 after 39 usecs
[ 8075.884761] call 0000:00:1c.0+ returned 0 after 7 usecs
[ 8075.884765] calling  0000:00:1a.0+ @ 14338, parent: pci0000:00
[ 8075.884766] call 0000:00:1a.0+ returned 0 after 0 usecs
[ 8075.884770] calling  0000:00:14.0+ @ 14338, parent: pci0000:00
[ 8075.884820] call 0000:00:14.0+ returned 0 after 46 usecs
[ 8075.884832] calling  0000:00:02.0+ @ 14338, parent: pci0000:00
[ 8075.884852] calling  0000:00:00.0+ @ 14437, parent: pci0000:00
[ 8075.884863] call 0000:00:00.0+ returned 0 after 2 usecs
[ 8075.998722] call 0000:00:02.0+ returned 0 after 111122 usecs
[ 8079.994972] snd_hda_intel 0000:00:1b.0: azx_get_response timeout, switching to polling mode: last cmd=0x201f0500
[ 8080.996786] snd_hda_intel 0000:00:1b.0: No response from codec, disabling MSI: last cmd=0x201f0500
[ 8081.998598] hda_intel: azx_get_response timeout, switching to single_cmd mode: last cmd=0x201f0500
[ 8081.998698] snd_hda_intel 0000:00:1b.0: get_response timeout: IRS=0x1
[ 8081.998791] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20270503
[ 8081.998885] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20370503
[ 8081.998978] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20470503
[ 8081.999071] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20570503
[ 8081.999164] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20670503
[ 8081.999257] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x201f0500
[ 8081.999350] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20170503
[ 8081.999443] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20270503
[ 8081.999536] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20370503
[ 8082.015614] call 0000:00:1b.0+ returned 0 after 5982319 usecs
[ 8082.015641] PM: suspend of devices complete after 6252.437 msecs
[ 8082.015704] calling  baytrail-pcm-audio+ @ 14435, parent: 80860F28:00
[ 8082.015729] call baytrail-pcm-audio+ returned 0 after 16 usecs
[ 8082.015851] calling  GOOG9999:00+ @ 14435, parent: platform
[ 8082.015860] call GOOG9999:00+ returned 0 after 2 usecs
[ 8082.015868] calling  80860F16:00+ @ 14435, parent: platform
[ 8082.015939] call 80860F16:00+ returned 0 after 61 usecs
[ 8082.015947] calling  80860F14:00+ @ 14435, parent: platform
[ 8082.015986] call 80860F14:00+ returned 0 after 30 usecs
[ 8082.015994] calling  80860F41:02+ @ 14435, parent: platform
[ 8082.016032] call 80860F41:02+ returned 0 after 29 usecs
[ 8082.016040] calling  80860F41:01+ @ 14435, parent: platform
[ 8082.016076] call 80860F41:01+ returned 0 after 28 usecs
[ 8082.016084] calling  80860F41:00+ @ 14435, parent: platform
[ 8082.016122] call 80860F41:00+ returned 0 after 29 usecs
[ 8082.016132] calling  INT33FC:02+ @ 14435, parent: platform
[ 8082.016140] call INT33FC:02+ returned 0 after 0 usecs
[ 8082.016147] calling  INT33FC:01+ @ 14435, parent: platform
[ 8082.016155] call INT33FC:01+ returned 0 after 0 usecs
[ 8082.016162] calling  INT33FC:00+ @ 14435, parent: platform
[ 8082.016169] call INT33FC:00+ returned 0 after 0 usecs
[ 8082.016221] PM: late suspend of devices complete after 0.570 msecs
[ 8082.016318] calling  0000:01:00.0+ @ 14435, parent: 0000:00:1c.0
[ 8082.026636] call 0000:01:00.0+ returned 0 after 10060 usecs
[ 8082.026645] calling  0000:00:1f.0+ @ 14435, parent: pci0000:00
[ 8082.026668] call 0000:00:1f.0+ returned 0 after 16 usecs
[ 8082.026675] calling  0000:00:1c.0+ @ 14435, parent: pci0000:00
[ 8082.026705] call 0000:00:1c.0+ returned 0 after 22 usecs
[ 8082.026712] calling  0000:00:1b.0+ @ 14435, parent: pci0000:00
[ 8082.026719] call 0000:00:1b.0+ returned 0 after 0 usecs
[ 8082.026726] calling  0000:00:1a.0+ @ 14435, parent: pci0000:00
[ 8082.026767] call 0000:00:1a.0+ returned 0 after 33 usecs
[ 8082.026773] calling  0000:00:14.0+ @ 14435, parent: pci0000:00
[ 8082.026811] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[ 8082.037630] call 0000:00:14.0+ returned 0 after 10586 usecs
[ 8082.037638] calling  0000:00:02.0+ @ 14435, parent: pci0000:00
[ 8082.037646] call 0000:00:02.0+ returned 0 after 0 usecs
[ 8082.037652] calling  0000:00:00.0+ @ 14435, parent: pci0000:00
[ 8082.037670] call 0000:00:00.0+ returned 0 after 10 usecs
[ 8082.037689] PM: noirq suspend of devices complete after 21.442 msecs
[ 8082.037758] ACPI: Preparing to enter system sleep state S3
[ 8082.037830] PM: Saving platform NVS memory
[ 8082.037837] Disabling non-boot CPUs ...
[ 8082.039163] smpboot: CPU 1 is now offline
[ 8082.039908] Disabling VMX on cpu 0
[ 8082.039920] TSC at resume: 454525916
[ 8082.039926] ACPI: Low-level resume complete
[ 8082.039987] PM: Restoring platform NVS memory
[ 8082.040511] Enabling non-boot CPUs ...
[ 8082.040561] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 8082.050619] Disabling VMX on cpu 1
[ 8082.058674] Intel pstate controlling: cpu 1
[ 8082.058764] CPU1 is up
[ 8082.058940] ACPI: Waking up from system sleep state S3
[ 8082.059091] calling  0000:00:00.0+ @ 14435, parent: pci0000:00
[ 8082.059117] call 0000:00:00.0+ returned 0 after 16 usecs
[ 8082.059125] calling  0000:00:02.0+ @ 14435, parent: pci0000:00
[ 8082.069542] call 0000:00:02.0+ returned 0 after 10155 usecs
[ 8082.069551] calling  0000:00:14.0+ @ 14435, parent: pci0000:00
[ 8082.080566] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[ 8082.080584] call 0000:00:14.0+ returned 0 after 10758 usecs
[ 8082.080592] calling  0000:00:1a.0+ @ 14435, parent: pci0000:00
[ 8082.080641] call 0000:00:1a.0+ returned 0 after 40 usecs
[ 8082.080649] calling  0000:00:1b.0+ @ 14435, parent: pci0000:00
[ 8082.091559] call 0000:00:1b.0+ returned 0 after 10637 usecs
[ 8082.091567] calling  0000:00:1c.0+ @ 14435, parent: pci0000:00
[ 8082.091622] call 0000:00:1c.0+ returned 0 after 45 usecs
[ 8082.091630] calling  0000:00:1f.0+ @ 14435, parent: pci0000:00
[ 8082.091655] call 0000:00:1f.0+ returned 0 after 17 usecs
[ 8082.091663] calling  0000:01:00.0+ @ 14435, parent: 0000:00:1c.0
[ 8082.102674] call 0000:01:00.0+ returned 0 after 10735 usecs
[ 8082.102793] PM: noirq resume of devices complete after 43.700 msecs
[ 8082.102854] calling  INT33FC:00+ @ 14435, parent: platform
[ 8082.102863] call INT33FC:00+ returned 0 after 1 usecs
[ 8082.102870] calling  INT33FC:01+ @ 14435, parent: platform
[ 8082.102878] call INT33FC:01+ returned 0 after 1 usecs
[ 8082.102885] calling  INT33FC:02+ @ 14435, parent: platform
[ 8082.102893] call INT33FC:02+ returned 0 after 0 usecs
[ 8082.102901] calling  80860F41:00+ @ 14435, parent: platform
[ 8082.102948] call 80860F41:00+ returned 0 after 38 usecs
[ 8082.102956] calling  80860F41:01+ @ 14435, parent: platform
[ 8082.102994] call 80860F41:01+ returned 0 after 29 usecs
[ 8082.103002] calling  80860F41:02+ @ 14435, parent: platform
[ 8082.103039] call 80860F41:02+ returned 0 after 28 usecs
[ 8082.103047] calling  80860F14:00+ @ 14435, parent: platform
[ 8082.103084] call 80860F14:00+ returned 0 after 28 usecs
[ 8082.103093] calling  80860F16:00+ @ 14435, parent: platform
[ 8082.103130] call 80860F16:00+ returned 0 after 29 usecs
[ 8082.103138] calling  GOOG9999:00+ @ 14435, parent: platform
[ 8082.103147] call GOOG9999:00+ returned 0 after 1 usecs
[ 8082.103206] calling  baytrail-pcm-audio+ @ 14435, parent: 80860F28:00
[ 8082.137085] call baytrail-pcm-audio+ returned 0 after 33048 usecs
[ 8082.137125] PM: early resume of devices complete after 34.263 msecs
[ 8082.137158] calling  0000:00:00.0+ @ 14437, parent: pci0000:00
[ 8082.137171] call 0000:00:00.0+ returned 0 after 3 usecs
[ 8082.137180] calling  0000:00:02.0+ @ 14437, parent: pci0000:00
[ 8082.137195] i915 0000:00:02.0: setting latency timer to 64
[ 8082.137202] calling  ACPI0003:00+ @ 14435, parent: PNP0C09:00
[ 8082.137219] calling  0000:00:1a.0+ @ 14338, parent: pci0000:00
[ 8082.137226] calling  0000:00:1b.0+ @ 14436, parent: pci0000:00
[ 8082.137234] call 0000:00:1a.0+ returned 0 after 0 usecs
[ 8082.137243] calling  0000:00:1c.0+ @ 14338, parent: pci0000:00
[ 8082.137258] call 0000:00:1c.0+ returned 0 after 6 usecs
[ 8082.137266] calling  0000:00:1f.0+ @ 14338, parent: pci0000:00
[ 8082.137273] call 0000:00:1f.0+ returned 0 after 0 usecs
[ 8082.137281] calling  0000:01:00.0+ @ 14338, parent: 0000:00:1c.0
[ 8082.137313] call 0000:01:00.0+ returned 0 after 23 usecs
[ 8082.137362] calling  0000:00:14.0+ @ 14153, parent: pci0000:00
[ 8082.137377] xhci_hcd 0000:00:14.0: setting latency timer to 64
[ 8082.137428] call 0000:00:14.0+ returned 0 after 56 usecs
[ 8082.137442] calling  usb1+ @ 14338, parent: 0000:00:14.0
[ 8082.137714] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 8082.137747] call ACPI0003:00+ returned 0 after 524 usecs
[ 8082.137757] calling  PNP0C0A:00+ @ 14435, parent: PNP0C09:00
[ 8082.138313] call PNP0C0A:00+ returned 0 after 534 usecs
[ 8082.138340] calling  INT3400:00+ @ 14435, parent: device:00
[ 8082.138389] call INT3400:00+ returned 0 after 39 usecs
[ 8082.138400] calling  PNP0C0D:00+ @ 14435, parent: device:00
[ 8082.138689] calling  usb2+ @ 14446, parent: 0000:00:14.0
[ 8082.138716] call usb2+ returned 0 after 18 usecs
[ 8082.139254] calling  phy0+ @ 14468, parent: 0000:01:00.0
[ 8082.139269] call phy0+ returned 0 after 6 usecs
[ 8082.149647] call PNP0C0D:00+ returned 0 after 10964 usecs
[ 8082.149659] calling  PNP0C0C:00+ @ 14435, parent: device:00
[ 8082.149666] call PNP0C0C:00+ returned 0 after 0 usecs
[ 8082.149673] calling  PNP0C0E:00+ @ 14435, parent: device:00
[ 8082.149680] call PNP0C0E:00+ returned 0 after 0 usecs
[ 8082.149694] calling  clk-lpt+ @ 14435, parent: platform
[ 8082.149701] call clk-lpt+ returned 0 after 0 usecs
[ 8082.149708] calling  INTL9C60:00+ @ 14435, parent: platform
[ 8082.149714] call INTL9C60:00+ returned 0 after 0 usecs
[ 8082.149721] calling  INTL9C60:01+ @ 14435, parent: platform
[ 8082.149728] call INTL9C60:01+ returned 0 after 0 usecs
[ 8082.149735] calling  80860F41:00+ @ 14435, parent: platform
[ 8082.149747] call 80860F41:00+ returned 0 after 5 usecs
[ 8082.149753] calling  80860F41:01+ @ 14435, parent: platform
[ 8082.149764] call 80860F41:01+ returned 0 after 3 usecs
[ 8082.149770] calling  80860F41:02+ @ 14435, parent: platform
[ 8082.149780] call 80860F41:02+ returned 0 after 3 usecs
[ 8082.149788] calling  80860F14:00+ @ 14435, parent: platform
[ 8082.290698] call usb1+ returned 0 after 149534 usecs
[ 8082.290729] calling  1-2+ @ 14446, parent: usb1
[ 8082.290752] calling  1-3+ @ 14454, parent: usb1
[ 8082.290759] call 1-3+ returned 0 after 0 usecs
[ 8082.290778] calling  1-4+ @ 14459, parent: usb1
[ 8082.290795] calling  1-1+ @ 14468, parent: usb1
[ 8082.348846] call 1-1+ returned 0 after 56636 usecs
[ 8082.348880] call 1-4+ returned 0 after 56685 usecs
[ 8082.362503] call 0000:00:1b.0+ returned 0 after 219815 usecs
[ 8082.392781] call 1-2+ returned 0 after 99571 usecs
[ 8082.392808] calling  1-2.3+ @ 14474, parent: 1-2
[ 8082.392815] call 1-2.3+ returned 0 after 0 usecs
[ 8082.392831] calling  1-2.2+ @ 14484, parent: 1-2
[ 8082.392863] calling  host4+ @ 14476, parent: 1-2.3:1.0
[ 8082.392872] call host4+ returned 0 after 0 usecs
[ 8082.392893] calling  target4:0:0+ @ 14481, parent: host4
[ 8082.392902] call target4:0:0+ returned 0 after 0 usecs
[ 8082.392918] calling  4:0:0:0+ @ 14482, parent: target4:0:0
[ 8082.392940] call 4:0:0:0+ returned 0 after 13 usecs
[ 8082.394052] call 1-2.2+ returned 0 after 1183 usecs
[ 8082.394083] calling  host5+ @ 14486, parent: 1-2.2:1.0
[ 8082.394091] call host5+ returned 0 after 0 usecs
[ 8082.394111] calling  target5:0:0+ @ 14491, parent: host5
[ 8082.394125] call target5:0:0+ returned 0 after 0 usecs
[ 8082.394140] calling  5:0:0:0+ @ 14492, parent: target5:0:0
[ 8082.394155] call 5:0:0:0+ returned 0 after 5 usecs
[ 8082.460580] mmc0: BKOPS_EN bit is not set
[ 8082.492624] call 80860F14:00+ returned 0 after 334521 usecs
[ 8082.492633] calling  80860F16:00+ @ 14435, parent: platform
[ 8082.493657] call 80860F16:00+ returned 0 after 991 usecs
[ 8082.493665] calling  80860F28:00+ @ 14435, parent: platform
[ 8082.493672] call 80860F28:00+ returned 0 after 0 usecs
[ 8082.493680] calling  LNXPWRBN:00+ @ 14435, parent: LNXSYSTM:00
[ 8082.493687] call LNXPWRBN:00+ returned 0 after 0 usecs
[ 8082.493695] calling  i2c-0+ @ 14435, parent: 80860F41:00
[ 8082.493701] call i2c-0+ returned 0 after 0 usecs
[ 8082.493708] calling  0-0015+ @ 14435, parent: i2c-0
[ 8082.604958] call 0-0015+ returned 0 after 108547 usecs
[ 8082.604978] calling  i2c-1+ @ 14435, parent: 80860F41:01
[ 8082.604985] call i2c-1+ returned 0 after 0 usecs
[ 8082.604992] calling  1-0010+ @ 14435, parent: i2c-1
[ 8082.632471] call 1-0010+ returned 0 after 26806 usecs
[ 8082.632480] calling  i2c-2+ @ 14435, parent: 80860F41:02
[ 8082.632487] call i2c-2+ returned 0 after 0 usecs
[ 8082.632494] calling  chromeos_acpi+ @ 14435, parent: platform
[ 8082.632500] call chromeos_acpi+ returned 0 after 0 usecs
[ 8082.632509] calling  00:00+ @ 14435, parent: pnp0
[ 8082.632518] call 00:00+ returned 0 after 2 usecs
[ 8082.632524] calling  00:01+ @ 14435, parent: pnp0
[ 8082.632530] call 00:01+ returned 0 after 0 usecs
[ 8082.632537] calling  00:02+ @ 14435, parent: pnp0
[ 8082.632543] call 00:02+ returned 0 after 0 usecs
[ 8082.632549] calling  00:03+ @ 14435, parent: pnp0
[ 8082.632555] call 00:03+ returned 0 after 0 usecs
[ 8082.632562] calling  00:04+ @ 14435, parent: pnp0
[ 8082.632569] call 00:04+ returned 0 after 0 usecs
[ 8082.632575] calling  00:05+ @ 14435, parent: pnp0
[ 8082.632582] call 00:05+ returned 0 after 0 usecs
[ 8082.632588] calling  00:06+ @ 14435, parent: pnp0
[ 8082.632597] call 00:06+ returned 0 after 2 usecs
[ 8082.632603] calling  00:07+ @ 14435, parent: pnp0
[ 8082.632610] call 00:07+ returned 0 after 0 usecs
[ 8082.632617] calling  00:08+ @ 14435, parent: pnp0
[ 8082.632623] call 00:08+ returned 0 after 0 usecs
[ 8082.632629] calling  00:09+ @ 14435, parent: pnp0
[ 8082.632636] call 00:09+ returned 0 after 0 usecs
[ 8082.632642] calling  00:0a+ @ 14435, parent: pnp0
[ 8082.632648] call 00:0a+ returned 0 after 0 usecs
[ 8082.632655] calling  00:0b+ @ 14435, parent: pnp0
[ 8082.632661] call 00:0b+ returned 0 after 0 usecs
[ 8082.632667] calling  00:0c+ @ 14435, parent: pnp0
[ 8082.632673] call 00:0c+ returned 0 after 0 usecs
[ 8082.632685] calling  microcode+ @ 14435, parent: platform
[ 8082.632691] call microcode+ returned 0 after 0 usecs
[ 8082.632699] calling  alarmtimer+ @ 14435, parent: platform
[ 8082.632706] call alarmtimer+ returned 0 after 0 usecs
[ 8082.632716] calling  input0+ @ 14435, parent: PNP0C0D:00
[ 8082.632723] call input0+ returned 0 after 1 usecs
[ 8082.632731] calling  input1+ @ 14435, parent: PNP0C0C:00
[ 8082.632749] call input1+ returned 0 after 11 usecs
[ 8082.632756] calling  input2+ @ 14435, parent: PNP0C0E:00
[ 8082.632771] call input2+ returned 0 after 8 usecs
[ 8082.632778] calling  input3+ @ 14435, parent: LNXPWRBN:00
[ 8082.632793] call input3+ returned 0 after 8 usecs
[ 8082.632802] calling  tpm_tis+ @ 14435, parent: platform
[ 8082.632810] call tpm_tis+ returned 0 after 0 usecs
[ 8083.474402] call 0000:00:02.0+ returned 0 after 1304811 usecs
[ 8083.474421] calling  controlD64+ @ 14435, parent: 0000:00:02.0
[ 8083.474430] call controlD64+ returned 0 after 0 usecs
[ 8083.474438] calling  renderD128+ @ 14435, parent: 0000:00:02.0
[ 8083.474445] call renderD128+ returned 0 after 0 usecs
[ 8083.474452] calling  card0+ @ 14435, parent: 0000:00:02.0
[ 8083.474458] call card0+ returned 0 after 0 usecs
[ 8083.474465] calling  i2c-3+ @ 14435, parent: 0000:00:02.0
[ 8083.474472] call i2c-3+ returned 0 after 0 usecs
[ 8083.474478] calling  i2c-4+ @ 14435, parent: 0000:00:02.0
[ 8083.474485] call i2c-4+ returned 0 after 0 usecs
[ 8083.474491] calling  i2c-5+ @ 14435, parent: 0000:00:02.0
[ 8083.474498] call i2c-5+ returned 0 after 0 usecs
[ 8083.474505] calling  i2c-6+ @ 14435, parent: 0000:00:02.0
[ 8083.474511] call i2c-6+ returned 0 after 0 usecs
[ 8083.474518] calling  i2c-7+ @ 14435, parent: 0000:00:02.0
[ 8083.474524] call i2c-7+ returned 0 after 0 usecs
[ 8083.474531] calling  i2c-8+ @ 14435, parent: 0000:00:02.0
[ 8083.474537] call i2c-8+ returned 0 after 0 usecs
[ 8083.474544] calling  card0-HDMI-A-1+ @ 14435, parent: card0
[ 8083.474550] call card0-HDMI-A-1+ returned 0 after 0 usecs
[ 8083.474557] calling  card0-eDP-1+ @ 14435, parent: card0
[ 8083.474564] call card0-eDP-1+ returned 0 after 0 usecs
[ 8083.474571] calling  i2c-9+ @ 14435, parent: card0-eDP-1
[ 8083.474577] call i2c-9+ returned 0 after 0 usecs
[ 8083.474585] calling  intel_backlight+ @ 14435, parent: card0-eDP-1
[ 8083.476686] call intel_backlight+ returned 0 after 2041 usecs
[ 8083.476694] calling  card0-HDMI-A-2+ @ 14435, parent: card0
[ 8083.476701] call card0-HDMI-A-2+ returned 0 after 0 usecs
[ 8083.476708] calling  card0-DP-1+ @ 14435, parent: card0
[ 8083.476714] call card0-DP-1+ returned 0 after 0 usecs
[ 8083.476721] calling  i2c-10+ @ 14435, parent: card0-DP-1
[ 8083.476727] call i2c-10+ returned 0 after 0 usecs
[ 8083.476734] calling  vgem+ @ 14435, parent: platform
[ 8083.476740] call vgem+ returned 0 after 0 usecs
[ 8083.476747] calling  renderD129+ @ 14435, parent: vgem
[ 8083.476753] call renderD129+ returned 0 after 0 usecs
[ 8083.476760] calling  card1+ @ 14435, parent: vgem
[ 8083.476766] call card1+ returned 0 after 0 usecs
[ 8083.476781] calling  cros_ec_lpc.0+ @ 14435, parent: platform
[ 8083.476788] call cros_ec_lpc.0+ returned 0 after 0 usecs
[ 8083.476796] calling  cros-ec-dev.0+ @ 14435, parent: cros_ec_lpc.0
[ 8083.476803] call cros-ec-dev.0+ returned 0 after 0 usecs
[ 8083.476814] calling  i8042+ @ 14435, parent: platform
[ 8083.477110] call i8042+ returned 0 after 282 usecs
[ 8083.477117] calling  serio0+ @ 14435, parent: i8042
[ 8083.477128] call serio0+ returned 0 after 4 usecs
[ 8083.477137] calling  rtc0+ @ 14435, parent: 00:06
[ 8083.477144] call rtc0+ returned 0 after 0 usecs
[ 8083.477150] calling  coretemp.0+ @ 14435, parent: platform
[ 8083.477157] call coretemp.0+ returned 0 after 0 usecs
[ 8083.477164] calling  input4+ @ 14435, parent: serio0
[ 8083.477186] call input4+ returned 0 after 14 usecs
[ 8083.477194] calling  mmc0::+ @ 14435, parent: 80860F14:00
[ 8083.477200] call mmc0::+ returned 0 after 0 usecs
[ 8083.477208] calling  mmc1::+ @ 14435, parent: 80860F16:00
[ 8083.477214] call mmc1::+ returned 0 after 0 usecs
[ 8083.477221] calling  gsmi+ @ 14435, parent: platform
[ 8083.477228] call gsmi+ returned 0 after 0 usecs
[ 8083.477235] calling  ramoops.0+ @ 14435, parent: platform
[ 8083.477241] call ramoops.0+ returned 0 after 0 usecs
[ 8083.477249] calling  snd-soc-dummy+ @ 14435, parent: platform
[ 8083.477256] call snd-soc-dummy+ returned 0 after 0 usecs
[ 8083.477266] calling  input5+ @ 14435, parent: 0-0015
[ 8083.477280] call input5+ returned 0 after 7 usecs
[ 8083.477288] calling  mmc0:0001+ @ 14435, parent: mmc0
[ 8083.477308] call mmc0:0001+ returned 0 after 12 usecs
[ 8083.477334] calling  rfkill0+ @ 14435, parent: hci0
[ 8083.477342] call rfkill0+ returned 0 after 1 usecs
[ 8083.477350] calling  regulatory.0+ @ 14435, parent: platform
[ 8083.477357] call regulatory.0+ returned 0 after 0 usecs
[ 8083.477365] calling  byt-max98090+ @ 14435, parent: 80860F28:00
[ 8083.477372] call byt-max98090+ returned 0 after 0 usecs
[ 8083.477380] calling  baytrail-pcm-audio+ @ 14435, parent: 80860F28:00
[ 8083.477388] call baytrail-pcm-audio+ returned 0 after 0 usecs
[ 8083.477397] calling  input6+ @ 14435, parent: card0
[ 8083.477404] call input6+ returned 0 after 0 usecs
[ 8083.477411] calling  input7+ @ 14435, parent: card0
[ 8083.477418] call input7+ returned 0 after 0 usecs
[ 8083.477429] calling  input8+ @ 14435, parent: card1
[ 8083.477435] call input8+ returned 0 after 0 usecs
[ 8083.477443] calling  input9+ @ 14435, parent: card1
[ 8083.477449] call input9+ returned 0 after 0 usecs
[ 8083.477465] calling  phy0-led+ @ 14435, parent: 0000:01:00.0
[ 8083.477472] call phy0-led+ returned 0 after 0 usecs
[ 8083.477480] calling  rfkill1+ @ 14435, parent: phy0
[ 8083.477487] call rfkill1+ returned 0 after 1 usecs
[ 8083.477497] calling  input10+ @ 14435, parent: 1-1:1.0
[ 8083.477524] call input10+ returned 0 after 19 usecs
[ 8083.477534] calling  input11+ @ 14435, parent: 1-1:1.1
[ 8083.477551] call input11+ returned 0 after 10 usecs
[ 8083.477572] PM: resume of devices complete after 1339.348 msecs
[ 8083.478080] PM: Finishing wakeup.
[ 8083.478183] usb 1-3: USB disconnect, device number 3
[ 8083.478084] Restarting tasks ... done.
[ 8083.644859] usb 1-3: new high-speed USB device number 12 using xhci_hcd
[ 8083.662043] sda: detected capacity change from 15829303296 to 0
[ 8083.750450] usb 1-3: New USB device found, idVendor=0408, idProduct=5030
[ 8083.750463] usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 8083.750473] usb 1-3: Product: HP TrueVision HD Webcam
[ 8083.755413] uvcvideo: Found UVC 1.00 device HP TrueVision HD Webcam (0408:5030)
[ 8083.761997] usb 1-2.3: USB disconnect, device number 10
[ 8083.829384] usb 1-2.3: new high-speed USB device number 13 using xhci_hcd
[ 8083.845920] usb 1-2.3: New USB device found, idVendor=05e3, idProduct=0727
[ 8083.845935] usb 1-2.3: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[ 8083.845944] usb 1-2.3: Product: USB Storage
[ 8083.845968] usb 1-2.3: Manufacturer: Generic
[ 8083.845975] usb 1-2.3: SerialNumber: 000000000208
[ 8083.848122] usb-storage 1-2.3:1.0: USB Mass Storage device detected
[ 8083.865205] scsi6 : usb-storage 1-2.3:1.0
[ 8084.867908] scsi 6:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0208 PQ: 0 ANSI: 0
[ 8085.359067] sd 6:0:0:0: [sda] 30916608 512-byte logical blocks: (15.8 GB/14.7 GiB)
[ 8085.360430] sd 6:0:0:0: [sda] Write Protect is off
[ 8085.360445] sd 6:0:0:0: [sda] Mode Sense: 0b 00 00 08
[ 8085.362366] sd 6:0:0:0: [sda] No Caching mode page found
[ 8085.362379] sd 6:0:0:0: [sda] Assuming drive cache: write through
[ 8085.366870] sd 6:0:0:0: [sda] No Caching mode page found
[ 8085.366883] sd 6:0:0:0: [sda] Assuming drive cache: write through
[ 8085.368716]  sda: sda1
[ 8085.374539] sd 6:0:0:0: [sda] No Caching mode page found
[ 8085.374552] sd 6:0:0:0: [sda] Assuming drive cache: write through
[ 8085.374563] sd 6:0:0:0: [sda] Attached SCSI removable disk
[ 8086.018072] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[10812.990712] tpm_tis tpm_tis: waiting for TPM self test
[10813.014795] tpm_tis tpm_tis: command 0x53 (size 10) returned code 0x0
[10813.014820] tpm_tis tpm_tis: TPM delayed resume completed
[10813.050883] tpm_tis tpm_tis: command 0x65 (size 20) returned code 0x0
[10813.082854] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[10813.114171] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
[11894.156546] PM: Syncing filesystems ... done.
[11894.168609] PM: Preparing system for mem sleep
[11894.188363] Freezing user space processes ... (elapsed 0.01 seconds) done.
[11894.199118] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[11894.210105] PM: Entering mem sleep
[11894.210750] calling  6:0:0:0+ @ 20404, parent: target6:0:0
[11894.210758] calling  input11+ @ 20557, parent: 1-1:1.1
[11894.210761] call input11+ returned 0 after 0 usecs
[11894.210767] calling  input10+ @ 20557, parent: 1-1:1.0
[11894.210769] call input10+ returned 0 after 0 usecs
[11894.210774] calling  rfkill1+ @ 20557, parent: phy0
[11894.210777] call rfkill1+ returned 0 after 0 usecs
[11894.210780] calling  phy0-led+ @ 20557, parent: 0000:01:00.0
[11894.210782] call phy0-led+ returned 0 after 0 usecs
[11894.210794] calling  input9+ @ 20557, parent: card1
[11894.210795] call input9+ returned 0 after 0 usecs
[11894.210798] calling  input8+ @ 20557, parent: card1
[11894.210799] call input8+ returned 0 after 0 usecs
[11894.210808] calling  input7+ @ 20557, parent: card0
[11894.210809] call input7+ returned 0 after 0 usecs
[11894.210813] calling  input6+ @ 20557, parent: card0
[11894.210814] call input6+ returned 0 after 0 usecs
[11894.210819] calling  baytrail-pcm-audio+ @ 20557, parent: 80860F28:00
[11894.210820] call baytrail-pcm-audio+ returned 0 after 0 usecs
[11894.210824] calling  byt-max98090+ @ 20557, parent: 80860F28:00
[11894.210825] call byt-max98090+ returned 0 after 0 usecs
[11894.210828] calling  regulatory.0+ @ 20557, parent: platform
[11894.210829] call regulatory.0+ returned 0 after 0 usecs
[11894.210833] calling  rfkill0+ @ 20557, parent: hci0
[11894.210835] call rfkill0+ returned 0 after 0 usecs
[11894.210863] calling  mmc0:0001+ @ 20557, parent: mmc0
[11894.210869] call mmc0:0001+ returned 0 after 4 usecs
[11894.210874] calling  input5+ @ 20557, parent: 0-0015
[11894.210875] call input5+ returned 0 after 0 usecs
[11894.210882] calling  snd-soc-dummy+ @ 20557, parent: platform
[11894.210884] call snd-soc-dummy+ returned 0 after 0 usecs
[11894.210887] calling  ramoops.0+ @ 20557, parent: platform
[11894.210889] call ramoops.0+ returned 0 after 0 usecs
[11894.210895] calling  gsmi+ @ 20557, parent: platform
[11894.210896] call gsmi+ returned 0 after 0 usecs
[11894.210898] calling  mmc1::+ @ 20557, parent: 80860F16:00
[11894.210900] call mmc1::+ returned 0 after 0 usecs
[11894.210903] calling  mmc0::+ @ 20557, parent: 80860F14:00
[11894.210906] call mmc0::+ returned 0 after 0 usecs
[11894.210909] calling  input4+ @ 20557, parent: serio0
[11894.210911] call input4+ returned 0 after 0 usecs
[11894.210915] calling  coretemp.0+ @ 20557, parent: platform
[11894.210917] call coretemp.0+ returned 0 after 0 usecs
[11894.210919] calling  rtc0+ @ 20557, parent: 00:06
[11894.210921] call rtc0+ returned 0 after 0 usecs
[11894.210925] calling  serio0+ @ 20557, parent: i8042
[11894.211001] call 6:0:0:0+ returned 0 after 4 usecs
[11894.211022] calling  1-3+ @ 20558, parent: usb1
[11894.211024] calling  target6:0:0+ @ 20425, parent: host6
[11894.211027] call target6:0:0+ returned 0 after 0 usecs
[11894.211036] calling  5:0:0:0+ @ 20425, parent: target5:0:0
[11894.211040] call 5:0:0:0+ returned 0 after 2 usecs
[11894.211044] calling  target5:0:0+ @ 20425, parent: host5
[11894.211046] call target5:0:0+ returned 0 after 0 usecs
[11894.211053] calling  host5+ @ 20425, parent: 1-2.2:1.0
[11894.211055] call host5+ returned 0 after 0 usecs
[11894.211073] calling  1-2.2+ @ 20425, parent: 1-2
[11894.211080] call 1-2.2+ returned 0 after 4 usecs
[11894.211097] calling  1-1+ @ 20425, parent: usb1
[11894.211104] call 1-3+ returned 0 after 0 usecs
[11894.211111] call serio0+ returned 0 after 179 usecs
[11894.211124] calling  host6+ @ 20474, parent: 1-2.3:1.0
[11894.211131] call host6+ returned 0 after 0 usecs
[11894.211140] calling  i8042+ @ 20557, parent: platform
[11894.211144] calling  phy0+ @ 20474, parent: 0000:01:00.0
[11894.211149] call phy0+ returned 0 after 3 usecs
[11894.211163] calling  1-4+ @ 20474, parent: usb1
[11894.211170] call 1-4+ returned 0 after 0 usecs
[11894.211204] calling  1-2.3+ @ 20404, parent: 1-2
[11894.211213] call 1-2.3+ returned 0 after 1 usecs
[11894.211224] calling  1-2+ @ 20474, parent: usb1
[11894.211307] call 1-2+ returned 0 after 73 usecs
[11894.211309] call i8042+ returned 0 after 145 usecs
[11894.211330] calling  cros-ec-dev.0+ @ 20557, parent: cros_ec_lpc.0
[11894.211333] calling  usb2+ @ 20474, parent: 0000:00:14.0
[11894.211344] call cros-ec-dev.0+ returned 0 after 0 usecs
[11894.211352] calling  cros_ec_lpc.0+ @ 20557, parent: platform
[11894.211355] call usb2+ returned 0 after 19 usecs
[11894.211364] call cros_ec_lpc.0+ returned 0 after 0 usecs
[11894.211389] calling  card1+ @ 20557, parent: vgem
[11894.211396] call card1+ returned 0 after 0 usecs
[11894.211403] calling  renderD129+ @ 20557, parent: vgem
[11894.211409] call renderD129+ returned 0 after 0 usecs
[11894.211417] calling  vgem+ @ 20557, parent: platform
[11894.211430] call vgem+ returned 0 after 0 usecs
[11894.211438] calling  i2c-10+ @ 20557, parent: card0-DP-1
[11894.211445] call i2c-10+ returned 0 after 0 usecs
[11894.211452] calling  card0-DP-1+ @ 20557, parent: card0
[11894.211459] call card0-DP-1+ returned 0 after 0 usecs
[11894.211466] calling  card0-HDMI-A-2+ @ 20557, parent: card0
[11894.211473] call card0-HDMI-A-2+ returned 0 after 0 usecs
[11894.211480] calling  intel_backlight+ @ 20557, parent: card0-eDP-1
[11894.211488] call intel_backlight+ returned 0 after 0 usecs
[11894.211495] calling  i2c-9+ @ 20557, parent: card0-eDP-1
[11894.211502] call i2c-9+ returned 0 after 0 usecs
[11894.211509] calling  card0-eDP-1+ @ 20557, parent: card0
[11894.211516] call card0-eDP-1+ returned 0 after 0 usecs
[11894.211523] calling  card0-HDMI-A-1+ @ 20557, parent: card0
[11894.211529] call card0-HDMI-A-1+ returned 0 after 0 usecs
[11894.211537] calling  i2c-8+ @ 20557, parent: 0000:00:02.0
[11894.211544] call i2c-8+ returned 0 after 0 usecs
[11894.211551] calling  i2c-7+ @ 20557, parent: 0000:00:02.0
[11894.211558] call i2c-7+ returned 0 after 0 usecs
[11894.211565] calling  i2c-6+ @ 20557, parent: 0000:00:02.0
[11894.211572] call i2c-6+ returned 0 after 0 usecs
[11894.211579] calling  i2c-5+ @ 20557, parent: 0000:00:02.0
[11894.211586] call i2c-5+ returned 0 after 0 usecs
[11894.211593] calling  i2c-4+ @ 20557, parent: 0000:00:02.0
[11894.211600] call i2c-4+ returned 0 after 0 usecs
[11894.211607] calling  i2c-3+ @ 20557, parent: 0000:00:02.0
[11894.211614] call i2c-3+ returned 0 after 0 usecs
[11894.211621] calling  card0+ @ 20557, parent: 0000:00:02.0
[11894.211628] call card0+ returned 0 after 0 usecs
[11894.211635] calling  renderD128+ @ 20557, parent: 0000:00:02.0
[11894.211642] call renderD128+ returned 0 after 0 usecs
[11894.211649] calling  controlD64+ @ 20557, parent: 0000:00:02.0
[11894.211656] call controlD64+ returned 0 after 0 usecs
[11894.211664] calling  tpm_tis+ @ 20557, parent: platform
[11894.233093] call 1-1+ returned 0 after 21448 usecs
[11894.233110] calling  usb1+ @ 20474, parent: 0000:00:14.0
[11894.233187] call usb1+ returned 0 after 66 usecs
[11894.277163] tpm_tis tpm_tis: command 0x98 (size 10) returned code 0x0
[11894.277172] call tpm_tis+ returned 0 after 63914 usecs
[11894.277185] calling  input3+ @ 20557, parent: LNXPWRBN:00
[11894.277192] call input3+ returned 0 after 0 usecs
[11894.277200] calling  input2+ @ 20557, parent: PNP0C0E:00
[11894.277207] call input2+ returned 0 after 0 usecs
[11894.277214] calling  input1+ @ 20557, parent: PNP0C0C:00
[11894.277221] call input1+ returned 0 after 0 usecs
[11894.277228] calling  input0+ @ 20557, parent: PNP0C0D:00
[11894.277235] call input0+ returned 0 after 0 usecs
[11894.277251] calling  alarmtimer+ @ 20557, parent: platform
[11894.277259] call alarmtimer+ returned 0 after 0 usecs
[11894.277270] calling  microcode+ @ 20557, parent: platform
[11894.277277] call microcode+ returned 0 after 0 usecs
[11894.277294] calling  00:0c+ @ 20557, parent: pnp0
[11894.277300] call 00:0c+ returned 0 after 0 usecs
[11894.277307] calling  00:0b+ @ 20557, parent: pnp0
[11894.277313] call 00:0b+ returned 0 after 0 usecs
[11894.277320] calling  00:0a+ @ 20557, parent: pnp0
[11894.277326] call 00:0a+ returned 0 after 0 usecs
[11894.277333] calling  00:09+ @ 20557, parent: pnp0
[11894.277341] call 00:09+ returned 0 after 2 usecs
[11894.277348] calling  00:08+ @ 20557, parent: pnp0
[11894.277355] call 00:08+ returned 0 after 0 usecs
[11894.277362] calling  00:07+ @ 20557, parent: pnp0
[11894.277369] call 00:07+ returned 0 after 0 usecs
[11894.277376] calling  00:06+ @ 20557, parent: pnp0
[11894.277386] call 00:06+ returned 0 after 3 usecs
[11894.277393] calling  00:05+ @ 20557, parent: pnp0
[11894.277400] call 00:05+ returned 0 after 0 usecs
[11894.277407] calling  00:04+ @ 20557, parent: pnp0
[11894.277413] call 00:04+ returned 0 after 0 usecs
[11894.277420] calling  00:03+ @ 20557, parent: pnp0
[11894.277426] call 00:03+ returned 0 after 0 usecs
[11894.277433] calling  00:02+ @ 20557, parent: pnp0
[11894.277439] call 00:02+ returned 0 after 0 usecs
[11894.277446] calling  00:01+ @ 20557, parent: pnp0
[11894.277452] call 00:01+ returned 0 after 0 usecs
[11894.277459] calling  00:00+ @ 20557, parent: pnp0
[11894.277466] call 00:00+ returned 0 after 0 usecs
[11894.277476] calling  chromeos_acpi+ @ 20557, parent: platform
[11894.277483] call chromeos_acpi+ returned 0 after 0 usecs
[11894.277491] calling  i2c-2+ @ 20557, parent: 80860F41:02
[11894.277498] call i2c-2+ returned 0 after 0 usecs
[11894.277505] calling  1-0010+ @ 20557, parent: i2c-1
[11894.277512] call 1-0010+ returned 0 after 0 usecs
[11894.277519] calling  i2c-1+ @ 20557, parent: 80860F41:01
[11894.277526] call i2c-1+ returned 0 after 0 usecs
[11894.277533] calling  0-0015+ @ 20557, parent: i2c-0
[11894.278242] call 0-0015+ returned 0 after 684 usecs
[11894.278251] calling  i2c-0+ @ 20557, parent: 80860F41:00
[11894.278257] call i2c-0+ returned 0 after 0 usecs
[11894.278268] calling  80860F28:00+ @ 20557, parent: platform
[11894.278275] call 80860F28:00+ returned 0 after 0 usecs
[11894.278282] calling  80860F16:00+ @ 20557, parent: platform
[11894.278301] call 80860F16:00+ returned 0 after 11 usecs
[11894.278309] calling  80860F14:00+ @ 20557, parent: platform
[11894.310156] call 80860F14:00+ returned 0 after 31068 usecs
[11894.310166] calling  80860F41:02+ @ 20557, parent: platform
[11894.310176] call 80860F41:02+ returned 0 after 2 usecs
[11894.310183] calling  80860F41:01+ @ 20557, parent: platform
[11894.310192] call 80860F41:01+ returned 0 after 1 usecs
[11894.310199] calling  80860F41:00+ @ 20557, parent: platform
[11894.310208] call 80860F41:00+ returned 0 after 2 usecs
[11894.310215] calling  INTL9C60:01+ @ 20557, parent: platform
[11894.310222] call INTL9C60:01+ returned 0 after 0 usecs
[11894.310230] calling  INTL9C60:00+ @ 20557, parent: platform
[11894.310237] call INTL9C60:00+ returned 0 after 0 usecs
[11894.310244] calling  clk-lpt+ @ 20557, parent: platform
[11894.310251] call clk-lpt+ returned 0 after 0 usecs
[11894.310280] calling  0000:01:00.0+ @ 20425, parent: 0000:00:1c.0
[11894.310290] call 0000:01:00.0+ returned 0 after 1 usecs
[11894.310293] calling  INT3400:00+ @ 20557, parent: device:00
[11894.310306] calling  0000:00:1f.0+ @ 20425, parent: pci0000:00
[11894.310313] call 0000:00:1f.0+ returned 0 after 0 usecs
[11894.310323] calling  0000:00:1c.0+ @ 20425, parent: pci0000:00
[11894.310333] call INT3400:00+ returned 0 after 36 usecs
[11894.310339] call 0000:00:1c.0+ returned 0 after 8 usecs
[11894.310343] calling  0000:00:1b.0+ @ 20425, parent: pci0000:00
[11894.310358] calling  0000:00:1a.0+ @ 20474, parent: pci0000:00
[11894.310367] call 0000:00:1a.0+ returned 0 after 0 usecs
[11894.310377] calling  0000:00:14.0+ @ 20474, parent: pci0000:00
[11894.310425] calling  0000:00:02.0+ @ 20558, parent: pci0000:00
[11894.310428] call 0000:00:14.0+ returned 0 after 41 usecs
[11894.310436] calling  0000:00:00.0+ @ 20474, parent: pci0000:00
[11894.310440] call 0000:00:00.0+ returned 0 after 2 usecs
[11894.411332] azx_single_wait_for_response: 53 callbacks suppressed
[11894.411343] snd_hda_intel 0000:00:1b.0: get_response timeout: IRS=0x1
[11894.411437] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20270503
[11894.411530] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20370503
[11894.411623] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20470503
[11894.411716] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20570503
[11894.411809] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20670503
[11894.411902] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x201f0500
[11894.411995] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20170503
[11894.412088] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20270503
[11894.412181] snd_hda_intel 0000:00:1b.0: send_cmd timeout: IRS=0x1, val=0x20370503
[11894.424249] call 0000:00:02.0+ returned 0 after 111040 usecs
[11894.429251] call 0000:00:1b.0+ returned 0 after 116024 usecs
[11894.429279] PM: suspend of devices complete after 218.379 msecs
[11894.429345] calling  baytrail-pcm-audio+ @ 20557, parent: 80860F28:00
[11894.429370] call baytrail-pcm-audio+ returned 0 after 16 usecs
[11894.429480] calling  GOOG9999:00+ @ 20557, parent: platform
[11894.429488] call GOOG9999:00+ returned 0 after 1 usecs
[11894.429496] calling  80860F16:00+ @ 20557, parent: platform
[11894.429546] call 80860F16:00+ returned 0 after 41 usecs
[11894.429554] calling  80860F14:00+ @ 20557, parent: platform
[11894.429593] call 80860F14:00+ returned 0 after 30 usecs
[11894.429601] calling  80860F41:02+ @ 20557, parent: platform
[11894.429639] call 80860F41:02+ returned 0 after 29 usecs
[11894.429647] calling  80860F41:01+ @ 20557, parent: platform
[11894.429684] call 80860F41:01+ returned 0 after 29 usecs
[11894.429692] calling  80860F41:00+ @ 20557, parent: platform
[11894.429729] call 80860F41:00+ returned 0 after 28 usecs
[11894.429739] calling  INT33FC:02+ @ 20557, parent: platform
[11894.429747] call INT33FC:02+ returned 0 after 0 usecs
[11894.429754] calling  INT33FC:01+ @ 20557, parent: platform
[11894.429762] call INT33FC:01+ returned 0 after 0 usecs
[11894.429769] calling  INT33FC:00+ @ 20557, parent: platform
[11894.429776] call INT33FC:00+ returned 0 after 0 usecs
[11894.429823] PM: late suspend of devices complete after 0.534 msecs
[11894.429921] calling  0000:01:00.0+ @ 20557, parent: 0000:00:1c.0
[11894.440274] call 0000:01:00.0+ returned 0 after 10094 usecs
[11894.440282] calling  0000:00:1f.0+ @ 20557, parent: pci0000:00
[11894.440306] call 0000:00:1f.0+ returned 0 after 16 usecs
[11894.440313] calling  0000:00:1c.0+ @ 20557, parent: pci0000:00
[11894.440343] call 0000:00:1c.0+ returned 0 after 22 usecs
[11894.440350] calling  0000:00:1b.0+ @ 20557, parent: pci0000:00
[11894.440357] call 0000:00:1b.0+ returned 0 after 0 usecs
[11894.440364] calling  0000:00:1a.0+ @ 20557, parent: pci0000:00
[11894.440404] call 0000:00:1a.0+ returned 0 after 32 usecs
[11894.440411] calling  0000:00:14.0+ @ 20557, parent: pci0000:00
[11894.440449] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[11894.451268] call 0000:00:14.0+ returned 0 after 10586 usecs
[11894.451276] calling  0000:00:02.0+ @ 20557, parent: pci0000:00
[11894.451283] call 0000:00:02.0+ returned 0 after 0 usecs
[11894.451290] calling  0000:00:00.0+ @ 20557, parent: pci0000:00
[11894.451308] call 0000:00:00.0+ returned 0 after 10 usecs
[11894.451327] PM: noirq suspend of devices complete after 21.478 msecs
[11894.451394] ACPI: Preparing to enter system sleep state S3
[11894.451466] PM: Saving platform NVS memory
[11894.451473] Disabling non-boot CPUs ...
[11894.452832] smpboot: CPU 1 is now offline
[11894.453532] Disabling VMX on cpu 0
[11894.453545] TSC at resume: 452128404
[11894.453551] ACPI: Low-level resume complete
[11894.453598] PM: Restoring platform NVS memory
[11894.454098] Enabling non-boot CPUs ...
[11894.454162] smpboot: Booting Node 0 Processor 1 APIC 0x2
[11894.464220] Disabling VMX on cpu 1
[11894.472282] Intel pstate controlling: cpu 1
[11894.472387] CPU1 is up
[11894.472563] ACPI: Waking up from system sleep state S3
[11894.472725] calling  0000:00:00.0+ @ 20557, parent: pci0000:00
[11894.472750] call 0000:00:00.0+ returned 0 after 16 usecs
[11894.472758] calling  0000:00:02.0+ @ 20557, parent: pci0000:00
[11894.483164] call 0000:00:02.0+ returned 0 after 10145 usecs
[11894.483174] calling  0000:00:14.0+ @ 20557, parent: pci0000:00
[11894.494186] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[11894.494203] call 0000:00:14.0+ returned 0 after 10754 usecs
[11894.494212] calling  0000:00:1a.0+ @ 20557, parent: pci0000:00
[11894.494256] call 0000:00:1a.0+ returned 0 after 35 usecs
[11894.494263] calling  0000:00:1b.0+ @ 20557, parent: pci0000:00
[11894.505179] call 0000:00:1b.0+ returned 0 after 10643 usecs
[11894.505188] calling  0000:00:1c.0+ @ 20557, parent: pci0000:00
[11894.505240] call 0000:00:1c.0+ returned 0 after 44 usecs
[11894.505248] calling  0000:00:1f.0+ @ 20557, parent: pci0000:00
[11894.505273] call 0000:00:1f.0+ returned 0 after 17 usecs
[11894.505281] calling  0000:01:00.0+ @ 20557, parent: 0000:00:1c.0
[11894.516277] call 0000:01:00.0+ returned 0 after 10722 usecs
[11894.516397] PM: noirq resume of devices complete after 43.669 msecs
[11894.516457] calling  INT33FC:00+ @ 20557, parent: platform
[11894.516465] call INT33FC:00+ returned 0 after 1 usecs
[11894.516472] calling  INT33FC:01+ @ 20557, parent: platform
[11894.516479] call INT33FC:01+ returned 0 after 0 usecs
[11894.516487] calling  INT33FC:02+ @ 20557, parent: platform
[11894.516494] call INT33FC:02+ returned 0 after 0 usecs
[11894.516501] calling  80860F41:00+ @ 20557, parent: platform
[11894.516547] call 80860F41:00+ returned 0 after 36 usecs
[11894.516555] calling  80860F41:01+ @ 20557, parent: platform
[11894.516591] call 80860F41:01+ returned 0 after 28 usecs
[11894.516599] calling  80860F41:02+ @ 20557, parent: platform
[11894.516635] call 80860F41:02+ returned 0 after 28 usecs
[11894.516643] calling  80860F14:00+ @ 20557, parent: platform
[11894.516679] call 80860F14:00+ returned 0 after 27 usecs
[11894.516687] calling  80860F16:00+ @ 20557, parent: platform
[11894.516723] call 80860F16:00+ returned 0 after 27 usecs
[11894.516731] calling  GOOG9999:00+ @ 20557, parent: platform
[11894.516739] call GOOG9999:00+ returned 0 after 0 usecs
[11894.516796] calling  baytrail-pcm-audio+ @ 20557, parent: 80860F28:00
[11894.550641] call baytrail-pcm-audio+ returned 0 after 33016 usecs
[11894.550687] PM: early resume of devices complete after 34.221 msecs
[11894.550719] calling  0000:00:00.0+ @ 20474, parent: pci0000:00
[11894.550732] call 0000:00:00.0+ returned 0 after 4 usecs
[11894.550741] calling  0000:00:02.0+ @ 20474, parent: pci0000:00
[11894.550756] i915 0000:00:02.0: setting latency timer to 64
[11894.550763] calling  ACPI0003:00+ @ 20557, parent: PNP0C09:00
[11894.550776] calling  0000:00:14.0+ @ 20425, parent: pci0000:00
[11894.550791] xhci_hcd 0000:00:14.0: setting latency timer to 64
[11894.550807] call ACPI0003:00+ returned 0 after 33 usecs
[11894.550815] calling  PNP0C0A:00+ @ 20557, parent: PNP0C09:00
[11894.550853] call 0000:00:14.0+ returned 0 after 67 usecs
[11894.550862] calling  0000:00:1a.0+ @ 20425, parent: pci0000:00
[11894.550874] call 0000:00:1a.0+ returned 0 after 0 usecs
[11894.550882] calling  0000:00:1b.0+ @ 20425, parent: pci0000:00
[11894.550919] calling  0000:00:1c.0+ @ 20558, parent: pci0000:00
[11894.550935] call 0000:00:1c.0+ returned 0 after 7 usecs
[11894.550943] calling  0000:00:1f.0+ @ 20558, parent: pci0000:00
[11894.550951] call 0000:00:1f.0+ returned 0 after 0 usecs
[11894.550958] calling  0000:01:00.0+ @ 20558, parent: 0000:00:1c.0
[11894.550986] call 0000:01:00.0+ returned 0 after 19 usecs
[11894.550996] calling  usb1+ @ 20558, parent: 0000:00:14.0
[11894.551393] calling  usb2+ @ 20567, parent: 0000:00:14.0
[11894.551420] call usb2+ returned 0 after 17 usecs
[11894.551837] calling  phy0+ @ 20584, parent: 0000:01:00.0
[11894.551852] call phy0+ returned 0 after 6 usecs
[11894.553044] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[11894.553325] call PNP0C0A:00+ returned 0 after 2441 usecs
[11894.553359] calling  INT3400:00+ @ 20557, parent: device:00
[11894.553410] call INT3400:00+ returned 0 after 42 usecs
[11894.553422] calling  PNP0C0D:00+ @ 20557, parent: device:00
[11894.553464] call PNP0C0D:00+ returned 0 after 32 usecs
[11894.553472] calling  PNP0C0C:00+ @ 20557, parent: device:00
[11894.553479] call PNP0C0C:00+ returned 0 after 0 usecs
[11894.553486] calling  PNP0C0E:00+ @ 20557, parent: device:00
[11894.553492] call PNP0C0E:00+ returned 0 after 0 usecs
[11894.553508] calling  clk-lpt+ @ 20557, parent: platform
[11894.553515] call clk-lpt+ returned 0 after 0 usecs
[11894.553521] calling  INTL9C60:00+ @ 20557, parent: platform
[11894.553528] call INTL9C60:00+ returned 0 after 0 usecs
[11894.553535] calling  INTL9C60:01+ @ 20557, parent: platform
[11894.553542] call INTL9C60:01+ returned 0 after 0 usecs
[11894.553549] calling  80860F41:00+ @ 20557, parent: platform
[11894.553562] call 80860F41:00+ returned 0 after 5 usecs
[11894.553569] calling  80860F41:01+ @ 20557, parent: platform
[11894.553580] call 80860F41:01+ returned 0 after 3 usecs
[11894.553587] calling  80860F41:02+ @ 20557, parent: platform
[11894.553597] call 80860F41:02+ returned 0 after 3 usecs
[11894.553604] calling  80860F14:00+ @ 20557, parent: platform
[11894.703319] call usb1+ returned 0 after 148623 usecs
[11894.703353] calling  1-2+ @ 20567, parent: usb1
[11894.703373] calling  1-4+ @ 20575, parent: usb1
[11894.703377] calling  1-1+ @ 20584, parent: usb1
[11894.703397] calling  1-3+ @ 20600, parent: usb1
[11894.703405] call 1-3+ returned 0 after 0 usecs
[11894.703522] call 1-1+ returned 0 after 139 usecs
[11894.761479] call 1-4+ returned 0 after 56683 usecs
[11894.767118] call 0000:00:1b.0+ returned 0 after 210988 usecs
[11894.805406] call 1-2+ returned 0 after 99572 usecs
[11894.805433] calling  1-2.2+ @ 20590, parent: 1-2
[11894.805448] calling  1-2.3+ @ 20605, parent: 1-2
[11894.805455] call 1-2.3+ returned 0 after 0 usecs
[11894.805484] calling  host6+ @ 20607, parent: 1-2.3:1.0
[11894.805494] call host6+ returned 0 after 1 usecs
[11894.805516] calling  target6:0:0+ @ 20612, parent: host6
[11894.805524] call target6:0:0+ returned 0 after 0 usecs
[11894.805541] calling  6:0:0:0+ @ 20613, parent: target6:0:0
[11894.805558] call 6:0:0:0+ returned 0 after 8 usecs
[11894.807615] call 1-2.2+ returned 0 after 2121 usecs
[11894.807643] calling  host5+ @ 20592, parent: 1-2.2:1.0
[11894.807651] call host5+ returned 0 after 0 usecs
[11894.807673] calling  target5:0:0+ @ 20597, parent: host5
[11894.807682] call target5:0:0+ returned 0 after 0 usecs
[11894.807699] calling  5:0:0:0+ @ 20598, parent: target5:0:0
[11894.807713] call 5:0:0:0+ returned 0 after 6 usecs
[11894.842156] mmc0: BKOPS_EN bit is not set
[11894.872724] call 80860F14:00+ returned 0 after 311378 usecs
[11894.872733] calling  80860F16:00+ @ 20557, parent: platform
[11894.873758] call 80860F16:00+ returned 0 after 992 usecs
[11894.873767] calling  80860F28:00+ @ 20557, parent: platform
[11894.873774] call 80860F28:00+ returned 0 after 0 usecs
[11894.873783] calling  LNXPWRBN:00+ @ 20557, parent: LNXSYSTM:00
[11894.873790] call LNXPWRBN:00+ returned 0 after 0 usecs
[11894.873798] calling  i2c-0+ @ 20557, parent: 80860F41:00
[11894.873805] call i2c-0+ returned 0 after 0 usecs
[11894.873812] calling  0-0015+ @ 20557, parent: i2c-0
[11894.985351] call 0-0015+ returned 0 after 108828 usecs
[11894.985360] calling  i2c-1+ @ 20557, parent: 80860F41:01
[11894.985367] call i2c-1+ returned 0 after 0 usecs
[11894.985373] calling  1-0010+ @ 20557, parent: i2c-1
[11895.013138] call 1-0010+ returned 0 after 27085 usecs
[11895.013148] calling  i2c-2+ @ 20557, parent: 80860F41:02
[11895.013154] call i2c-2+ returned 0 after 0 usecs
[11895.013161] calling  chromeos_acpi+ @ 20557, parent: platform
[11895.013168] call chromeos_acpi+ returned 0 after 0 usecs
[11895.013177] calling  00:00+ @ 20557, parent: pnp0
[11895.013186] call 00:00+ returned 0 after 2 usecs
[11895.013192] calling  00:01+ @ 20557, parent: pnp0
[11895.013198] call 00:01+ returned 0 after 0 usecs
[11895.013204] calling  00:02+ @ 20557, parent: pnp0
[11895.013210] call 00:02+ returned 0 after 0 usecs
[11895.013217] calling  00:03+ @ 20557, parent: pnp0
[11895.013223] call 00:03+ returned 0 after 0 usecs
[11895.013229] calling  00:04+ @ 20557, parent: pnp0
[11895.013236] call 00:04+ returned 0 after 0 usecs
[11895.013242] calling  00:05+ @ 20557, parent: pnp0
[11895.013249] call 00:05+ returned 0 after 0 usecs
[11895.013255] calling  00:06+ @ 20557, parent: pnp0
[11895.013263] call 00:06+ returned 0 after 2 usecs
[11895.013270] calling  00:07+ @ 20557, parent: pnp0
[11895.013277] call 00:07+ returned 0 after 0 usecs
[11895.013283] calling  00:08+ @ 20557, parent: pnp0
[11895.013290] call 00:08+ returned 0 after 0 usecs
[11895.013296] calling  00:09+ @ 20557, parent: pnp0
[11895.013303] call 00:09+ returned 0 after 0 usecs
[11895.013309] calling  00:0a+ @ 20557, parent: pnp0
[11895.013315] call 00:0a+ returned 0 after 0 usecs
[11895.013321] calling  00:0b+ @ 20557, parent: pnp0
[11895.013327] call 00:0b+ returned 0 after 0 usecs
[11895.013334] calling  00:0c+ @ 20557, parent: pnp0
[11895.013340] call 00:0c+ returned 0 after 0 usecs
[11895.013351] calling  microcode+ @ 20557, parent: platform
[11895.013358] call microcode+ returned 0 after 0 usecs
[11895.013365] calling  alarmtimer+ @ 20557, parent: platform
[11895.013372] call alarmtimer+ returned 0 after 0 usecs
[11895.013383] calling  input0+ @ 20557, parent: PNP0C0D:00
[11895.013390] call input0+ returned 0 after 0 usecs
[11895.013397] calling  input1+ @ 20557, parent: PNP0C0C:00
[11895.013414] call input1+ returned 0 after 10 usecs
[11895.013422] calling  input2+ @ 20557, parent: PNP0C0E:00
[11895.013437] call input2+ returned 0 after 8 usecs
[11895.013443] calling  input3+ @ 20557, parent: LNXPWRBN:00
[11895.013458] call input3+ returned 0 after 7 usecs
[11895.013467] calling  tpm_tis+ @ 20557, parent: platform
[11895.013474] call tpm_tis+ returned 0 after 0 usecs
[11895.888038] call 0000:00:02.0+ returned 0 after 1304883 usecs
[11895.888056] calling  controlD64+ @ 20557, parent: 0000:00:02.0
[11895.888065] call controlD64+ returned 0 after 0 usecs
[11895.888073] calling  renderD128+ @ 20557, parent: 0000:00:02.0
[11895.888080] call renderD128+ returned 0 after 0 usecs
[11895.888086] calling  card0+ @ 20557, parent: 0000:00:02.0
[11895.888093] call card0+ returned 0 after 0 usecs
[11895.888100] calling  i2c-3+ @ 20557, parent: 0000:00:02.0
[11895.888106] call i2c-3+ returned 0 after 0 usecs
[11895.888113] calling  i2c-4+ @ 20557, parent: 0000:00:02.0
[11895.888120] call i2c-4+ returned 0 after 0 usecs
[11895.888126] calling  i2c-5+ @ 20557, parent: 0000:00:02.0
[11895.888133] call i2c-5+ returned 0 after 0 usecs
[11895.888139] calling  i2c-6+ @ 20557, parent: 0000:00:02.0
[11895.888146] call i2c-6+ returned 0 after 0 usecs
[11895.888152] calling  i2c-7+ @ 20557, parent: 0000:00:02.0
[11895.888159] call i2c-7+ returned 0 after 0 usecs
[11895.888166] calling  i2c-8+ @ 20557, parent: 0000:00:02.0
[11895.888172] call i2c-8+ returned 0 after 0 usecs
[11895.888179] calling  card0-HDMI-A-1+ @ 20557, parent: card0
[11895.888185] call card0-HDMI-A-1+ returned 0 after 0 usecs
[11895.888192] calling  card0-eDP-1+ @ 20557, parent: card0
[11895.888199] call card0-eDP-1+ returned 0 after 0 usecs
[11895.888206] calling  i2c-9+ @ 20557, parent: card0-eDP-1
[11895.888212] call i2c-9+ returned 0 after 0 usecs
[11895.888220] calling  intel_backlight+ @ 20557, parent: card0-eDP-1
[11895.890319] call intel_backlight+ returned 0 after 2039 usecs
[11895.890327] calling  card0-HDMI-A-2+ @ 20557, parent: card0
[11895.890334] call card0-HDMI-A-2+ returned 0 after 0 usecs
[11895.890341] calling  card0-DP-1+ @ 20557, parent: card0
[11895.890347] call card0-DP-1+ returned 0 after 0 usecs
[11895.890354] calling  i2c-10+ @ 20557, parent: card0-DP-1
[11895.890361] call i2c-10+ returned 0 after 0 usecs
[11895.890367] calling  vgem+ @ 20557, parent: platform
[11895.890374] call vgem+ returned 0 after 0 usecs
[11895.890380] calling  renderD129+ @ 20557, parent: vgem
[11895.890387] call renderD129+ returned 0 after 0 usecs
[11895.890394] calling  card1+ @ 20557, parent: vgem
[11895.890400] call card1+ returned 0 after 0 usecs
[11895.890416] calling  cros_ec_lpc.0+ @ 20557, parent: platform
[11895.890422] call cros_ec_lpc.0+ returned 0 after 0 usecs
[11895.890430] calling  cros-ec-dev.0+ @ 20557, parent: cros_ec_lpc.0
[11895.890437] call cros-ec-dev.0+ returned 0 after 0 usecs
[11895.890448] calling  i8042+ @ 20557, parent: platform
[11895.890744] call i8042+ returned 0 after 282 usecs
[11895.890751] calling  serio0+ @ 20557, parent: i8042
[11895.890761] call serio0+ returned 0 after 3 usecs
[11895.890771] calling  rtc0+ @ 20557, parent: 00:06
[11895.890777] call rtc0+ returned 0 after 0 usecs
[11895.890783] calling  coretemp.0+ @ 20557, parent: platform
[11895.890790] call coretemp.0+ returned 0 after 0 usecs
[11895.890798] calling  input4+ @ 20557, parent: serio0
[11895.890818] call input4+ returned 0 after 13 usecs
[11895.890826] calling  mmc0::+ @ 20557, parent: 80860F14:00
[11895.890833] call mmc0::+ returned 0 after 0 usecs
[11895.890840] calling  mmc1::+ @ 20557, parent: 80860F16:00
[11895.890847] call mmc1::+ returned 0 after 0 usecs
[11895.890854] calling  gsmi+ @ 20557, parent: platform
[11895.890860] call gsmi+ returned 0 after 0 usecs
[11895.890867] calling  ramoops.0+ @ 20557, parent: platform
[11895.890874] call ramoops.0+ returned 0 after 0 usecs
[11895.890881] calling  snd-soc-dummy+ @ 20557, parent: platform
[11895.890888] call snd-soc-dummy+ returned 0 after 0 usecs
[11895.890899] calling  input5+ @ 20557, parent: 0-0015
[11895.890914] call input5+ returned 0 after 8 usecs
[11895.890922] calling  mmc0:0001+ @ 20557, parent: mmc0
[11895.890946] call mmc0:0001+ returned 0 after 16 usecs
[11895.890968] calling  rfkill0+ @ 20557, parent: hci0
[11895.890976] call rfkill0+ returned 0 after 1 usecs
[11895.890985] calling  regulatory.0+ @ 20557, parent: platform
[11895.890991] call regulatory.0+ returned 0 after 0 usecs
[11895.890999] calling  byt-max98090+ @ 20557, parent: 80860F28:00
[11895.891007] call byt-max98090+ returned 0 after 0 usecs
[11895.891015] calling  baytrail-pcm-audio+ @ 20557, parent: 80860F28:00
[11895.891023] call baytrail-pcm-audio+ returned 0 after 0 usecs
[11895.891032] calling  input6+ @ 20557, parent: card0
[11895.891039] call input6+ returned 0 after 0 usecs
[11895.891046] calling  input7+ @ 20557, parent: card0
[11895.891053] call input7+ returned 0 after 0 usecs
[11895.891065] calling  input8+ @ 20557, parent: card1
[11895.891071] call input8+ returned 0 after 0 usecs
[11895.891078] calling  input9+ @ 20557, parent: card1
[11895.891085] call input9+ returned 0 after 0 usecs
[11895.891101] calling  phy0-led+ @ 20557, parent: 0000:01:00.0
[11895.891108] call phy0-led+ returned 0 after 0 usecs
[11895.891116] calling  rfkill1+ @ 20557, parent: phy0
[11895.891123] call rfkill1+ returned 0 after 0 usecs
[11895.891133] calling  input10+ @ 20557, parent: 1-1:1.0
[11895.891159] call input10+ returned 0 after 19 usecs
[11895.891169] calling  input11+ @ 20557, parent: 1-1:1.1
[11895.891185] call input11+ returned 0 after 9 usecs
[11895.891208] PM: resume of devices complete after 1339.423 msecs
[11895.891654] PM: Finishing wakeup.
[11895.891889] usb 1-3: USB disconnect, device number 12
[11895.891658] Restarting tasks ... done.
[11896.009705] sda: detected capacity change from 15829303296 to 0
[11896.048307] usb 1-3: new high-speed USB device number 14 using xhci_hcd
[11896.139010] usb 1-3: New USB device found, idVendor=0408, idProduct=5030
[11896.139023] usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[11896.139033] usb 1-3: Product: HP TrueVision HD Webcam
[11896.144707] uvcvideo: Found UVC 1.00 device HP TrueVision HD Webcam (0408:5030)
[11896.151964] usb 1-2.3: USB disconnect, device number 13
[11896.218219] usb 1-2.3: new high-speed USB device number 15 using xhci_hcd
[11896.236361] usb 1-2.3: New USB device found, idVendor=05e3, idProduct=0727
[11896.236378] usb 1-2.3: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[11896.236388] usb 1-2.3: Product: USB Storage
[11896.236395] usb 1-2.3: Manufacturer: Generic
[11896.236401] usb 1-2.3: SerialNumber: 000000000208
[11896.237759] usb-storage 1-2.3:1.0: USB Mass Storage device detected
[11896.263426] scsi7 : usb-storage 1-2.3:1.0
[11897.268643] scsi 7:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0208 PQ: 0 ANSI: 0
[11897.755622] sd 7:0:0:0: [sda] 30916608 512-byte logical blocks: (15.8 GB/14.7 GiB)
[11897.757522] sd 7:0:0:0: [sda] Write Protect is off
[11897.757536] sd 7:0:0:0: [sda] Mode Sense: 0b 00 00 08
[11897.758964] sd 7:0:0:0: [sda] No Caching mode page found
[11897.758977] sd 7:0:0:0: [sda] Assuming drive cache: write through
[11897.762975] sd 7:0:0:0: [sda] No Caching mode page found
[11897.762988] sd 7:0:0:0: [sda] Assuming drive cache: write through
[11897.765177]  sda: sda1
[11897.775196] sd 7:0:0:0: [sda] No Caching mode page found
[11897.775209] sd 7:0:0:0: [sda] Assuming drive cache: write through
[11897.775220] sd 7:0:0:0: [sda] Attached SCSI removable disk
[11898.448562] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
crosh> 

Jakob Kummerow

unread,
Dec 9, 2016, 5:40:31 PM12/9/16
to ubuntul...@gmail.com, Chromium-discuss
Where do you see any network activity? The majority of the output you posted is from "dmesg", which dumps a kernel event log; it's always pretty verbose. At a quick glance I didn't see anything to worry about.

u buntu

unread,
Dec 11, 2016, 6:48:54 AM12/11/16
to Chromium-discuss
Thanks Jacok. So the remote connections and phone calls are normal? i personally dont understand much about pcs so excuse me. but there is one more even more important thing that seems to get wthin the boot up code everytime, its been missing maybe once, after messing with dev mode, ubuntu, etc. Here is a general looking script for the start up...note "enable prefixed encypted media, enterprise enrollmental inital modulus...." :



======/opt/google/chrome/chrome --ppapi-flash-path=/opt/google/chrome/pepper/libpepflashplayer.so --ppapi-flash-version=23.0.0.207 --ui-prioritize-in-gpu-process --use-gl=egl --gpu-sandbox-failures-fatal=yes --enable-logging --log-level=1 --use-cras --enable-wayland-server --user-data-dir=/home/chronos --max-unused-resource-memory-usage-percentage=5 --login-profile=user --has-chromeos-keyboard --default-wallpaper-large=/usr/share/chromeos-assets/wallpaper/oem_large.jpg --default-wallpaper-small=/usr/share/chromeos-assets/wallpaper/oem_small.jpg --default-wallpaper-is-oem --guest-wallpaper-large=/usr/share/chromeos-assets/wallpaper/guest_large.jpg --guest-wallpaper-small=/usr/share/chromeos-assets/wallpaper/guest_small.jpg --enable-prefixed-encrypted-media --enterprise-enrollment-initial-modulus=15 --enterprise-enrollment-modulus-limit=19 --vmodule=screen_locker=2,webui_screen_locker=2,lock_state_controller=2,webui_login_view=2,power_button_observer=2,*ui/display/chromeos*=1,*ash/display*=1,*ui/ozone*=1,*zygote*=1,*plugin*=2,*chromeos/login/*=1 --login-manager --first-exec-after-boot==========

Any help and explanation on this code, etc. would be very greatly appreciated!

Chris
...

PhistucK

unread,
Dec 11, 2016, 7:02:07 AM12/11/16
to ubuntul...@gmail.com, Chromium-discuss
It seems pretty normal to me, those are just command line flags that are passed to Chrome on startup. They change the default Chrome behavior to match the Chrome OS experience.


PhistucK

--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+unsubscribe@chromium.org.

Just

unread,
Dec 21, 2016, 1:32:25 AM12/21/16
to Chromium-discuss
Thanks Jackob I appreciate it. But why the enterprise enrollment module? 


Chris


On Friday, December 9, 2016 at 4:09:02 PM UTC-5, u buntu wrote:
...

Jakob Kummerow

unread,
Dec 27, 2016, 8:21:51 AM12/27/16
to feelinglike...@gmail.com, Chromium-discuss
"module" and "modulus" is not the same ;-)
It's just a command-line flag providing an initialization value for some internal variable. It doesn't mean that your device is enterprise-enrolled.

As for your previous question: I see no "remote connections and phone calls". I'm guessing that you're referring to log lines like:
calling phy0-led+ @ 14435, parent: 0000:01:00.0
call phy0-led+ returned 0 after 0 usecs
but that's just the kernel checking in with all internal devices after waking up from standby. That's the kernel's job. Just because it uses the word "call" doesn't mean it's a phone call.

Log messages are intended to provide clues for where to look when something isn't working, so they are intentionally verbose. As long as everything works, don't worry about them.

--
Reply all
Reply to author
Forward
0 new messages