On Tue, Dec 17, 2013 at 6:47 PM, Ken Harris <kjh@xxxxxxxxxxx> wrote: > On Tue, Dec 17, 2013 at 5:33 PM, Ken Harris <kjh@xxxxxxxxxxx> wrote: >> On Tue, Dec 17, 2013 at 1:03 PM, Sarah Sharp >> <sarah.a.sharp@xxxxxxxxxxxxxxx> wrote: >> >>>> On Tue, 17 Dec 2013, Ken Harris wrote: >> >>>> > Sebastien: >>>> > >>>> > Thanks for the info. I just tried Linux 3.13.0-0.rc3.git5.1.fc21.i686 >>>> > (from Fedora rawhide) and I still get the same error messages and USB >>>> > still doesn't work. I saw a post about Atom Z3740D (Bay Trail-T) in a >>>> > Dell Venue 8 Pro, and his USB works OK (but seems to use the xhci_hcd >>>> > driver : >>>> >>>> > Whereas my Gateway LT41P uses ehci & ohci >> >>> Are you enabling CONFIG_USB_XHCI_HCD in your .config? Maybe the BIOS >>> expects your OS to switch the ports over to xHCI, but you don't have the >>> driver compiled? >> >>> If you do have CONFIG_USB_XHCI_HCD turned on for 3.13, please make sure >>> CONFIG_USB_DEBUG is turned on as well, and send me the resulting dmesg, >>> starting from boot. That should let me see which (if any) ports are >>> being switched over from EHCI to xHCI. >> >>> Other things to look for in your BIOS settings are things labeled "xHCI >>> mode". It may have options like "enabled", "disabled", "Auto", or >>> "Smart Auto". You want it to be set to either "enabled" or one of the >>> "auto" options. >>> >>> Sarah Sharp >> >> Sarah ! >> >> Thanks for looking at this. >> >> Yes, Fedora has CONFIG_USB_XHCI_HCD=y . When you say, "switch the >> ports over to xHCI" ... I assume your mean this patch : >> >> [PATCH] xhci: Add BayTrail to list of Intel switchable hosts ( >> http://www.spinics.net/lists/linux-usb/msg86204.html ). >> >> I don't see CONFIG_USB_DEBUG set in Fedora, but they do distribute >> debug kernels (eg : kernel-PAEdebug-3.11.10-301.fc20.i686 ), so >> perhaps that includes setting CONFIG_USB_DEBUG ? My original post has >> the output of a debug kernel : >> http://www.spinics.net/lists/linux-usb/msg99549.html . >> >> If that's not good enough, I can try to compile a kernel with >> CONFIG_USB_DEBUG, but it looks like there is no "xHCI switch" code in >> Fedora: >> >> From my (noobish) reading of the Fedora source ( >> http://mirrors.kernel.org/fedora/development/rawhide/source/SRPMS/k/kernel-3.13.0-0.rc3.git5.1.fc21.src.rpm >> : linux-3.12 patch-3.13-rc3 patch-3.13-rc3-git5 ), I don't see any >> reference to the switchable code (ie : 'find -type f |xargs egrep >> "PCI_DEVICE_ID_INTEL_LYNX_POINT|intel_switchabl"' returns nothing). >> >> FYI, I filed a Redhat bug : https://bugzilla.redhat.com/show_bug.cgi?id=1039245 >> >> FYI, my BIOS doesn't have any USB options (just AHCI). >> >> FYI, the Dell Venue 8 Pro user (adam) is also using Fedora, but I >> suspect that his BIOS has enabled xHCI, so he doesn't need the "xHCI >> switchable" code. >> >> I haven't built a kernel in a while, but I can try to apply the patch >> and see if that fixed the problem. >> >> Thanks again, >> Ken > > Oops, > > I missed the newer "xHCI switch" patch : "Intel xhci: refactor > EHCI/xHCI port switching" ( > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=26b76798e0507429506b93cd49f8c4cfdab06896 > ). That code is in Fedora 3.13-rc3-git5 source : > > I tried kernel-PAEdebug-3.13.0-0.rc4.git0.1.fc21.i686 , but there is > nothing about xhci (attached) > > What now? Perhaps I should try to compile with CONFIG_USB_DEBUG ? > > Thanks, > Ken Sarah: I turned on "dynamic debug" and got a few more messages from ehci_hcd , ehci-pci, ohci_hcd (see attached). FYI, my addition to the cmdline was : dyndbg="module xhci_hcd +p ; module ehci_hcd +p ; module uhci_hcd +p ; module ohci_hcd +p ; module ehci_pci +p ; module ohci_pci +p ; module pci_quirks +p" If there are other modules you'd like to see, let me know. FYI, there seems to be a bug in grub2 in Fedora (it transforms " " into "\x20") , so I had to use gummiboot. Cheers, Ken
[ 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-0.rc4.git0.1.fc21.i686+PAEdebug (mockbuild@bkernel02) (gcc version 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC) ) #1 SMP Mon Dec 16 13:40:12 UTC 2013 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000007578bfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007578c000-0x000000007609bfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007609c000-0x000000007619bfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000007619c000-0x00000000761dbfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000761dc000-0x00000000769cffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000769d0000-0x0000000077dcffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000077dd0000-0x0000000077ffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffd00000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.31 by INSYDE Corp. [ 0.000000] efi: ACPI 2.0=0x761db014 SMBIOS=0x7609b000 [ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB) [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000007000) (0MB) [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000007000-0x000000000008f000) (0MB) [ 0.000000] efi: mem03: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB) [ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000090000-0x000000000009e000) (0MB) [ 0.000000] efi: mem05: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB) [ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000100000-0x0000000000400000) (3MB) [ 0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000000400000-0x0000000001950000) (21MB) [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000001950000-0x0000000020000000) (486MB) [ 0.000000] efi: mem09: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020100000) (1MB) [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000020100000-0x000000006e000000) (1247MB) [ 0.000000] efi: mem11: type=4, attr=0xf, range=[0x000000006e000000-0x000000006e020000) (0MB) [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x000000006e020000-0x00000000722f9000) (66MB) [ 0.000000] efi: mem13: type=1, attr=0xf, range=[0x00000000722f9000-0x000000007288c000) (5MB) [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x000000007288c000-0x0000000073f9b000) (23MB) [ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x0000000073f9b000-0x0000000074d8c000) (13MB) [ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x0000000074d8c000-0x000000007533d000) (5MB) [ 0.000000] efi: mem17: type=3, attr=0xf, range=[0x000000007533d000-0x000000007558c000) (2MB) [ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x000000007558c000-0x000000007568a000) (0MB) [ 0.000000] efi: mem19: type=2, attr=0xf, range=[0x000000007568a000-0x000000007568c000) (0MB) [ 0.000000] efi: mem20: type=7, attr=0xf, range=[0x000000007568c000-0x0000000075771000) (0MB) [ 0.000000] efi: mem21: type=1, attr=0xf, range=[0x0000000075771000-0x000000007578c000) (0MB) [ 0.000000] efi: mem22: type=6, attr=0x800000000000000f, range=[0x000000007578c000-0x0000000075a0c000) (2MB) [ 0.000000] efi: mem23: type=5, attr=0x800000000000000f, range=[0x0000000075a0c000-0x0000000075a9c000) (0MB) [ 0.000000] efi: mem24: type=0, attr=0xf, range=[0x0000000075a9c000-0x000000007609c000) (6MB) [ 0.000000] efi: mem25: type=10, attr=0xf, range=[0x000000007609c000-0x000000007619c000) (1MB) [ 0.000000] efi: mem26: type=9, attr=0xf, range=[0x000000007619c000-0x00000000761dc000) (0MB) [ 0.000000] efi: mem27: type=4, attr=0xf, range=[0x00000000761dc000-0x00000000769d0000) (7MB) [ 0.000000] efi: mem28: type=10, attr=0xf, range=[0x00000000769d0000-0x0000000077dd0000) (20MB) [ 0.000000] efi: mem29: type=4, attr=0xf, range=[0x0000000077dd0000-0x0000000078000000) (2MB) [ 0.000000] efi: mem30: type=11, attr=0x8000000000000001, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB) [ 0.000000] efi: mem31: type=11, attr=0x8000000000000000, range=[0x00000000fed01000-0x00000000fed02000) (0MB) [ 0.000000] efi: mem32: type=11, attr=0x8000000000000000, range=[0x00000000ffd00000-0x0000000100000000) (3MB) [ 0.000000] SMBIOS 2.7 present. [ 0.000000] DMI: Gateway LT41P/Esprit_BM, BIOS V2.03 32bit 09/18/2013 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x78000 max_arch_pfn = 0x1000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect [ 0.000000] 1 base 0FFD00000 mask FFFF00000 write-protect [ 0.000000] 2 base 000000000 mask F80000000 write-back [ 0.000000] 3 base 07C000000 mask FFC000000 uncachable [ 0.000000] 4 base 07B000000 mask FFF000000 uncachable [ 0.000000] 5 base 07AE00000 mask FFFE00000 uncachable [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff] [ 0.000000] Base memory trampoline at [c0028000] 28000 size 16384 [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] init_memory_mapping: [mem 0x37200000-0x373fffff] [ 0.000000] [mem 0x37200000-0x373fffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x34000000-0x371fffff] [ 0.000000] [mem 0x34000000-0x371fffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x20100000-0x33ffffff] [ 0.000000] [mem 0x20100000-0x201fffff] page 4k [ 0.000000] [mem 0x20200000-0x33ffffff] page 2M [ 0.000000] BRK [0x01afe000, 0x01afefff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x37400000-0x375fdfff] [ 0.000000] [mem 0x37400000-0x375fdfff] page 4k [ 0.000000] BRK [0x01aff000, 0x01afffff] PGTABLE [ 0.000000] BRK [0x01b00000, 0x01b02fff] PGTABLE [ 0.000000] BRK [0x01b03000, 0x01b03fff] PGTABLE [ 0.000000] ACPI: RSDP 761db014 000024 (v02 ACRSYS) [ 0.000000] ACPI: XSDT 761db120 00009C (v01 ACRSYS ACRPRDCT 00000003 01000013) [ 0.000000] ACPI: FACP 761d4000 00010C (v05 ACRSYS ACRPRDCT 00000003 1025 00040000) [ 0.000000] ACPI: DSDT 761c8000 00716F (v02 ACRSYS ACRPRDCT 00000003 1025 00040000) [ 0.000000] ACPI: FACS 7615d000 000040 [ 0.000000] ACPI: HPET 761d3000 000038 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000) [ 0.000000] ACPI: UEFI 761da000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000) [ 0.000000] ACPI: MSDM 761d9000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000) [ 0.000000] ACPI: UEFI 761d8000 000042 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000) [ 0.000000] ACPI: SSDT 761d5000 002C0D (v01 ACRSYS ACRPRDCT 00001000 1025 00040000) [ 0.000000] ACPI: LPIT 761d2000 000104 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000) [ 0.000000] ACPI: APIC 761d1000 000084 (v03 ACRSYS ACRPRDCT 00000003 1025 00040000) [ 0.000000] ACPI: MCFG 761d0000 00003C (v01 ACRSYS ACRPRDCT 00000003 1025 00040000) [ 0.000000] ACPI: SSDT 761c7000 000763 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000) [ 0.000000] ACPI: SSDT 761c6000 000290 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000) [ 0.000000] ACPI: SSDT 761c5000 00017A (v01 ACRSYS ACRPRDCT 00003000 1025 00040000) [ 0.000000] ACPI: SSDT 761c3000 0003E6 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000) [ 0.000000] ACPI: FPDT 761c2000 000044 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000) [ 0.000000] ACPI: BGRT 761c4000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] 1034MB HIGHMEM available. [ 0.000000] 885MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 375fe000 [ 0.000000] low ram: 0 - 375fe000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] Normal [mem 0x01000000-0x375fdfff] [ 0.000000] HighMem [mem 0x375fe000-0x77ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0008efff] [ 0.000000] node 0: [mem 0x00090000-0x0009dfff] [ 0.000000] node 0: [mem 0x00100000-0x1fffffff] [ 0.000000] node 0: [mem 0x20100000-0x7578bfff] [ 0.000000] node 0: [mem 0x761dc000-0x769cffff] [ 0.000000] node 0: [mem 0x77dd0000-0x77ffffff] [ 0.000000] On node 0 totalpages: 483404 [ 0.000000] free_area_init_node: node 0, pgdat c11c1340, node_mem_map f66fc020 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3996 pages, LIFO batch:0 [ 0.000000] Normal zone: 1740 pages used for memmap [ 0.000000] Normal zone: 222462 pages, LIFO batch:31 [ 0.000000] HighMem zone: 2069 pages used for memmap [ 0.000000] HighMem zone: 256946 pages, LIFO batch:31 [ 0.000000] Using APIC driver default [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x06] disabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level 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-86 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs [ 0.000000] nr_irqs_gsi: 103 [ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x200fffff] [ 0.000000] e820: [mem 0x7f000000-0xe00f7fff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 335 pages/cpu @f6198000 s1348800 r0 d23360 u1372160 [ 0.000000] pcpu-alloc: s1348800 r0 d23360 u1372160 alloc=335*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 481632 [ 0.000000] Kernel command line: root=/dev/sda5 ro vconsole.font=latarcyrheb-sun16 vconsole.keymap=us rhgb verbose dyndbg="module xhci_hcd +p ; module ehci_hcd +p ; module uhci_hcd +p ; module ohci_hcd +p ; module ehci_pci +p ; module ohci_pci +p ; module pci_quirks +p" [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Initializing CPU#0 [ 0.000000] allocated 3932152 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Initializing HighMem for node 0 (000375fe:00078000) [ 0.000000] Memory: 1860952K/1933616K available (6827K kernel code, 669K rwdata, 2588K rodata, 2168K init, 7092K bss, 72664K reserved, 1000628K highmem) [ 0.000000] virtual kernel memory layout: fixmap : 0xffa95000 - 0xfffff000 (5544 kB) pkmap : 0xff600000 - 0xff800000 (2048 kB) vmalloc : 0xf7dfe000 - 0xff5fe000 ( 120 MB) lowmem : 0xc0000000 - 0xf75fe000 ( 885 MB) .init : 0xc11dc000 - 0xc13fa000 (2168 kB) .data : 0xc0eab333 - 0xc11db480 (3264 kB) .text : 0xc0800000 - 0xc0eab333 (6828 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU lockdep checking is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=4. [ 0.000000] NR_IRQS:2304 nr_irqs:1024 16 [ 0.000000] CPU 0 irqstacks, hard=f5822000 soft=f5824000 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.000000] ... MAX_LOCK_DEPTH: 48 [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 [ 0.000000] ... CLASSHASH_SIZE: 4096 [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 [ 0.000000] ... CHAINHASH_SIZE: 16384 [ 0.000000] memory used by lock dependency info: 3823 kB [ 0.000000] per task-struct memory footprint: 1920 bytes [ 0.000000] ODEBUG: 23 of 23 active objects replaced [ 0.000000] kmemleak: Kernel memory leak detector disabled [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.001000] tsc: Detected 1466.726 MHz processor [ 0.000007] Calibrating delay loop (skipped), value calculated using timer frequency.. 2933.45 BogoMIPS (lpj=1466726) [ 0.000034] pid_max: default: 32768 minimum: 301 [ 60.353015] Security Framework initialized [ 60.353041] SELinux: Initializing. [ 60.353297] SELinux: Starting in permissive mode [ 60.354322] Mount-cache hash table entries: 512 [ 60.359791] Initializing cgroup subsys memory [ 60.359904] Initializing cgroup subsys devices [ 60.359969] Initializing cgroup subsys freezer [ 60.360033] Initializing cgroup subsys net_cls [ 60.360064] Initializing cgroup subsys blkio [ 60.360082] Initializing cgroup subsys perf_event [ 60.360489] CPU: Physical Processor ID: 0 [ 60.360503] CPU: Processor Core ID: 0 [ 60.360519] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 60.372814] mce: CPU supports 6 MCE banks [ 60.372851] CPU0: Thermal monitoring handled by SMI [ 60.372885] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 Last level dTLB entries: 4KB 128, 2MB 0, 4MB 0 tlb_flushall_shift: 6 [ 60.373290] Freeing SMP alternatives memory: 24K (c13fa000 - c1400000) [ 60.376168] ACPI: Core revision 20131115 [ 60.848499] ACPI: All ACPI Tables successfully acquired [ 60.848698] ------------[ cut here ]------------ [ 60.848724] WARNING: CPU: 0 PID: 0 at arch/x86/mm/ioremap.c:102 __ioremap_caller+0x3b0/0x420() [ 60.848743] Modules linked in: [ 60.848759] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.13.0-0.rc4.git0.1.fc21.i686+PAEdebug #1 [ 60.848778] Hardware name: Gateway LT41P/Esprit_BM, BIOS V2.03 32bit 09/18/2013 [ 60.848795] 00000000 00000000 c1135ef8 c0e992c7 00000000 c1135f28 c086012e c10531fc [ 60.848831] 00000000 00000000 c1048f8f 00000066 c0851580 c0851580 00073fe3 00073fe3 [ 60.848865] 00000000 c1135f38 c08601f2 00000009 00000000 c1135f94 c0851580 c1135f5c [ 60.848900] Call Trace: [ 60.848918] [<c0e992c7>] dump_stack+0x48/0x60 [ 60.848936] [<c086012e>] warn_slowpath_common+0x7e/0xa0 [ 60.848954] [<c0851580>] ? __ioremap_caller+0x3b0/0x420 [ 60.848972] [<c0851580>] ? __ioremap_caller+0x3b0/0x420 [ 60.848989] [<c08601f2>] warn_slowpath_null+0x22/0x30 [ 60.849006] [<c0851580>] __ioremap_caller+0x3b0/0x420 [ 60.849024] [<c0e93371>] ? acpi_os_map_memory+0x10d/0x11c [ 60.849044] [<c11f5697>] ? efi_bgrt_init+0x86/0x116 [ 60.849061] [<c085160f>] ioremap_nocache+0x1f/0x30 [ 60.849078] [<c11f5697>] ? efi_bgrt_init+0x86/0x116 [ 60.849095] [<c11f5697>] efi_bgrt_init+0x86/0x116 [ 60.849112] [<c11f5219>] efi_late_init+0x8/0xa [ 60.849129] [<c11dcb0a>] start_kernel+0x3dd/0x3f2 [ 60.849145] [<c11dc564>] ? repair_env_string+0x51/0x51 [ 60.849162] [<c11dc38b>] i386_start_kernel+0x12e/0x131 [ 60.849194] ---[ end trace 34589f0f1f2d66c2 ]--- [ 60.878204] ftrace: allocating 25364 entries in 50 pages [ 60.900183] Enabling APIC mode: Flat. Using 1 I/O APICs [ 60.902427] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 60.912470] smpboot: CPU0: Intel(R) Celeron(R) CPU N2805 @ 1.46GHz (fam: 06, model: 37, stepping: 03) [ 60.912517] TSC deadline timer enabled [ 60.912650] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver. [ 60.912705] ... version: 3 [ 60.912718] ... bit width: 40 [ 60.912730] ... generic registers: 2 [ 60.912741] ... value mask: 000000ffffffffff [ 60.912754] ... max period: 000000ffffffffff [ 60.912766] ... fixed-purpose events: 3 [ 60.912777] ... event mask: 0000000700000003 [ 60.929886] CPU 1 irqstacks, hard=f5a80000 soft=f5a82000 [ 60.929895] x86: Booting SMP configuration: [ 60.940211] Initializing CPU#1 [ 60.953093] CPU1: Thermal monitoring handled by SMI [ 60.929912] .... node #0, CPUs: #1 [ 60.955767] x86: Booted up 1 node, 2 CPUs [ 60.955799] smpboot: Total of 2 processors activated (5866.90 BogoMIPS) [ 60.956882] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 60.963797] devtmpfs: initialized [ 60.971661] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes) [ 60.971712] PM: Registering ACPI NVS region [mem 0x7609c000-0x7619bfff] (1048576 bytes) [ 60.974963] PM: Registering ACPI NVS region [mem 0x769d0000-0x77dcffff] (20971520 bytes) [ 61.061943] atomic64 test passed for i586+ platform with CX8 and with SSE [ 61.061967] pinctrl core: initialized pinctrl subsystem [ 61.063390] RTC time: 7:28:35, date: 12/18/13 [ 61.065078] NET: Registered protocol family 16 [ 61.067941] cpuidle: using governor menu [ 61.068597] ACPI: bus type PCI registered [ 61.068614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 61.071147] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) [ 61.071173] PCI: not using MMCONFIG [ 61.071515] PCI: Using configuration type 1 for base access [ 61.137136] bio: create slab <bio-0> at 0 [ 61.139805] ACPI: Added _OSI(Module Device) [ 61.139826] ACPI: Added _OSI(Processor Device) [ 61.139842] ACPI: Added _OSI(3.0 _SCP Extensions) [ 61.139858] ACPI: Added _OSI(Processor Aggregator Device) [ 61.605100] ACPI: SSDT 7608ba90 000353 (v01 PmRef Cpu0Ist 00003000 INTL 20130117) [ 61.617045] ACPI: Dynamic OEM Table Load: [ 61.617065] ACPI: SSDT (null) 000353 (v01 PmRef Cpu0Ist 00003000 INTL 20130117) [ 61.623956] ACPI: SSDT 76088c10 0003A5 (v01 PmRef Cpu0Cst 00003001 INTL 20130117) [ 61.634070] ACPI: Dynamic OEM Table Load: [ 61.634090] ACPI: SSDT (null) 0003A5 (v01 PmRef Cpu0Cst 00003001 INTL 20130117) [ 61.669973] ACPI: SSDT 7608cd90 00015F (v01 PmRef ApIst 00003000 INTL 20130117) [ 61.686069] ACPI: Dynamic OEM Table Load: [ 61.686089] ACPI: SSDT (null) 00015F (v01 PmRef ApIst 00003000 INTL 20130117) [ 61.694861] ACPI: SSDT 7608cf10 00008D (v01 PmRef ApCst 00003000 INTL 20130117) [ 61.705715] ACPI: Dynamic OEM Table Load: [ 61.705735] ACPI: SSDT (null) 00008D (v01 PmRef ApCst 00003000 INTL 20130117) [ 61.764873] ACPI: Interpreter enabled [ 61.764965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 61.765066] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 61.765541] ACPI: (supports S0 S3 S4 S5) [ 61.765556] ACPI: Using IOAPIC for interrupt routing [ 61.766699] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) [ 61.870922] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] not reserved in ACPI motherboard resources [ 61.870949] PCI: not using MMCONFIG [ 61.871342] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 61.881799] ACPI: No dock devices found. [ 62.334091] ACPI: Power Resource [USBC] (on) [ 62.421475] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 62.421620] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 62.427396] \_SB_.PCI0:_OSC invalid UUID [ 62.427422] _OSC request data:1 1e 0 [ 62.427458] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM [ 62.460879] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 62.478608] ACPI: \_SB_.PCI0.PDRC: can't evaluate _ADR (0x5) [ 62.478792] ACPI: \_SB_.PCI0.WMID: can't evaluate _ADR (0x5) [ 62.478842] PCI host bridge to bus 0000:00 [ 62.478882] pci_bus 0000:00: root bus resource [bus 00-ff] [ 62.478922] pci_bus 0000:00: root bus resource [io 0x0000-0x006f] [ 62.478961] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7] [ 62.478999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 62.479038] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 62.479077] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff] [ 62.479115] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff] [ 62.479154] pci_bus 0000:00: root bus resource [mem 0x80000000-0x907ffffe] [ 62.479269] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000 [ 62.483727] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000 [ 62.483790] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff] [ 62.483840] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref] [ 62.483888] pci 0000:00:02.0: reg 0x20: [io 0x1050-0x1057] [ 62.488246] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601 [ 62.488315] pci 0000:00:13.0: reg 0x10: [io 0x1048-0x104f] [ 62.488347] pci 0000:00:13.0: reg 0x14: [io 0x105c-0x105f] [ 62.488378] pci 0000:00:13.0: reg 0x18: [io 0x1040-0x1047] [ 62.488409] pci 0000:00:13.0: reg 0x1c: [io 0x1058-0x105b] [ 62.488440] pci 0000:00:13.0: reg 0x20: [io 0x1020-0x103f] [ 62.488472] pci 0000:00:13.0: reg 0x24: [mem 0x90704000-0x907047ff] [ 62.488716] pci 0000:00:13.0: PME# supported from D3hot [ 62.493114] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000 [ 62.493183] pci 0000:00:1a.0: reg 0x10: [mem 0x90600000-0x906fffff] [ 62.493219] pci 0000:00:1a.0: reg 0x14: [mem 0x90500000-0x905fffff] [ 62.493539] pci 0000:00:1a.0: PME# supported from D0 D3hot [ 62.497832] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300 [ 62.497937] pci 0000:00:1b.0: reg 0x10: [mem 0x90700000-0x90703fff 64bit] [ 62.498227] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 62.502509] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400 [ 62.502824] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 62.506422] pci 0000:00:1c.0: System wakeup disabled by ACPI [ 62.507946] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400 [ 62.508289] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 62.511805] pci 0000:00:1c.2: System wakeup disabled by ACPI [ 62.513214] pci 0000:00:1d.0: [8086:0f34] type 00 class 0x0c0320 [ 62.513319] pci 0000:00:1d.0: reg 0x10: [mem 0x90705000-0x907053ff] [ 62.513688] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 62.518562] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 62.519929] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100 [ 62.524314] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500 [ 62.524388] pci 0000:00:1f.3: reg 0x10: [mem 0x90706000-0x9070601f] [ 62.524530] pci 0000:00:1f.3: reg 0x20: [io 0x1000-0x101f] [ 62.531106] pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 [ 62.531168] pci 0000:01:00.0: reg 0x10: [mem 0x90400000-0x9047ffff 64bit] [ 62.531306] pci 0000:01:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref] [ 62.531531] pci 0000:01:00.0: supports D1 D2 [ 62.531538] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 62.532590] pci 0000:01:00.0: System wakeup disabled by ACPI [ 62.534237] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 62.534269] pci 0000:00:1c.0: bridge window [mem 0x90400000-0x904fffff] [ 62.536499] pci 0000:00:1c.2: PCI bridge to [bus 02] [ 62.536604] pci_bus 0000:00: on NUMA node 0 [ 62.564127] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.571154] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.578161] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.585179] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.592185] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.599185] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.606196] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.613197] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.627744] ACPI: Enabled 4 GPEs in block 00 to 3F [ 62.630303] ACPI: \_SB_.PCI0: notify handler is installed [ 62.631179] Found 1 acpi root devices [ 62.633482] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62 [ 62.636802] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 62.636849] vgaarb: loaded [ 62.636861] vgaarb: bridge control possible 0000:00:02.0 [ 62.641269] SCSI subsystem initialized [ 62.642341] libata version 3.00 loaded. [ 62.643354] ACPI: bus type USB registered [ 62.644188] usbcore: registered new interface driver usbfs [ 62.644597] usbcore: registered new interface driver hub [ 62.645095] usbcore: registered new device driver usb [ 62.647455] PCI: Using ACPI for IRQ routing [ 62.647474] PCI: pci_cache_line_size set to 64 bytes [ 62.647631] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff] [ 62.647705] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] [ 62.647741] e820: reserve RAM buffer [mem 0x7578c000-0x77ffffff] [ 62.647776] e820: reserve RAM buffer [mem 0x769d0000-0x77ffffff] [ 62.651923] NetLabel: Initializing [ 62.651939] NetLabel: domain hash size = 128 [ 62.651951] NetLabel: protocols = UNLABELED CIPSOv4 [ 62.652564] NetLabel: unlabeled traffic allowed by default [ 62.653062] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 62.653089] hpet0: 3 comparators, 64-bit 14.318180 MHz counter [ 62.655334] Switched to clocksource hpet [ 63.129974] pnp: PnP ACPI init [ 63.130442] ACPI: bus type PNP registered [ 63.131915] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) [ 63.134819] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active) [ 63.136488] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active) [ 63.138537] system 00:03: [io 0x0680-0x069f] has been reserved [ 63.138604] system 00:03: [io 0x0400-0x047f] has been reserved [ 63.138681] system 00:03: [io 0x0500-0x05fe] has been reserved [ 63.138745] system 00:03: [io 0x0600-0x061f] has been reserved [ 63.138809] system 00:03: [io 0x164e-0x164f] has been reserved [ 63.138873] system 00:03: [mem 0xfed40000-0xfed44fff] has been reserved [ 63.138911] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 63.144275] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active) [ 63.147569] pnp 00:05: Plug and Play ACPI device, IDs SYN1b20 SYN1b00 SYN0002 PNP0f13 (active) [ 63.174357] pnp: PnP ACPI: found 6 devices [ 63.174377] ACPI: bus type PNP unregistered [ 63.279822] pci 0000:01:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref] [ 63.279900] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000 [ 63.279934] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x001fffff pref] to [bus 01] add_size 200000 [ 63.279992] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 [ 63.280025] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 [ 63.280055] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 [ 63.280254] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000 [ 63.280263] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 [ 63.280271] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 [ 63.280278] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 [ 63.280285] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 [ 63.280307] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x300000) [ 63.280376] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000) [ 63.280422] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000) [ 63.280468] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff] [ 63.280492] pci 0000:00:1c.2: BAR 13: assigned [io 0x3000-0x3fff] [ 63.280687] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x100000) [ 63.280733] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000) [ 63.280777] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000) [ 63.280889] pci 0000:01:00.0: BAR 6: assigned [mem 0x90480000-0x9048ffff pref] [ 63.280929] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 63.280950] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 63.280976] pci 0000:00:1c.0: bridge window [mem 0x90400000-0x904fffff] [ 63.281013] pci 0000:00:1c.2: PCI bridge to [bus 02] [ 63.281031] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff] [ 63.281076] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc [ 63.281114] pci_bus 0000:00: resource 4 [io 0x0000-0x006f] [ 63.281122] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7] [ 63.281128] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff] [ 63.281135] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff] [ 63.281142] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff] [ 63.281149] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff] [ 63.281193] pci_bus 0000:00: resource 10 [mem 0x80000000-0x907ffffe] [ 63.281201] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff] [ 63.281208] pci_bus 0000:01: resource 1 [mem 0x90400000-0x904fffff] [ 63.281215] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff] [ 63.281881] NET: Registered protocol family 2 [ 63.285536] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 63.285733] TCP bind hash table entries: 8192 (order: 6, 360448 bytes) [ 63.287603] TCP: Hash tables configured (established 8192 bind 8192) [ 63.287848] TCP: reno registered [ 63.287880] UDP hash table entries: 512 (order: 3, 49152 bytes) [ 63.288132] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes) [ 63.290502] NET: Registered protocol family 1 [ 63.290677] pci 0000:00:02.0: Boot video device [ 63.298037] pci 0000:00:1d.0: EHCI: BIOS handoff [ 64.397041] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001 [ 64.403943] PCI: CLS 64 bytes, default 64 [ 65.227778] DMA-API: preallocated 65536 debug entries [ 65.227799] DMA-API: debugging enabled by kernel config [ 65.234695] apm: BIOS not found. [ 65.235274] Scanning for low memory corruption every 60 seconds [ 65.237022] cryptomgr_test (27) used greatest stack depth: 7036 bytes left [ 65.244594] Initialise system trusted keyring [ 65.245267] audit: initializing netlink socket (disabled) [ 65.245531] type=2000 audit(1387351658.842:1): initialized [ 65.291705] bounce pool size: 64 pages [ 65.292130] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 65.381502] zbud: loaded [ 65.391722] VFS: Disk quotas dquot_6.5.2 [ 65.392933] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 65.412537] msgmni has been set to 1733 [ 65.414714] Key type big_key registered [ 65.414730] SELinux: Registering netfilter hooks [ 65.421525] cryptomgr_test (33) used greatest stack depth: 6632 bytes left [ 65.423912] cryptomgr_test (36) used greatest stack depth: 6264 bytes left [ 65.428915] cryptomgr_test (38) used greatest stack depth: 6192 bytes left [ 65.430537] alg: No test for stdrng (krng) [ 65.430732] NET: Registered protocol family 38 [ 65.430850] Key type asymmetric registered [ 65.430900] Asymmetric key parser 'x509' registered [ 65.432151] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 65.432753] io scheduler noop registered [ 65.432770] io scheduler deadline registered [ 65.434628] io scheduler cfq registered (default) [ 65.438139] list_sort_test: start testing list_sort() [ 65.473672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 65.474502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 65.476766] efifb: probing for efifb [ 65.479124] efifb: framebuffer at 0x80000000, mapped to 0xf8580000, using 4128k, total 4128k [ 65.479148] efifb: mode is 1366x768x32, linelength=5504, pages=1 [ 65.479161] efifb: scrolling: redraw [ 65.479175] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 65.497715] Console: switching to colour frame buffer device 170x48 [ 65.511258] fb0: EFI VGA frame buffer device [ 65.511508] intel_idle: does not run on family 6 model 55 [ 65.527073] ACPI: AC Adapter [ACAD] (on-line) [ 65.529698] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 [ 65.530042] ACPI: Power Button [PWRB] [ 65.531801] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1 [ 65.532033] ACPI: Sleep Button [SLPB] [ 65.534071] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2 [ 65.540314] ACPI: Lid Switch [LID] [ 65.542034] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 65.542250] ACPI: Power Button [PWRF] [ 65.716027] Monitor-Mwait will be used to enter C-1 state [ 65.775792] thermal LNXTHERM:00: registered as thermal_zone0 [ 65.775934] ACPI: Thermal Zone [TZ01] (42 C) [ 65.779047] GHES: HEST is not enabled! [ 65.780873] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 65.803429] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 65.901900] ACPI: Battery Slot [BAT1] (battery present) [ 65.904983] Non-volatile memory driver v1.3 [ 65.905090] Linux agpgart interface v0.103 [ 65.915953] ahci 0000:00:13.0: version 3.0 [ 65.924640] ahci 0000:00:13.0: irq 103 for MSI/MSI-X [ 65.935676] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode [ 65.940056] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso sadm sds [ 65.955447] scsi0 : ahci [ 65.965343] scsi1 : ahci [ 65.971648] ata1: SATA max UDMA/133 abar m2048@0x90704000 port 0x90704100 irq 103 [ 65.976075] ata2: DUMMY [ 65.983244] libphy: Fixed MDIO Bus: probed [ 65.989122] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 65.993623] ehci_hcd: block sizes: qh 84 qtd 96 itd 160 sitd 96 [ 65.993705] ehci-pci: EHCI PCI platform driver [ 66.006541] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 66.013619] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1 [ 66.018388] ehci-pci 0000:00:1d.0: debug port 2 [ 66.022809] ehci-pci 0000:00:1d.0: reset hcs_params 0x200008 dbg=2 cc=0 pcc=0 ordered !ppc ports=8 [ 66.022819] ehci-pci 0000:00:1d.0: reset hcc_params 36881 caching frame 1024 64 bit addr [ 66.023276] ehci-pci 0000:00:1d.0: reset command 0080012 (park)=0 ithresh=8 Periodic period=1024 Reset HALT [ 66.027180] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [ 66.027949] ehci-pci 0000:00:1d.0: irq 23, io mem 0x90705000 [ 66.032377] ehci-pci 0000:00:1d.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN [ 66.038624] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 66.045994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 66.050518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 66.055039] usb usb1: Product: EHCI Host Controller [ 66.059511] usb usb1: Manufacturer: Linux 3.13.0-0.rc4.git0.1.fc21.i686+PAEdebug ehci_hcd [ 66.064064] usb usb1: SerialNumber: 0000:00:1d.0 [ 66.074576] hub 1-0:1.0: USB hub found [ 66.079632] hub 1-0:1.0: 8 ports detected [ 66.100815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 66.105402] ohci_hcd: block sizes: ed 64 td 64 [ 66.105409] ohci-pci: OHCI PCI platform driver [ 66.110162] uhci_hcd: USB Universal Host Controller Interface driver [ 66.117127] usbcore: registered new interface driver usbserial [ 66.121778] usbcore: registered new interface driver usbserial_generic [ 66.126578] usbserial: USB Serial support registered for generic [ 66.131839] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 66.138385] i8042: Detected active multiplexing controller, rev 1.1 [ 66.144697] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 66.149327] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 66.153723] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 66.158026] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 66.162852] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 66.168585] mousedev: PS/2 mouse device common for all mice [ 66.180370] rtc_cmos 00:00: RTC can wake from S4 [ 66.186660] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 66.190886] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 66.197839] device-mapper: uevent: version 1.0.3 [ 66.202308] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT [ 66.205837] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 66.205902] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@xxxxxxxxxx [ 66.207856] Intel P-state driver initializing. [ 66.208246] Intel pstate controlling: cpu 0 [ 66.208879] Intel pstate controlling: cpu 1 [ 66.214445] EFI Variables Facility v0.08 2004-May-17 [ 66.231005] tsc: Refined TSC clocksource calibration: 1466.666 MHz [ 66.261023] hidraw: raw HID events driver (C) Jiri Kosina [ 66.269120] usbcore: registered new interface driver usbhid [ 66.272957] usbhid: USB HID core driver [ 66.278256] drop_monitor: Initializing network drop monitor service [ 66.283317] ip_tables: (C) 2000-2006 Netfilter Core Team [ 66.287620] TCP: cubic registered [ 66.289465] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 66.295414] Initializing XFRM netlink socket [ 66.295420] ata1.00: ATA-8: WDC WD3200BPVT-22JJ5T0, 01.01A01, max UDMA/133 [ 66.295428] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32), AA [ 66.297109] ata1.00: configured for UDMA/133 [ 66.301556] scsi 0:0:0:0: Direct-Access ATA WDC WD3200BPVT-2 01.0 PQ: 0 ANSI: 5 [ 66.309047] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 66.312291] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 66.312296] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 66.314356] sd 0:0:0:0: [sda] Write Protect is off [ 66.314391] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 66.315226] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 66.342471] NET: Registered protocol family 10 [ 66.354231] mip6: Mobile IPv6 [ 66.358388] NET: Registered protocol family 17 [ 66.366129] Using IPI No-Shortcut mode [ 66.372877] Loading compiled-in X.509 certificates [ 66.386048] Loaded X.509 cert 'Fedora kernel signing key: ca4fadfc9f3b6e6d6103579d155d170dbb332a75' [ 66.387812] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled [ 66.387822] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT [ 66.390728] registered taskstats version 1 [ 66.405736] Magic number: 9:57:471 [ 66.409995] rtc_cmos 00:00: setting system clock to 2013-12-18 07:28:41 UTC (1387351721) [ 66.416003] PM: Hibernation image not present or could not be loaded. [ 66.438761] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 67.012299] psmouse serio2: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 528321 [ 67.053882] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input10 [ 67.235723] Switched to clocksource tsc [ 69.369860] sda: sda1 sda2 sda3 sda4 sda5 [ 69.400908] sd 0:0:0:0: [sda] Attached SCSI disk [ 69.407179] md: Waiting for all devices to be available before autodetect [ 69.413745] md: If you don't use raid, use raid=noautodetect [ 69.427867] md: Autodetecting RAID arrays. [ 69.433007] md: Scanned 0 and added 0 devices. [ 69.438051] md: autorun ... [ 69.442517] md: ... autorun DONE. [ 69.480817] EXT4-fs (sda5): couldn't mount as ext3 due to feature incompatibilities [ 69.488875] EXT4-fs (sda5): couldn't mount as ext2 due to feature incompatibilities [ 69.661293] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) [ 69.666075] VFS: Mounted root (ext4 filesystem) readonly on device 8:5. [ 69.716919] devtmpfs: mounted [ 69.725909] Freeing unused kernel memory: 2168K (c11dc000 - c13fa000) [ 69.730822] Write protecting the kernel text: 6832k [ 69.736465] Write protecting the kernel read-only data: 2592k [ 69.740994] NX-protecting the kernel data: 5456k [ 70.136032] random: nonblocking pool is initialized [ 70.521754] type=1404 audit(1387351725.611:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 [ 71.452400] ehci-pci 0000:00:1d.0: IAA watchdog: status 802d cmd 10021 [ 71.463426] ehci-pci 0000:00:1d.0: IAA watchdog: status 802d cmd 10021 [ 71.514479] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled [ 71.514496] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT [ 71.592333] SELinux: 2048 avtab hash slots, 101316 rules. [ 73.959908] SELinux: 2048 avtab hash slots, 101316 rules. [ 76.574855] ehci-pci 0000:00:1d.0: IAA watchdog: status 802d cmd 10021 [ 76.585882] ehci-pci 0000:00:1d.0: IAA watchdog: status 802d cmd 10021 [ 77.720638] SELinux: 8 users, 83 roles, 4634 types, 265 bools, 1 sens, 1024 cats [ 77.720651] SELinux: 83 classes, 101316 rules [ 78.593905] SELinux: Completing initialization. [ 78.593916] SELinux: Setting up existing superblocks. [ 78.594274] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 78.594525] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts [ 78.594768] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts [ 78.594934] SELinux: initialized (dev proc, type proc), uses genfs_contexts [ 78.595544] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 78.595846] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs [ 78.598521] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts [ 78.625141] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs [ 78.625367] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs [ 78.625602] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts [ 78.625781] SELinux: initialized (dev aio, type aio), not configured for labeling [ 78.626002] SELinux: initialized (dev devpts, type devpts), uses transition SIDs [ 78.626445] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs [ 78.626693] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs [ 78.626896] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts [ 78.627455] SELinux: initialized (dev sda5, type ext4), uses xattr [ 78.638205] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 78.638387] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts [ 78.781613] type=1403 audit(1387351733.873:3): policy loaded auid=4294967295 ses=4294967295 [ 79.757692] systemd[1]: Successfully loaded SELinux policy in 9.265570s. [ 79.993907] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 80.001510] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 80.006858] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 80.011637] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 80.018438] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts [ 80.061662] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts [ 80.168417] systemd[1]: Relabelled /dev and /run in 104.610ms. [ 80.284301] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 80.288662] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 80.295808] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 80.299536] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 80.303172] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 80.306606] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 80.313451] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 80.317507] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 80.318378] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) [ 80.390942] systemd[1]: Set hostname to <lt41p.he.hokulea.org>. [ 80.512413] systemd-system- (57) used greatest stack depth: 5768 bytes left [ 80.555513] systemd-rc-loca (56) used greatest stack depth: 5648 bytes left [ 80.592368] systemd-getty-g (61) used greatest stack depth: 5624 bytes left [ 81.796467] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 81.807505] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 81.975546] systemd[1]: Starting Forward Password Requests to Wall Directory Watch. [ 81.985267] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 81.990147] systemd[1]: Starting Remote File Systems. [ 82.005107] systemd[1]: Reached target Remote File Systems. [ 82.008347] usb 1-1: device not accepting address 2, error -110 [ 82.014812] systemd[1]: Starting Collect Read-Ahead Data... [ 82.051906] systemd[1]: Starting Replay Read-Ahead Data... [ 82.059607] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled [ 82.059618] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT [ 82.079413] systemd[1]: Starting Delayed Shutdown Socket. [ 82.109364] systemd[1]: Listening on Delayed Shutdown Socket. [ 82.114068] usb 1-1: new high-speed USB device number 3 using ehci-pci [ 82.122410] systemd[1]: Starting /dev/initctl Compatibility Named Pipe. [ 82.138471] systemd-readahead[64]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day. [ 82.143847] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 82.148694] systemd[1]: Starting Encrypted Volumes. [ 82.163964] systemd[1]: Reached target Encrypted Volumes. [ 82.171392] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point. [ 82.180378] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts [ 82.197312] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 82.202707] systemd[1]: Starting Journal Socket. [ 82.244176] systemd[1]: Listening on Journal Socket. [ 82.249758] systemd[1]: Mounting Huge Pages File System... [ 82.279610] systemd[1]: Mounting POSIX Message Queue File System... [ 82.306607] systemd[1]: Mounting Debug File System... [ 82.336610] systemd[1]: Starting Journal Service... [ 82.372861] systemd[1]: Started Journal Service. [ 82.514889] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts [ 82.888596] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs [ 82.891668] mkdir (70) used greatest stack depth: 5240 bytes left [ 82.917400] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 83.035421] systemd-journald[68]: Vacuuming done, freed 0 bytes [ 84.427049] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts [ 84.782206] systemd-udevd[98]: starting version 208 [ 85.954224] wmi: Mapper loaded [ 86.412737] [drm] Initialized drm 1.1.0 20060810 [ 86.694487] cfg80211: Calling CRDA to update world regulatory domain [ 87.058386] microcode: CPU0 sig=0x30673, pf=0x8, revision=0x30f [ 87.135030] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 87.145978] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 87.157659] platform microcode: Direct firmware load failed with error -2 [ 87.162271] platform microcode: Falling back to user helper [ 87.167476] microcode: CPU1 sig=0x30673, pf=0x8, revision=0x30f [ 87.188300] platform microcode: Direct firmware load failed with error -2 [ 87.192820] platform microcode: Falling back to user helper [ 87.197766] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled [ 87.197779] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT [ 87.228084] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba [ 87.354754] [drm] Memory usable by graphics device = 2048M [ 87.359579] checking generic (80000000 408000) vs hw (80000000 10000000) [ 87.359587] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver [ 87.365366] Console: switching to colour dummy device 80x25 [ 87.394658] alg: No test for crc32 (crc32-pclmul) [ 88.143224] ath: phy0: ASPM enabled: 0x42 [ 88.143246] ath: EEPROM regdomain: 0x6a [ 88.143251] ath: EEPROM indicates we should expect a direct regpair map [ 88.143258] ath: Country alpha2 being used: 00 [ 88.143262] ath: Regpair used: 0x6a [ 88.239279] EXT4-fs (sda5): re-mounted. Opts: (null) [ 88.420350] i915 0000:00:02.0: irq 104 for MSI/MSI-X [ 88.423478] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 88.423502] [drm] Driver supports precise vblank timestamp query. [ 88.452727] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 89.092554] [drm] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4 [ 89.209884] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 89.243306] fbcon: inteldrmfb (fb0) is primary device [ 89.350429] ieee80211 phy0: Atheros AR9462 Rev:2 mem=0xf8680000, irq=16 [ 89.746658] acer_wmi: Acer Laptop ACPI-WMI Extras [ 89.746959] acer_wmi: Function bitmap for Communication Button: 0x1 [ 89.750573] acer_wmi: Brightness must be controlled by acpi video driver [ 89.809882] acer_wmi: Enabling Launch Manager failed: 0xe4 - 0x0 [ 89.814338] input: Acer WMI hotkeys as /devices/virtual/input/input13 [ 89.887914] input: Acer BMA150 accelerometer as /devices/virtual/input/input14 [ 89.964124] cfg80211: World regulatory domain updated: [ 89.964127] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 89.964132] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 89.964136] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 89.964139] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 89.964142] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 89.964144] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 90.007245] acer_wmi: Get 0x1 Device Status failed: 0xe2 - 0x0 [ 90.083088] acer_wmi: Get Current Device Status failed: 0xe2 - 0x0 [ 90.099603] [drm] Enabling RC6 states: RC6 off, RC6p off, RC6pp off [ 90.167935] systemd-udevd[118]: renamed network interface wlan0 to wlp1s0 [ 90.644402] Console: switching to colour frame buffer device 170x48 [ 90.671891] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 90.671895] i915 0000:00:02.0: registered panic notifier [ 90.678436] type=1400 audit(1387351745.772:4): avc: denied { getattr } for pid=115 comm="plymouthd" path="/dev/dri/card0" dev="devtmpfs" ino=8979 scontext=system_u:system_r:plymouthd_t:s0 tcontext=system_u:object_r:xserver_misc_device_t:s0 tclass=chr_file [ 90.678812] type=1400 audit(1387351745.773:5): avc: denied { getattr } for pid=115 comm="plymouthd" path="/dev/dri/card0" dev="devtmpfs" ino=8979 scontext=system_u:system_r:plymouthd_t:s0 tcontext=system_u:object_r:xserver_misc_device_t:s0 tclass=chr_file [ 90.702389] type=1400 audit(1387351745.796:6): avc: denied { getattr } for pid=115 comm="plymouthd" path="/dev/dri/card0" dev="devtmpfs" ino=8979 scontext=system_u:system_r:plymouthd_t:s0 tcontext=system_u:object_r:xserver_misc_device_t:s0 tclass=chr_file [ 90.720804] type=1400 audit(1387351745.815:7): avc: denied { getattr } for pid=115 comm="plymouthd" path="/dev/dri/card0" dev="devtmpfs" ino=8979 scontext=system_u:system_r:plymouthd_t:s0 tcontext=system_u:object_r:xserver_misc_device_t:s0 tclass=chr_file [ 90.776338] type=1400 audit(1387351745.870:8): avc: denied { getattr } for pid=115 comm="plymouthd" path="/dev/dri/card0" dev="devtmpfs" ino=8979 scontext=system_u:system_r:plymouthd_t:s0 tcontext=system_u:object_r:xserver_misc_device_t:s0 tclass=chr_file [ 91.083640] type=1400 audit(1387351746.178:9): avc: denied { getattr } for pid=115 comm="plymouthd" path="/dev/dri/card0" dev="devtmpfs" ino=8979 scontext=system_u:system_r:plymouthd_t:s0 tcontext=system_u:object_r:xserver_misc_device_t:s0 tclass=chr_file [ 91.156615] type=1400 audit(1387351746.251:10): avc: denied { getattr } for pid=115 comm="plymouthd" path="/dev/dri/card0" dev="devtmpfs" ino=8979 scontext=system_u:system_r:plymouthd_t:s0 tcontext=system_u:object_r:xserver_misc_device_t:s0 tclass=chr_file [ 91.184999] type=1400 audit(1387351746.279:11): avc: denied { getattr } for pid=115 comm="plymouthd" path="/dev/dri/card0" dev="devtmpfs" ino=8979 scontext=system_u:system_r:plymouthd_t:s0 tcontext=system_u:object_r:xserver_misc_device_t:s0 tclass=chr_file [ 91.214521] type=1400 audit(1387351746.309:12): avc: denied { getattr } for pid=115 comm="plymouthd" path="/dev/dri/card0" dev="devtmpfs" ino=8979 scontext=system_u:system_r:plymouthd_t:s0 tcontext=system_u:object_r:xserver_misc_device_t:s0 tclass=chr_file [ 91.231962] type=1400 audit(1387351746.326:13): avc: denied { getattr } for pid=115 comm="plymouthd" path="/dev/dri/card0" dev="devtmpfs" ino=8979 scontext=system_u:system_r:plymouthd_t:s0 tcontext=system_u:object_r:xserver_misc_device_t:s0 tclass=chr_file [ 91.367088] Adding 1952764k swap on /dev/sda4. Priority:-1 extents:1 across:1952764k FS [ 92.264622] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 92.275614] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 92.656269] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 93.620061] acpi device:20: registered as cooling_device2 [ 93.716501] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input15 [ 93.795614] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 93.839968] snd_hda_intel 0000:00:1b.0: irq 105 for MSI/MSI-X [ 94.057449] ALSA sound/pci/hda/patch_realtek.c:419 SKU: Nid=0x1d sku_cfg=0x40589b2d [ 94.057459] ALSA sound/pci/hda/patch_realtek.c:421 SKU: port_connectivity=0x1 [ 94.057465] ALSA sound/pci/hda/patch_realtek.c:422 SKU: enable_pcbeep=0x1 [ 94.057471] ALSA sound/pci/hda/patch_realtek.c:423 SKU: check_sum=0x00000008 [ 94.057477] ALSA sound/pci/hda/patch_realtek.c:424 SKU: customization=0x0000009b [ 94.057482] ALSA sound/pci/hda/patch_realtek.c:425 SKU: external_amp=0x5 [ 94.057487] ALSA sound/pci/hda/patch_realtek.c:426 SKU: platform_type=0x1 [ 94.057492] ALSA sound/pci/hda/patch_realtek.c:427 SKU: swap=0x0 [ 94.057497] ALSA sound/pci/hda/patch_realtek.c:428 SKU: override=0x1 [ 94.062086] ALSA sound/pci/hda/hda_auto_parser.c:393 autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 94.062097] ALSA sound/pci/hda/hda_auto_parser.c:397 speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 94.062104] ALSA sound/pci/hda/hda_auto_parser.c:401 hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 94.062110] ALSA sound/pci/hda/hda_auto_parser.c:402 mono: mono_out=0x0 [ 94.062115] ALSA sound/pci/hda/hda_auto_parser.c:406 inputs: [ 94.062842] ALSA sound/pci/hda/hda_auto_parser.c:410 Mic=0x18 [ 94.062855] ALSA sound/pci/hda/patch_realtek.c:491 realtek: No valid SSID, checking pincfg 0x40589b2d for NID 0x1d [ 94.062862] ALSA sound/pci/hda/patch_realtek.c:507 realtek: Enabling init ASM_ID=0x9b2d CODEC_ID=10ec0282 [ 94.343263] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null) [ 94.352966] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17 [ 94.371722] SELinux: initialized (dev sda3, type ext4), uses xattr [ 94.393456] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16 [ 94.673428] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 94.686240] SELinux: initialized (dev sda2, type vfat), uses genfs_contexts [ 95.151504] systemd-journald[68]: Received request to flush runtime journal from PID 1 [ 97.485494] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 97.496568] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 97.697296] usb 1-1: device not accepting address 3, error -110 [ 97.754644] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled [ 97.754661] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT [ 97.805558] usb 1-1: new high-speed USB device number 4 using ehci-pci [ 102.843022] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 102.854009] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 103.529185] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 103.780881] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 104.289017] Ebtables v2.0 registered [ 104.464979] Bridge firewalling registered [ 108.065044] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 108.076039] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 108.277030] usb 1-1: device not accepting address 4, error -110 [ 108.328391] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled [ 108.328409] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT [ 108.379222] usb 1-1: new high-speed USB device number 5 using ehci-pci [ 113.389038] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 113.400039] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 118.624120] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 118.635050] ehci-pci 0000:00:1d.0: IAA watchdog: status 802f cmd 10021 [ 118.836041] usb 1-1: device not accepting address 5, error -110 [ 118.837091] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 118.852368] ehci-pci 0000:00:1d.0: suspend root hub [ 118.858097] ehci-pci 0000:00:1d.0: resume root hub [ 118.858357] ehci-pci 0000:00:1d.0: GetStatus port:1 status 003002 0 ACK POWER OWNER sig=se0 CSC [ 118.962810] ehci-pci 0000:00:1d.0: suspend root hub [ 121.951980] systemd-udevd (102) used greatest stack depth: 5216 bytes left [ 121.971200] systemd-udevd (105) used greatest stack depth: 4300 bytes left