Hi. I've applied your patch to ehci-pci.c and results are the same. Can you advise me what to check next? Anton Alekseiev 2011/10/28 Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> > > Please use Reply-to-All so that your messages are sent to the mailing > list as well as to me. And turn off HTML-formatted text so that the > list server will accept the message. > > On Fri, 28 Oct 2011, Anton Alekseev wrote: > > > Hello. > > > > I've got ATI EHCI :( > > > > All logs are in attachments. > > > > I've also added logs from laptop with INTEL EHCI attachments (names > > containing *INTEL*) where everything works just fine, as you wrote in last > > message. > > You didn't have to send 12 different logs! All I asked for was the > output from "lspci -n". > > Anyway, here's a patch which will activate the broken-periodic > workaround on your ATI system. Let's see how well it works. > > Alan Stern > > > > Index: usb-3.1/drivers/usb/host/ehci-pci.c > =================================================================== > --- usb-3.1.orig/drivers/usb/host/ehci-pci.c > +++ usb-3.1/drivers/usb/host/ehci-pci.c > @@ -119,6 +119,18 @@ static int ehci_pci_setup(struct usb_hcd > "dummy qh workaround\n"); > } > > + /* > + * Some controllers refuse to turn off the periodic schedule if it > + * hasn't been on for long enough. The workaround simply delays until > + * the schedule has been on for at least 1 ms. > + */ > + if ((pdev->vendor == PCI_VENDOR_ID_INTEL && pdev->device == 0x27cc) || > + (pdev->vendor == PCI_VENDOR_ID_ATI && pdev->device == 0x4396)) { > + ehci->broken_periodic = 1; > + ehci_info(ehci, "using broken periodic workaround\n"); > + } > + > + > /* data structure init */ > retval = ehci_init(hcd); > if (retval) > @@ -131,10 +143,6 @@ static int ehci_pci_setup(struct usb_hcd > case PCI_VENDOR_ID_INTEL: > ehci->need_io_watchdog = 0; > ehci->fs_i_thresh = 1; > - if (pdev->device == 0x27cc) { > - ehci->broken_periodic = 1; > - ehci_info(ehci, "using broken periodic workaround\n"); > - } > if (pdev->device == 0x0806 || pdev->device == 0x0811 > || pdev->device == 0x0829) { > ehci_info(ehci, "disable lpm for langwell/penwell\n"); >
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.1.0 (nullakilla@ubuntu) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #1 SMP Sat Oct 29 09:35:39 FET 2011 [ 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] Centaur CentaurHauls [ 0.000000] Transmeta GenuineTMx86 [ 0.000000] Transmeta TransmetaCPU [ 0.000000] UMC UMC UMC UMC [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000007fee0000 (usable) [ 0.000000] BIOS-e820: 000000007fee0000 - 000000007fee3000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000007fee3000 - 000000007fef0000 (ACPI data) [ 0.000000] BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved) [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! [ 0.000000] DMI 2.4 present. [ 0.000000] DMI: Gigabyte Technology Co., Ltd. GA-MA770T-UD3/GA-MA770T-UD3, BIOS F1 10/23/2009 [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] last_pfn = 0x7fee0 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-C7FFF write-protect [ 0.000000] C8000-FFFFF uncachable [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back [ 0.000000] 1 base 00007FF00000 mask FFFFFFF00000 uncachable [ 0.000000] 2 disabled [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] original variable MTRRs [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB [ 0.000000] reg 1, base: 2047MB, range: 1MB, type UC [ 0.000000] total RAM covered: 2047M [ 0.000000] Found optimal setting for mtrr clean up [ 0.000000] gran_size: 64K chunk_size: 2M num_reg: 2 lose cover RAM: 0G [ 0.000000] New variable MTRRs [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB [ 0.000000] reg 1, base: 2047MB, range: 1MB, type UC [ 0.000000] found SMP MP-table at [c00f55a0] f55a0 [ 0.000000] initial memory mapped : 0 - 01c00000 [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384 [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000 [ 0.000000] 0000000000 - 0000400000 page 4k [ 0.000000] 0000400000 - 0037400000 page 2M [ 0.000000] 0037400000 - 00377fe000 page 4k [ 0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000 [ 0.000000] RAMDISK: 33644000 - 37ff0000 [ 0.000000] Allocated new RAMDISK: 2ec98000 - 3364343f [ 0.000000] Move RAMDISK from 0000000033644000 - 0000000037fef43e to 2ec98000 - 3364343e [ 0.000000] ACPI: RSDP 000f6fb0 00014 (v00 GBT ) [ 0.000000] ACPI: RSDT 7fee3000 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: FACP 7fee3040 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: DSDT 7fee30c0 072D2 (v01 GBT GBTUACPI 00001000 MSFT 03000000) [ 0.000000] ACPI: FACS 7fee0000 00040 [ 0.000000] ACPI: SSDT 7feea480 0088C (v01 PTLTD POWERNOW 00000001 LTP 00000001) [ 0.000000] ACPI: HPET 7feead40 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098) [ 0.000000] ACPI: MCFG 7feead80 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: TAMG 7feeadc0 002FA (v01 GBT GBT B0 5455312E BG?? 53450101) [ 0.000000] ACPI: APIC 7feea3c0 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] 1158MB HIGHMEM available. [ 0.000000] 887MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 377fe000 [ 0.000000] low ram: 0 - 377fe000 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x000377fe [ 0.000000] HighMem 0x000377fe -> 0x0007fee0 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x0007fee0 [ 0.000000] On node 0 totalpages: 523887 [ 0.000000] free_area_init_node: node 0, pgdat c17a8680, node_mem_map f67fd200 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3951 pages, LIFO batch:0 [ 0.000000] Normal zone: 1744 pages used for memmap [ 0.000000] Normal zone: 221486 pages, LIFO batch:31 [ 0.000000] HighMem zone: 2318 pages used for memmap [ 0.000000] HighMem zone: 294356 pages, LIFO batch:31 [ 0.000000] Using APIC driver default [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23 [ 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 low 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: 0x10b9a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:60100000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6000000 s30144 r0 d23104 u1048576 [ 0.000000] pcpu-alloc: s30144 r0 d23104 u1048576 alloc=1*4194304 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519793 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.1.0 root=UUID=d0788da6-e0c5-44d5-a67e-5cf51431f51f ro quiet splash [ 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 8383744 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 (000377fe:0007fee0) [ 0.000000] Memory: 1984972k/2096000k available (5312k kernel code, 110576k reserved, 2570k data, 700k init, 1186696k highmem) [ 0.000000] virtual kernel memory layout: [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB) [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB) [ 0.000000] .init : 0xc17b3000 - 0xc1862000 ( 700 kB) [ 0.000000] .data : 0xc1530119 - 0xc17b29c0 (2570 kB) [ 0.000000] .text : 0xc1000000 - 0xc1530119 (5312 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] NR_IRQS:2304 nr_irqs:712 16 [ 0.000000] CPU 0 irqstacks, hard=f540a000 soft=f540c000 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 3013.264 MHz processor. [ 0.008002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6026.52 BogoMIPS (lpj=12053056) [ 0.008006] pid_max: default: 32768 minimum: 301 [ 0.008025] Security Framework initialized [ 0.008040] AppArmor: AppArmor initialized [ 0.008079] Mount-cache hash table entries: 512 [ 0.008179] Initializing cgroup subsys cpuacct [ 0.008184] Initializing cgroup subsys memory [ 0.008191] Initializing cgroup subsys devices [ 0.008193] Initializing cgroup subsys freezer [ 0.008195] Initializing cgroup subsys net_cls [ 0.008197] Initializing cgroup subsys blkio [ 0.008202] Initializing cgroup subsys perf_event [ 0.008222] CPU: Physical Processor ID: 0 [ 0.008223] CPU: Processor Core ID: 0 [ 0.008226] mce: CPU supports 6 MCE banks [ 0.012551] ACPI: Core revision 20110623 [ 0.016023] ftrace: allocating 22255 entries in 44 pages [ 0.020057] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.020527] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.060888] CPU0: AMD Athlon(tm) II X4 640 Processor stepping 03 [ 0.064003] Performance Events: AMD PMU driver. [ 0.064003] ... version: 0 [ 0.064003] ... bit width: 48 [ 0.064003] ... generic registers: 4 [ 0.064003] ... value mask: 0000ffffffffffff [ 0.064003] ... max period: 00007fffffffffff [ 0.064003] ... fixed-purpose events: 0 [ 0.064003] ... event mask: 000000000000000f [ 0.064003] CPU 1 irqstacks, hard=f54b0000 soft=f54b2000 [ 0.064003] Booting Node 0, Processors #1 [ 0.064003] smpboot cpu 1: start_ip = 9b000 [ 0.012000] Initializing CPU#1 [ 0.152056] CPU 2 irqstacks, hard=f54bc000 soft=f54be000 [ 0.152058] #2 [ 0.152059] smpboot cpu 2: start_ip = 9b000 [ 0.012000] Initializing CPU#2 [ 0.244060] CPU 3 irqstacks, hard=f54e8000 soft=f54ea000 [ 0.244062] #3 Ok. [ 0.244063] smpboot cpu 3: start_ip = 9b000 [ 0.012000] Initializing CPU#3 [ 0.336024] Brought up 4 CPUs [ 0.336026] Total of 4 processors activated (24108.34 BogoMIPS). [ 0.336570] devtmpfs: initialized [ 0.336570] PM: Registering ACPI NVS region at 7fee0000 (12288 bytes) [ 0.336786] print_constraints: dummy: [ 0.336810] RTC time: 18:23:39, date: 10/29/11 [ 0.336834] NET: Registered protocol family 16 [ 0.336896] EISA bus registered [ 0.336900] node 0 link 0: io port [c000, ffff] [ 0.336903] TOM: 0000000080000000 aka 2048M [ 0.336904] Fam 10h mmconf [e0000000, e00fffff] [ 0.336906] node 0 link 0: mmio [a0000, bffff] [ 0.336909] node 0 link 0: mmio [80000000, dfffffff] [ 0.336911] node 0 link 0: mmio [f0000000, fe02ffff] [ 0.336913] node 0 link 0: mmio [e0000000, e03fffff] ==> [e0100000, e03fffff] [ 0.336916] bus: [00, 03] on node 0 link 0 [ 0.336918] bus: 00 index 0 [io 0x0000-0xffff] [ 0.336920] bus: 00 index 1 [mem 0x000a0000-0x000bffff] [ 0.336922] bus: 00 index 2 [mem 0x80000000-0xdfffffff] [ 0.336923] bus: 00 index 3 [mem 0xe0400000-0xffffffff] [ 0.336925] bus: 00 index 4 [mem 0xe0100000-0xe03fffff] [ 0.336934] Extended Config Space enabled on 1 nodes [ 0.336963] ACPI: bus type pci registered [ 0.337003] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.337006] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.337008] PCI: Using MMCONFIG for extended config space [ 0.337009] PCI: Using configuration type 1 for base access [ 0.337555] bio: create slab <bio-0> at 0 [ 0.337555] ACPI: Added _OSI(Module Device) [ 0.337555] ACPI: Added _OSI(Processor Device) [ 0.337555] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.337555] ACPI: Added _OSI(Processor Aggregator Device) [ 0.337555] ACPI: EC: Look up EC in DSDT [ 0.342858] ACPI: Interpreter enabled [ 0.342865] ACPI: (supports S0 S3 S4 S5) [ 0.342879] ACPI: Using IOAPIC for interrupt routing [ 0.405671] ACPI: No dock devices found. [ 0.405673] HEST: Table not found. [ 0.405677] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.405716] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.405793] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] [ 0.405795] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] [ 0.405797] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.405799] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] [ 0.405801] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xfebfffff] [ 0.405812] pci 0000:00:00.0: [1002:5957] type 0 class 0x000600 [ 0.405823] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit] [ 0.405849] pci 0000:00:02.0: [1002:5978] type 1 class 0x000604 [ 0.405871] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold [ 0.405873] pci 0000:00:02.0: PME# disabled [ 0.405892] pci 0000:00:0a.0: [1002:597f] type 1 class 0x000604 [ 0.405914] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold [ 0.405916] pci 0000:00:0a.0: PME# disabled [ 0.405940] pci 0000:00:11.0: [1002:4390] type 0 class 0x000101 [ 0.405958] pci 0000:00:11.0: reg 10: [io 0xff00-0xff07] [ 0.405967] pci 0000:00:11.0: reg 14: [io 0xfe00-0xfe03] [ 0.405976] pci 0000:00:11.0: reg 18: [io 0xfd00-0xfd07] [ 0.405986] pci 0000:00:11.0: reg 1c: [io 0xfc00-0xfc03] [ 0.405995] pci 0000:00:11.0: reg 20: [io 0xfb00-0xfb0f] [ 0.406004] pci 0000:00:11.0: reg 24: [mem 0xfe02f000-0xfe02f3ff] [ 0.406023] pci 0000:00:11.0: set SATA to AHCI mode [ 0.406054] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03 [ 0.406067] pci 0000:00:12.0: reg 10: [mem 0xfe02e000-0xfe02efff] [ 0.406126] pci 0000:00:12.1: [1002:4398] type 0 class 0x000c03 [ 0.406139] pci 0000:00:12.1: reg 10: [mem 0xfe02d000-0xfe02dfff] [ 0.406203] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03 [ 0.406221] pci 0000:00:12.2: reg 10: [mem 0xfe02c000-0xfe02c0ff] [ 0.406288] pci 0000:00:12.2: supports D1 D2 [ 0.406289] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot [ 0.406293] pci 0000:00:12.2: PME# disabled [ 0.406312] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03 [ 0.406325] pci 0000:00:13.0: reg 10: [mem 0xfe02b000-0xfe02bfff] [ 0.406383] pci 0000:00:13.1: [1002:4398] type 0 class 0x000c03 [ 0.406396] pci 0000:00:13.1: reg 10: [mem 0xfe02a000-0xfe02afff] [ 0.406460] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03 [ 0.406478] pci 0000:00:13.2: reg 10: [mem 0xfe029000-0xfe0290ff] [ 0.406544] pci 0000:00:13.2: supports D1 D2 [ 0.406546] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot [ 0.406550] pci 0000:00:13.2: PME# disabled [ 0.406572] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05 [ 0.406658] pci 0000:00:14.1: [1002:439c] type 0 class 0x000101 [ 0.406674] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007] [ 0.406683] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003] [ 0.406692] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007] [ 0.406701] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003] [ 0.406710] pci 0000:00:14.1: reg 20: [io 0xfa00-0xfa0f] [ 0.406755] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403 [ 0.406776] pci 0000:00:14.2: reg 10: [mem 0xfe024000-0xfe027fff 64bit] [ 0.406830] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold [ 0.406834] pci 0000:00:14.2: PME# disabled [ 0.406846] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601 [ 0.406916] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604 [ 0.406953] pci 0000:00:14.5: [1002:4399] type 0 class 0x000c03 [ 0.406966] pci 0000:00:14.5: reg 10: [mem 0xfe028000-0xfe028fff] [ 0.407027] pci 0000:00:18.0: [1022:1200] type 0 class 0x000600 [ 0.407040] pci 0000:00:18.1: [1022:1201] type 0 class 0x000600 [ 0.407050] pci 0000:00:18.2: [1022:1202] type 0 class 0x000600 [ 0.407061] pci 0000:00:18.3: [1022:1203] type 0 class 0x000600 [ 0.407074] pci 0000:00:18.4: [1022:1204] type 0 class 0x000600 [ 0.407118] pci 0000:01:00.0: [10de:0a65] type 0 class 0x000300 [ 0.407127] pci 0000:01:00.0: reg 10: [mem 0xfb000000-0xfbffffff] [ 0.407137] pci 0000:01:00.0: reg 14: [mem 0xb0000000-0xbfffffff 64bit pref] [ 0.407147] pci 0000:01:00.0: reg 1c: [mem 0xce000000-0xcfffffff 64bit pref] [ 0.407153] pci 0000:01:00.0: reg 24: [io 0xef00-0xef7f] [ 0.407160] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0007ffff pref] [ 0.407200] pci 0000:01:00.1: [10de:0be3] type 0 class 0x000403 [ 0.407209] pci 0000:01:00.1: reg 10: [mem 0xfcffc000-0xfcffffff] [ 0.412050] pci 0000:00:02.0: PCI bridge to [bus 01-01] [ 0.412055] pci 0000:00:02.0: bridge window [io 0xe000-0xefff] [ 0.412061] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfcffffff] [ 0.412065] pci 0000:00:02.0: bridge window [mem 0xb0000000-0xcfffffff 64bit pref] [ 0.412103] pci 0000:02:00.0: [10ec:8168] type 0 class 0x000200 [ 0.412117] pci 0000:02:00.0: reg 10: [io 0xde00-0xdeff] [ 0.412139] pci 0000:02:00.0: reg 18: [mem 0xfdfff000-0xfdffffff 64bit pref] [ 0.412152] pci 0000:02:00.0: reg 20: [mem 0xfdfe0000-0xfdfeffff 64bit pref] [ 0.412160] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0000ffff pref] [ 0.412189] pci 0000:02:00.0: supports D1 D2 [ 0.412191] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.412194] pci 0000:02:00.0: PME# disabled [ 0.420049] pci 0000:00:0a.0: PCI bridge to [bus 02-02] [ 0.420054] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff] [ 0.420061] pci 0000:00:0a.0: bridge window [mem 0xfdc00000-0xfdcfffff] [ 0.420064] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref] [ 0.420104] pci 0000:03:07.0: [1814:3060] type 0 class 0x000280 [ 0.420129] pci 0000:03:07.0: reg 10: [mem 0xfdee0000-0xfdeeffff] [ 0.420257] pci 0000:00:14.4: PCI bridge to [bus 03-03] (subtractive decode) [ 0.420261] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff] [ 0.420265] pci 0000:00:14.4: bridge window [mem 0xfde00000-0xfdefffff] [ 0.420269] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff pref] [ 0.420271] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode) [ 0.420273] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.420275] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.420277] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode) [ 0.420279] pci 0000:00:14.4: bridge window [mem 0x80000000-0xfebfffff] (subtractive decode) [ 0.420289] pci_bus 0000:00: on NUMA node 0 [ 0.420294] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.420490] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT] [ 0.420537] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT] [ 0.420568] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCEA._PRT] [ 0.420592] pci0000:00: Requesting ACPI _OSC control (0x1d) [ 0.420594] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d [ 0.420596] ACPI _OSC control for PCIe not granted, disabling ASPM [ 0.429785] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.429815] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.429843] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.429870] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.429899] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.429926] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.429953] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.429980] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.430033] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.430033] vgaarb: loaded [ 0.430033] vgaarb: bridge control possible 0000:01:00.0 [ 0.430033] SCSI subsystem initialized [ 0.430033] libata version 3.00 loaded. [ 0.430033] usbcore: registered new interface driver usbfs [ 0.430033] usbcore: registered new interface driver hub [ 0.430033] usbcore: registered new device driver usb [ 0.430033] PCI: Using ACPI for IRQ routing [ 0.438891] PCI: pci_cache_line_size set to 64 bytes [ 0.438898] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit] [ 0.438961] reserve RAM buffer: 000000000009f800 - 000000000009ffff [ 0.438963] reserve RAM buffer: 000000007fee0000 - 000000007fffffff [ 0.439030] NetLabel: Initializing [ 0.439032] NetLabel: domain hash size = 128 [ 0.439033] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439042] NetLabel: unlabeled traffic allowed by default [ 0.439059] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.439059] hpet0: 4 comparators, 32-bit 14.318180 MHz counter [ 0.441051] Switching to clocksource hpet [ 0.442890] Switched to NOHz mode on CPU #0 [ 0.442939] Switched to NOHz mode on CPU #2 [ 0.442984] Switched to NOHz mode on CPU #3 [ 0.443002] Switched to NOHz mode on CPU #1 [ 0.444559] AppArmor: AppArmor Filesystem Enabled [ 0.444581] pnp: PnP ACPI init [ 0.444595] ACPI: bus type pnp registered [ 0.444665] pnp 00:00: [bus 00-ff] [ 0.444667] pnp 00:00: [io 0x0cf8-0x0cff] [ 0.444669] pnp 00:00: [io 0x0000-0x0cf7 window] [ 0.444671] pnp 00:00: [io 0x0d00-0xffff window] [ 0.444673] pnp 00:00: [mem 0x000a0000-0x000bffff window] [ 0.444675] pnp 00:00: [mem 0x000c0000-0x000dffff window] [ 0.444676] pnp 00:00: [mem 0x80000000-0xfebfffff window] [ 0.444714] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active) [ 0.444721] pnp 00:01: [io 0x0010-0x001f] [ 0.444723] pnp 00:01: [io 0x0022-0x003f] [ 0.444724] pnp 00:01: [io 0x0044-0x005f] [ 0.444726] pnp 00:01: [io 0x0062-0x0063] [ 0.444727] pnp 00:01: [io 0x0065-0x006f] [ 0.444729] pnp 00:01: [io 0x0074-0x007f] [ 0.444730] pnp 00:01: [io 0x0091-0x0093] [ 0.444732] pnp 00:01: [io 0x00a2-0x00bf] [ 0.444733] pnp 00:01: [io 0x00e0-0x00ef] [ 0.444735] pnp 00:01: [io 0x04d0-0x04d1] [ 0.444738] pnp 00:01: [io 0x0220-0x0225] [ 0.444740] pnp 00:01: [io 0x0290-0x0294] [ 0.444778] system 00:01: [io 0x04d0-0x04d1] has been reserved [ 0.444780] system 00:01: [io 0x0220-0x0225] has been reserved [ 0.444782] system 00:01: [io 0x0290-0x0294] has been reserved [ 0.444784] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.445280] pnp 00:02: [io 0x4100-0x411f] [ 0.445282] pnp 00:02: [io 0x0228-0x022f] [ 0.445284] pnp 00:02: [io 0x040b] [ 0.445286] pnp 00:02: [io 0x04d6] [ 0.445287] pnp 00:02: [io 0x0c00-0x0c01] [ 0.445288] pnp 00:02: [io 0x0c14] [ 0.445290] pnp 00:02: [io 0x0c50-0x0c52] [ 0.445291] pnp 00:02: [io 0x0c6c-0x0c6d] [ 0.445292] pnp 00:02: [io 0x0c6f] [ 0.445294] pnp 00:02: [io 0x0cd0-0x0cd1] [ 0.445295] pnp 00:02: [io 0x0cd2-0x0cd3] [ 0.445296] pnp 00:02: [io 0x0cd4-0x0cdf] [ 0.445298] pnp 00:02: [io 0x4000-0x40fe] [ 0.445299] pnp 00:02: [io 0x4210-0x4217] [ 0.445301] pnp 00:02: [io 0x0b00-0x0b0f] [ 0.445302] pnp 00:02: [io 0x0b10-0x0b1f] [ 0.445303] pnp 00:02: [io 0x0b20-0x0b3f] [ 0.445306] pnp 00:02: [mem 0x00000000-0x00000fff window] [ 0.445307] pnp 00:02: [mem 0xfee00400-0xfee00fff window] [ 0.445313] pnp 00:02: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.445337] pnp 00:02: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:01:00.0 BAR 6 [mem 0x00000000-0x0007ffff pref] [ 0.445342] pnp 00:02: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:02:00.0 BAR 6 [mem 0x00000000-0x0000ffff pref] [ 0.445379] system 00:02: [io 0x4100-0x411f] has been reserved [ 0.445381] system 00:02: [io 0x0228-0x022f] has been reserved [ 0.445384] system 00:02: [io 0x040b] has been reserved [ 0.445385] system 00:02: [io 0x04d6] has been reserved [ 0.445387] system 00:02: [io 0x0c00-0x0c01] has been reserved [ 0.445389] system 00:02: [io 0x0c14] has been reserved [ 0.445391] system 00:02: [io 0x0c50-0x0c52] has been reserved [ 0.445393] system 00:02: [io 0x0c6c-0x0c6d] has been reserved [ 0.445395] system 00:02: [io 0x0c6f] has been reserved [ 0.445397] system 00:02: [io 0x0cd0-0x0cd1] has been reserved [ 0.445398] system 00:02: [io 0x0cd2-0x0cd3] has been reserved [ 0.445400] system 00:02: [io 0x0cd4-0x0cdf] has been reserved [ 0.445402] system 00:02: [io 0x4000-0x40fe] has been reserved [ 0.445404] system 00:02: [io 0x4210-0x4217] has been reserved [ 0.445406] system 00:02: [io 0x0b00-0x0b0f] has been reserved [ 0.445408] system 00:02: [io 0x0b10-0x0b1f] has been reserved [ 0.445410] system 00:02: [io 0x0b20-0x0b3f] has been reserved [ 0.445412] system 00:02: [mem 0xfee00400-0xfee00fff window] has been reserved [ 0.445415] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.445484] pnp 00:03: [dma 4] [ 0.445486] pnp 00:03: [io 0x0000-0x000f] [ 0.445488] pnp 00:03: [io 0x0080-0x0090] [ 0.445489] pnp 00:03: [io 0x0094-0x009f] [ 0.445491] pnp 00:03: [io 0x00c0-0x00df] [ 0.445509] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.445531] pnp 00:04: [irq 0 disabled] [ 0.445542] pnp 00:04: [irq 8] [ 0.445544] pnp 00:04: [mem 0xfed00000-0xfed003ff] [ 0.445562] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active) [ 0.445579] pnp 00:05: [io 0x0070-0x0073] [ 0.445598] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.445603] pnp 00:06: [io 0x0061] [ 0.445623] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.445629] pnp 00:07: [io 0x00f0-0x00ff] [ 0.445636] pnp 00:07: [irq 13] [ 0.445654] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.445912] pnp 00:08: [mem 0xe0000000-0xefffffff] [ 0.445946] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved [ 0.445948] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.446026] pnp 00:09: [mem 0x000ce400-0x000cffff] [ 0.446028] pnp 00:09: [mem 0x000f0000-0x000f7fff] [ 0.446030] pnp 00:09: [mem 0x000f8000-0x000fbfff] [ 0.446031] pnp 00:09: [mem 0x000fc000-0x000fffff] [ 0.446033] pnp 00:09: [mem 0x7fee0000-0x7fefffff] [ 0.446034] pnp 00:09: [mem 0xffff0000-0xffffffff] [ 0.446036] pnp 00:09: [mem 0x00000000-0x0009ffff] [ 0.446038] pnp 00:09: [mem 0x00100000-0x7fedffff] [ 0.446039] pnp 00:09: [mem 0xfec00000-0xfec00fff] [ 0.446041] pnp 00:09: [mem 0xfee00000-0xfee00fff] [ 0.446042] pnp 00:09: [mem 0xfff80000-0xfffeffff] [ 0.446046] pnp 00:09: disabling [mem 0x000ce400-0x000cffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.446048] pnp 00:09: disabling [mem 0x000f0000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.446051] pnp 00:09: disabling [mem 0x000f8000-0x000fbfff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.446054] pnp 00:09: disabling [mem 0x000fc000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.446057] pnp 00:09: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.446059] pnp 00:09: disabling [mem 0x00100000-0x7fedffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.446098] system 00:09: [mem 0x7fee0000-0x7fefffff] could not be reserved [ 0.446100] system 00:09: [mem 0xffff0000-0xffffffff] has been reserved [ 0.446102] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.446104] system 00:09: [mem 0xfee00000-0xfee00fff] could not be reserved [ 0.446107] system 00:09: [mem 0xfff80000-0xfffeffff] has been reserved [ 0.446109] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.446123] pnp: PnP ACPI: found 10 devices [ 0.446125] ACPI: ACPI bus type pnp unregistered [ 0.446127] PnPBIOS: Disabled by ACPI PNP [ 0.482676] PCI: max bus depth: 1 pci_try_num: 2 [ 0.482691] pci 0000:01:00.0: BAR 6: assigned [mem 0xc0000000-0xc007ffff pref] [ 0.482694] pci 0000:00:02.0: PCI bridge to [bus 01-01] [ 0.482696] pci 0000:00:02.0: bridge window [io 0xe000-0xefff] [ 0.482699] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfcffffff] [ 0.482701] pci 0000:00:02.0: bridge window [mem 0xb0000000-0xcfffffff 64bit pref] [ 0.482705] pci 0000:02:00.0: BAR 6: assigned [mem 0xfdf00000-0xfdf0ffff pref] [ 0.482707] pci 0000:00:0a.0: PCI bridge to [bus 02-02] [ 0.482709] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff] [ 0.482712] pci 0000:00:0a.0: bridge window [mem 0xfdc00000-0xfdcfffff] [ 0.482714] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref] [ 0.482717] pci 0000:00:14.4: PCI bridge to [bus 03-03] [ 0.482720] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff] [ 0.482725] pci 0000:00:14.4: bridge window [mem 0xfde00000-0xfdefffff] [ 0.482728] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff pref] [ 0.482746] pci 0000:00:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 0.482749] pci 0000:00:02.0: setting latency timer to 64 [ 0.482753] pci 0000:00:0a.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 0.482755] pci 0000:00:0a.0: setting latency timer to 64 [ 0.482762] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.482764] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.482765] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.482767] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff] [ 0.482769] pci_bus 0000:00: resource 8 [mem 0x80000000-0xfebfffff] [ 0.482771] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] [ 0.482773] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfcffffff] [ 0.482775] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xcfffffff 64bit pref] [ 0.482777] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff] [ 0.482779] pci_bus 0000:02: resource 1 [mem 0xfdc00000-0xfdcfffff] [ 0.482781] pci_bus 0000:02: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref] [ 0.482783] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff] [ 0.482785] pci_bus 0000:03: resource 1 [mem 0xfde00000-0xfdefffff] [ 0.482786] pci_bus 0000:03: resource 2 [mem 0xfdd00000-0xfddfffff pref] [ 0.482788] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7] [ 0.482790] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff] [ 0.482792] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff] [ 0.482794] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000dffff] [ 0.482796] pci_bus 0000:03: resource 8 [mem 0x80000000-0xfebfffff] [ 0.482822] NET: Registered protocol family 2 [ 0.482865] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.483012] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.483370] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) [ 0.483547] TCP: Hash tables configured (established 131072 bind 65536) [ 0.483549] TCP reno registered [ 0.483551] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.483559] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.483623] NET: Registered protocol family 1 [ 0.624063] pci 0000:01:00.0: Boot video device [ 0.624078] PCI: CLS 64 bytes, default 64 [ 0.624116] Trying to unpack rootfs image as initramfs... [ 1.987091] Freeing initrd memory: 75440k freed [ 2.010915] audit: initializing netlink socket (disabled) [ 2.010925] type=2000 audit(1319912620.004:1): initialized [ 2.028651] highmem bounce pool size: 64 pages [ 2.028656] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 2.034970] VFS: Disk quotas dquot_6.5.2 [ 2.035024] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 2.035548] fuse init (API version 7.17) [ 2.035649] msgmni has been set to 1706 [ 2.036161] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 2.036250] io scheduler noop registered [ 2.036253] io scheduler deadline registered [ 2.036278] io scheduler cfq registered (default) [ 2.036370] pcieport 0000:00:02.0: setting latency timer to 64 [ 2.036394] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X [ 2.036427] pcieport 0000:00:0a.0: setting latency timer to 64 [ 2.036446] pcieport 0000:00:0a.0: irq 41 for MSI/MSI-X [ 2.036489] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.036506] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.036590] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 [ 2.036593] ACPI: Power Button [PWRB] [ 2.036624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 2.036626] ACPI: Power Button [PWRF] [ 2.036644] ACPI: acpi_idle registered with cpuidle [ 2.244681] ERST: Table is not found! [ 2.244696] isapnp: Scanning for PnP cards... [ 2.598424] isapnp: No Plug & Play device found [ 2.598519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.602934] Linux agpgart interface v0.103 [ 2.604234] brd: module loaded [ 2.604908] loop: module loaded [ 2.605038] pata_acpi 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 2.605272] Fixed MDIO Bus: probed [ 2.605287] PPP generic driver version 2.4.2 [ 2.605352] tun: Universal TUN/TAP device driver, 1.6 [ 2.605353] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> [ 2.605434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.605451] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 2.605464] ehci_hcd 0000:00:12.2: EHCI Host Controller [ 2.605519] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1 [ 2.605526] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.605528] ehci_hcd 0000:00:12.2: using broken periodic workaround [ 2.605549] ehci_hcd 0000:00:12.2: debug port 1 [ 2.605575] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe02c000 [ 2.616039] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 2.616182] hub 1-0:1.0: USB hub found [ 2.616185] hub 1-0:1.0: 6 ports detected [ 2.616256] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 2.616270] ehci_hcd 0000:00:13.2: EHCI Host Controller [ 2.616332] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2 [ 2.616339] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.616341] ehci_hcd 0000:00:13.2: using broken periodic workaround [ 2.616359] ehci_hcd 0000:00:13.2: debug port 1 [ 2.616384] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe029000 [ 2.628039] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 2.628177] hub 2-0:1.0: USB hub found [ 2.628180] hub 2-0:1.0: 6 ports detected [ 2.628240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.628254] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 2.628268] ohci_hcd 0000:00:12.0: OHCI Host Controller [ 2.628330] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3 [ 2.628361] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe02e000 [ 2.688157] hub 3-0:1.0: USB hub found [ 2.688163] hub 3-0:1.0: 3 ports detected [ 2.688221] ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 2.688233] ohci_hcd 0000:00:12.1: OHCI Host Controller [ 2.688295] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4 [ 2.688313] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe02d000 [ 2.748162] hub 4-0:1.0: USB hub found [ 2.748168] hub 4-0:1.0: 3 ports detected [ 2.748223] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 2.748236] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 2.748299] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5 [ 2.748329] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe02b000 [ 2.808167] hub 5-0:1.0: USB hub found [ 2.808173] hub 5-0:1.0: 3 ports detected [ 2.808228] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 2.808241] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 2.808305] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6 [ 2.808321] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe02a000 [ 2.868166] hub 6-0:1.0: USB hub found [ 2.868172] hub 6-0:1.0: 3 ports detected [ 2.868229] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 2.868243] ohci_hcd 0000:00:14.5: OHCI Host Controller [ 2.868309] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7 [ 2.868325] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe028000 [ 2.884064] hub 2-0:1.0: unable to enumerate USB device on port 5 [ 2.928165] hub 7-0:1.0: USB hub found [ 2.928171] hub 7-0:1.0: 2 ports detected [ 2.928222] uhci_hcd: USB Universal Host Controller Interface driver [ 2.928281] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 2.928705] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.928713] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.928827] mousedev: PS/2 mouse device common for all mice [ 2.928968] rtc_cmos 00:05: RTC can wake from S4 [ 2.929093] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0 [ 2.929125] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs [ 2.929205] device-mapper: uevent: version 1.0.3 [ 2.929290] device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: dm-devel@xxxxxxxxxx [ 2.929313] EISA: Probing bus 0 at eisa.0 [ 2.929315] EISA: Cannot allocate resource for mainboard [ 2.929316] Cannot allocate resource for EISA slot 1 [ 2.929318] Cannot allocate resource for EISA slot 2 [ 2.929319] Cannot allocate resource for EISA slot 3 [ 2.929320] Cannot allocate resource for EISA slot 4 [ 2.929322] Cannot allocate resource for EISA slot 5 [ 2.929323] Cannot allocate resource for EISA slot 6 [ 2.929324] Cannot allocate resource for EISA slot 7 [ 2.929325] Cannot allocate resource for EISA slot 8 [ 2.929327] EISA: Detected 0 cards. [ 2.929334] cpufreq-nforce2: No nForce2 chipset. [ 2.929336] cpuidle: using governor ladder [ 2.929337] cpuidle: using governor menu [ 2.929339] EFI Variables Facility v0.08 2004-May-17 [ 2.929514] TCP cubic registered [ 2.929596] NET: Registered protocol family 10 [ 2.929973] NET: Registered protocol family 17 [ 2.929984] Registering the dns_resolver key type [ 2.929998] Using IPI No-Shortcut mode [ 2.930105] PM: Hibernation image not present or could not be loaded. [ 2.930113] registered taskstats version 1 [ 2.938795] Magic number: 15:935:393 [ 2.938894] rtc_cmos 00:05: setting system clock to 2011-10-29 18:23:41 UTC (1319912621) [ 2.938908] powernow-k8: Found 1 AMD Athlon(tm) II X4 640 Processor (4 cpu cores) (version 2.20.00) [ 2.938934] powernow-k8: 0 : pstate 0 (3000 MHz) [ 2.938936] powernow-k8: 1 : pstate 1 (2300 MHz) [ 2.938937] powernow-k8: 2 : pstate 2 (1800 MHz) [ 2.938938] powernow-k8: 3 : pstate 3 (800 MHz) [ 2.939210] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 2.939213] EDD information not available. [ 2.939339] Freeing unused kernel memory: 700k freed [ 2.939537] Write protecting the kernel text: 5316k [ 2.939571] Write protecting the kernel read-only data: 2152k [ 2.954312] udev: starting version 151 [ 2.954386] udevd (85): /proc/85/oom_adj is deprecated, please use /proc/85/oom_score_adj instead. [ 2.969910] ahci 0000:00:11.0: version 3.0 [ 2.969940] ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 2.970055] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode [ 2.970058] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc [ 2.973450] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 2.973471] r8169 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 2.973493] r8169 0000:02:00.0: setting latency timer to 64 [ 2.973534] r8169 0000:02:00.0: irq 42 for MSI/MSI-X [ 2.973871] r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xf803a000, 6c:f0:49:04:78:b2, XID 1c4000c0 IRQ 42 [ 2.974316] scsi0 : ahci [ 2.975335] scsi1 : ahci [ 2.975544] scsi2 : ahci [ 2.975607] scsi3 : ahci [ 2.975690] ata1: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22 [ 2.975694] ata2: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22 [ 2.975697] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22 [ 2.975700] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22 [ 2.976093] scsi4 : pata_atiixp [ 2.976198] scsi5 : pata_atiixp [ 2.976619] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14 [ 2.976621] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15 [ 3.008097] Refined TSC clocksource calibration: 3013.618 MHz. [ 3.008102] Switching to clocksource tsc [ 3.216042] usb 6-2: new low speed USB device number 2 using ohci_hcd [ 3.292056] ata1: SATA link down (SStatus 0 SControl 300) [ 3.296068] ata2: SATA link down (SStatus 0 SControl 300) [ 3.296109] ata3: SATA link down (SStatus 0 SControl 300) [ 3.460290] input: USB Keyboard as /devices/pci0000:00/0000:00:13.1/usb6/6-2/6-2:1.0/input/input2 [ 3.460395] generic-usb 0003:09DA:0260.0001: input,hidraw0: USB HID v1.10 Keyboard [ USB Keyboard] on usb-0000:00:13.1-2/input0 [ 3.472062] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.473563] ata4.00: ATA-8: WDC WD5000AAKX-001CA0, 15.01H15, max UDMA/133 [ 3.473567] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 3.474767] ata4.00: configured for UDMA/133 [ 3.474946] scsi 3:0:0:0: Direct-Access ATA WDC WD5000AAKX-0 15.0 PQ: 0 ANSI: 5 [ 3.475126] sd 3:0:0:0: Attached scsi generic sg0 type 0 [ 3.475137] sd 3:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 3.475223] sd 3:0:0:0: [sda] Write Protect is off [ 3.475227] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 3.475266] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.483379] sda: sda1 sda2 sda3 sda4 [ 3.483768] sd 3:0:0:0: [sda] Attached SCSI disk [ 3.484425] input: USB Keyboard as /devices/pci0000:00/0000:00:13.1/usb6/6-2/6-2:1.1/input/input3 [ 3.484525] generic-usb 0003:09DA:0260.0002: input,hidraw1: USB HID v1.10 Device [ USB Keyboard] on usb-0000:00:13.1-2/input1 [ 3.484552] usbcore: registered new interface driver usbhid [ 3.484553] usbhid: USB HID core driver [ 3.544044] usb 6-3: new low speed USB device number 3 using ohci_hcd [ 3.723282] input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:13.1/usb6/6-3/6-3:1.0/input/input4 [ 3.723406] generic-usb 0003:09DA:000E.0003: input,hidraw2: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:13.1-3/input0 [ 3.786202] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 5.397921] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro [ 5.827305] udev: starting version 151 [ 6.617794] wmi: Mapper loaded [ 6.917347] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 [ 6.950136] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01 [ 6.950201] SP5100 TCO timer: mmio address 0xfec000f0 already in use [ 6.979031] lp: driver loaded but no devices found [ 7.465994] [drm] Initialized drm 1.1.0 20060810 [ 7.673141] cfg80211: Calling CRDA to update world regulatory domain [ 8.241788] cfg80211: World regulatory domain updated: [ 8.241791] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 8.241794] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 8.241796] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 8.241798] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 8.241800] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 8.241802] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 8.741472] nouveau 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 8.741478] nouveau 0000:01:00.0: setting latency timer to 64 [ 8.742355] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x0a8280a2) [ 8.744426] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN [ 8.817734] [drm] nouveau 0000:01:00.0: ... appears to be valid [ 8.817736] [drm] nouveau 0000:01:00.0: BIT BIOS found [ 8.817739] [drm] nouveau 0000:01:00.0: Bios version 70.18.4f.00 [ 8.817741] [drm] nouveau 0000:01:00.0: TMDS table version 2.0 [ 8.817743] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0 [ 8.817746] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 01000310 00020030 [ 8.817748] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 02011300 00000000 [ 8.817750] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 01011302 0f220030 [ 8.817752] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4 [ 8.817755] [drm] nouveau 0000:01:00.0: 0: 0x00000000: type 0x00 idx 0 tag 0xff [ 8.817757] [drm] nouveau 0000:01:00.0: 1: 0x00001130: type 0x30 idx 1 tag 0x07 [ 8.817761] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xD81A [ 8.854256] snd_hda_intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 8.854261] hda_intel: position_fix set to 1 for device 1458:a022 [ 8.878284] [drm] nouveau 0000:01:00.0: 0xDAE7: Condition still not met after 20ms, skipping following opcodes [ 8.898131] [drm] nouveau 0000:01:00.0: 0xDAEB: Condition still not met after 20ms, skipping following opcodes [ 8.898151] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xDCC5 [ 8.904467] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE7A7 [ 8.904473] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xE7C0 [ 8.946995] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xE8A7 [ 8.946997] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xE90C [ 8.966382] hda_codec: ALC888: BIOS auto-probing. [ 8.966836] [drm] nouveau 0000:01:00.0: 0xD68E: Condition still not met after 20ms, skipping following opcodes [ 8.974917] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input5 [ 9.107682] type=1400 audit(1319901827.663:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=490 comm="apparmor_parser" [ 9.107724] type=1400 audit(1319901827.663:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=490 comm="apparmor_parser" [ 9.107752] type=1400 audit(1319901827.663:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=490 comm="apparmor_parser" [ 9.108200] type=1400 audit(1319901827.667:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=476 comm="apparmor_parser" [ 9.108244] type=1400 audit(1319901827.667:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=476 comm="apparmor_parser" [ 9.108278] type=1400 audit(1319901827.667:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=476 comm="apparmor_parser" [ 9.177354] rt2800pci 0000:03:07.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21 [ 9.179339] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule: [ 9.179341] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179343] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule: [ 9.179345] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179347] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule: [ 9.179349] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179351] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule: [ 9.179353] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179354] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule: [ 9.179356] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179358] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule: [ 9.179360] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179362] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule: [ 9.179364] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179366] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule: [ 9.179368] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179369] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule: [ 9.179371] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179373] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule: [ 9.179375] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179377] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule: [ 9.179379] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179381] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule: [ 9.179383] cfg80211: 2457000 KHz - 2482000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179385] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule: [ 9.179387] cfg80211: 2457000 KHz - 2482000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.179388] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule: [ 9.179390] cfg80211: 2474000 KHz - 2494000 KHz @ KHz), (300 mBi, 2000 mBm) [ 9.333099] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 9.333531] Registered led device: rt2800pci-phy0::radio [ 9.333545] Registered led device: rt2800pci-phy0::assoc [ 9.333557] Registered led device: rt2800pci-phy0::quality [ 9.527396] [drm] nouveau 0000:01:00.0: 3 available performance level(s) [ 9.527401] [drm] nouveau 0000:01:00.0: 0: memory 135MHz core 135MHz shader 270MHz voltage 850mV timing 0 [ 9.527405] [drm] nouveau 0000:01:00.0: 1: memory 405MHz core 405MHz shader 810MHz voltage 900mV timing 3 [ 9.527408] [drm] nouveau 0000:01:00.0: 3: memory 405MHz core 589MHz shader 1402MHz voltage 1000mV timing 3 [ 9.527426] [drm] nouveau 0000:01:00.0: c: memory 405MHz core 405MHz shader 810MHz voltage 900mV [ 9.529073] [TTM] Zone kernel: Available graphics memory: 437208 kiB. [ 9.529075] [TTM] Zone highmem: Available graphics memory: 1030556 kiB. [ 9.529077] [TTM] Initializing pool allocator. [ 9.529084] [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM [ 9.529295] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture) [ 9.536242] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 9.536244] [drm] No driver support for vblank timestamp query. [ 9.793745] [drm] nouveau 0000:01:00.0: allocated 1920x1080 fb: 0x310000, bo f4fcd000 [ 9.793841] fbcon: nouveaufb (fb0) is primary device [ 9.847914] Console: switching to colour frame buffer device 240x67 [ 9.850924] fb0: nouveaufb frame buffer device [ 9.850925] drm: registered panic notifier [ 9.850931] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0 [ 9.850998] snd_hda_intel 0000:01:00.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 9.851010] hda_intel: Disabling MSI [ 9.851045] snd_hda_intel 0000:01:00.1: setting latency timer to 64 [ 10.600059] HDMI status: Codec=0 Pin=5 Presence_Detect=0 ELD_Valid=0 [ 10.704039] HDMI status: Codec=1 Pin=5 Presence_Detect=0 ELD_Valid=0 [ 10.808054] HDMI status: Codec=2 Pin=5 Presence_Detect=0 ELD_Valid=0 [ 10.912030] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0 [ 10.922493] type=1400 audit(1319901829.479:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=711 comm="apparmor_parser" [ 10.922534] type=1400 audit(1319901829.479:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=711 comm="apparmor_parser" [ 10.922565] type=1400 audit(1319901829.479:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=711 comm="apparmor_parser" [ 10.940145] type=1400 audit(1319901829.499:11): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=710 comm="apparmor_parser" [ 10.960510] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input6 [ 10.960581] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input7 [ 10.960626] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input8 [ 10.960705] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input9 [ 11.503224] r8169 0000:02:00.0: eth0: link down [ 11.503242] r8169 0000:02:00.0: eth0: link down [ 11.503419] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 13.180216] r8169 0000:02:00.0: eth0: link up [ 14.452367] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 14.453402] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 14.469401] audit_printk_skb: 9 callbacks suppressed [ 14.469404] type=1400 audit(1319901833.027:15): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=712 comm="apparmor_parser" [ 14.469822] type=1400 audit(1319901833.027:16): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=712 comm="apparmor_parser" [ 14.470222] type=1400 audit(1319901833.027:17): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=712 comm="apparmor_parser" [ 15.287824] apm: BIOS not found. [ 16.592234] ppdev: user-space parallel port driver [ 17.909900] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj. [ 24.960019] eth0: no IPv6 routers present [ 498.732077] usb 1-6: new high speed USB device number 2 using ehci_hcd [ 498.865995] usb 1-6: config 1 interface 3 altsetting 0 bulk endpoint 0x7 has invalid maxpacket 8 [ 498.866008] usb 1-6: config 1 interface 3 altsetting 0 bulk endpoint 0x87 has invalid maxpacket 8 [ 498.867365] usb 1-6: config 1 interface 3 altsetting 0 bulk endpoint 0x7 has invalid maxpacket 8 [ 498.867376] usb 1-6: config 1 interface 3 altsetting 0 bulk endpoint 0x87 has invalid maxpacket 8 [ 498.941353] usbcore: registered new interface driver snd-usb-audio [ 623.842608] ehci_hcd 0000:00:12.2: force halt; handshake f801a024 00004000 00000000 -> -110 [ 623.842612] ehci_hcd 0000:00:12.2: HC died; cleaning up [ 623.842624] cannot submit datapipe for urb 1, error -19: no device [ 623.842661] usb 1-6: USB disconnect, device number 2 [ 624.900037] timeout: still 1 active urbs..
[ 2.605434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.605451] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 2.605464] ehci_hcd 0000:00:12.2: EHCI Host Controller [ 2.605519] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1 [ 2.605526] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.605528] ehci_hcd 0000:00:12.2: using broken periodic workaround [ 2.605549] ehci_hcd 0000:00:12.2: debug port 1 [ 2.605575] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe02c000 [ 2.616039] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 2.616256] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 2.616270] ehci_hcd 0000:00:13.2: EHCI Host Controller [ 2.616332] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2 [ 2.616339] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.616341] ehci_hcd 0000:00:13.2: using broken periodic workaround [ 2.616359] ehci_hcd 0000:00:13.2: debug port 1 [ 2.616384] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe029000 [ 2.628039] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 2.628240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.628254] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 2.628268] ohci_hcd 0000:00:12.0: OHCI Host Controller [ 2.628330] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3 [ 2.628361] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe02e000 [ 2.688221] ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 2.688233] ohci_hcd 0000:00:12.1: OHCI Host Controller [ 2.688295] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4 [ 2.688313] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe02d000 [ 2.748223] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 2.748236] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 2.748299] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5 [ 2.748329] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe02b000 [ 2.808228] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 2.808241] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 2.808305] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6 [ 2.808321] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe02a000 [ 2.868229] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 2.868243] ohci_hcd 0000:00:14.5: OHCI Host Controller [ 2.868309] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7 [ 2.868325] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe028000 [ 2.928222] uhci_hcd: USB Universal Host Controller Interface driver [ 3.216042] usb 6-2: new low speed USB device number 2 using ohci_hcd [ 3.544044] usb 6-3: new low speed USB device number 3 using ohci_hcd [ 498.732077] usb 1-6: new high speed USB device number 2 using ehci_hcd [ 623.842608] ehci_hcd 0000:00:12.2: force halt; handshake f801a024 00004000 00000000 -> -110 [ 623.842612] ehci_hcd 0000:00:12.2: HC died; cleaning up