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 : ./linux-3.12/drivers/usb/host/pci-quirks.h:void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev); ./linux-3.12/drivers/usb/host/pci-quirks.c:void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev) ./linux-3.12/drivers/usb/host/pci-quirks.c:EXPORT_SYMBOL_GPL(usb_enable_intel_xhci_ports); ./linux-3.12/drivers/usb/host/pci-quirks.c: usb_enable_intel_xhci_ports(pdev); ./linux-3.12/drivers/usb/host/xhci-pci.c: usb_enable_intel_xhci_ports(pdev); 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
[ 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-0x0000000000002000) (0MB) [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000002000-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-0x000000003f741000) (502MB) [ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000003f741000-0x0000000040000000) (8MB) [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000040000000-0x0000000050ed6000) (270MB) [ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x0000000050ed6000-0x000000006e000000) (465MB) [ 0.000000] efi: mem14: type=4, attr=0xf, range=[0x000000006e000000-0x000000006e020000) (0MB) [ 0.000000] efi: mem15: type=7, attr=0xf, range=[0x000000006e020000-0x0000000073fba000) (95MB) [ 0.000000] efi: mem16: type=4, attr=0xf, range=[0x0000000073fba000-0x0000000074d8c000) (13MB) [ 0.000000] efi: mem17: type=7, attr=0xf, range=[0x0000000074d8c000-0x000000007533d000) (5MB) [ 0.000000] efi: mem18: type=3, attr=0xf, range=[0x000000007533d000-0x000000007558c000) (2MB) [ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x000000007558c000-0x000000007568a000) (0MB) [ 0.000000] efi: mem20: type=2, attr=0xf, range=[0x000000007568a000-0x000000007568c000) (0MB) [ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x000000007568c000-0x00000000756f1000) (0MB) [ 0.000000] efi: mem22: type=1, attr=0xf, range=[0x00000000756f1000-0x000000007578c000) (0MB) [ 0.000000] efi: mem23: type=6, attr=0x800000000000000f, range=[0x000000007578c000-0x0000000075a0c000) (2MB) [ 0.000000] efi: mem24: type=5, attr=0x800000000000000f, range=[0x0000000075a0c000-0x0000000075a9c000) (0MB) [ 0.000000] efi: mem25: type=0, attr=0xf, range=[0x0000000075a9c000-0x000000007609c000) (6MB) [ 0.000000] efi: mem26: type=10, attr=0xf, range=[0x000000007609c000-0x000000007619c000) (1MB) [ 0.000000] efi: mem27: type=9, attr=0xf, range=[0x000000007619c000-0x00000000761dc000) (0MB) [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000761dc000-0x00000000769d0000) (7MB) [ 0.000000] efi: mem29: type=10, attr=0xf, range=[0x00000000769d0000-0x0000000077dd0000) (20MB) [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x0000000077dd0000-0x0000000078000000) (2MB) [ 0.000000] efi: mem31: type=11, attr=0x8000000000000001, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB) [ 0.000000] efi: mem32: type=11, attr=0x8000000000000000, range=[0x00000000fed01000-0x00000000fed02000) (0MB) [ 0.000000] efi: mem33: 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-0x01bfffff] [ 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 [0x016fc000, 0x016fcfff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x37400000-0x375fdfff] [ 0.000000] [mem 0x37400000-0x375fdfff] page 4k [ 0.000000] BRK [0x016fd000, 0x016fdfff] PGTABLE [ 0.000000] BRK [0x016fe000, 0x01700fff] PGTABLE [ 0.000000] BRK [0x01701000, 0x01701fff] PGTABLE [ 0.000000] RAMDISK: [mem 0x3f741000-0x3fffafff] [ 0.000000] Allocated new RAMDISK: [mem 0x36d43000-0x375fce3f] [ 0.000000] Move RAMDISK from [mem 0x3f741000-0x3fffae3f] to [mem 0x36d43000-0x375fce3f] [ 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 761c4000 0003E6 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000) [ 0.000000] ACPI: FPDT 761c3000 000044 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000) [ 0.000000] ACPI: BGRT 761c2000 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 c0dc1340, node_mem_map f5e42020 [ 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 @f58de000 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: BOOT_IMAGE=/vmlinuz-3.13.0-0.rc4.git0.1.fc21.i686+PAEdebug root=UUID=972a97ff-20a0-4f66-9dab-0eccbba138d2 ro vconsole.font=latarcyrheb-sun16 vconsole.keymap=us rhgb verbose LANG=en_US.UTF-8 sysrq_always_enabled=1 [ 0.000000] sysrq: sysrq always enabled. [ 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: 1852148K/1933616K available (6827K kernel code, 669K rwdata, 2588K rodata, 2168K init, 7092K bss, 81468K reserved, 1000752K 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 : 0xc0ddc000 - 0xc0ffa000 (2168 kB) .data : 0xc0aab333 - 0xc0ddb480 (3264 kB) .text : 0xc0400000 - 0xc0aab333 (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=f5022000 soft=f5024000 [ 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.000006] Calibrating delay loop (skipped), value calculated using timer frequency.. 2933.45 BogoMIPS (lpj=1466726) [ 0.000033] pid_max: default: 32768 minimum: 301 [ 60.354944] Security Framework initialized [ 60.354970] SELinux: Initializing. [ 60.355226] SELinux: Starting in permissive mode [ 60.356252] Mount-cache hash table entries: 512 [ 60.361714] Initializing cgroup subsys memory [ 60.361827] Initializing cgroup subsys devices [ 60.361892] Initializing cgroup subsys freezer [ 60.361955] Initializing cgroup subsys net_cls [ 60.361986] Initializing cgroup subsys blkio [ 60.362004] Initializing cgroup subsys perf_event [ 60.362411] CPU: Physical Processor ID: 0 [ 60.362425] CPU: Processor Core ID: 0 [ 60.362440] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 60.374736] mce: CPU supports 6 MCE banks [ 60.374774] CPU0: Thermal monitoring handled by SMI [ 60.374808] 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.375222] Freeing SMP alternatives memory: 24K (c0ffa000 - c1000000) [ 60.378100] ACPI: Core revision 20131115 [ 60.850407] ACPI: All ACPI Tables successfully acquired [ 60.850634] ------------[ cut here ]------------ [ 60.850660] WARNING: CPU: 0 PID: 0 at arch/x86/mm/ioremap.c:102 __ioremap_caller+0x3b0/0x420() [ 60.850679] Modules linked in: [ 60.850695] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.13.0-0.rc4.git0.1.fc21.i686+PAEdebug #1 [ 60.850714] Hardware name: Gateway LT41P/Esprit_BM, BIOS V2.03 32bit 09/18/2013 [ 60.850731] 00000000 00000000 c0d35ef8 c0a992c7 00000000 c0d35f28 c046012e c0c531fc [ 60.850767] 00000000 00000000 c0c48f8f 00000066 c0451580 c0451580 00073fc8 00073fc8 [ 60.850802] 00000000 c0d35f38 c04601f2 00000009 00000000 c0d35f94 c0451580 c0d35f5c [ 60.850837] Call Trace: [ 60.850855] [<c0a992c7>] dump_stack+0x48/0x60 [ 60.850873] [<c046012e>] warn_slowpath_common+0x7e/0xa0 [ 60.850891] [<c0451580>] ? __ioremap_caller+0x3b0/0x420 [ 60.850909] [<c0451580>] ? __ioremap_caller+0x3b0/0x420 [ 60.850926] [<c04601f2>] warn_slowpath_null+0x22/0x30 [ 60.850943] [<c0451580>] __ioremap_caller+0x3b0/0x420 [ 60.850962] [<c0a93371>] ? acpi_os_map_memory+0x10d/0x11c [ 60.850982] [<c0df5697>] ? efi_bgrt_init+0x86/0x116 [ 60.850999] [<c045160f>] ioremap_nocache+0x1f/0x30 [ 60.851016] [<c0df5697>] ? efi_bgrt_init+0x86/0x116 [ 60.851033] [<c0df5697>] efi_bgrt_init+0x86/0x116 [ 60.851050] [<c0df5219>] efi_late_init+0x8/0xa [ 60.851067] [<c0ddcb0a>] start_kernel+0x3dd/0x3f2 [ 60.851083] [<c0ddc564>] ? repair_env_string+0x51/0x51 [ 60.851100] [<c0ddc38b>] i386_start_kernel+0x12e/0x131 [ 60.851132] ---[ end trace ecbbeedec1461eb8 ]--- [ 60.880124] ftrace: allocating 25364 entries in 50 pages [ 60.902235] Enabling APIC mode: Flat. Using 1 I/O APICs [ 60.904480] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 60.914525] smpboot: CPU0: Intel(R) Celeron(R) CPU N2805 @ 1.46GHz (fam: 06, model: 37, stepping: 03) [ 60.914570] TSC deadline timer enabled [ 60.914703] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver. [ 60.914759] ... version: 3 [ 60.914771] ... bit width: 40 [ 60.914783] ... generic registers: 2 [ 60.914794] ... value mask: 000000ffffffffff [ 60.914807] ... max period: 000000ffffffffff [ 60.914819] ... fixed-purpose events: 3 [ 60.914830] ... event mask: 0000000700000003 [ 60.931846] CPU 1 irqstacks, hard=f5280000 soft=f5282000 [ 60.931855] x86: Booting SMP configuration: [ 60.942009] Initializing CPU#1 [ 60.954872] CPU1: Thermal monitoring handled by SMI [ 60.931872] .... node #0, CPUs: #1 [ 60.957593] x86: Booted up 1 node, 2 CPUs [ 60.957625] smpboot: Total of 2 processors activated (5866.90 BogoMIPS) [ 60.958704] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 60.965630] devtmpfs: initialized [ 60.973591] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes) [ 60.973641] PM: Registering ACPI NVS region [mem 0x7609c000-0x7619bfff] (1048576 bytes) [ 60.976923] PM: Registering ACPI NVS region [mem 0x769d0000-0x77dcffff] (20971520 bytes) [ 61.063962] atomic64 test passed for i586+ platform with CX8 and with SSE [ 61.063985] pinctrl core: initialized pinctrl subsystem [ 61.065406] RTC time: 18:25:05, date: 12/18/13 [ 61.067092] NET: Registered protocol family 16 [ 61.069999] cpuidle: using governor menu [ 61.070700] ACPI: bus type PCI registered [ 61.070717] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 61.073248] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) [ 61.073274] PCI: not using MMCONFIG [ 61.073615] PCI: Using configuration type 1 for base access [ 61.139288] bio: create slab <bio-0> at 0 [ 61.141930] ACPI: Added _OSI(Module Device) [ 61.141951] ACPI: Added _OSI(Processor Device) [ 61.141967] ACPI: Added _OSI(3.0 _SCP Extensions) [ 61.141983] ACPI: Added _OSI(Processor Aggregator Device) [ 61.608012] ACPI: SSDT 7608ba90 000353 (v01 PmRef Cpu0Ist 00003000 INTL 20130117) [ 61.619940] ACPI: Dynamic OEM Table Load: [ 61.619960] ACPI: SSDT (null) 000353 (v01 PmRef Cpu0Ist 00003000 INTL 20130117) [ 61.626851] ACPI: SSDT 76088c10 0003A5 (v01 PmRef Cpu0Cst 00003001 INTL 20130117) [ 61.636962] ACPI: Dynamic OEM Table Load: [ 61.636982] ACPI: SSDT (null) 0003A5 (v01 PmRef Cpu0Cst 00003001 INTL 20130117) [ 61.672911] ACPI: SSDT 7608cd90 00015F (v01 PmRef ApIst 00003000 INTL 20130117) [ 61.689016] ACPI: Dynamic OEM Table Load: [ 61.689036] ACPI: SSDT (null) 00015F (v01 PmRef ApIst 00003000 INTL 20130117) [ 61.697776] ACPI: SSDT 7608cf10 00008D (v01 PmRef ApCst 00003000 INTL 20130117) [ 61.708625] ACPI: Dynamic OEM Table Load: [ 61.708645] ACPI: SSDT (null) 00008D (v01 PmRef ApCst 00003000 INTL 20130117) [ 61.747232] ACPI: Interpreter enabled [ 61.747324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 61.747426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 61.747901] ACPI: (supports S0 S3 S4 S5) [ 61.747916] ACPI: Using IOAPIC for interrupt routing [ 61.749058] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) [ 61.852761] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] not reserved in ACPI motherboard resources [ 61.852788] PCI: not using MMCONFIG [ 61.853181] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 61.863548] ACPI: No dock devices found. [ 62.313407] ACPI: Power Resource [USBC] (on) [ 62.400873] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 62.400989] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 62.406797] \_SB_.PCI0:_OSC invalid UUID [ 62.406822] _OSC request data:1 1e 0 [ 62.406858] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM [ 62.440266] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 62.458052] ACPI: \_SB_.PCI0.PDRC: can't evaluate _ADR (0x5) [ 62.458237] ACPI: \_SB_.PCI0.WMID: can't evaluate _ADR (0x5) [ 62.458286] PCI host bridge to bus 0000:00 [ 62.458327] pci_bus 0000:00: root bus resource [bus 00-ff] [ 62.458366] pci_bus 0000:00: root bus resource [io 0x0000-0x006f] [ 62.458405] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7] [ 62.458443] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 62.458481] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 62.458520] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff] [ 62.458559] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff] [ 62.458598] pci_bus 0000:00: root bus resource [mem 0x80000000-0x907ffffe] [ 62.458713] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000 [ 62.463177] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000 [ 62.463239] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff] [ 62.463289] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref] [ 62.463337] pci 0000:00:02.0: reg 0x20: [io 0x1050-0x1057] [ 62.467693] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601 [ 62.467762] pci 0000:00:13.0: reg 0x10: [io 0x1048-0x104f] [ 62.467794] pci 0000:00:13.0: reg 0x14: [io 0x105c-0x105f] [ 62.467825] pci 0000:00:13.0: reg 0x18: [io 0x1040-0x1047] [ 62.467855] pci 0000:00:13.0: reg 0x1c: [io 0x1058-0x105b] [ 62.467886] pci 0000:00:13.0: reg 0x20: [io 0x1020-0x103f] [ 62.467917] pci 0000:00:13.0: reg 0x24: [mem 0x90704000-0x907047ff] [ 62.468134] pci 0000:00:13.0: PME# supported from D3hot [ 62.472562] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000 [ 62.472632] pci 0000:00:1a.0: reg 0x10: [mem 0x90600000-0x906fffff] [ 62.472668] pci 0000:00:1a.0: reg 0x14: [mem 0x90500000-0x905fffff] [ 62.472987] pci 0000:00:1a.0: PME# supported from D0 D3hot [ 62.477283] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300 [ 62.477359] pci 0000:00:1b.0: reg 0x10: [mem 0x90700000-0x90703fff 64bit] [ 62.477678] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 62.481956] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400 [ 62.482270] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 62.485868] pci 0000:00:1c.0: System wakeup disabled by ACPI [ 62.487391] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400 [ 62.487706] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 62.491249] pci 0000:00:1c.2: System wakeup disabled by ACPI [ 62.492657] pci 0000:00:1d.0: [8086:0f34] type 00 class 0x0c0320 [ 62.492733] pci 0000:00:1d.0: reg 0x10: [mem 0x90705000-0x907053ff] [ 62.493128] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 62.497971] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 62.499364] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100 [ 62.503745] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500 [ 62.503819] pci 0000:00:1f.3: reg 0x10: [mem 0x90706000-0x9070601f] [ 62.503961] pci 0000:00:1f.3: reg 0x20: [io 0x1000-0x101f] [ 62.510535] pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 [ 62.510598] pci 0000:01:00.0: reg 0x10: [mem 0x90400000-0x9047ffff 64bit] [ 62.510736] pci 0000:01:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref] [ 62.510960] pci 0000:01:00.0: supports D1 D2 [ 62.510968] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 62.512003] pci 0000:01:00.0: System wakeup disabled by ACPI [ 62.513650] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 62.513682] pci 0000:00:1c.0: bridge window [mem 0x90400000-0x904fffff] [ 62.515914] pci 0000:00:1c.2: PCI bridge to [bus 02] [ 62.516019] pci_bus 0000:00: on NUMA node 0 [ 62.543547] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.550555] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.557594] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.564613] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.571629] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.578634] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.585619] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.592649] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 62.607169] ACPI: Enabled 4 GPEs in block 00 to 3F [ 62.607286] ACPI: \_SB_.PCI0: notify handler is installed [ 62.608043] Found 1 acpi root devices [ 62.612715] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62 [ 62.616044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 62.616091] vgaarb: loaded [ 62.616102] vgaarb: bridge control possible 0000:00:02.0 [ 62.620509] SCSI subsystem initialized [ 62.621607] libata version 3.00 loaded. [ 62.622619] ACPI: bus type USB registered [ 62.623435] usbcore: registered new interface driver usbfs [ 62.623847] usbcore: registered new interface driver hub [ 62.624347] usbcore: registered new device driver usb [ 62.626729] PCI: Using ACPI for IRQ routing [ 62.626747] PCI: pci_cache_line_size set to 64 bytes [ 62.626879] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff] [ 62.626953] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] [ 62.626989] e820: reserve RAM buffer [mem 0x7578c000-0x77ffffff] [ 62.627025] e820: reserve RAM buffer [mem 0x769d0000-0x77ffffff] [ 62.631281] NetLabel: Initializing [ 62.631298] NetLabel: domain hash size = 128 [ 62.631310] NetLabel: protocols = UNLABELED CIPSOv4 [ 62.631875] NetLabel: unlabeled traffic allowed by default [ 62.632415] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 62.632442] hpet0: 3 comparators, 64-bit 14.318180 MHz counter [ 62.634678] Switched to clocksource hpet [ 63.109233] pnp: PnP ACPI init [ 63.109701] ACPI: bus type PNP registered [ 63.111174] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) [ 63.114081] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active) [ 63.115751] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active) [ 63.117805] system 00:03: [io 0x0680-0x069f] has been reserved [ 63.117872] system 00:03: [io 0x0400-0x047f] has been reserved [ 63.117948] system 00:03: [io 0x0500-0x05fe] has been reserved [ 63.118013] system 00:03: [io 0x0600-0x061f] has been reserved [ 63.118077] system 00:03: [io 0x164e-0x164f] has been reserved [ 63.118142] system 00:03: [mem 0xfed40000-0xfed44fff] has been reserved [ 63.118179] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 63.123504] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active) [ 63.126837] pnp 00:05: Plug and Play ACPI device, IDs SYN1b20 SYN1b00 SYN0002 PNP0f13 (active) [ 63.153658] pnp: PnP ACPI: found 6 devices [ 63.153679] ACPI: bus type PNP unregistered [ 63.258139] pci 0000:01:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref] [ 63.258217] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000 [ 63.258252] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x001fffff pref] to [bus 01] add_size 200000 [ 63.258310] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 [ 63.258343] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 [ 63.258374] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 [ 63.258573] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000 [ 63.258582] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 [ 63.258590] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 [ 63.258597] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 [ 63.258604] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 [ 63.258625] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x300000) [ 63.258695] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000) [ 63.258741] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000) [ 63.258786] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff] [ 63.258811] pci 0000:00:1c.2: BAR 13: assigned [io 0x3000-0x3fff] [ 63.259004] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x100000) [ 63.259051] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000) [ 63.259095] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000) [ 63.259206] pci 0000:01:00.0: BAR 6: assigned [mem 0x90480000-0x9048ffff pref] [ 63.259246] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 63.259267] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 63.259294] pci 0000:00:1c.0: bridge window [mem 0x90400000-0x904fffff] [ 63.259330] pci 0000:00:1c.2: PCI bridge to [bus 02] [ 63.259349] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff] [ 63.259393] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc [ 63.259431] pci_bus 0000:00: resource 4 [io 0x0000-0x006f] [ 63.259439] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7] [ 63.259446] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff] [ 63.259452] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff] [ 63.259459] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff] [ 63.259466] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff] [ 63.259473] pci_bus 0000:00: resource 10 [mem 0x80000000-0x907ffffe] [ 63.259480] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff] [ 63.259486] pci_bus 0000:01: resource 1 [mem 0x90400000-0x904fffff] [ 63.259493] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff] [ 63.260197] NET: Registered protocol family 2 [ 63.263851] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 63.264048] TCP bind hash table entries: 8192 (order: 6, 360448 bytes) [ 63.265917] TCP: Hash tables configured (established 8192 bind 8192) [ 63.266163] TCP: reno registered [ 63.266196] UDP hash table entries: 512 (order: 3, 49152 bytes) [ 63.266447] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes) [ 63.268816] NET: Registered protocol family 1 [ 63.268990] pci 0000:00:02.0: Boot video device [ 64.375380] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001 [ 64.382277] PCI: CLS 64 bytes, default 64 [ 64.384314] Unpacking initramfs... [ 65.601336] Freeing initrd memory: 8936K (f6d43000 - f75fd000) [ 66.424292] DMA-API: preallocated 65536 debug entries [ 66.424314] DMA-API: debugging enabled by kernel config [ 66.431365] apm: BIOS version 105.68 Flags 0x2079 (Driver version 1.16ac) [ 66.431386] apm: no 32 bit BIOS support [ 66.431998] Scanning for low memory corruption every 60 seconds [ 66.433666] cryptomgr_test (28) used greatest stack depth: 7088 bytes left [ 66.441155] Initialise system trusted keyring [ 66.441825] audit: initializing netlink socket (disabled) [ 66.442093] type=2000 audit(1387391050.048:1): initialized [ 66.488239] bounce pool size: 64 pages [ 66.488694] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 66.578202] zbud: loaded [ 66.588460] VFS: Disk quotas dquot_6.5.2 [ 66.589701] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 66.609370] msgmni has been set to 1733 [ 66.611517] Key type big_key registered [ 66.611534] SELinux: Registering netfilter hooks [ 66.618430] cryptomgr_test (34) used greatest stack depth: 6632 bytes left [ 66.620060] cryptomgr_test (36) used greatest stack depth: 6624 bytes left [ 66.620840] cryptomgr_test (37) used greatest stack depth: 6264 bytes left [ 66.625503] cryptomgr_test (39) used greatest stack depth: 6192 bytes left [ 66.627168] alg: No test for stdrng (krng) [ 66.627244] NET: Registered protocol family 38 [ 66.627367] Key type asymmetric registered [ 66.627418] Asymmetric key parser 'x509' registered [ 66.628701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 66.629208] io scheduler noop registered [ 66.629225] io scheduler deadline registered [ 66.631109] io scheduler cfq registered (default) [ 66.635481] list_sort_test: start testing list_sort() [ 66.671119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 66.671984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 66.674219] efifb: probing for efifb [ 66.676576] efifb: framebuffer at 0x80000000, mapped to 0xf8580000, using 4128k, total 4128k [ 66.676599] efifb: mode is 1366x768x32, linelength=5504, pages=1 [ 66.676646] efifb: scrolling: redraw [ 66.676661] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 66.694985] Console: switching to colour frame buffer device 170x48 [ 66.708526] fb0: EFI VGA frame buffer device [ 66.708820] intel_idle: does not run on family 6 model 55 [ 66.723908] ACPI: AC Adapter [ACAD] (on-line) [ 66.729644] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 [ 66.729991] ACPI: Power Button [PWRB] [ 66.731728] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1 [ 66.731978] ACPI: Sleep Button [SLPB] [ 66.734024] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2 [ 66.737343] ACPI: Lid Switch [LID] [ 66.739056] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 66.739271] ACPI: Power Button [PWRF] [ 66.913322] Monitor-Mwait will be used to enter C-1 state [ 66.972336] thermal LNXTHERM:00: registered as thermal_zone0 [ 66.972479] ACPI: Thermal Zone [TZ01] (47 C) [ 66.973408] GHES: HEST is not enabled! [ 66.975270] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 66.997751] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 67.096080] ACPI: Battery Slot [BAT1] (battery present) [ 67.099151] Non-volatile memory driver v1.3 [ 67.099257] Linux agpgart interface v0.103 [ 67.110032] ahci 0000:00:13.0: version 3.0 [ 67.118725] ahci 0000:00:13.0: irq 103 for MSI/MSI-X [ 67.129703] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode [ 67.133988] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso sadm sds [ 67.149318] scsi0 : ahci [ 67.159102] scsi1 : ahci [ 67.165393] ata1: SATA max UDMA/133 abar m2048@0x90704000 port 0x90704100 irq 103 [ 67.169824] ata2: DUMMY [ 67.176831] libphy: Fixed MDIO Bus: probed [ 67.182771] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 67.187344] ehci-pci: EHCI PCI platform driver [ 67.200160] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 67.207202] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1 [ 67.211962] ehci-pci 0000:00:1d.0: debug port 2 [ 67.220751] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [ 67.221517] ehci-pci 0000:00:1d.0: irq 23, io mem 0x90705000 [ 67.231658] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 67.239018] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 67.243528] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 67.248030] usb usb1: Product: EHCI Host Controller [ 67.252486] usb usb1: Manufacturer: Linux 3.13.0-0.rc4.git0.1.fc21.i686+PAEdebug ehci_hcd [ 67.257029] usb usb1: SerialNumber: 0000:00:1d.0 [ 67.267530] hub 1-0:1.0: USB hub found [ 67.272578] hub 1-0:1.0: 8 ports detected [ 67.293667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 67.298088] ohci-pci: OHCI PCI platform driver [ 67.302756] uhci_hcd: USB Universal Host Controller Interface driver [ 67.309760] usbcore: registered new interface driver usbserial [ 67.314397] usbcore: registered new interface driver usbserial_generic [ 67.319152] usbserial: USB Serial support registered for generic [ 67.324369] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 67.331003] i8042: Detected active multiplexing controller, rev 1.1 [ 67.336567] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 67.341184] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 67.346683] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 67.350830] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 67.355589] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 67.361971] mousedev: PS/2 mouse device common for all mice [ 67.373688] rtc_cmos 00:00: RTC can wake from S4 [ 67.380020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 67.384189] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 67.391193] device-mapper: uevent: version 1.0.3 [ 67.398195] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@xxxxxxxxxx [ 67.403920] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 67.405387] Intel P-state driver initializing. [ 67.405761] Intel pstate controlling: cpu 0 [ 67.406361] Intel pstate controlling: cpu 1 [ 67.412034] EFI Variables Facility v0.08 2004-May-17 [ 67.427702] tsc: Refined TSC clocksource calibration: 1466.666 MHz [ 67.456616] hidraw: raw HID events driver (C) Jiri Kosina [ 67.464691] usbcore: registered new interface driver usbhid [ 67.468561] usbhid: USB HID core driver [ 67.473866] drop_monitor: Initializing network drop monitor service [ 67.478959] ip_tables: (C) 2000-2006 Netfilter Core Team [ 67.483174] TCP: cubic registered [ 67.483464] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 67.491353] Initializing XFRM netlink socket [ 67.492580] ata1.00: ATA-8: WDC WD3200BPVT-22JJ5T0, 01.01A01, max UDMA/133 [ 67.492585] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32), AA [ 67.503530] ata1.00: configured for UDMA/133 [ 67.509866] NET: Registered protocol family 10 [ 67.511570] scsi 0:0:0:0: Direct-Access ATA WDC WD3200BPVT-2 01.0 PQ: 0 ANSI: 5 [ 67.520302] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 67.524418] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 67.526119] mip6: Mobile IPv6 [ 67.526166] NET: Registered protocol family 17 [ 67.530009] Using IPI No-Shortcut mode [ 67.532648] Loading compiled-in X.509 certificates [ 67.541747] Loaded X.509 cert 'Fedora kernel signing key: ca4fadfc9f3b6e6d6103579d155d170dbb332a75' [ 67.542098] registered taskstats version 1 [ 67.554342] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 67.555116] sd 0:0:0:0: [sda] Write Protect is off [ 67.555122] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 67.555997] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 67.557976] Magic number: 9:673:443 [ 67.570512] rtc_cmos 00:00: setting system clock to 2013-12-18 18:25:11 UTC (1387391111) [ 67.578564] PM: Hibernation image not present or could not be loaded. [ 67.622811] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 68.270445] psmouse serio2: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 528321 [ 68.314700] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input10 [ 68.432786] Switched to clocksource tsc [ 70.793484] sda: sda1 sda2 sda3 sda4 sda5 [ 70.827139] sd 0:0:0:0: [sda] Attached SCSI disk [ 70.840733] Freeing unused kernel memory: 2168K (c0ddc000 - c0ffa000) [ 70.847654] Write protecting the kernel text: 6832k [ 70.854351] Write protecting the kernel read-only data: 2592k [ 70.860029] NX-protecting the kernel data: 5456k [ 70.986771] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) [ 70.996180] systemd[1]: Running in initial RAM disk. [ 71.030887] systemd[1]: Set hostname to <lt41p.he.hokulea.org>. [ 71.059452] random: systemd urandom read with 39 bits of entropy available [ 71.128973] systemd[1]: Expecting device dev-disk-by\x2duuid-972a97ff\x2d20a0\x2d4f66\x2d9dab\x2d0eccbba138d2.device... [ 71.145193] systemd[1]: Starting -.slice. [ 71.168006] systemd[1]: Created slice -.slice. [ 71.173399] systemd[1]: Starting System Slice. [ 71.192387] systemd[1]: Created slice System Slice. [ 71.197673] systemd[1]: Starting Slices. [ 71.212919] systemd[1]: Reached target Slices. [ 71.218134] systemd[1]: Starting Timers. [ 71.233163] systemd[1]: Reached target Timers. [ 71.238241] systemd[1]: Starting Journal Socket. [ 71.255309] systemd[1]: Listening on Journal Socket. [ 71.264347] systemd[1]: Starting dracut cmdline hook... [ 71.289902] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 71.317003] systemd[1]: Starting Journal Service... [ 71.391477] systemd[1]: Started Journal Service. [ 71.442584] systemd-journald[58]: Vacuuming done, freed 0 bytes [ 72.099739] systemd-cgroups (59) used greatest stack depth: 5936 bytes left [ 72.533178] systemd-udevd[120]: starting version 208 [ 73.174212] udevadm (135) used greatest stack depth: 5304 bytes left [ 73.677296] [drm] Initialized drm 1.1.0 20060810 [ 73.992796] [drm] Memory usable by graphics device = 2048M [ 74.012242] checking generic (80000000 408000) vs hw (80000000 10000000) [ 74.012253] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver [ 74.017343] Console: switching to colour dummy device 80x25 [ 74.188486] i915 0000:00:02.0: irq 104 for MSI/MSI-X [ 74.191399] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 74.191422] [drm] Driver supports precise vblank timestamp query. [ 74.198749] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 74.318921] random: nonblocking pool is initialized [ 74.436452] [drm] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4 [ 74.464541] fbcon: inteldrmfb (fb0) is primary device [ 75.754223] Console: switching to colour frame buffer device 170x48 [ 75.788939] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 75.788945] i915 0000:00:02.0: registered panic notifier [ 76.092927] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 76.094023] [drm] Enabling RC6 states: RC6 off, RC6p off, RC6pp off [ 76.252626] acpi device:20: registered as cooling_device2 [ 76.267755] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input13 [ 76.276368] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 83.193637] usb 1-1: device not accepting address 2, error -110 [ 83.297847] usb 1-1: new high-speed USB device number 3 using ehci-pci [ 98.864420] usb 1-1: device not accepting address 3, error -110 [ 98.967652] usb 1-1: new high-speed USB device number 4 using ehci-pci [ 106.604862] PM: Starting manual resume from disk [ 106.605001] PM: Hibernation image partition 8:4 present [ 106.605008] PM: Looking for hibernation image. [ 109.410753] usb 1-1: device not accepting address 4, error -110 [ 109.438933] systemd-udevd (124) used greatest stack depth: 4224 bytes left [ 109.513778] usb 1-1: new high-speed USB device number 5 using ehci-pci [ 109.671295] PM: Image not found (code -22) [ 109.671305] PM: Hibernation image not present or could not be loaded. [ 110.046903] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) [ 119.956946] usb 1-1: device not accepting address 5, error -110 [ 119.968386] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 120.254413] systemd-journald[58]: Received SIGTERM [ 122.041072] type=1404 audit(1387391165.995:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 [ 123.459605] SELinux: 2048 avtab hash slots, 101316 rules. [ 127.276244] SELinux: 2048 avtab hash slots, 101316 rules. [ 133.335618] SELinux: 8 users, 83 roles, 4634 types, 265 bools, 1 sens, 1024 cats [ 133.335631] SELinux: 83 classes, 101316 rules [ 134.736666] SELinux: Completing initialization. [ 134.736676] SELinux: Setting up existing superblocks. [ 134.737096] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 134.737388] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts [ 134.737727] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts [ 134.737974] SELinux: initialized (dev proc, type proc), uses genfs_contexts [ 134.738805] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 134.739290] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs [ 134.745112] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts [ 134.773132] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs [ 134.773335] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs [ 134.773612] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts [ 134.773812] SELinux: initialized (dev aio, type aio), not configured for labeling [ 134.774055] SELinux: initialized (dev devpts, type devpts), uses transition SIDs [ 134.774562] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs [ 134.774905] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs [ 134.775156] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts [ 134.775476] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 134.783180] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts [ 134.783258] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 134.783366] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 134.783959] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 134.784411] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 134.784811] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts [ 134.785130] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts [ 134.785554] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 134.785667] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 134.785764] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 134.785979] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 134.786049] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 134.786104] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 134.786164] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 134.786373] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 134.786629] SELinux: initialized (dev sda5, type ext4), uses xattr [ 134.965895] type=1403 audit(1387391178.924:3): policy loaded auid=4294967295 ses=4294967295 [ 135.018268] systemd[1]: Successfully loaded SELinux policy in 13.011028s. [ 137.811386] systemd[1]: Relabelled /dev and /run in 231.867ms. [ 139.991636] systemd-readahead[210]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day. [ 140.037686] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts [ 141.096166] systemd-journald[217]: Vacuuming done, freed 0 bytes [ 141.373071] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 141.401907] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts [ 141.404620] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs [ 142.200400] EXT4-fs (sda5): re-mounted. Opts: (null) [ 142.278963] systemd-udevd[241]: starting version 208 [ 143.894039] wmi: Mapper loaded [ 145.097569] microcode: CPU0 sig=0x30673, pf=0x8, revision=0x30f [ 145.413400] platform microcode: Direct firmware load failed with error -2 [ 145.418023] platform microcode: Falling back to user helper [ 145.423539] microcode: CPU1 sig=0x30673, pf=0x8, revision=0x30f [ 145.429836] platform microcode: Direct firmware load failed with error -2 [ 145.435791] platform microcode: Falling back to user helper [ 145.448941] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba [ 146.268433] acer_wmi: Acer Laptop ACPI-WMI Extras [ 146.273608] acer_wmi: Function bitmap for Communication Button: 0x1 [ 146.278520] acer_wmi: Brightness must be controlled by acpi video driver [ 146.304137] alg: No test for crc32 (crc32-pclmul) [ 146.359251] acer_wmi: Enabling Launch Manager failed: 0xe4 - 0x0 [ 146.376927] input: Acer WMI hotkeys as /devices/virtual/input/input14 [ 146.507893] input: Acer BMA150 accelerometer as /devices/virtual/input/input15 [ 146.531594] cfg80211: Calling CRDA to update world regulatory domain [ 146.591864] acer_wmi: Get 0x1 Device Status failed: 0xe2 - 0x0 [ 146.639724] acer_wmi: Get Current Device Status failed: 0xe2 - 0x0 [ 146.649734] cfg80211: World regulatory domain updated: [ 146.654688] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 146.659732] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 146.664721] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 146.669886] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 146.674699] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 146.679502] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 146.688862] Adding 1952764k swap on /dev/sda4. Priority:-1 extents:1 across:1952764k FS [ 146.946920] snd_hda_intel 0000:00:1b.0: irq 105 for MSI/MSI-X [ 147.594817] ALSA sound/pci/hda/patch_realtek.c:419 SKU: Nid=0x1d sku_cfg=0x40589b2d [ 147.594827] ALSA sound/pci/hda/patch_realtek.c:421 SKU: port_connectivity=0x1 [ 147.594833] ALSA sound/pci/hda/patch_realtek.c:422 SKU: enable_pcbeep=0x1 [ 147.594839] ALSA sound/pci/hda/patch_realtek.c:423 SKU: check_sum=0x00000008 [ 147.594844] ALSA sound/pci/hda/patch_realtek.c:424 SKU: customization=0x0000009b [ 147.594849] ALSA sound/pci/hda/patch_realtek.c:425 SKU: external_amp=0x5 [ 147.594855] ALSA sound/pci/hda/patch_realtek.c:426 SKU: platform_type=0x1 [ 147.594860] ALSA sound/pci/hda/patch_realtek.c:427 SKU: swap=0x0 [ 147.594865] ALSA sound/pci/hda/patch_realtek.c:428 SKU: override=0x1 [ 147.596193] ALSA sound/pci/hda/hda_auto_parser.c:393 autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 147.596204] ALSA sound/pci/hda/hda_auto_parser.c:397 speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 147.596210] ALSA sound/pci/hda/hda_auto_parser.c:401 hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 147.596216] ALSA sound/pci/hda/hda_auto_parser.c:402 mono: mono_out=0x0 [ 147.596221] ALSA sound/pci/hda/hda_auto_parser.c:406 inputs: [ 147.596230] ALSA sound/pci/hda/hda_auto_parser.c:410 Mic=0x18 [ 147.596241] ALSA sound/pci/hda/patch_realtek.c:491 realtek: No valid SSID, checking pincfg 0x40589b2d for NID 0x1d [ 147.596247] ALSA sound/pci/hda/patch_realtek.c:507 realtek: Enabling init ASM_ID=0x9b2d CODEC_ID=10ec0282 [ 148.357880] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17 [ 148.377800] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16 [ 148.940682] ath: phy0: ASPM enabled: 0x42 [ 148.947107] ath: EEPROM regdomain: 0x6a [ 148.947114] ath: EEPROM indicates we should expect a direct regpair map [ 148.947121] ath: Country alpha2 being used: 00 [ 148.947125] ath: Regpair used: 0x6a [ 149.235175] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null) [ 149.303673] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 149.315022] SELinux: initialized (dev sda3, type ext4), uses xattr [ 149.378481] ieee80211 phy0: Atheros AR9462 Rev:2 mem=0xfa180000, irq=16 [ 149.566563] systemd-udevd[254]: renamed network interface wlan0 to wlp1s0 [ 150.349116] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 150.354996] SELinux: initialized (dev sda2, type vfat), uses genfs_contexts [ 150.624926] systemd-journald[217]: Received request to flush runtime journal from PID 1 [ 150.834911] type=1305 audit(1387391194.797:4): audit_pid=312 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 [ 155.807468] alsactl[327]: segfault at 0 ip b74532ab sp bfaaa5c0 error 4 in libc-2.18.so[b740b000+1b8000] [ 158.747267] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 159.064152] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 159.606895] Ebtables v2.0 registered [ 159.865061] Bridge firewalling registered [ 191.527110] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready [ 195.285382] wlp1s0: authenticate with a0:f3:c1:5e:ad:cc [ 195.330094] wlp1s0: direct probe to a0:f3:c1:5e:ad:cc (try 1/3) [ 195.531037] wlp1s0: send auth to a0:f3:c1:5e:ad:cc (try 2/3) [ 195.533859] wlp1s0: authenticated [ 195.537038] wlp1s0: associate with a0:f3:c1:5e:ad:cc (try 1/3) [ 195.539635] wlp1s0: RX AssocResp from a0:f3:c1:5e:ad:cc (capab=0x11 status=0 aid=2) [ 195.540933] wlp1s0: associated [ 195.541179] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready