Last active
December 4, 2015 09:51
-
-
Save MakisH/bf670963ee7557fbb42b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## lspci -knn | grep Net -A2 | |
04:00.0 Network controller [0280]: Broadcom Corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01) | |
Subsystem: Dell Wireless 1520 Half-size Mini PCIe Card [1028:000e] | |
Kernel driver in use: bcma-pci-bridge | |
## iwconfig | |
eth0 no wireless extensions. | |
lo no wireless extensions. | |
wlan0 IEEE 802.11abgn ESSID:"(removed by hand)" | |
Mode:Managed Frequency:2.472 GHz Access Point: (removed by hand) | |
Bit Rate=117 Mb/s Tx-Power=19 dBm | |
Retry long limit:7 RTS thr:off Fragment thr:off | |
Power Management:off | |
Link Quality=50/70 Signal level=-60 dBm | |
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 | |
Tx excessive retries:708 Invalid misc:192 Missed beacon:0 | |
## sudo lshw -class network: | |
*-network | |
description: Network controller | |
product: BCM43224 802.11a/b/g/n | |
vendor: Broadcom Corporation | |
physical id: 0 | |
bus info: pci@0000:04:00.0 | |
version: 01 | |
width: 64 bits | |
clock: 33MHz | |
capabilities: pm msi pciexpress bus_master cap_list | |
configuration: driver=bcma-pci-bridge latency=0 | |
resources: irq:17 memory:f0500000-f0503fff | |
*-network | |
description: Ethernet interface | |
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller | |
vendor: Realtek Semiconductor Co., Ltd. | |
physical id: 0 | |
bus info: pci@0000:09:00.0 | |
logical name: eth0 | |
version: 03 | |
serial: f0:4d:a2:41:4f:8c | |
size: 10Mbit/s | |
capacity: 1Gbit/s | |
width: 64 bits | |
clock: 33MHz | |
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation | |
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8168d-1.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s | |
resources: irq:41 ioport:5000(size=256) memory:f0404000-f0404fff memory:f0400000-f0403fff memory:f0420000-f043ffff | |
*-network | |
description: Wireless interface | |
physical id: 4 | |
logical name: wlan0 | |
serial: c4:17:fe:c3:ae:d9 | |
capabilities: ethernet physical wireless | |
configuration: broadcast=yes driver=brcmsmac driverversion=3.13.0-71-generic firmware=610.812 ip=192.168.2.187 link=yes multicast=yes wireless=IEEE 802.11abgn | |
## rfkill list all | |
0: phy0: Wireless LAN | |
Soft blocked: no | |
Hard blocked: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 3.13.0-71-generic (buildd@lgw01-09) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 (Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29) | |
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-71-generic root=UUID=4c562e9b-96ae-45d5-b5d8-85f04a5d67eb ro quiet splash acpi_backlight=vendor vt.handoff=7 | |
[ 0.000000] KERNEL supported cpus: | |
[ 0.000000] Intel GenuineIntel | |
[ 0.000000] AMD AuthenticAMD | |
[ 0.000000] Centaur CentaurHauls | |
[ 0.000000] e820: BIOS-provided physical RAM map: | |
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable | |
[ 0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009f27bfff] usable | |
[ 0.000000] BIOS-e820: [mem 0x000000009f27c000-0x000000009f281fff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x000000009f282000-0x000000009f3e5fff] usable | |
[ 0.000000] BIOS-e820: [mem 0x000000009f3e6000-0x000000009f40efff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x000000009f40f000-0x000000009f46efff] usable | |
[ 0.000000] BIOS-e820: [mem 0x000000009f46f000-0x000000009f46ffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x000000009f470000-0x000000009f4f0fff] ACPI NVS | |
[ 0.000000] BIOS-e820: [mem 0x000000009f4f1000-0x000000009f70efff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x000000009f70f000-0x000000009f716fff] usable | |
[ 0.000000] BIOS-e820: [mem 0x000000009f717000-0x000000009f71efff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x000000009f71f000-0x000000009f77dfff] usable | |
[ 0.000000] BIOS-e820: [mem 0x000000009f77e000-0x000000009f79efff] ACPI NVS | |
[ 0.000000] BIOS-e820: [mem 0x000000009f79f000-0x000000009f7e1fff] usable | |
[ 0.000000] BIOS-e820: [mem 0x000000009f7e2000-0x000000009f7fefff] ACPI data | |
[ 0.000000] BIOS-e820: [mem 0x000000009f7ff000-0x000000009f7fffff] usable | |
[ 0.000000] BIOS-e820: [mem 0x000000009f800000-0x000000009fffffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000f0b04000-0x00000000f0b04fff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000feaff000-0x00000000feafffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001fbffffff] usable | |
[ 0.000000] BIOS-e820: [mem 0x0000000200000000-0x000000025bffffff] usable | |
[ 0.000000] NX (Execute Disable) protection: active | |
[ 0.000000] SMBIOS 2.6 present. | |
[ 0.000000] DMI: Dell Inc. Studio 1558/0874P6, BIOS A12 03/30/2011 | |
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved | |
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable | |
[ 0.000000] No AGP bridge found | |
[ 0.000000] e820: last_pfn = 0x25c000 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-CFFFF write-protect | |
[ 0.000000] D0000-DBFFF uncachable | |
[ 0.000000] DC000-FFFFF write-through | |
[ 0.000000] MTRR variable ranges enabled: | |
[ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect | |
[ 0.000000] 1 base 000000000 mask F80000000 write-back | |
[ 0.000000] 2 base 080000000 mask FE0000000 write-back | |
[ 0.000000] 3 base 100000000 mask F00000000 write-back | |
[ 0.000000] 4 base 200000000 mask FC0000000 write-back | |
[ 0.000000] 5 base 240000000 mask FE0000000 write-back | |
[ 0.000000] 6 base 25C000000 mask FFC000000 uncachable | |
[ 0.000000] 7 disabled | |
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 | |
[ 0.000000] e820: last_pfn = 0x9f800 max_arch_pfn = 0x400000000 | |
[ 0.000000] found SMP MP-table at [mem 0x000f7050-0x000f705f] mapped at [ffff8800000f7050] | |
[ 0.000000] Scanning 1 areas for low memory corruption | |
[ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576 | |
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] | |
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k | |
[ 0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE | |
[ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE | |
[ 0.000000] BRK [0x01fe4000, 0x01fe4fff] PGTABLE | |
[ 0.000000] init_memory_mapping: [mem 0x25be00000-0x25bffffff] | |
[ 0.000000] [mem 0x25be00000-0x25bffffff] page 2M | |
[ 0.000000] BRK [0x01fe5000, 0x01fe5fff] PGTABLE | |
[ 0.000000] init_memory_mapping: [mem 0x258000000-0x25bdfffff] | |
[ 0.000000] [mem 0x258000000-0x25bdfffff] page 2M | |
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x257ffffff] | |
[ 0.000000] [mem 0x200000000-0x257ffffff] page 2M | |
[ 0.000000] BRK [0x01fe6000, 0x01fe6fff] PGTABLE | |
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x9f27bfff] | |
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k | |
[ 0.000000] [mem 0x00200000-0x9f1fffff] page 2M | |
[ 0.000000] [mem 0x9f200000-0x9f27bfff] page 4k | |
[ 0.000000] init_memory_mapping: [mem 0x9f282000-0x9f3e5fff] | |
[ 0.000000] [mem 0x9f282000-0x9f3e5fff] page 4k | |
[ 0.000000] init_memory_mapping: [mem 0x9f40f000-0x9f46efff] | |
[ 0.000000] [mem 0x9f40f000-0x9f46efff] page 4k | |
[ 0.000000] BRK [0x01fe7000, 0x01fe7fff] PGTABLE | |
[ 0.000000] init_memory_mapping: [mem 0x9f70f000-0x9f716fff] | |
[ 0.000000] [mem 0x9f70f000-0x9f716fff] page 4k | |
[ 0.000000] init_memory_mapping: [mem 0x9f71f000-0x9f77dfff] | |
[ 0.000000] [mem 0x9f71f000-0x9f77dfff] page 4k | |
[ 0.000000] init_memory_mapping: [mem 0x9f79f000-0x9f7e1fff] | |
[ 0.000000] [mem 0x9f79f000-0x9f7e1fff] page 4k | |
[ 0.000000] init_memory_mapping: [mem 0x9f7ff000-0x9f7fffff] | |
[ 0.000000] [mem 0x9f7ff000-0x9f7fffff] page 4k | |
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1fbffffff] | |
[ 0.000000] [mem 0x100000000-0x1fbffffff] page 2M | |
[ 0.000000] RAMDISK: [mem 0x35b46000-0x36d9afff] | |
[ 0.000000] ACPI: RSDP 00000000000f6f70 000024 (v02 PTLTD ) | |
[ 0.000000] ACPI: XSDT 000000009f7f403e 000074 (v01 DELL QA09 06040000 LTP 00000000) | |
[ 0.000000] ACPI: FACP 000000009f7e4000 0000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001) | |
[ 0.000000] ACPI: DSDT 000000009f7e5000 00A9B8 (v02 Intel CALPELLA 06040000 INTL 20060912) | |
[ 0.000000] ACPI: FACS 000000009f79bfc0 000040 | |
[ 0.000000] ACPI: HPET 000000009f7fec0a 000038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A) | |
[ 0.000000] ACPI: MCFG 000000009f7fec42 00003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A) | |
[ 0.000000] ACPI: APIC 000000009f7fec7e 000084 (v01 PTLTD ? APIC 06040000 LTP 00000000) | |
[ 0.000000] ACPI: BOOT 000000009f7fed02 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) | |
[ 0.000000] ACPI: SPCR 000000009f7fed2a 000050 (v01 PTLTD $UCRTBL$ 06040000 PTL 00000001) | |
[ 0.000000] ACPI: SLIC 000000009f7fed7a 000176 (v01 DELL QA09 06040000 LTP 00000000) | |
[ 0.000000] ACPI: OSFR 000000009f7feef0 000070 (v01 DELL DELL 06040000 ASL 00000061) | |
[ 0.000000] ACPI: ASF! 000000009f7fef60 0000A0 (v16 CETP CETP 06040000 PTL 00000001) | |
[ 0.000000] ACPI: SSDT 000000009f7e3000 0009F1 (v01 PmRef CpuPm 00003000 INTL 20060912) | |
[ 0.000000] ACPI: Local APIC address 0xfee00000 | |
[ 0.000000] No NUMA configuration found | |
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000025bffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x25bffffff] | |
[ 0.000000] NODE_DATA [mem 0x25bff3000-0x25bff7fff] | |
[ 0.000000] [ffffea0000000000-ffffea00097fffff] PMD -> [ffff880253600000-ffff88025b5fffff] on node 0 | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA [mem 0x00001000-0x00ffffff] | |
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] | |
[ 0.000000] Normal [mem 0x100000000-0x25bffffff] | |
[ 0.000000] Movable zone start for each node | |
[ 0.000000] Early memory node ranges | |
[ 0.000000] node 0: [mem 0x00001000-0x0009bfff] | |
[ 0.000000] node 0: [mem 0x00100000-0x9f27bfff] | |
[ 0.000000] node 0: [mem 0x9f282000-0x9f3e5fff] | |
[ 0.000000] node 0: [mem 0x9f40f000-0x9f46efff] | |
[ 0.000000] node 0: [mem 0x9f70f000-0x9f716fff] | |
[ 0.000000] node 0: [mem 0x9f71f000-0x9f77dfff] | |
[ 0.000000] node 0: [mem 0x9f79f000-0x9f7e1fff] | |
[ 0.000000] node 0: [mem 0x9f7ff000-0x9f7fffff] | |
[ 0.000000] node 0: [mem 0x100000000-0x1fbffffff] | |
[ 0.000000] node 0: [mem 0x200000000-0x25bffffff] | |
[ 0.000000] On node 0 totalpages: 2061446 | |
[ 0.000000] DMA zone: 64 pages used for memmap | |
[ 0.000000] DMA zone: 21 pages reserved | |
[ 0.000000] DMA zone: 3995 pages, LIFO batch:0 | |
[ 0.000000] DMA32 zone: 10132 pages used for memmap | |
[ 0.000000] DMA32 zone: 648427 pages, LIFO batch:31 | |
[ 0.000000] Normal zone: 22272 pages used for memmap | |
[ 0.000000] Normal zone: 1409024 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[0x04] enabled) | |
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) | |
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled) | |
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) | |
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) | |
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) | |
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) | |
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) | |
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 | |
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) | |
[ 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 4 CPUs, 0 hotplug CPUs | |
[ 0.000000] nr_irqs_gsi: 40 | |
[ 0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x9f27c000-0x9f281fff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x9f3e6000-0x9f40efff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x9f46f000-0x9f46ffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x9f470000-0x9f4f0fff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x9f4f1000-0x9f70efff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x9f717000-0x9f71efff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x9f77e000-0x9f79efff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x9f7e2000-0x9f7fefff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x9f800000-0x9fffffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf0b03fff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xf0b04000-0xf0b04fff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xf0b05000-0xfeafefff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xfeaff000-0xfeafffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed1bfff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x1fc000000-0x1ffffffff] | |
[ 0.000000] e820: [mem 0xa0000000-0xdfffffff] available for PCI devices | |
[ 0.000000] Booting paravirtualized kernel on bare hardware | |
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1 | |
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88025bc00000 s81536 r8192 d20864 u524288 | |
[ 0.000000] pcpu-alloc: s81536 r8192 d20864 u524288 alloc=1*2097152 | |
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 | |
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2028957 | |
[ 0.000000] Policy zone: Normal | |
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-71-generic root=UUID=4c562e9b-96ae-45d5-b5d8-85f04a5d67eb ro quiet splash acpi_backlight=vendor vt.handoff=7 | |
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) | |
[ 0.000000] Checking aperture... | |
[ 0.000000] No AGP bridge found | |
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area | |
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! | |
[ 0.000000] Memory: 8012780K/8245784K available (7398K kernel code, 1146K rwdata, 3416K rodata, 1336K init, 1448K bss, 233004K reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] Hierarchical RCU implementation. | |
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. | |
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. | |
[ 0.000000] Offload RCU callbacks from all CPUs | |
[ 0.000000] Offload RCU callbacks from CPUs: 0-3. | |
[ 0.000000] NR_IRQS:16640 nr_irqs:712 16 | |
[ 0.000000] Console: colour dummy device 80x25 | |
[ 0.000000] console [tty0] enabled | |
[ 0.000000] allocated 33554432 bytes of page_cgroup | |
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups | |
[ 0.000000] hpet clockevent registered | |
[ 0.000000] tsc: Fast TSC calibration using PIT | |
[ 0.008000] tsc: Detected 2393.853 MHz processor | |
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4787.70 BogoMIPS (lpj=9575412) | |
[ 0.000006] pid_max: default: 32768 minimum: 301 | |
[ 0.000033] Security Framework initialized | |
[ 0.000052] AppArmor: AppArmor initialized | |
[ 0.000054] Yama: becoming mindful. | |
[ 0.000616] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) | |
[ 0.002446] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) | |
[ 0.003263] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
[ 0.003275] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
[ 0.003508] Initializing cgroup subsys memory | |
[ 0.003515] Initializing cgroup subsys devices | |
[ 0.003516] Initializing cgroup subsys freezer | |
[ 0.003518] Initializing cgroup subsys blkio | |
[ 0.003519] Initializing cgroup subsys perf_event | |
[ 0.003521] Initializing cgroup subsys hugetlb | |
[ 0.003542] CPU: Physical Processor ID: 0 | |
[ 0.003543] CPU: Processor Core ID: 0 | |
[ 0.003548] mce: CPU supports 9 MCE banks | |
[ 0.003557] CPU0: Thermal monitoring handled by SMI | |
[ 0.003564] process: using mwait in idle threads | |
[ 0.003568] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 | |
[ 0.003568] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 | |
[ 0.003568] tlb_flushall_shift: 6 | |
[ 0.003677] Freeing SMP alternatives memory: 32K (ffffffff81e6e000 - ffffffff81e76000) | |
[ 0.004879] ACPI: Core revision 20131115 | |
[ 0.009220] ACPI: All ACPI Tables successfully acquired | |
[ 0.018638] ftrace: allocating 28596 entries in 112 pages | |
[ 0.033044] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 | |
[ 0.072752] smpboot: CPU0: Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz (fam: 06, model: 25, stepping: 02) | |
[ 0.180102] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver. | |
[ 0.180108] perf_event_intel: CPUID marked event: 'bus cycles' unavailable | |
[ 0.180111] ... version: 3 | |
[ 0.180112] ... bit width: 48 | |
[ 0.180112] ... generic registers: 4 | |
[ 0.180113] ... value mask: 0000ffffffffffff | |
[ 0.180114] ... max period: 000000007fffffff | |
[ 0.180115] ... fixed-purpose events: 3 | |
[ 0.180116] ... event mask: 000000070000000f | |
[ 0.181691] x86: Booting SMP configuration: | |
[ 0.192748] CPU1: Thermal monitoring handled by SMI | |
[ 0.194922] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. | |
[ 0.206079] CPU2: Thermal monitoring handled by SMI | |
[ 0.219357] CPU3: Thermal monitoring handled by SMI | |
[ 0.181694] .... node #0, CPUs: #1 #2 #3 | |
[ 0.221482] x86: Booted up 1 node, 4 CPUs | |
[ 0.221486] smpboot: Total of 4 processors activated (19150.82 BogoMIPS) | |
[ 0.223864] devtmpfs: initialized | |
[ 0.227273] EVM: security.selinux | |
[ 0.227275] EVM: security.SMACK64 | |
[ 0.227276] EVM: security.ima | |
[ 0.227277] EVM: security.capability | |
[ 0.227327] PM: Registering ACPI NVS region [mem 0x9f470000-0x9f4f0fff] (528384 bytes) | |
[ 0.227337] PM: Registering ACPI NVS region [mem 0x9f77e000-0x9f79efff] (135168 bytes) | |
[ 0.228204] pinctrl core: initialized pinctrl subsystem | |
[ 0.228266] regulator-dummy: no parameters | |
[ 0.228298] RTC time: 8:58:24, date: 12/04/15 | |
[ 0.228332] NET: Registered protocol family 16 | |
[ 0.228440] cpuidle: using governor ladder | |
[ 0.228441] cpuidle: using governor menu | |
[ 0.228481] ACPI: bus type PCI registered | |
[ 0.228483] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
[ 0.228547] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) | |
[ 0.228550] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 | |
[ 0.252773] PCI: Using configuration type 1 for base access | |
[ 0.252949] mtrr: your CPUs had inconsistent variable MTRR settings | |
[ 0.252951] mtrr: probably your BIOS does not setup all CPUs. | |
[ 0.252951] mtrr: corrected configuration. | |
[ 0.253638] bio: create slab <bio-0> at 0 | |
[ 0.253786] ACPI: Added _OSI(Module Device) | |
[ 0.253788] ACPI: Added _OSI(Processor Device) | |
[ 0.253789] ACPI: Added _OSI(3.0 _SCP Extensions) | |
[ 0.253790] ACPI: Added _OSI(Processor Aggregator Device) | |
[ 0.260194] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored | |
[ 0.260892] ACPI: SSDT 000000009f71a918 0003F0 (v01 PmRef Cpu0Ist 00003000 INTL 20060912) | |
[ 0.261155] ACPI: Dynamic OEM Table Load: | |
[ 0.261157] ACPI: SSDT (null) 0003F0 (v01 PmRef Cpu0Ist 00003000 INTL 20060912) | |
[ 0.261267] ACPI: SSDT 000000009f718018 0008B0 (v01 PmRef Cpu0Cst 00003001 INTL 20060912) | |
[ 0.261513] ACPI: Dynamic OEM Table Load: | |
[ 0.261514] ACPI: SSDT (null) 0008B0 (v01 PmRef Cpu0Cst 00003001 INTL 20060912) | |
[ 0.268405] ACPI: SSDT 000000009f719a98 000303 (v01 PmRef ApIst 00003000 INTL 20060912) | |
[ 0.268703] ACPI: Dynamic OEM Table Load: | |
[ 0.268705] ACPI: SSDT (null) 000303 (v01 PmRef ApIst 00003000 INTL 20060912) | |
[ 0.272274] ACPI: SSDT 000000009f717d98 000119 (v01 PmRef ApCst 00003000 INTL 20060912) | |
[ 0.272542] ACPI: Dynamic OEM Table Load: | |
[ 0.272544] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20060912) | |
[ 0.276735] ACPI: Interpreter enabled | |
[ 0.276741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) | |
[ 0.276745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) | |
[ 0.276758] ACPI: (supports S0 S3 S4 S5) | |
[ 0.276760] ACPI: Using IOAPIC for interrupt routing | |
[ 0.276786] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
[ 0.276893] ACPI: No dock devices found. | |
[ 0.277278] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness | |
[ 0.277293] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness | |
[ 0.277414] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness | |
[ 0.277433] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness | |
[ 0.283708] ACPI: Power Resource [FN00] (off) | |
[ 0.283787] ACPI: Power Resource [FN01] (off) | |
[ 0.284379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) | |
[ 0.284385] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] | |
[ 0.284415] \_SB_.PCI0:_OSC invalid UUID | |
[ 0.284416] _OSC request data:1 1f 0 | |
[ 0.284420] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM | |
[ 0.285123] PCI host bridge to bus 0000:00 | |
[ 0.285126] pci_bus 0000:00: root bus resource [bus 00-fe] | |
[ 0.285128] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] | |
[ 0.285129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] | |
[ 0.285131] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] | |
[ 0.285132] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] | |
[ 0.285134] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] | |
[ 0.285135] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] | |
[ 0.285137] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] | |
[ 0.285139] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff] | |
[ 0.285140] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff] | |
[ 0.285148] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000 | |
[ 0.285165] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics | |
[ 0.285242] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400 | |
[ 0.285273] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold | |
[ 0.285324] pci 0000:00:01.0: System wakeup disabled by ACPI | |
[ 0.285384] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000 | |
[ 0.285414] pci 0000:00:16.0: reg 0x10: [mem 0xf0b05800-0xf0b0580f 64bit] | |
[ 0.285508] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold | |
[ 0.285610] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320 | |
[ 0.285635] pci 0000:00:1a.0: reg 0x10: [mem 0xf0b06000-0xf0b063ff] | |
[ 0.285743] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold | |
[ 0.285834] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300 | |
[ 0.285856] pci 0000:00:1b.0: reg 0x10: [mem 0xf0b00000-0xf0b03fff 64bit] | |
[ 0.285951] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold | |
[ 0.286040] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400 | |
[ 0.286139] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold | |
[ 0.286202] pci 0000:00:1c.0: System wakeup disabled by ACPI | |
[ 0.286234] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400 | |
[ 0.286333] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold | |
[ 0.286394] pci 0000:00:1c.1: System wakeup disabled by ACPI | |
[ 0.286427] pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400 | |
[ 0.286525] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold | |
[ 0.286588] pci 0000:00:1c.3: System wakeup disabled by ACPI | |
[ 0.286621] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400 | |
[ 0.286720] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold | |
[ 0.286781] pci 0000:00:1c.4: System wakeup disabled by ACPI | |
[ 0.286813] pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400 | |
[ 0.286915] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold | |
[ 0.286978] pci 0000:00:1c.5: System wakeup disabled by ACPI | |
[ 0.287019] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320 | |
[ 0.287045] pci 0000:00:1d.0: reg 0x10: [mem 0xf0b06400-0xf0b067ff] | |
[ 0.287153] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold | |
[ 0.287221] pci 0000:00:1d.0: System wakeup disabled by ACPI | |
[ 0.287253] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 | |
[ 0.287370] pci 0000:00:1e.0: System wakeup disabled by ACPI | |
[ 0.287401] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100 | |
[ 0.287584] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601 | |
[ 0.287611] pci 0000:00:1f.2: reg 0x10: [io 0x1830-0x1837] | |
[ 0.287622] pci 0000:00:1f.2: reg 0x14: [io 0x1824-0x1827] | |
[ 0.287632] pci 0000:00:1f.2: reg 0x18: [io 0x1828-0x182f] | |
[ 0.287643] pci 0000:00:1f.2: reg 0x1c: [io 0x1820-0x1823] | |
[ 0.287653] pci 0000:00:1f.2: reg 0x20: [io 0x1800-0x181f] | |
[ 0.287664] pci 0000:00:1f.2: reg 0x24: [mem 0xf0b05000-0xf0b057ff] | |
[ 0.287730] pci 0000:00:1f.2: PME# supported from D3hot | |
[ 0.287813] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500 | |
[ 0.287834] pci 0000:00:1f.3: reg 0x10: [mem 0xf0b06800-0xf0b068ff 64bit] | |
[ 0.287863] pci 0000:00:1f.3: reg 0x20: [io 0x1840-0x185f] | |
[ 0.287968] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000 | |
[ 0.287996] pci 0000:00:1f.6: reg 0x10: [mem 0xf0b04000-0xf0b04fff 64bit] | |
[ 0.288192] pci 0000:02:00.0: [1002:68e0] type 00 class 0x030000 | |
[ 0.288204] pci 0000:02:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref] | |
[ 0.288213] pci 0000:02:00.0: reg 0x18: [mem 0xcfee0000-0xcfefffff 64bit] | |
[ 0.288220] pci 0000:02:00.0: reg 0x20: [io 0x2000-0x20ff] | |
[ 0.288231] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] | |
[ 0.288257] pci 0000:02:00.0: supports D1 D2 | |
[ 0.288298] pci 0000:02:00.1: [1002:aa68] type 00 class 0x040300 | |
[ 0.288309] pci 0000:02:00.1: reg 0x10: [mem 0xcfedc000-0xcfedffff 64bit] | |
[ 0.288359] pci 0000:02:00.1: supports D1 D2 | |
[ 0.288404] pci 0000:00:01.0: PCI bridge to [bus 02] | |
[ 0.288406] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff] | |
[ 0.288409] pci 0000:00:01.0: bridge window [mem 0xcfe00000-0xcfefffff] | |
[ 0.288412] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] | |
[ 0.288482] pci 0000:00:1c.0: PCI bridge to [bus 03] | |
[ 0.288659] pci 0000:04:00.0: [14e4:4353] type 00 class 0x028000 | |
[ 0.288726] pci 0000:04:00.0: reg 0x10: [mem 0xf0500000-0xf0503fff 64bit] | |
[ 0.289109] pci 0000:04:00.0: supports D1 D2 | |
[ 0.289111] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold | |
[ 0.289195] pci 0000:04:00.0: System wakeup disabled by ACPI | |
[ 0.289262] pci 0000:00:1c.1: PCI bridge to [bus 04] | |
[ 0.289269] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff] | |
[ 0.289351] pci 0000:00:1c.3: PCI bridge to [bus 05-06] | |
[ 0.289356] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff] | |
[ 0.289360] pci 0000:00:1c.3: bridge window [mem 0xf0600000-0xf06fffff] | |
[ 0.289367] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf01fffff 64bit pref] | |
[ 0.289463] pci 0000:07:00.0: [1180:e822] type 00 class 0x080500 | |
[ 0.289480] pci 0000:07:00.0: MMC controller base frequency changed to 50Mhz. | |
[ 0.289492] pci 0000:07:00.0: proprietary Ricoh MMC controller disabled (via firewire function) | |
[ 0.289494] pci 0000:07:00.0: MMC cards are now supported by standard SDHCI controller | |
[ 0.289515] pci 0000:07:00.0: reg 0x10: [mem 0xf0700000-0xf07000ff] | |
[ 0.289676] pci 0000:07:00.0: supports D1 D2 | |
[ 0.289677] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold | |
[ 0.289711] pci 0000:07:00.0: System wakeup disabled by ACPI | |
[ 0.289757] pci 0000:07:00.1: [1180:e230] type 00 class 0x088000 | |
[ 0.289779] pci 0000:07:00.1: reg 0x10: [mem 0xf0800800-0xf08008ff] | |
[ 0.289940] pci 0000:07:00.1: supports D1 D2 | |
[ 0.289941] pci 0000:07:00.1: PME# supported from D0 D1 D2 D3hot D3cold | |
[ 0.290014] pci 0000:07:00.3: [1180:e832] type 00 class 0x0c0010 | |
[ 0.290037] pci 0000:07:00.3: reg 0x10: [mem 0xf0800000-0xf08007ff] | |
[ 0.290198] pci 0000:07:00.3: supports D1 D2 | |
[ 0.290200] pci 0000:07:00.3: PME# supported from D0 D1 D2 D3hot D3cold | |
[ 0.298949] pci 0000:00:1c.4: PCI bridge to [bus 07-08] | |
[ 0.298957] pci 0000:00:1c.4: bridge window [io 0x4000-0x4fff] | |
[ 0.298964] pci 0000:00:1c.4: bridge window [mem 0xf0700000-0xf08fffff] | |
[ 0.298974] pci 0000:00:1c.4: bridge window [mem 0xf0200000-0xf03fffff 64bit pref] | |
[ 0.299076] pci 0000:09:00.0: [10ec:8168] type 00 class 0x020000 | |
[ 0.299093] pci 0000:09:00.0: reg 0x10: [io 0x5000-0x50ff] | |
[ 0.299122] pci 0000:09:00.0: reg 0x18: [mem 0xf0404000-0xf0404fff 64bit pref] | |
[ 0.299139] pci 0000:09:00.0: reg 0x20: [mem 0xf0400000-0xf0403fff 64bit pref] | |
[ 0.299151] pci 0000:09:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] | |
[ 0.299216] pci 0000:09:00.0: supports D1 D2 | |
[ 0.299217] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold | |
[ 0.299250] pci 0000:09:00.0: System wakeup disabled by ACPI | |
[ 0.306934] pci 0000:00:1c.5: PCI bridge to [bus 09] | |
[ 0.306942] pci 0000:00:1c.5: bridge window [io 0x5000-0x5fff] | |
[ 0.306956] pci 0000:00:1c.5: bridge window [mem 0xf0400000-0xf04fffff 64bit pref] | |
[ 0.307054] pci 0000:00:1e.0: PCI bridge to [bus 0a] (subtractive decode) | |
[ 0.307066] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) | |
[ 0.307068] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) | |
[ 0.307070] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) | |
[ 0.307071] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode) | |
[ 0.307073] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode) | |
[ 0.307074] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode) | |
[ 0.307076] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode) | |
[ 0.307078] pci 0000:00:1e.0: bridge window [mem 0xa0000000-0xdfffffff] (subtractive decode) | |
[ 0.307079] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode) | |
[ 0.307479] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15) | |
[ 0.307530] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *7 11 12 14 15) | |
[ 0.307578] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 | |
[ 0.307626] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 | |
[ 0.307674] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. | |
[ 0.307723] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. | |
[ 0.307771] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 | |
[ 0.307820] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 | |
[ 0.308542] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff]) | |
[ 0.308546] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] | |
[ 0.308550] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM | |
[ 0.308607] PCI host bridge to bus 0000:ff | |
[ 0.308609] pci_bus 0000:ff: root bus resource [bus ff] | |
[ 0.308614] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000 | |
[ 0.308649] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000 | |
[ 0.308684] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000 | |
[ 0.308715] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000 | |
[ 0.308747] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000 | |
[ 0.308778] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000 | |
[ 0.308963] ACPI: Enabled 4 GPEs in block 00 to 3F | |
[ 0.308969] ACPI: \_SB_.PCI0: notify handler is installed | |
[ 0.309006] ACPI: \_SB_.CPBG: notify handler is installed | |
[ 0.309015] Found 2 acpi root devices | |
[ 0.309191] ACPI : EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62 | |
[ 0.309290] vgaarb: setting as boot device: PCI:0000:02:00.0 | |
[ 0.309292] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none | |
[ 0.309294] vgaarb: loaded | |
[ 0.309296] vgaarb: bridge control possible 0000:02:00.0 | |
[ 0.309454] SCSI subsystem initialized | |
[ 0.309495] libata version 3.00 loaded. | |
[ 0.309520] ACPI: bus type USB registered | |
[ 0.309534] usbcore: registered new interface driver usbfs | |
[ 0.309540] usbcore: registered new interface driver hub | |
[ 0.309559] usbcore: registered new device driver usb | |
[ 0.309658] PCI: Using ACPI for IRQ routing | |
[ 0.319455] PCI: pci_cache_line_size set to 64 bytes | |
[ 0.319566] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff] | |
[ 0.319568] e820: reserve RAM buffer [mem 0x9f27c000-0x9fffffff] | |
[ 0.319570] e820: reserve RAM buffer [mem 0x9f3e6000-0x9fffffff] | |
[ 0.319572] e820: reserve RAM buffer [mem 0x9f46f000-0x9fffffff] | |
[ 0.319574] e820: reserve RAM buffer [mem 0x9f717000-0x9fffffff] | |
[ 0.319575] e820: reserve RAM buffer [mem 0x9f77e000-0x9fffffff] | |
[ 0.319577] e820: reserve RAM buffer [mem 0x9f7e2000-0x9fffffff] | |
[ 0.319578] e820: reserve RAM buffer [mem 0x9f800000-0x9fffffff] | |
[ 0.319664] NetLabel: Initializing | |
[ 0.319666] NetLabel: domain hash size = 128 | |
[ 0.319667] NetLabel: protocols = UNLABELED CIPSOv4 | |
[ 0.319680] NetLabel: unlabeled traffic allowed by default | |
[ 0.319759] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 | |
[ 0.319763] hpet0: 8 comparators, 64-bit 14.318180 MHz counter | |
[ 0.321807] Switched to clocksource hpet | |
[ 0.326314] AppArmor: AppArmor Filesystem Enabled | |
[ 0.326346] pnp: PnP ACPI init | |
[ 0.326360] ACPI: bus type PNP registered | |
[ 0.326456] pnp 00:00: [dma 4] | |
[ 0.326481] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active) | |
[ 0.326500] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active) | |
[ 0.326601] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active) | |
[ 0.326626] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active) | |
[ 0.326690] system 00:04: [io 0x0680-0x069f] has been reserved | |
[ 0.326692] system 00:04: [io 0x0500-0x050f] has been reserved | |
[ 0.326694] system 00:04: [io 0x0600-0x0603] has been reserved | |
[ 0.326695] system 00:04: [io 0xffff] has been reserved | |
[ 0.326698] system 00:04: [io 0x0400-0x047f] could not be reserved | |
[ 0.326699] system 00:04: [io 0x1180-0x11ff] has been reserved | |
[ 0.326701] system 00:04: [io 0x164e-0x164f] has been reserved | |
[ 0.326703] system 00:04: [io 0xfe00] has been reserved | |
[ 0.326705] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) | |
[ 0.326746] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active) | |
[ 0.326773] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active) | |
[ 0.326799] pnp 00:07: Plug and Play ACPI device, IDs PNP0f13 (active) | |
[ 0.327064] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved | |
[ 0.327066] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved | |
[ 0.327068] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved | |
[ 0.327070] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved | |
[ 0.327071] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved | |
[ 0.327073] system 00:08: [mem 0xfeaff000-0xfeafffff] has been reserved | |
[ 0.327075] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved | |
[ 0.327077] system 00:08: [mem 0xfed40000-0xfed44fff] has been reserved | |
[ 0.327079] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved | |
[ 0.327080] system 00:08: [mem 0xff000000-0xffffffff] has been reserved | |
[ 0.327082] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved | |
[ 0.327085] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) | |
[ 0.327221] pnp 00:09: Plug and Play ACPI device, IDs SMO8800 (active) | |
[ 0.328003] pnp: PnP ACPI: found 10 devices | |
[ 0.328005] ACPI: bus type PNP unregistered | |
[ 0.334375] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000 | |
[ 0.334379] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 | |
[ 0.334381] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 | |
[ 0.334392] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000 | |
[ 0.334394] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 | |
[ 0.334420] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x001fffff] to [bus 09] add_size 400000 | |
[ 0.334433] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 | |
[ 0.334435] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 | |
[ 0.334437] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 | |
[ 0.334438] pci 0000:00:1c.5: res[14]=[mem 0x00100000-0x001fffff] get_res_add_size add_size 400000 | |
[ 0.334440] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 | |
[ 0.334442] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 | |
[ 0.334447] pci 0000:00:1c.0: BAR 14: assigned [mem 0xa0000000-0xa01fffff] | |
[ 0.334449] pci 0000:00:1c.0: BAR 15: assigned [mem 0xa0200000-0xa03fffff 64bit pref] | |
[ 0.334452] pci 0000:00:1c.1: BAR 15: assigned [mem 0xa0400000-0xa05fffff 64bit pref] | |
[ 0.334454] pci 0000:00:1c.5: BAR 14: assigned [mem 0xa0600000-0xa0afffff] | |
[ 0.334457] pci 0000:00:1c.0: BAR 13: assigned [io 0x6000-0x6fff] | |
[ 0.334459] pci 0000:00:1c.1: BAR 13: assigned [io 0x7000-0x7fff] | |
[ 0.334462] pci 0000:02:00.0: BAR 6: assigned [mem 0xcfe00000-0xcfe1ffff pref] | |
[ 0.334465] pci 0000:00:01.0: PCI bridge to [bus 02] | |
[ 0.334468] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff] | |
[ 0.334470] pci 0000:00:01.0: bridge window [mem 0xcfe00000-0xcfefffff] | |
[ 0.334473] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] | |
[ 0.334476] pci 0000:00:1c.0: PCI bridge to [bus 03] | |
[ 0.334479] pci 0000:00:1c.0: bridge window [io 0x6000-0x6fff] | |
[ 0.334485] pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xa01fffff] | |
[ 0.334490] pci 0000:00:1c.0: bridge window [mem 0xa0200000-0xa03fffff 64bit pref] | |
[ 0.334497] pci 0000:00:1c.1: PCI bridge to [bus 04] | |
[ 0.334500] pci 0000:00:1c.1: bridge window [io 0x7000-0x7fff] | |
[ 0.334506] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff] | |
[ 0.334511] pci 0000:00:1c.1: bridge window [mem 0xa0400000-0xa05fffff 64bit pref] | |
[ 0.334518] pci 0000:00:1c.3: PCI bridge to [bus 05-06] | |
[ 0.334521] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff] | |
[ 0.334527] pci 0000:00:1c.3: bridge window [mem 0xf0600000-0xf06fffff] | |
[ 0.334532] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf01fffff 64bit pref] | |
[ 0.334539] pci 0000:00:1c.4: PCI bridge to [bus 07-08] | |
[ 0.334543] pci 0000:00:1c.4: bridge window [io 0x4000-0x4fff] | |
[ 0.334548] pci 0000:00:1c.4: bridge window [mem 0xf0700000-0xf08fffff] | |
[ 0.334553] pci 0000:00:1c.4: bridge window [mem 0xf0200000-0xf03fffff 64bit pref] | |
[ 0.334561] pci 0000:09:00.0: BAR 6: assigned [mem 0xf0420000-0xf043ffff pref] | |
[ 0.334563] pci 0000:00:1c.5: PCI bridge to [bus 09] | |
[ 0.334566] pci 0000:00:1c.5: bridge window [io 0x5000-0x5fff] | |
[ 0.334572] pci 0000:00:1c.5: bridge window [mem 0xa0600000-0xa0afffff] | |
[ 0.334576] pci 0000:00:1c.5: bridge window [mem 0xf0400000-0xf04fffff 64bit pref] | |
[ 0.334583] pci 0000:00:1e.0: PCI bridge to [bus 0a] | |
[ 0.334598] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] | |
[ 0.334600] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] | |
[ 0.334601] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] | |
[ 0.334603] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff] | |
[ 0.334604] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff] | |
[ 0.334606] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff] | |
[ 0.334608] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff] | |
[ 0.334609] pci_bus 0000:00: resource 11 [mem 0xa0000000-0xdfffffff] | |
[ 0.334611] pci_bus 0000:00: resource 12 [mem 0xf0000000-0xfebfffff] | |
[ 0.334612] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] | |
[ 0.334614] pci_bus 0000:02: resource 1 [mem 0xcfe00000-0xcfefffff] | |
[ 0.334615] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref] | |
[ 0.334617] pci_bus 0000:03: resource 0 [io 0x6000-0x6fff] | |
[ 0.334619] pci_bus 0000:03: resource 1 [mem 0xa0000000-0xa01fffff] | |
[ 0.334620] pci_bus 0000:03: resource 2 [mem 0xa0200000-0xa03fffff 64bit pref] | |
[ 0.334622] pci_bus 0000:04: resource 0 [io 0x7000-0x7fff] | |
[ 0.334624] pci_bus 0000:04: resource 1 [mem 0xf0500000-0xf05fffff] | |
[ 0.334625] pci_bus 0000:04: resource 2 [mem 0xa0400000-0xa05fffff 64bit pref] | |
[ 0.334627] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff] | |
[ 0.334629] pci_bus 0000:05: resource 1 [mem 0xf0600000-0xf06fffff] | |
[ 0.334630] pci_bus 0000:05: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref] | |
[ 0.334632] pci_bus 0000:07: resource 0 [io 0x4000-0x4fff] | |
[ 0.334633] pci_bus 0000:07: resource 1 [mem 0xf0700000-0xf08fffff] | |
[ 0.334635] pci_bus 0000:07: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref] | |
[ 0.334637] pci_bus 0000:09: resource 0 [io 0x5000-0x5fff] | |
[ 0.334638] pci_bus 0000:09: resource 1 [mem 0xa0600000-0xa0afffff] | |
[ 0.334640] pci_bus 0000:09: resource 2 [mem 0xf0400000-0xf04fffff 64bit pref] | |
[ 0.334642] pci_bus 0000:0a: resource 4 [io 0x0000-0x0cf7] | |
[ 0.334644] pci_bus 0000:0a: resource 5 [io 0x0d00-0xffff] | |
[ 0.334645] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff] | |
[ 0.334647] pci_bus 0000:0a: resource 7 [mem 0x000d0000-0x000d3fff] | |
[ 0.334648] pci_bus 0000:0a: resource 8 [mem 0x000d4000-0x000d7fff] | |
[ 0.334650] pci_bus 0000:0a: resource 9 [mem 0x000d8000-0x000dbfff] | |
[ 0.334651] pci_bus 0000:0a: resource 10 [mem 0x000dc000-0x000dffff] | |
[ 0.334653] pci_bus 0000:0a: resource 11 [mem 0xa0000000-0xdfffffff] | |
[ 0.334654] pci_bus 0000:0a: resource 12 [mem 0xf0000000-0xfebfffff] | |
[ 0.334686] NET: Registered protocol family 2 | |
[ 0.334906] TCP established hash table entries: 65536 (order: 7, 524288 bytes) | |
[ 0.335119] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) | |
[ 0.335404] TCP: Hash tables configured (established 65536 bind 65536) | |
[ 0.335440] TCP: reno registered | |
[ 0.335451] UDP hash table entries: 4096 (order: 5, 131072 bytes) | |
[ 0.335511] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) | |
[ 0.335613] NET: Registered protocol family 1 | |
[ 0.336071] pci 0000:02:00.0: Video device with shadowed ROM | |
[ 0.336129] PCI: CLS 64 bytes, default 64 | |
[ 0.336212] Trying to unpack rootfs image as initramfs... | |
[ 0.634664] Freeing initrd memory: 18772K (ffff880035b46000 - ffff880036d9b000) | |
[ 0.634671] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) | |
[ 0.634673] software IO TLB [mem 0x9b27c000-0x9f27c000] (64MB) mapped at [ffff88009b27c000-ffff88009f27bfff] | |
[ 0.634751] Simple Boot Flag at 0x36 set to 0x80 | |
[ 0.634932] microcode: CPU0 sig=0x20652, pf=0x10, revision=0x9 | |
[ 0.634941] microcode: CPU1 sig=0x20652, pf=0x10, revision=0x9 | |
[ 0.634945] microcode: CPU2 sig=0x20652, pf=0x10, revision=0x9 | |
[ 0.634950] microcode: CPU3 sig=0x20652, pf=0x10, revision=0x9 | |
[ 0.635004] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba | |
[ 0.635006] Scanning for low memory corruption every 60 seconds | |
[ 0.635269] Initialise system trusted keyring | |
[ 0.635317] audit: initializing netlink socket (disabled) | |
[ 0.635333] type=2000 audit(1449219504.524:1): initialized | |
[ 0.659776] HugeTLB registered 2 MB page size, pre-allocated 0 pages | |
[ 0.660818] zbud: loaded | |
[ 0.660969] VFS: Disk quotas dquot_6.5.2 | |
[ 0.661004] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 0.661415] fuse init (API version 7.22) | |
[ 0.661482] msgmni has been set to 15686 | |
[ 0.661529] Key type big_key registered | |
[ 0.662100] Key type asymmetric registered | |
[ 0.662103] Asymmetric key parser 'x509' registered | |
[ 0.662132] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) | |
[ 0.662167] io scheduler noop registered | |
[ 0.662168] io scheduler deadline registered (default) | |
[ 0.662189] io scheduler cfq registered | |
[ 0.662429] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X | |
[ 0.663128] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 | |
[ 0.663141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 | |
[ 0.663176] vesafb: mode is 1400x1050x32, linelength=5632, pages=0 | |
[ 0.663177] vesafb: scrolling: redraw | |
[ 0.663179] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0 | |
[ 0.664995] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010e80000, using 5824k, total 5824k | |
[ 0.668332] Console: switching to colour frame buffer device 175x65 | |
[ 0.671512] fb0: VESA VGA frame buffer device | |
[ 0.671534] intel_idle: MWAIT substates: 0x1120 | |
[ 0.671535] intel_idle: v0.4 model 0x25 | |
[ 0.671536] intel_idle: lapic_timer_reliable_states 0xffffffff | |
[ 0.671647] ipmi message handler version 39.2 | |
[ 0.671718] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared | |
[ 0.671761] ACPI: AC Adapter [ADP1] (on-line) | |
[ 0.671854] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 | |
[ 0.671859] ACPI: Power Button [PWRB] | |
[ 0.671886] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1 | |
[ 0.671888] ACPI: Sleep Button [SLPB] | |
[ 0.671917] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2 | |
[ 0.673223] ACPI: Lid Switch [LID0] | |
[ 0.673261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 | |
[ 0.673263] ACPI: Power Button [PWRF] | |
[ 0.673316] ACPI: Fan [FAN0] (off) | |
[ 0.673340] ACPI: Fan [FAN1] (off) | |
[ 0.673650] thermal LNXTHERM:00: registered as thermal_zone0 | |
[ 0.673652] ACPI: Thermal Zone [TZ00] (27 C) | |
[ 0.673917] thermal LNXTHERM:01: registered as thermal_zone1 | |
[ 0.673919] ACPI: Thermal Zone [TZ01] (0 C) | |
[ 0.673942] GHES: HEST is not enabled! | |
[ 0.674144] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled | |
[ 0.681335] Linux agpgart interface v0.103 | |
[ 0.684061] brd: module loaded | |
[ 0.685718] loop: module loaded | |
[ 0.686451] libphy: Fixed MDIO Bus: probed | |
[ 0.686599] tun: Universal TUN/TAP device driver, 1.6 | |
[ 0.686601] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> | |
[ 0.686734] PPP generic driver version 2.4.2 | |
[ 0.686910] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
[ 0.686917] ehci-pci: EHCI PCI platform driver | |
[ 0.688387] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared | |
[ 0.688397] ACPI: Battery Slot [BAT0] (battery present) | |
[ 0.688454] ehci-pci 0000:00:1a.0: EHCI Host Controller | |
[ 0.688470] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 | |
[ 0.688493] ehci-pci 0000:00:1a.0: debug port 2 | |
[ 0.692508] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported | |
[ 0.692556] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf0b06000 | |
[ 0.702161] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 | |
[ 0.702228] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 | |
[ 0.702232] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 0.702236] usb usb1: Product: EHCI Host Controller | |
[ 0.702238] usb usb1: Manufacturer: Linux 3.13.0-71-generic ehci_hcd | |
[ 0.702241] usb usb1: SerialNumber: 0000:00:1a.0 | |
[ 0.702547] hub 1-0:1.0: USB hub found | |
[ 0.702563] hub 1-0:1.0: 3 ports detected | |
[ 0.702898] ehci-pci 0000:00:1d.0: EHCI Host Controller | |
[ 0.702907] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 | |
[ 0.702924] ehci-pci 0000:00:1d.0: debug port 2 | |
[ 0.706964] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported | |
[ 0.706996] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0b06400 | |
[ 0.718178] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 | |
[ 0.718305] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 | |
[ 0.718309] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 0.718312] usb usb2: Product: EHCI Host Controller | |
[ 0.718315] usb usb2: Manufacturer: Linux 3.13.0-71-generic ehci_hcd | |
[ 0.718318] usb usb2: SerialNumber: 0000:00:1d.0 | |
[ 0.718604] hub 2-0:1.0: USB hub found | |
[ 0.718619] hub 2-0:1.0: 3 ports detected | |
[ 0.718779] ehci-platform: EHCI generic platform driver | |
[ 0.718791] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
[ 0.718793] ohci-pci: OHCI PCI platform driver | |
[ 0.718805] ohci-platform: OHCI generic platform driver | |
[ 0.718814] uhci_hcd: USB Universal Host Controller Interface driver | |
[ 0.718896] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 | |
[ 0.727987] serio: i8042 KBD port at 0x60,0x64 irq 1 | |
[ 0.727994] serio: i8042 AUX port at 0x60,0x64 irq 12 | |
[ 0.728418] mousedev: PS/2 mouse device common for all mice | |
[ 0.728987] rtc_cmos 00:05: RTC can wake from S4 | |
[ 0.729188] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0 | |
[ 0.729227] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs | |
[ 0.729340] device-mapper: uevent: version 1.0.3 | |
[ 0.729498] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com | |
[ 0.729508] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 0.729695] TCP: cubic registered | |
[ 0.729836] NET: Registered protocol family 10 | |
[ 0.730114] NET: Registered protocol family 17 | |
[ 0.730131] Key type dns_resolver registered | |
[ 0.730634] Loading compiled-in X.509 certificates | |
[ 0.732692] Loaded X.509 cert 'Magrathea: Glacier signing key: 47a2c625a37a90cd068135dd25893af8330b293e' | |
[ 0.732711] registered taskstats version 1 | |
[ 0.735723] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 | |
[ 0.736808] Key type trusted registered | |
[ 0.743248] Key type encrypted registered | |
[ 0.743257] AppArmor: AppArmor sha1 policy hashing enabled | |
[ 0.743262] IMA: No TPM chip found, activating TPM-bypass! | |
[ 0.743879] regulator-dummy: disabling | |
[ 0.743989] Magic number: 11:625:977 | |
[ 0.744160] rtc_cmos 00:05: setting system clock to 2015-12-04 08:58:25 UTC (1449219505) | |
[ 0.745481] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found | |
[ 0.745483] EDD information not available. | |
[ 0.745532] PM: Hibernation image not present or could not be loaded. | |
[ 0.746846] Freeing unused kernel memory: 1336K (ffffffff81d20000 - ffffffff81e6e000) | |
[ 0.746849] Write protecting the kernel read-only data: 12288k | |
[ 0.748815] Freeing unused kernel memory: 784K (ffff88000173c000 - ffff880001800000) | |
[ 0.750445] Freeing unused kernel memory: 680K (ffff880001b56000 - ffff880001c00000) | |
[ 0.763975] systemd-udevd[114]: starting version 204 | |
[ 0.787144] sdhci: Secure Digital Host Controller Interface driver | |
[ 0.787147] sdhci: Copyright(c) Pierre Ossman | |
[ 0.789275] sdhci-pci 0000:07:00.0: SDHCI controller found [1180:e822] (rev 1) | |
[ 0.789696] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded | |
[ 0.789707] r8169 0000:09:00.0: can't disable ASPM; OS doesn't have ASPM control | |
[ 0.789915] r8169 0000:09:00.0: irq 41 for MSI/MSI-X | |
[ 0.790126] r8169 0000:09:00.0 eth0: RTL8168d/8111d at 0xffffc90000c74000, f0:4d:a2:41:4f:8c, XID 081000c0 IRQ 41 | |
[ 0.790129] r8169 0000:09:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] | |
[ 0.790426] sdhci-pci 0000:07:00.0: Will use DMA mode even though HW doesn't fully claim to support it. | |
[ 0.790437] sdhci-pci 0000:07:00.0: dummy supplies not allowed | |
[ 0.790438] mmc0: no vqmmc regulator found | |
[ 0.790439] sdhci-pci 0000:07:00.0: dummy supplies not allowed | |
[ 0.790440] mmc0: no vmmc regulator found | |
[ 0.791443] ahci 0000:00:1f.2: version 3.0 | |
[ 0.791445] sdhci-pci 0000:07:00.0: Will use DMA mode even though HW doesn't fully claim to support it. | |
[ 0.791512] mmc0: SDHCI controller on PCI [0000:07:00.0] using DMA | |
[ 0.791616] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X | |
[ 0.791653] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled | |
[ 0.791695] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x13 impl SATA mode | |
[ 0.791698] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst | |
[ 0.806646] scsi0 : ahci | |
[ 0.806751] scsi1 : ahci | |
[ 0.806824] scsi2 : ahci | |
[ 0.806904] scsi3 : ahci | |
[ 0.806973] scsi4 : ahci | |
[ 0.807027] ata1: SATA max UDMA/133 abar m2048@0xf0b05000 port 0xf0b05100 irq 42 | |
[ 0.807031] ata2: SATA max UDMA/133 abar m2048@0xf0b05000 port 0xf0b05180 irq 42 | |
[ 0.807033] ata3: DUMMY | |
[ 0.807034] ata4: DUMMY | |
[ 0.807038] ata5: SATA max UDMA/133 abar m2048@0xf0b05000 port 0xf0b05300 irq 42 | |
[ 0.855786] sdhci-pci 0000:07:00.0: Will use DMA mode even though HW doesn't fully claim to support it. | |
[ 0.862286] firewire_ohci 0000:07:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11 | |
[ 0.919611] sdhci-pci 0000:07:00.0: Will use DMA mode even though HW doesn't fully claim to support it. | |
[ 0.988102] sdhci-pci 0000:07:00.0: Will use DMA mode even though HW doesn't fully claim to support it. | |
[ 1.014362] usb 1-1: new high-speed USB device number 2 using ehci-pci | |
[ 1.055979] sdhci-pci 0000:07:00.0: Will use DMA mode even though HW doesn't fully claim to support it. | |
[ 1.126426] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
[ 1.127320] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1 | |
[ 1.127326] ata1.00: ATA-9: Samsung SSD 840 PRO Series, DXM05B0Q, max UDMA/133 | |
[ 1.127329] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA | |
[ 1.127974] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1 | |
[ 1.128134] ata1.00: configured for UDMA/133 | |
[ 1.128443] scsi 0:0:0:0: Direct-Access ATA Samsung SSD 840 DXM0 PQ: 0 ANSI: 5 | |
[ 1.128643] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB) | |
[ 1.128667] sd 0:0:0:0: Attached scsi generic sg0 type 0 | |
[ 1.128705] sd 0:0:0:0: [sda] Write Protect is off | |
[ 1.128709] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 | |
[ 1.128728] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
[ 1.129277] sda: sda1 sda2 sda3 | |
[ 1.129723] sd 0:0:0:0: [sda] Attached SCSI disk | |
[ 1.146973] usb 1-1: New USB device found, idVendor=8087, idProduct=0020 | |
[ 1.146979] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 | |
[ 1.147419] hub 1-1:1.0: USB hub found | |
[ 1.147557] hub 1-1:1.0: 6 ports detected | |
[ 1.258451] usb 2-1: new high-speed USB device number 2 using ehci-pci | |
[ 1.362675] firewire_core 0000:07:00.3: created device fw0: GUID 394fc00012d0f641, S400 | |
[ 1.395003] usb 2-1: New USB device found, idVendor=8087, idProduct=0020 | |
[ 1.395008] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 | |
[ 1.395239] hub 2-1:1.0: USB hub found | |
[ 1.395307] hub 2-1:1.0: 8 ports detected | |
[ 1.446581] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) | |
[ 1.449267] ata2.00: ATAPI: HL-DT-STDVD+/-RW GA31N, A102, max UDMA/100 | |
[ 1.458186] ata2.00: configured for UDMA/100 | |
[ 1.466562] usb 1-1.4: new high-speed USB device number 3 using ehci-pci | |
[ 1.472793] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GA31N A102 PQ: 0 ANSI: 5 | |
[ 1.485760] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray | |
[ 1.485765] cdrom: Uniform CD-ROM driver Revision: 3.20 | |
[ 1.485984] sr 1:0:0:0: Attached scsi CD-ROM sr0 | |
[ 1.486069] sr 1:0:0:0: Attached scsi generic sg1 type 5 | |
[ 1.545452] psmouse serio1: synaptics: queried max coordinates: x [..5836], y [..4908] | |
[ 1.617353] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 0, fw id: 552693 | |
[ 1.634702] tsc: Refined TSC clocksource calibration: 2393.999 MHz | |
[ 1.658556] usb 1-1.4: New USB device found, idVendor=0c45, idProduct=6417 | |
[ 1.658560] usb 1-1.4: New USB device strings: Mfr=2, Product=1, SerialNumber=0 | |
[ 1.658561] usb 1-1.4: Product: Laptop_Integrated_Webcam_2M | |
[ 1.658563] usb 1-1.4: Manufacturer: CN07RGXF7248702A00J4 | |
[ 1.661455] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6 | |
[ 1.730791] usb 2-1.1: new full-speed USB device number 3 using ehci-pci | |
[ 1.802853] ata5: SATA link down (SStatus 0 SControl 300) | |
[ 1.826052] usb 2-1.1: New USB device found, idVendor=046d, idProduct=c52b | |
[ 1.826057] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
[ 1.826059] usb 2-1.1: Product: USB Receiver | |
[ 1.826061] usb 2-1.1: Manufacturer: Logitech | |
[ 1.830401] hidraw: raw HID events driver (C) Jiri Kosina | |
[ 1.836979] usbcore: registered new interface driver usbhid | |
[ 1.836983] usbhid: USB HID core driver | |
[ 1.841025] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input2 | |
[ 1.842736] input: Logitech Unifying Device. Wireless PID:101d as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.2/0003:046D:C52B.0003/input/input7 | |
[ 1.842898] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:101d] on usb-0000:00:1d.0-1.1:1 | |
[ 1.902894] usb 2-1.3: new high-speed USB device number 4 using ehci-pci | |
[ 1.997077] usb 2-1.3: New USB device found, idVendor=1058, idProduct=0820 | |
[ 1.997084] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=5 | |
[ 1.997088] usb 2-1.3: Product: My Passport 0820 | |
[ 1.997091] usb 2-1.3: Manufacturer: Western Digital | |
[ 1.997095] usb 2-1.3: SerialNumber: 575838314142335439373630 | |
[ 2.000886] usb-storage 2-1.3:1.0: USB Mass Storage device detected | |
[ 2.000992] scsi5 : usb-storage 2-1.3:1.0 | |
[ 2.001071] usbcore: registered new interface driver usb-storage | |
[ 2.635673] Switched to clocksource tsc | |
[ 3.000410] scsi 5:0:0:0: Direct-Access WD My Passport 0820 1007 PQ: 0 ANSI: 6 | |
[ 3.001037] scsi 5:0:0:1: Enclosure WD SES Device 1007 PQ: 0 ANSI: 6 | |
[ 3.001432] sd 5:0:0:0: Attached scsi generic sg2 type 0 | |
[ 3.001565] scsi 5:0:0:1: Attached scsi generic sg3 type 13 | |
[ 3.002081] sd 5:0:0:0: [sdb] 3906963456 512-byte logical blocks: (2.00 TB/1.81 TiB) | |
[ 3.003091] sd 5:0:0:0: [sdb] Write Protect is off | |
[ 3.003096] sd 5:0:0:0: [sdb] Mode Sense: 47 00 10 08 | |
[ 3.004054] sd 5:0:0:0: [sdb] No Caching mode page found | |
[ 3.004058] sd 5:0:0:0: [sdb] Assuming drive cache: write through | |
[ 3.008221] sd 5:0:0:0: [sdb] No Caching mode page found | |
[ 3.008230] sd 5:0:0:0: [sdb] Assuming drive cache: write through | |
[ 3.009752] sdb: sdb1 | |
[ 3.015735] sd 5:0:0:0: [sdb] No Caching mode page found | |
[ 3.015741] sd 5:0:0:0: [sdb] Assuming drive cache: write through | |
[ 3.015746] sd 5:0:0:0: [sdb] Attached SCSI disk | |
[ 3.016126] ses 5:0:0:1: Attached Enclosure device | |
[ 6.845269] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null) | |
[ 6.940220] random: init urandom read with 108 bits of entropy available | |
[ 6.969588] init: plymouth-upstart-bridge main process (188) terminated with status 1 | |
[ 6.969605] init: plymouth-upstart-bridge main process ended, respawning | |
[ 6.975625] init: plymouth-upstart-bridge main process (196) terminated with status 1 | |
[ 6.975641] init: plymouth-upstart-bridge main process ended, respawning | |
[ 6.979887] init: plymouth-upstart-bridge main process (201) terminated with status 1 | |
[ 6.979898] init: plymouth-upstart-bridge main process ended, respawning | |
[ 7.067128] random: nonblocking pool is initialized | |
[ 7.123665] Adding 2097148k swap on /dev/sda1. Priority:-1 extents:1 across:2097148k SSFS | |
[ 7.148231] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
[ 7.360060] systemd-udevd[314]: starting version 204 | |
[ 7.449038] lp: driver loaded but no devices found | |
[ 7.449316] ACPI: Video Device [M86] (multi-head: yes rom: no post: no) | |
[ 7.449370] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness | |
[ 7.449581] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input8 | |
[ 7.462790] mei_me 0000:00:16.0: irq 43 for MSI/MSI-X | |
[ 7.473399] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251) | |
[ 7.473408] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver | |
[ 7.473412] ACPI Warning: 0x00000000000011c0-0x00000000000011cf SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251) | |
[ 7.473417] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver | |
[ 7.473418] ACPI Warning: 0x00000000000011b0-0x00000000000011bf SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251) | |
[ 7.473422] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver | |
[ 7.473424] ACPI Warning: 0x0000000000001180-0x00000000000011af SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251) | |
[ 7.473428] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver | |
[ 7.473429] lpc_ich: Resource conflict(s) found affecting gpio_ich | |
[ 7.476110] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 | |
[ 7.477059] wmi: Mapper loaded | |
[ 7.480409] ppdev: user-space parallel port driver | |
[ 7.501680] bcma: bus0: Found chip with id 0xA8D8, rev 0x01 and package 0x08 | |
[ 7.501710] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x22, class 0x0) | |
[ 7.501734] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x17, class 0x0) | |
[ 7.501797] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0F, class 0x0) | |
[ 7.507391] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29) | |
[ 7.507637] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled until i915 loads | |
[ 7.507977] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90 | |
[ 7.523371] bcma: bus0: Bus registered | |
[ 7.527228] type=1400 audit(1449219512.274:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=385 comm="apparmor_parser" | |
[ 7.527240] type=1400 audit(1449219512.274:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=385 comm="apparmor_parser" | |
[ 7.527246] type=1400 audit(1449219512.274:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=385 comm="apparmor_parser" | |
[ 7.527894] type=1400 audit(1449219512.274:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=385 comm="apparmor_parser" | |
[ 7.527904] type=1400 audit(1449219512.274:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=385 comm="apparmor_parser" | |
[ 7.528206] type=1400 audit(1449219512.274:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=385 comm="apparmor_parser" | |
[ 7.541299] [drm] Initialized drm 1.1.0 20060810 | |
[ 7.735846] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X | |
[ 7.777505] autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker | |
[ 7.777509] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) | |
[ 7.777510] hp_outs=2 (0xf/0xa/0x0/0x0/0x0) | |
[ 7.777511] mono: mono_out=0x0 | |
[ 7.777512] inputs: | |
[ 7.777514] Internal Mic=0x13 | |
[ 7.777515] Mic=0xe | |
[ 7.789607] input: HDA Intel MID Headphone Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 | |
[ 7.790166] input: HDA Intel MID Headphone Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 | |
[ 7.790250] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 | |
[ 7.790610] hda-intel 0000:02:00.1: Handle VGA-switcheroo audio client | |
[ 7.790613] hda-intel 0000:02:00.1: Using LPIB position fix | |
[ 7.790665] snd_hda_intel 0000:02:00.1: irq 45 for MSI/MSI-X | |
[ 7.797168] hda-intel 0000:02:00.1: Enable sync_write for stable communication | |
[ 7.812435] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:02:00.1/sound/card1/input12 | |
[ 7.823394] [drm] radeon kernel modesetting enabled. | |
[ 7.823479] checking generic (d0000000 5b0000) vs hw (d0000000 10000000) | |
[ 7.823481] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver | |
[ 7.823510] Console: switching to colour dummy device 80x25 | |
[ 7.824564] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68E0 0x1028:0x0413). | |
[ 7.824605] [drm] register mmio base: 0xCFEE0000 | |
[ 7.824606] [drm] register mmio size: 131072 | |
[ 7.824708] ATOM BIOS: Dell | |
[ 7.824764] radeon 0000:02:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used) | |
[ 7.824767] radeon 0000:02:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF | |
[ 7.824770] [drm] Detected VRAM RAM=1024M, BAR=256M | |
[ 7.824771] [drm] RAM width 64bits DDR | |
[ 7.824876] [TTM] Zone kernel: Available graphics memory: 4017192 kiB | |
[ 7.824878] [TTM] Zone dma32: Available graphics memory: 2097152 kiB | |
[ 7.824880] [TTM] Initializing pool allocator | |
[ 7.824886] [TTM] Initializing DMA pool allocator | |
[ 7.824911] [drm] radeon: 1024M of VRAM memory ready | |
[ 7.824912] [drm] radeon: 1024M of GTT memory ready. | |
[ 7.824925] [drm] Loading CEDAR Microcode | |
[ 7.884000] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround | |
[ 7.914936] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) | |
[ 7.951518] [drm] GART: num cpu pages 262144, num gpu pages 262144 | |
[ 7.963150] [drm] PCIE GART of 1024M enabled (table at 0x000000000025D000). | |
[ 7.963476] radeon 0000:02:00.0: WB enabled | |
[ 7.963482] radeon 0000:02:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88024eb26c00 | |
[ 7.963484] radeon 0000:02:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88024eb26c0c | |
[ 7.964317] radeon 0000:02:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0xffffc90010f9c418 | |
[ 7.964371] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). | |
[ 7.964373] [drm] Driver supports precise vblank timestamp query. | |
[ 7.964376] radeon 0000:02:00.0: radeon: MSI limited to 32-bit | |
[ 7.964402] radeon 0000:02:00.0: irq 46 for MSI/MSI-X | |
[ 7.964420] radeon 0000:02:00.0: radeon: using MSI. | |
[ 7.964451] [drm] radeon: irq initialized. | |
[ 7.974863] EXT4-fs (sda3): re-mounted. Opts: (null) | |
[ 7.989561] Linux video capture interface: v2.00 | |
[ 8.040551] input: Dell WMI hotkeys as /devices/virtual/input/input13 | |
[ 8.048362] [drm] ring test on 0 succeeded in 1 usecs | |
[ 8.048374] [drm] ring test on 3 succeeded in 2 usecs | |
[ 8.077966] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_2M (0c45:6417) | |
[ 8.091568] input: Laptop_Integrated_Webcam_2M as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input14 | |
[ 8.091794] usbcore: registered new interface driver uvcvideo | |
[ 8.091797] USB Video Class driver (1.1.1) | |
[ 8.234727] [drm] ring test on 5 succeeded in 1 usecs | |
[ 8.234736] [drm] UVD initialized successfully. | |
[ 8.235021] [drm] Enabling audio 0 support | |
[ 8.235039] [drm] ib test on ring 0 succeeded in 0 usecs | |
[ 8.235067] [drm] ib test on ring 3 succeeded in 0 usecs | |
[ 8.235074] HDMI ATI/AMD: no speaker allocation for ELD | |
[ 8.293813] cfg80211: Calling CRDA to update world regulatory domain | |
[ 8.315583] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) | |
[ 8.328810] cfg80211: World regulatory domain updated: | |
[ 8.328815] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 8.328817] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 8.328819] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 8.328821] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) | |
[ 8.328823] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 8.328825] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 8.360679] Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1 | |
[ 8.360692] b43: probe of bcma0:0 failed with error -524 | |
[ 8.360721] Broadcom 43xx driver loaded [ Features: PNL ] | |
[ 8.385754] [drm] ib test on ring 5 succeeded | |
[ 8.446962] [drm] radeon atom DIG backlight initialized | |
[ 8.446969] [drm] Radeon Display Connectors | |
[ 8.446971] [drm] Connector 0: | |
[ 8.446973] [drm] LVDS-1 | |
[ 8.446975] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c | |
[ 8.446976] [drm] Encoders: | |
[ 8.446977] [drm] LCD1: INTERNAL_UNIPHY | |
[ 8.446978] [drm] Connector 1: | |
[ 8.446979] [drm] HDMI-A-1 | |
[ 8.446980] [drm] HPD1 | |
[ 8.446981] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c | |
[ 8.446982] [drm] Encoders: | |
[ 8.446983] [drm] DFP1: INTERNAL_UNIPHY1 | |
[ 8.446983] [drm] Connector 2: | |
[ 8.446985] [drm] VGA-1 | |
[ 8.446986] [drm] DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4 | |
[ 8.446987] [drm] Encoders: | |
[ 8.446988] [drm] CRT2: INTERNAL_KLDSCP_DAC2 | |
[ 8.447036] [drm] Internal thermal controller with fan control | |
[ 8.458530] [drm] radeon: dpm initialized | |
[ 8.534997] HDMI ATI/AMD: no speaker allocation for ELD | |
[ 8.651198] brcmsmac bcma0:0: mfg 4bf core 812 rev 23 class 0 irq 17 | |
[ 8.676979] init: failsafe main process (767) killed by TERM signal | |
[ 8.696092] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' | |
[ 8.696498] ieee80211 phy0: registered radio enabled led device: brcmsmac-phy0:radio gpio: 241 | |
[ 8.835189] HDMI ATI/AMD: no speaker allocation for ELD | |
[ 8.891847] [drm] fb mappable at 0xD045E000 | |
[ 8.891849] [drm] vram apper at 0xD0000000 | |
[ 8.891850] [drm] size 8294400 | |
[ 8.891851] [drm] fb depth is 24 | |
[ 8.891852] [drm] pitch is 7680 | |
[ 8.891943] fbcon: radeondrmfb (fb0) is primary device | |
[ 9.136123] HDMI ATI/AMD: no speaker allocation for ELD | |
[ 9.147046] Bluetooth: Core ver 2.17 | |
[ 9.147064] NET: Registered protocol family 31 | |
[ 9.147065] Bluetooth: HCI device and connection manager initialized | |
[ 9.147134] Bluetooth: HCI socket layer initialized | |
[ 9.147136] Bluetooth: L2CAP socket layer initialized | |
[ 9.147140] Bluetooth: SCO socket layer initialized | |
[ 9.295312] Bluetooth: RFCOMM TTY layer initialized | |
[ 9.295324] Bluetooth: RFCOMM socket layer initialized | |
[ 9.295329] Bluetooth: RFCOMM ver 1.11 | |
[ 9.333949] type=1400 audit(1449219514.078:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=851 comm="apparmor_parser" | |
[ 9.333954] type=1400 audit(1449219514.078:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=851 comm="apparmor_parser" | |
[ 9.334351] type=1400 audit(1449219514.078:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=851 comm="apparmor_parser" | |
[ 9.367320] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | |
[ 9.367321] Bluetooth: BNEP filters: protocol multicast | |
[ 9.367332] Bluetooth: BNEP socket layer initialized | |
[ 9.435517] HDMI ATI/AMD: no speaker allocation for ELD | |
[ 9.447852] Console: switching to colour frame buffer device 240x67 | |
[ 9.452526] radeon 0000:02:00.0: fb0: radeondrmfb frame buffer device | |
[ 9.452528] radeon 0000:02:00.0: registered panic notifier | |
[ 9.452806] [drm] Initialized radeon 2.36.0 20080528 for 0000:02:00.0 on minor 0 | |
[ 9.735720] HDMI ATI/AMD: no speaker allocation for ELD | |
[ 10.032514] init: cups main process (853) killed by HUP signal | |
[ 10.032529] init: cups main process ended, respawning | |
[ 10.033436] init: samba-ad-dc main process (877) terminated with status 1 | |
[ 10.035981] HDMI ATI/AMD: no speaker allocation for ELD | |
[ 10.336072] HDMI ATI/AMD: no speaker allocation for ELD | |
[ 10.636278] HDMI ATI/AMD: no speaker allocation for ELD | |
[ 10.843778] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement) | |
[ 10.843898] brcmsmac bcma0:0: brcms_ops_config: change power-save mode: false (implement) | |
[ 10.845799] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready | |
[ 10.846108] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready | |
[ 10.945734] r8169 0000:09:00.0 eth0: link down | |
[ 10.945793] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
[ 10.946320] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
[ 11.674851] type=1400 audit(1449219516.418:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=1033 comm="apparmor_parser" | |
[ 12.564951] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel | |
[ 12.570389] vboxdrv: Found 4 processor cores. | |
[ 12.572109] vboxdrv: fAsync=0 offMin=0x213 offMax=0x2db4 | |
[ 12.572224] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'. | |
[ 12.572226] vboxdrv: Successfully loaded version 4.3.34_Ubuntu (interface 0x001a000b). | |
[ 12.609202] vboxpci: IOMMU not found (not registered) | |
[ 12.837462] ip_tables: (C) 2000-2006 Netfilter Core Team | |
[ 12.857409] ip6_tables: (C) 2000-2006 Netfilter Core Team | |
[ 12.998089] init: plymouth-upstart-bridge main process ended, respawning | |
[ 13.006359] init: plymouth-upstart-bridge main process (1540) terminated with status 1 | |
[ 13.006380] init: plymouth-upstart-bridge main process ended, respawning | |
[ 13.931399] init: plymouth-stop pre-start process (1902) terminated with status 1 | |
[ 14.589501] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 14.591517] wlan0: direct probe to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 14.794747] wlan0: send auth to 00:1c:28:c3:42:a4 (try 2/3) | |
[ 14.796267] wlan0: authenticated | |
[ 14.798757] wlan0: associate with 00:1c:28:c3:42:a4 (try 1/3) | |
[ 14.902837] wlan0: associate with 00:1c:28:c3:42:a4 (try 2/3) | |
[ 15.006955] wlan0: associate with 00:1c:28:c3:42:a4 (try 3/3) | |
[ 15.111008] wlan0: association with 00:1c:28:c3:42:a4 timed out | |
[ 18.550516] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 18.559840] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 18.559921] wlan0: send auth to 00:1c:28:c3:42:a4 (try 2/3) | |
[ 18.559988] wlan0: send auth to 00:1c:28:c3:42:a4 (try 3/3) | |
[ 18.560054] wlan0: authentication with 00:1c:28:c3:42:a4 timed out | |
[ 22.420464] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 22.430465] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 22.430578] wlan0: send auth to 00:1c:28:c3:42:a4 (try 2/3) | |
[ 22.430668] wlan0: send auth to 00:1c:28:c3:42:a4 (try 3/3) | |
[ 22.430773] wlan0: authentication with 00:1c:28:c3:42:a4 timed out | |
[ 26.803551] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 26.812871] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 26.812955] wlan0: send auth to 00:1c:28:c3:42:a4 (try 2/3) | |
[ 26.813014] wlan0: send auth to 00:1c:28:c3:42:a4 (try 3/3) | |
[ 26.813075] wlan0: authentication with 00:1c:28:c3:42:a4 timed out | |
[ 39.428566] audit_printk_skb: 174 callbacks suppressed | |
[ 39.428572] type=1400 audit(1449219544.154:70): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=5137 comm="apparmor_parser" | |
[ 39.428583] type=1400 audit(1449219544.154:71): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=5137 comm="apparmor_parser" | |
[ 39.429197] type=1400 audit(1449219544.154:72): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=5137 comm="apparmor_parser" | |
[ 40.154066] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 40.154205] wlan0: direct probe to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 40.354551] wlan0: send auth to 00:1c:28:c3:42:a4 (try 2/3) | |
[ 40.356271] wlan0: authenticated | |
[ 40.358548] wlan0: associate with 00:1c:28:c3:42:a4 (try 1/3) | |
[ 40.383857] wlan0: RX AssocResp from 00:1c:28:c3:42:a4 (capab=0x411 status=0 aid=2) | |
[ 40.384525] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: associated | |
[ 40.384530] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: true (implement) | |
[ 40.384542] wlan0: associated | |
[ 40.384580] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready | |
[ 40.384674] cfg80211: Calling CRDA for country: DE | |
[ 40.387877] cfg80211: Regulatory domain changed to country: DE | |
[ 40.387881] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 40.387883] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 40.387884] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 40.387885] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 40.387887] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm) | |
[ 40.387888] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) | |
[ 40.617679] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504 | |
[ 40.624291] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504 | |
[ 40.693756] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 95.984764] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: disassociated | |
[ 95.984776] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 95.984778] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement) | |
[ 96.000796] cfg80211: Calling CRDA to update world regulatory domain | |
[ 96.003933] cfg80211: World regulatory domain updated: | |
[ 96.003939] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 96.003941] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 96.003943] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 96.003944] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) | |
[ 96.003946] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 96.003947] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 99.527036] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 99.535741] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 99.638880] wlan0: authenticated | |
[ 99.640730] wlan0: associate with 00:1c:28:c3:42:a4 (try 1/3) | |
[ 99.666095] wlan0: RX AssocResp from 00:1c:28:c3:42:a4 (capab=0x411 status=0 aid=2) | |
[ 99.666685] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: associated | |
[ 99.666691] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 99.666694] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: true (implement) | |
[ 99.666707] wlan0: associated | |
[ 99.666785] cfg80211: Calling CRDA for country: DE | |
[ 99.671045] cfg80211: Regulatory domain changed to country: DE | |
[ 99.671051] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 99.671055] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 99.671058] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 99.671061] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 99.671064] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm) | |
[ 99.671067] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) | |
[ 99.880593] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504 | |
[ 99.886277] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504 | |
[ 149.080173] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: disassociated | |
[ 149.080187] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 149.080190] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement) | |
[ 149.096215] cfg80211: Calling CRDA to update world regulatory domain | |
[ 149.100660] cfg80211: World regulatory domain updated: | |
[ 149.100666] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 149.100670] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 149.100674] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 149.100677] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) | |
[ 149.100679] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 149.100682] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 162.545454] systemd-hostnamed[11120]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname! | |
[ 164.480770] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready | |
[ 167.904035] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 167.904195] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 167.907957] wlan0: authenticated | |
[ 167.908897] wlan0: associate with 00:1c:28:c3:42:a4 (try 1/3) | |
[ 167.934504] wlan0: RX AssocResp from 00:1c:28:c3:42:a4 (capab=0x411 status=0 aid=2) | |
[ 167.935044] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: associated | |
[ 167.935047] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: true (implement) | |
[ 167.935060] wlan0: associated | |
[ 167.935070] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready | |
[ 167.935584] cfg80211: Calling CRDA for country: DE | |
[ 167.938398] cfg80211: Regulatory domain changed to country: DE | |
[ 167.938403] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 167.938405] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 167.938407] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 167.938408] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 167.938409] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm) | |
[ 167.938411] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) | |
[ 168.187612] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504 | |
[ 168.195994] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504 | |
[ 168.355515] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 185.128240] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: disassociated | |
[ 185.128252] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 185.128256] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement) | |
[ 185.148369] cfg80211: Calling CRDA to update world regulatory domain | |
[ 185.150945] cfg80211: World regulatory domain updated: | |
[ 185.150951] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 185.150953] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 185.150954] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 185.150956] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) | |
[ 185.150958] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 185.150959] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 188.678567] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 188.687138] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 189.192258] wlan0: authenticated | |
[ 189.192712] wlan0: associate with 00:1c:28:c3:42:a4 (try 1/3) | |
[ 189.218054] wlan0: RX AssocResp from 00:1c:28:c3:42:a4 (capab=0x411 status=0 aid=2) | |
[ 189.218604] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: associated | |
[ 189.218611] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 189.218615] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: true (implement) | |
[ 189.218631] wlan0: associated | |
[ 189.218719] cfg80211: Calling CRDA for country: DE | |
[ 189.223504] cfg80211: Regulatory domain changed to country: DE | |
[ 189.223512] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 189.223516] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 189.223519] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 189.223522] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 189.223525] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm) | |
[ 189.223528] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) | |
[ 189.496543] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504 | |
[ 190.499004] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504 | |
[ 190.504795] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504 | |
[ 205.106676] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: disassociated | |
[ 205.106691] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 205.106696] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement) | |
[ 205.122734] cfg80211: Calling CRDA to update world regulatory domain | |
[ 205.127398] cfg80211: World regulatory domain updated: | |
[ 205.127405] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 205.127409] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 205.127414] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 205.127417] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) | |
[ 205.127421] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 205.127424] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 208.668006] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 208.678562] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 208.681893] wlan0: authenticated | |
[ 208.682439] wlan0: associate with 00:1c:28:c3:42:a4 (try 1/3) | |
[ 208.707836] wlan0: RX AssocResp from 00:1c:28:c3:42:a4 (capab=0x411 status=0 aid=2) | |
[ 208.708594] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: associated | |
[ 208.708600] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 208.708603] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: true (implement) | |
[ 208.708617] wlan0: associated | |
[ 208.708702] cfg80211: Calling CRDA for country: DE | |
[ 208.711604] cfg80211: Regulatory domain changed to country: DE | |
[ 208.711608] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 208.711610] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 208.711611] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 208.711612] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 208.711613] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm) | |
[ 208.711614] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) | |
[ 208.954017] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504 | |
[ 208.962117] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504 | |
[ 212.122504] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: disassociated | |
[ 212.122520] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 212.122525] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement) | |
[ 212.138561] cfg80211: Calling CRDA to update world regulatory domain | |
[ 212.143545] cfg80211: World regulatory domain updated: | |
[ 212.143552] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 212.143556] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 212.143560] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 212.143563] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) | |
[ 212.143566] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 212.143569] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 215.672009] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 215.681046] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 216.446621] wlan0: authenticated | |
[ 216.447094] wlan0: associate with 00:1c:28:c3:42:a4 (try 1/3) | |
[ 216.472460] wlan0: RX AssocResp from 00:1c:28:c3:42:a4 (capab=0x411 status=0 aid=2) | |
[ 216.472992] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: associated | |
[ 216.472999] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 216.473003] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: true (implement) | |
[ 216.473017] wlan0: associated | |
[ 216.473116] cfg80211: Calling CRDA for country: DE | |
[ 216.477538] cfg80211: Regulatory domain changed to country: DE | |
[ 216.477544] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 216.477548] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 216.477551] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 216.477554] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 216.477557] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm) | |
[ 216.477560] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) | |
[ 216.855805] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504 | |
[ 216.863259] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504 | |
[ 232.160924] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: disassociated | |
[ 232.160939] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 232.160943] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement) | |
[ 232.172998] cfg80211: Calling CRDA to update world regulatory domain | |
[ 232.177391] cfg80211: World regulatory domain updated: | |
[ 232.177397] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 232.177401] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 232.177404] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 232.177407] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) | |
[ 232.177410] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 232.177413] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 235.710618] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 235.734846] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 235.738851] wlan0: authenticated | |
[ 235.740620] wlan0: associate with 00:1c:28:c3:42:a4 (try 1/3) | |
[ 235.768021] wlan0: RX AssocResp from 00:1c:28:c3:42:a4 (capab=0x411 status=0 aid=2) | |
[ 235.768754] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: associated | |
[ 235.768760] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 235.768763] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: true (implement) | |
[ 235.768772] wlan0: associated | |
[ 235.768848] cfg80211: Calling CRDA for country: DE | |
[ 235.772269] cfg80211: Regulatory domain changed to country: DE | |
[ 235.772274] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 235.772277] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 235.772279] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 235.772281] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 235.772282] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm) | |
[ 235.772284] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) | |
[ 235.973754] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504 | |
[ 235.979461] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504 | |
[ 253.180299] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: disassociated | |
[ 253.180311] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 253.180315] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement) | |
[ 253.196375] cfg80211: Calling CRDA to update world regulatory domain | |
[ 253.200800] cfg80211: World regulatory domain updated: | |
[ 253.200806] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 253.200810] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 253.200813] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 253.200816] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) | |
[ 253.200819] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 253.200822] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 256.725240] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 256.735907] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 257.640965] wlan0: authenticated | |
[ 257.645181] wlan0: associate with 00:1c:28:c3:42:a4 (try 1/3) | |
[ 257.670527] wlan0: RX AssocResp from 00:1c:28:c3:42:a4 (capab=0x411 status=0 aid=2) | |
[ 257.671115] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: associated | |
[ 257.671121] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 257.671124] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: true (implement) | |
[ 257.671135] wlan0: associated | |
[ 257.671348] cfg80211: Calling CRDA for country: DE | |
[ 257.675624] cfg80211: Regulatory domain changed to country: DE | |
[ 257.675631] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 257.675634] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 257.675638] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 257.675641] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 257.675643] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm) | |
[ 257.675646] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) | |
[ 257.939906] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504 | |
[ 257.947535] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504 | |
[ 268.204951] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: disassociated | |
[ 268.204963] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 268.204966] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement) | |
[ 268.224946] cfg80211: Calling CRDA to update world regulatory domain | |
[ 268.228049] cfg80211: World regulatory domain updated: | |
[ 268.228054] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 268.228056] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 268.228057] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 268.228059] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) | |
[ 268.228060] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 268.228061] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 271.755753] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 271.779391] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 272.400131] wlan0: authenticated | |
[ 272.401575] wlan0: associate with 00:1c:28:c3:42:a4 (try 1/3) | |
[ 272.428979] wlan0: RX AssocResp from 00:1c:28:c3:42:a4 (capab=0x411 status=0 aid=2) | |
[ 272.429749] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: associated | |
[ 272.429757] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 272.429762] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: true (implement) | |
[ 272.429776] wlan0: associated | |
[ 272.429957] cfg80211: Calling CRDA for country: DE | |
[ 272.434324] cfg80211: Regulatory domain changed to country: DE | |
[ 272.434330] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 272.434334] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 272.434338] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 272.434340] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 272.434343] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm) | |
[ 272.434346] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) | |
[ 273.003306] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504 | |
[ 273.010188] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504 | |
[ 275.208774] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: disassociated | |
[ 275.208786] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 275.208789] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement) | |
[ 275.232852] cfg80211: Calling CRDA to update world regulatory domain | |
[ 275.235438] cfg80211: World regulatory domain updated: | |
[ 275.235444] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 275.235447] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 275.235449] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 275.235451] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) | |
[ 275.235453] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 275.235454] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) | |
[ 278.758154] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 278.792697] wlan0: send auth to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 278.804362] wlan0: send auth to 00:1c:28:c3:42:a4 (try 2/3) | |
[ 278.804487] wlan0: send auth to 00:1c:28:c3:42:a4 (try 3/3) | |
[ 278.804560] wlan0: authentication with 00:1c:28:c3:42:a4 timed out | |
[ 290.623640] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready | |
[ 391.377130] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement) | |
[ 391.377147] brcmsmac bcma0:0: brcms_ops_config: change power-save mode: false (implement) | |
[ 391.378256] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready | |
[ 398.182077] wlan0: authenticate with 00:1c:28:c3:42:a4 | |
[ 398.182227] wlan0: direct probe to 00:1c:28:c3:42:a4 (try 1/3) | |
[ 398.386145] wlan0: direct probe to 00:1c:28:c3:42:a4 (try 2/3) | |
[ 398.590375] wlan0: send auth to 00:1c:28:c3:42:a4 (try 3/3) | |
[ 398.591981] wlan0: authenticated | |
[ 398.594391] wlan0: associate with 00:1c:28:c3:42:a4 (try 1/3) | |
[ 398.622437] wlan0: RX AssocResp from 00:1c:28:c3:42:a4 (capab=0x411 status=0 aid=2) | |
[ 398.623107] brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: associated | |
[ 398.623111] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: true (implement) | |
[ 398.623121] wlan0: associated | |
[ 398.623156] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready | |
[ 398.623253] cfg80211: Calling CRDA for country: DE | |
[ 398.626239] cfg80211: Regulatory domain changed to country: DE | |
[ 398.626244] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) | |
[ 398.626246] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 398.626248] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 398.626249] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm) | |
[ 398.626250] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm) | |
[ 398.626252] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) | |
[ 399.032488] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504 | |
[ 399.038073] brcmsmac bcma0:0: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504 | |
[ 399.095467] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement) | |
[ 402.439014] perf samples too long (2510 > 2500), lowering kernel.perf_event_max_sample_rate to 50000 | |
[ 519.269743] type=1400 audit(1449220023.467:73): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=24615 comm="apparmor_parser" | |
[ 519.269756] type=1400 audit(1449220023.467:74): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=24615 comm="apparmor_parser" | |
[ 519.270682] type=1400 audit(1449220023.467:75): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=24615 comm="apparmor_parser" | |
[ 704.388930] systemd-hostnamed[25204]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## lsb_release -a | |
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch | |
Distributor ID: Ubuntu | |
Description: Ubuntu 14.04.3 LTS | |
Release: 14.04 | |
Codename: trusty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment