All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Pommnitz <pommnitz@yahoo.com>
To: Kalle Valo <kvalo@qca.qualcomm.com>
Cc: "ath10k@lists.infradead.org" <ath10k@lists.infradead.org>
Subject: Re: Yesterdays kernel/git/kvalo/ath.git failes with COMPEX WLE600VX
Date: Fri, 20 Nov 2015 13:49:00 +0000 (UTC)	[thread overview]
Message-ID: <2055080326.8077248.1448027340580.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: <87a8q8uco7.fsf@kamboji.qca.qualcomm.com>

[-- Attachment #1: Type: text/plain, Size: 1902 bytes --]

Kalle,
your patch did not really make a difference. ath10k now says:
[   13.098404] ath10k_pci 0000:05:00.0: BAR 0: assigned [mem 0x48400000-0x485fffff 64bit]
[   13.128788] ath10k_pci 0000:05:00.0: failed to wake up device : -110
[   13.146877] ath10k_pci: probe of 0000:05:00.0 failed with error -110

dmesg log is attached.


--
  Regards       Joerg


> Kalle Valo <kvalo@qca.qualcomm.com> schrieb am 12:35 Freitag, 20.November 2015:
> > Joerg Pommnitz <pommnitz@yahoo.com> writes:
> 
> 
>>  Hello all,
>>  Kalles current git tree fails to initialize my COMPEX WLE600VX. The kernel 
> log shows
>>  [   16.373978] ath10k_pci 0000:05:00.0: failed to wake up device : -110
>>  [   16.374118] ath10k_pci: probe of 0000:05:00.0 failed with error -110
> 
> Can you send full dmesg, right from the beginning of the boot, please?
> It might give some hints.
> 
> I have a similar problem in one of my laptop (lenovo thinkpad x230). The
> patch below helps with that one, but I haven't investigated it more yet.
> 
> --- a/drivers/net/wireless/ath/ath10k/pci.c
> +++ b/drivers/net/wireless/ath/ath10k/pci.c
> @@ -2811,6 +2811,18 @@ static int ath10k_pci_claim(struct ath10k *ar)
> 
>         pci_set_drvdata(pdev, ar);
> 
> +       /*
> +        * Without any knowledge of the Host, the Target may have been
> reset or
> +        * power cycled and its Config Space may no longer reflect the
> PCI
> +        * address space that was assigned earlier by the PCI
> infrastructure.
> +        * Refresh it now.
> +        */
> +       ret = pci_assign_resource(pdev, BAR_NUM);
> +       if (ret) {
> +               ath10k_err(ar, "failed to assign PCI space: %d\n", 
> ret);
> +               return ret;
> +       }
> +
>         ret = pci_enable_device(pdev);
>         if (ret) {
>                 ath10k_err(ar, "failed to enable pci device: 
> %d\n",
>                 ret);
> 
> 
> -- 
> Kalle Valo
> 

[-- Attachment #2: 4.3.0-patched.log --]
[-- Type: application/octet-stream, Size: 38084 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.3.0-wl-ath-wifirouter-5492M (pommnitz@wifirouter-devel-007) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) ) #1 Fri Nov 20 13:23:51 CET 2015
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000] Disabled fast string operations
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003eeeffff] usable
[    0.000000] BIOS-e820: [mem 0x000000003eef0000-0x000000003eefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.2 present.
[    0.000000] DMI: embedded-logic DESIGN & MORE i855-W83627HF/ , BIOS 6.00 PG 03/20/2008
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x3eef0 max_arch_pfn = 0x100000
[    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-CBFFF write-protect
[    0.000000]   CC000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 03F000000 mask FFF000000 uncachable
[    0.000000]   2 base 03FF00000 mask FFFF00000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: PAT not supported by CPU.
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 1GB, type WB
[    0.000000] reg 1, base: 1008MB, range: 16MB, type UC
[    0.000000] reg 2, base: 1023MB, range: 1MB, type WB
[    0.000000] total RAM covered: 1008M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 32M 	num_reg: 2  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 1GB, type WB
[    0.000000] reg 1, base: 1008MB, range: 16MB, type UC
[    0.000000] Warning only 895MB will be used.
[    0.000000] Use a HIGHMEM enabled kernel.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x37800000-0x37bfffff]
[    0.000000]  [mem 0x37800000-0x37bfffff] page 4M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x377fffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x377fffff] page 4M
[    0.000000] init_memory_mapping: [mem 0x37c00000-0x37fa0fff]
[    0.000000]  [mem 0x37c00000-0x37fa0fff] page 4k
[    0.000000] BRK [0x0197b000, 0x0197bfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3e82e000-0x3eeeffff]
[    0.000000] Allocated new RAMDISK: [mem 0x378df000-0x37fa077d]
[    0.000000] Move RAMDISK from [mem 0x3e82e000-0x3eeef77d] to [mem 0x378df000-0x37fa077d]
[    0.000000] 895MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 37fa1000
[    0.000000]   low ram: 0 - 37fa1000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x0000000037fa0fff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000003eeeffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003eeeffff]
[    0.000000] On node 0 totalpages: 229183
[    0.000000]   DMA zone: 40 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 2200 pages used for memmap
[    0.000000]   Normal zone: 225185 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] Reserving Intel graphics stolen memory at 0x3ef00000-0x3fefffff
[    0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[    0.000000] Found and enabled local APIC!
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x3ff00000-0xfebfffff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 226943
[    0.000000] Kernel command line: BOOT_IMAGE=4.3.0 ro root=801 console=ttyS0,38400 console=tty0 libata.dma=0 acpi=off root=/dev/sda1
[    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] Memory: 888932K/916732K available (5635K kernel code, 646K rwdata, 2336K rodata, 640K init, 404K bss, 27800K reserved, 0K cma-reserved)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfffa3000 - 0xfffff000   ( 368 kB)
[    0.000000]     vmalloc : 0xf87a1000 - 0xfffa1000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf7fa1000   ( 895 MB)
[    0.000000]       .init : 0xc186e000 - 0xc190e000   ( 640 kB)
[    0.000000]       .data : 0xc1581200 - 0xc186ca40   (2990 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1581200   (5636 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=1, Nodes=1
[    0.000000] NR_IRQS:2304 nr_irqs:32 16
[    0.000000] CPU 0 irqstacks, hard=f6832000 soft=f6834000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1000.002 MHz processor
[    0.012012] Calibrating delay loop (skipped), value calculated using timer frequency.. 2000.00 BogoMIPS (lpj=4000008)
[    0.020004] pid_max: default: 32768 minimum: 301
[    0.024047] Security Framework initialized
[    0.028006] Smack:  Initializing.
[    0.032003] Smack:  IPv6 port labeling enabled.
[    0.036020] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.040005] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.044461] Initializing cgroup subsys io
[    0.048016] Initializing cgroup subsys memory
[    0.052020] Initializing cgroup subsys devices
[    0.056007] Initializing cgroup subsys freezer
[    0.060007] Initializing cgroup subsys net_cls
[    0.064007] Initializing cgroup subsys perf_event
[    0.068006] Initializing cgroup subsys net_prio
[    0.072007] Initializing cgroup subsys hugetlb
[    0.076039] Disabled fast string operations
[    0.080011] mce: CPU supports 5 MCE banks
[    0.084014] CPU0: Thermal monitoring enabled (TM1)
[    0.088014] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2
[    0.092004] Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8, 1GB 0
[    0.096002] CPU: Intel(R) Celeron(R) M processor         1.00GHz (family: 0x6, model: 0xd, stepping: 0x8)
[    0.112352] ftrace: allocating 24092 entries in 48 pages
[    0.132226] Performance Events: p6 PMU driver.
[    0.140007] ... version:                0
[    0.144003] ... bit width:              32
[    0.148003] ... generic registers:      2
[    0.152003] ... value mask:             00000000ffffffff
[    0.156003] ... max period:             000000007fffffff
[    0.160003] ... fixed-purpose events:   0
[    0.164003] ... event mask:             0000000000000003
[    0.172986] Enabling APIC mode:  Flat.  Using 0 I/O APICs
[    0.284046] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.288192] devtmpfs: initialized
[    0.292887] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.296174] pinctrl core: initialized pinctrl subsystem
[    0.300306] RTC time: 15:42:50, date: 11/20/15
[    0.304312] NET: Registered protocol family 16
[    0.308389] cpuidle: using governor ladder
[    0.312008] cpuidle: using governor menu
[    0.340061] PCI: PCI BIOS revision 2.10 entry at 0xfb110, last bus=6
[    0.344002] PCI: Using configuration type 1 for base access
[    0.355536] ACPI: Interpreter disabled.
[    0.356173] vgaarb: loaded
[    0.360231] SCSI subsystem initialized
[    0.364080] libata version 3.00 loaded.
[    0.364213] usbcore: registered new interface driver usbfs
[    0.368039] usbcore: registered new interface driver hub
[    0.372033] usbcore: registered new device driver usb
[    0.376188] PCI: Probing PCI hardware
[    0.380009] PCI: root bus 00: using default resources
[    0.380014] PCI: Probing PCI hardware (bus 00)
[    0.380110] PCI host bridge to bus 0000:00
[    0.384008] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.388005] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.392004] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.396019] pci 0000:00:00.0: [8086:3580] type 00 class 0x060000
[    0.396174] pci 0000:00:00.1: [8086:3584] type 00 class 0x088000
[    0.396310] pci 0000:00:00.3: [8086:3585] type 00 class 0x088000
[    0.396453] pci 0000:00:02.0: [8086:3582] type 00 class 0x030000
[    0.396472] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe7ffffff pref]
[    0.396482] pci 0000:00:02.0: reg 0x14: [mem 0xe8600000-0xe867ffff]
[    0.396492] pci 0000:00:02.0: reg 0x18: [io  0xe900-0xe907]
[    0.396525] pci 0000:00:02.0: supports D1
[    0.396608] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.400000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.400025] pci 0000:00:02.1: [8086:3582] type 00 class 0x038000
[    0.400042] pci 0000:00:02.1: reg 0x10: [mem 0x00000000-0x07ffffff pref]
[    0.400051] pci 0000:00:02.1: reg 0x14: [mem 0x00000000-0x0007ffff]
[    0.400082] pci 0000:00:02.1: supports D1
[    0.400215] pci 0000:00:1d.0: [8086:24c2] type 00 class 0x0c0300
[    0.400264] pci 0000:00:1d.0: reg 0x20: [io  0xeb00-0xeb1f]
[    0.400389] pci 0000:00:1d.1: [8086:24c4] type 00 class 0x0c0300
[    0.400439] pci 0000:00:1d.1: reg 0x20: [io  0xed00-0xed1f]
[    0.400558] pci 0000:00:1d.2: [8086:24c7] type 00 class 0x0c0300
[    0.400608] pci 0000:00:1d.2: reg 0x20: [io  0xe800-0xe81f]
[    0.404108] pci 0000:00:1d.7: [8086:24cd] type 00 class 0x0c0320
[    0.404137] pci 0000:00:1d.7: reg 0x10: [mem 0xe8680000-0xe86803ff]
[    0.404213] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.404347] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060400
[    0.404484] pci 0000:00:1f.0: [8086:24c0] type 00 class 0x060100
[    0.404493] * The chipset may have PM-Timer Bug. Due to workarounds for a bug,
[    0.404493] * this clock source is slow. If you are sure your timer does not have
[    0.404493] * this bug, please use "acpi_pm_good" to disable the workaround
[    0.408070] pci 0000:00:1f.0: quirk: [io  0x0400-0x047f] claimed by ICH4 ACPI/GPIO/TCO
[    0.412007] pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by ICH4 GPIO
[    0.416113] pci 0000:00:1f.1: [8086:24cb] type 00 class 0x01018a
[    0.416134] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.416147] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.416159] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.416172] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.416185] pci 0000:00:1f.1: reg 0x20: [io  0xf000-0xf00f]
[    0.416198] pci 0000:00:1f.1: reg 0x24: [mem 0x00000000-0x000003ff]
[    0.416215] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.420005] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.424004] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.428004] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.432112] pci 0000:00:1f.3: [8086:24c3] type 00 class 0x0c0500
[    0.432161] pci 0000:00:1f.3: reg 0x20: [io  0x0500-0x051f]
[    0.432373] pci 0000:01:04.0: [12d8:e111] type 01 class 0x060400
[    0.432550] pci 0000:01:04.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.436017] pci 0000:01:05.0: [168c:001b] type 00 class 0x020000
[    0.436043] pci 0000:01:05.0: reg 0x10: [mem 0xe8400000-0xe840ffff]
[    0.436204] pci 0000:01:04.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.440039] pci 0000:01:08.0: [8086:103a] type 00 class 0x020000
[    0.440069] pci 0000:01:08.0: reg 0x10: [mem 0xe8410000-0xe8410fff]
[    0.440081] pci 0000:01:08.0: reg 0x14: [io  0xd000-0xd03f]
[    0.440139] pci 0000:01:08.0: supports D1 D2
[    0.440145] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.440291] pci 0000:01:04.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.444031] pci 0000:00:1e.0: PCI bridge to [bus 01-06] (subtractive decode)
[    0.448007] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.448015] pci 0000:00:1e.0:   bridge window [mem 0xe8000000-0xe85fffff]
[    0.448023] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.448029] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.448161] pci 0000:02:00.0: [104c:8232] type 01 class 0x060400
[    0.448326] pci 0000:02:00.0: supports D1 D2
[    0.448332] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.448504] pci 0000:01:04.0: PCI bridge to [bus 02-06]
[    0.452013] pci 0000:01:04.0:   bridge window [mem 0xe8000000-0xe83fffff]
[    0.452181] pci 0000:03:00.0: [104c:8233] type 01 class 0x060400
[    0.452352] pci 0000:03:00.0: supports D1 D2
[    0.452358] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.452506] pci 0000:02:00.0: PCI bridge to [bus 03-06]
[    0.456021] pci 0000:02:00.0:   bridge window [mem 0xe8000000-0xe83fffff]
[    0.456239] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.460077] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 06
[    0.460099] PCI: Discovered peer bus 05
[    0.464003] PCI: root bus 05: using default resources
[    0.464013] PCI: Probing PCI hardware (bus 05)
[    0.464105] PCI host bridge to bus 0000:05
[    0.468005] pci_bus 0000:05: root bus resource [io  0x0000-0xffff]
[    0.472005] pci_bus 0000:05: root bus resource [mem 0x00000000-0xffffffff]
[    0.476004] pci_bus 0000:05: No busn resource found for root bus, will use [bus 05-ff]
[    0.480007] pci_bus 0000:05: busn_res: can not insert [bus 05-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-06])
[    0.480047] pci 0000:05:00.0: [168c:003c] type 00 class 0x028000
[    0.480127] pci 0000:05:00.0: reg 0x10: [mem 0xe8000000-0xe81fffff 64bit]
[    0.480238] pci 0000:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.480296] pci 0000:05:00.0: supports D1 D2
[    0.480497] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
[    0.480504] pci_bus 0000:05: busn_res: can not insert [bus 05] under domain [bus 00-ff] (conflicts with (null) [bus 00-06])
[    0.480663] pci 0000:00:1f.0: PIIX/ICH IRQ router [8086:24c0]
[    0.484029] PCI: setting IRQ 5 as level-triggered
[    0.484035] pci 0000:00:1f.1: found PCI INT A -> IRQ 5
[    0.488013] pci 0000:00:1f.1: sharing IRQ 5 with 0000:00:1d.2
[    0.492037] PCI: pci_cache_line_size set to 64 bytes
[    0.492082] pci 0000:05:00.0: can't claim BAR 0 [mem 0xe8000000-0xe81fffff 64bit]: address conflict with PCI Bus 0000:01 [mem 0xe8000000-0xe85fffff]
[    0.496032] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.496037] e820: reserve RAM buffer [mem 0x3eef0000-0x3fffffff]
[    0.496391] NetLabel: Initializing
[    0.500004] NetLabel:  domain hash size = 128
[    0.504001] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.508034] NetLabel:  unlabeled traffic allowed by default
[    0.516259] clocksource: Switched to clocksource refined-jiffies
[    0.544741] pnp: PnP ACPI: disabled
[    0.556907] pci 0000:03:00.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    0.556920] pci 0000:03:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[    0.556928] pci 0000:03:00.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[    0.556951] pci 0000:03:00.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.556959] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-06] add_size 1000
[    0.556966] pci 0000:03:00.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.556974] pci 0000:03:00.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.556982] pci 0000:02:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-06] add_size 200000 add_align 100000
[    0.556996] pci 0000:02:00.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.557003] pci 0000:01:04.0: bridge window [io  0x1000-0x0fff] to [bus 02-06] add_size 1000
[    0.557011] pci 0000:02:00.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.557018] pci 0000:02:00.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.557026] pci 0000:01:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-06] add_size 200000 add_align 100000
[    0.557037] pci 0000:01:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.557044] pci 0000:01:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.557053] pci 0000:00:1e.0: bridge window [mem 0x00100000-0x000fffff pref] to [bus 01-06] add_size 200000 add_align 100000
[    0.557072] pci 0000:00:1e.0: res[15]=[mem 0x00100000-0x000fffff pref] res_to_dev_res add_size 200000 min_align 100000
[    0.557079] pci 0000:00:1e.0: res[15]=[mem 0x00100000-0x002fffff pref] res_to_dev_res add_size 200000 min_align 100000
[    0.557093] pci 0000:00:02.1: BAR 0: assigned [mem 0x40000000-0x47ffffff pref]
[    0.560013] pci 0000:00:1e.0: BAR 15: assigned [mem 0x48000000-0x481fffff pref]
[    0.564009] pci 0000:00:02.1: BAR 1: assigned [mem 0x48200000-0x4827ffff]
[    0.568010] pci 0000:00:1f.1: BAR 5: assigned [mem 0x48280000-0x482803ff]
[    0.572016] pci 0000:01:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.572023] pci 0000:01:04.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.572030] pci 0000:01:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.572037] pci 0000:01:04.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.572044] pci 0000:01:04.0: BAR 15: assigned [mem 0x48000000-0x481fffff 64bit pref]
[    0.576012] pci 0000:01:04.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.580013] pci 0000:02:00.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.580020] pci 0000:02:00.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.580027] pci 0000:02:00.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.580033] pci 0000:02:00.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.580040] pci 0000:02:00.0: BAR 15: assigned [mem 0x48000000-0x481fffff 64bit pref]
[    0.584009] pci 0000:02:00.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.588014] pci 0000:03:00.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.588020] pci 0000:03:00.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.588028] pci 0000:03:00.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.588034] pci 0000:03:00.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.588041] pci 0000:03:00.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.588048] pci 0000:03:00.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.588054] pci 0000:03:00.0: BAR 14: assigned [mem 0xe8000000-0xe81fffff]
[    0.592010] pci 0000:03:00.0: BAR 15: assigned [mem 0x48000000-0x481fffff 64bit pref]
[    0.596010] pci 0000:03:00.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.600011] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.604013] pci 0000:03:00.0:   bridge window [io  0x1000-0x1fff]
[    0.608019] pci 0000:03:00.0:   bridge window [mem 0xe8000000-0xe81fffff]
[    0.612016] pci 0000:03:00.0:   bridge window [mem 0x48000000-0x481fffff 64bit pref]
[    0.616021] pci 0000:02:00.0: PCI bridge to [bus 03-06]
[    0.620013] pci 0000:02:00.0:   bridge window [io  0x1000-0x1fff]
[    0.624019] pci 0000:02:00.0:   bridge window [mem 0xe8000000-0xe83fffff]
[    0.628017] pci 0000:02:00.0:   bridge window [mem 0x48000000-0x481fffff 64bit pref]
[    0.632022] pci 0000:01:04.0: PCI bridge to [bus 02-06]
[    0.636013] pci 0000:01:04.0:   bridge window [io  0x1000-0x1fff]
[    0.640016] pci 0000:01:04.0:   bridge window [mem 0xe8000000-0xe83fffff]
[    0.644015] pci 0000:01:04.0:   bridge window [mem 0x48000000-0x481fffff 64bit pref]
[    0.648017] pci 0000:00:1e.0: PCI bridge to [bus 01-06]
[    0.652014] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.656016] pci 0000:00:1e.0:   bridge window [mem 0xe8000000-0xe85fffff]
[    0.660016] pci 0000:00:1e.0:   bridge window [mem 0x48000000-0x481fffff pref]
[    0.664019] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.664025] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.664031] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.664037] pci_bus 0000:01: resource 1 [mem 0xe8000000-0xe85fffff]
[    0.664042] pci_bus 0000:01: resource 2 [mem 0x48000000-0x481fffff pref]
[    0.664047] pci_bus 0000:01: resource 4 [io  0x0000-0xffff]
[    0.664053] pci_bus 0000:01: resource 5 [mem 0x00000000-0xffffffff]
[    0.664059] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    0.664064] pci_bus 0000:02: resource 1 [mem 0xe8000000-0xe83fffff]
[    0.664070] pci_bus 0000:02: resource 2 [mem 0x48000000-0x481fffff 64bit pref]
[    0.664075] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
[    0.664081] pci_bus 0000:03: resource 1 [mem 0xe8000000-0xe83fffff]
[    0.664086] pci_bus 0000:03: resource 2 [mem 0x48000000-0x481fffff 64bit pref]
[    0.664092] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.664097] pci_bus 0000:04: resource 1 [mem 0xe8000000-0xe81fffff]
[    0.664103] pci_bus 0000:04: resource 2 [mem 0x48000000-0x481fffff 64bit pref]
[    0.664115] pci 0000:05:00.0: BAR 0: assigned [mem 0x48400000-0x485fffff 64bit]
[    0.668037] pci 0000:05:00.0: BAR 6: assigned [mem 0x48290000-0x4829ffff pref]
[    0.672015] pci_bus 0000:05: resource 4 [io  0x0000-0xffff]
[    0.672021] pci_bus 0000:05: resource 5 [mem 0x00000000-0xffffffff]
[    0.672105] NET: Registered protocol family 2
[    0.676479] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.680074] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[    0.684058] TCP: Hash tables configured (established 8192 bind 8192)
[    0.688095] UDP hash table entries: 512 (order: 1, 8192 bytes)
[    0.692025] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[    0.696144] NET: Registered protocol family 1
[    0.700061] pci 0000:00:02.0: Video device with shadowed ROM
[    0.700299] pci 0000:01:08.0: Firmware left e100 interrupts enabled; disabling
[    0.704034] PCI: CLS 32 bytes, default 64
[    0.704166] Trying to unpack rootfs image as initramfs...
[    1.111983] Freeing initrd memory: 6920K (f78df000 - f7fa1000)
[    1.112404] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    1.116186] microcode: CPU0 sig=0x6d8, pf=0x20, revision=0x0
[    1.120195] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.124121] Scanning for low memory corruption every 60 seconds
[    1.128816] futex hash table entries: 256 (order: -1, 3072 bytes)
[    1.132100] audit: initializing netlink subsys (disabled)
[    1.136090] audit: type=2000 audit(1448034169.136:1): initialized
[    1.140511] Initialise system trusted keyring
[    1.144211] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    1.154834] zbud: loaded
[    1.156226] VFS: Disk quotas dquot_6.6.0
[    1.160171] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.168975] fuse init (API version 7.23)
[    1.172532] Key type big_key registered
[    1.176846] Key type asymmetric registered
[    1.180070] Asymmetric key parser 'x509' registered
[    1.184186] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.188109] io scheduler noop registered
[    1.192056] io scheduler deadline registered (default)
[    1.196153] io scheduler cfq registered
[    1.200311] PCI: setting IRQ 10 as level-triggered
[    1.200320] pcieport 0000:01:04.0: found PCI INT A -> IRQ 10
[    1.204054] pcieport 0000:01:04.0: sharing IRQ 10 with 0000:00:02.0
[    1.208050] pcieport 0000:01:04.0: sharing IRQ 10 with 0000:00:1d.0
[    1.212460] intel_idle: does not run on family 6 model 13
[    1.212827] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.220054] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.234873] brd: module loaded
[    1.239642] loop: module loaded
[    1.240259] ata_piix 0000:00:1f.1: found PCI INT A -> IRQ 5
[    1.244063] ata_piix 0000:00:1f.1: sharing IRQ 5 with 0000:00:1d.2
[    1.248096] ata_piix 0000:00:1f.1: version 2.13
[    1.249078] scsi host0: ata_piix
[    1.252287] scsi host1: ata_piix
[    1.256186] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    1.260051] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    1.264429] libphy: Fixed MDIO Bus: probed
[    1.268092] ata2: port disabled--ignoring
[    1.268112] tun: Universal TUN/TAP device driver, 1.6
[    1.272050] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.276216] PPP generic driver version 2.4.2
[    1.280254] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.284063] ehci-pci: EHCI PCI platform driver
[    1.288078] PCI: setting IRQ 3 as level-triggered
[    1.288086] ehci-pci 0000:00:1d.7: found PCI INT D -> IRQ 3
[    1.292127] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.296063] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.306854] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[    1.306872] ehci-pci 0000:00:1d.7: irq 3, io mem 0xe8680000
[    1.320063] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.324168] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.328056] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.332055] usb usb1: Product: EHCI Host Controller
[    1.336055] usb usb1: Manufacturer: Linux 4.3.0-wl-ath-wifirouter-5492M ehci_hcd
[    1.340055] usb usb1: SerialNumber: 0000:00:1d.7
[    1.344400] hub 1-0:1.0: USB hub found
[    1.348069] hub 1-0:1.0: 6 ports detected
[    1.352493] ehci-platform: EHCI generic platform driver
[    1.356085] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.360065] ohci-pci: OHCI PCI platform driver
[    1.364087] ohci-platform: OHCI generic platform driver
[    1.368082] uhci_hcd: USB Universal Host Controller Interface driver
[    1.372106] uhci_hcd 0000:00:1d.0: found PCI INT A -> IRQ 10
[    1.376063] uhci_hcd 0000:00:1d.0: sharing IRQ 10 with 0000:00:02.0
[    1.380072] uhci_hcd 0000:00:1d.0: sharing IRQ 10 with 0000:01:04.0
[    1.384090] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.388066] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.392065] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.396083] uhci_hcd 0000:00:1d.0: irq 10, io base 0x0000eb00
[    1.400165] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.404061] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.408060] usb usb2: Product: UHCI Host Controller
[    1.412060] usb usb2: Manufacturer: Linux 4.3.0-wl-ath-wifirouter-5492M uhci_hcd
[    1.416060] usb usb2: SerialNumber: 0000:00:1d.0
[    1.420590] hub 2-0:1.0: USB hub found
[    1.424074] hub 2-0:1.0: 2 ports detected
[    1.428330] ata1.00: CFA: InnoDisk Corp. - EDC4000 1GB, 081107, max UDMA/66
[    1.432062] ata1.00: 2047248 sectors, multi 2: LBA 
[    1.436066] ata1.00: limited to UDMA/33 due to 40-wire cable
[    1.440456] PCI: setting IRQ 9 as level-triggered
[    1.440464] uhci_hcd 0000:00:1d.1: found PCI INT B -> IRQ 9
[    1.444111] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.448071] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.452321] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.456087] uhci_hcd 0000:00:1d.1: irq 9, io base 0x0000ed00
[    1.460215] ata1.00: configured for PIO4
[    1.464234] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.468066] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.472064] usb usb3: Product: UHCI Host Controller
[    1.476064] usb usb3: Manufacturer: Linux 4.3.0-wl-ath-wifirouter-5492M uhci_hcd
[    1.480064] usb usb3: SerialNumber: 0000:00:1d.1
[    1.484230] scsi 0:0:0:0: Direct-Access     ATA      InnoDisk Corp. - 07   PQ: 0 ANSI: 5
[    1.488463] sd 0:0:0:0: [sda] 2047248 512-byte logical blocks: (1.04 GB/999 MiB)
[    1.492243] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.496152] sd 0:0:0:0: [sda] Write Protect is off
[    1.500068] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.500248] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.505321]  sda: sda1 sda2
[    1.508854] hub 3-0:1.0: USB hub found
[    1.512171] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.516081] hub 3-0:1.0: 2 ports detected
[    1.520343] uhci_hcd 0000:00:1d.2: found PCI INT C -> IRQ 5
[    1.524084] uhci_hcd 0000:00:1d.2: sharing IRQ 5 with 0000:00:1f.1
[    1.528102] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.532076] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.536074] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.540139] uhci_hcd 0000:00:1d.2: irq 5, io base 0x0000e800
[    1.544165] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.548070] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.552071] usb usb4: Product: UHCI Host Controller
[    1.556070] usb usb4: Manufacturer: Linux 4.3.0-wl-ath-wifirouter-5492M uhci_hcd
[    1.560069] usb usb4: SerialNumber: 0000:00:1d.2
[    1.564516] hub 4-0:1.0: USB hub found
[    1.568109] hub 4-0:1.0: 2 ports detected
[    1.572418] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.832367] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.840297] NET: Registered protocol family 10
[    1.844570] NET: Registered protocol family 17
[    1.848122] Key type dns_resolver registered
[    1.852558] Using IPI Shortcut mode
[    1.856477] registered taskstats version 1
[    1.860110] Loading compiled-in X.509 certificates
[    1.878765] Loaded X.509 cert 'Build time autogenerated kernel key: aa49002e6f51308e9d725a6578a022887126c191'
[    1.880107] usb 2-1: new low-speed USB device number 2 using uhci_hcd
[    1.884139] zswap: loaded using pool lzo/zbud
[    1.893082] Key type trusted registered
[    1.904482] Key type encrypted registered
[    1.908543]   Magic number: 7:808:740
[    1.916150] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.920090] EDD information not available.
[    1.924225] PM: Hibernation image not present or could not be loaded.
[    1.924795] Freeing unused kernel memory: 640K (c186e000 - c190e000)
[    1.928194] Write protecting the kernel text: 5640k
[    1.932171] Write protecting the kernel read-only data: 2340k
[    1.972349] systemd-udevd[115]: starting version 204
[    2.075038] usb 2-1: New USB device found, idVendor=413c, idProduct=2107
[    2.076114] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.080110] usb 2-1: Product: Dell USB Entry Keyboard
[    2.084102] usb 2-1: Manufacturer: DELL
[    2.112138] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xe6a18fa7eb, max_idle_ns: 440795203190 ns
[    2.120131] clocksource: Switched to clocksource tsc
[    2.202654] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    2.220998] e100: Copyright(c) 1999-2006 Intel Corporation
[    2.354433] PCI: setting IRQ 11 as level-triggered
[    2.354864] e100 0000:01:08.0: found PCI INT A -> IRQ 11
[    2.551399] e100 0000:01:08.0 eth0: addr 0xe8410000, irq 11, MAC addr 00:16:27:00:90:fa
[    2.589966] hidraw: raw HID events driver (C) Jiri Kosina
[    2.649803] usbcore: registered new interface driver usbhid
[    2.666583] usbhid: USB HID core driver
[    2.694706] input: DELL Dell USB Entry Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/0003:413C:2107.0001/input/input1
[    2.784565] hid-generic 0003:413C:2107.0001: input,hidraw0: USB HID v1.11 Keyboard [DELL Dell USB Entry Keyboard] on usb-0000:00:1d.0-1/input0
[    4.017615] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[    4.039524] EXT4-fs (sda1): write access will be enabled during recovery
[    4.900960] random: nonblocking pool is initialized
[    5.105288] EXT4-fs (sda1): recovery complete
[    5.137953] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    7.460638] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    7.495062] systemd-udevd[325]: starting version 204
[    9.044857] e100 0000:01:08.0 lan1: renamed from eth0
[    9.045661] systemd-udevd[351]: renamed network interface eth0 to lan1
[    9.187301] intel_rng: FWH not detected
[   10.501322] cfg80211: World regulatory domain updated:
[   10.501330] cfg80211:  DFS Master region: unset
[   10.501334] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   10.501340] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   10.501345] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   10.501350] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   10.501356] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   10.501362] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   10.501367] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   10.501372] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   10.501377] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   11.572429] init: failsafe main process (449) killed by TERM signal
[   12.364800] NET: Registered protocol family 15
[   13.098404] ath10k_pci 0000:05:00.0: BAR 0: assigned [mem 0x48400000-0x485fffff 64bit]
[   13.128788] ath10k_pci 0000:05:00.0: failed to wake up device : -110
[   13.146877] ath10k_pci: probe of 0000:05:00.0 failed with error -110
[   47.207624] usb 1-4: new high-speed USB device number 3 using ehci-pci
[   47.343434] usb 1-4: New USB device found, idVendor=0951, idProduct=1665
[   47.343445] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   47.343451] usb 1-4: Product: DataTraveler 2.0
[   47.343456] usb 1-4: Manufacturer: Kingston
[   47.343461] usb 1-4: SerialNumber: 001A928EED05FE1069495FD8
[   47.546543] usb-storage 1-4:1.0: USB Mass Storage device detected
[   47.554843] scsi host2: usb-storage 1-4:1.0
[   47.555514] usbcore: registered new interface driver usb-storage
[   47.606212] usbcore: registered new interface driver uas
[   48.580806] scsi 2:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 4
[   48.588144] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   48.588390] sd 2:0:0:0: [sdb] 15131636 512-byte logical blocks: (7.74 GB/7.21 GiB)
[   48.589034] sd 2:0:0:0: [sdb] Write Protect is off
[   48.589045] sd 2:0:0:0: [sdb] Mode Sense: 45 00 00 00
[   48.589934] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   48.594779]  sdb: sdb1
[   48.598076] sd 2:0:0:0: [sdb] Attached SCSI removable disk

[-- Attachment #3: Type: text/plain, Size: 146 bytes --]

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

      parent reply	other threads:[~2015-11-20 13:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1749993920.7465237.1447934318588.JavaMail.yahoo.ref@mail.yahoo.com>
2015-11-19 11:58 ` Yesterdays kernel/git/kvalo/ath.git failes with COMPEX WLE600VX Joerg Pommnitz
2015-11-20 11:34   ` Kalle Valo
2015-11-20 13:31     ` Joerg Pommnitz
2015-11-25 12:21       ` Kalle Valo
2015-11-20 13:49     ` Joerg Pommnitz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2055080326.8077248.1448027340580.JavaMail.yahoo@mail.yahoo.com \
    --to=pommnitz@yahoo.com \
    --cc=ath10k@lists.infradead.org \
    --cc=kvalo@qca.qualcomm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.