[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#665420: linux-image-3.2.0-2-686-pae: pata_jmicron hdd/dvd/cdrom drives not detected, gave up waiting for root device



Package: linux-2.6
Version: 3.2.12-1
Severity: normal

I cannot see drives and can't boot system

Workaround: pcie_aspm=force
(alternatively this too can help: acpi=off)

The same behavior with linux-image-3.3.0-trunk-686-pae and my own kernel
compilation (linux-3.3.tar.bz2; make deb-pkg with config from
linux-image-3.3.0-trunk-686-pae)

More info:

https://lkml.org/lkml/2012/3/23/27

> From 4949be16822e92a18ea0cc1616319926628092ee Mon Sep 17 00:00:00 2001
> From: Matthew Garrett <mjg@redhat.com>
> Date: Tue, 6 Mar 2012 13:41:49 -0500
> Subject: [PATCH] PCI: ignore pre-1.1 ASPM quirking when ASPM is disabled
> 
> Right now we won't touch ASPM state if ASPM is disabled, except in the case
> where we find a device that appears to be too old to reliably support ASPM.
> Right now we'll clear it in that case, which is almost certainly the wrong
> thing to do. The easiest way around this is just to disable the blacklisting
> when ASPM is disabled.
> 
> Signed-off-by: Matthew Garrett <mjg@redhat.com>
> Cc: stable@vger.kernel.org
> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
> 
> It looks like your system's FADT says it doesn't support ASPM, so we
> are disabling it:
> 
> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> 
> and this device (or at least the other function on the same JMicron
> SATA/PATA controller device) is a pre-PCIe 1.1 device:
> 
> pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can
> enable it with 'pcie_aspm=force'
> Before this patch we would have been forcing ASPM off on this device,
> whereas now it appears we'll leave it as it was. Maybe this device
> busts somehow if ASPM is allowed to be left on for it?

https://lkml.org/lkml/2012/3/19/227

> From	Romain Francoise <>
> Subject	Re: Linux 3.3 release
> Date	Mon, 19 Mar 2012 10:28:32 +0100
> 	
> 
> There seems to be a regression in the final release compared to -rc7,
> specifically this commit:
> 
> > Matthew Garrett (1):
> >       PCI: ignore pre-1.1 ASPM quirking when ASPM is disabled
> 
> causes an early kernel panic on my machine (Intel DP67BG). Reverting the
> change fixes it. Unfortunately it crashes before setting up the video mode
> so I don't have the full stack trace, but RIP points to
> pcie_aspm_init_link_state().
> 
> When the machine boots successfully, dmesg contains the following related
> to ASPM:
> 
> [    0.382384] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> [    0.433016] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'

janek

dmesg > linux-image-3.2.0-2-686-pae_3.2.12-1_pcie_asmp_force.txt

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-2-686-pae (Debian 3.2.12-1) (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP Tue Mar 20 19:48:26 UTC 2012
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000dfee0000 (usable)
[    0.000000]  BIOS-e820: 00000000dfee0000 - 00000000dfee3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000dfee3000 - 00000000dfef0000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000dfef0000 - 00000000dff00000 (reserved)
[    0.000000]  BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000120000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.4 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. P35C-DS3R/P35C-DS3R, BIOS F12 06/18/2009
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x120000 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-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 F00000000 write-back
[    0.000000]   1 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   2 base 100000000 mask FE0000000 write-back
[    0.000000]   3 base 0DFF00000 mask FFFF00000 uncachable
[    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] e820 update range: 00000000dff00000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] found SMP MP-table at [c00f5160] f5160
[    0.000000] initial memory mapped : 0 - 01a00000
[    0.000000] Base memory trampoline at [c0099000] 99000 size 16384
[    0.000000] init_memory_mapping: 0000000000000000-00000000379fe000
[    0.000000]  0000000000 - 0000200000 page 4k
[    0.000000]  0000200000 - 0037800000 page 2M
[    0.000000]  0037800000 - 00379fe000 page 4k
[    0.000000] kernel direct mapping tables up to 379fe000 @ 19fa000-1a00000
[    0.000000] RAMDISK: 36cfe000 - 37677000
[    0.000000] ACPI: RSDP 000f6b50 00014 (v00 GBT   )
[    0.000000] ACPI: RSDT dfee3040 00038 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: FACP dfee30c0 00074 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: DSDT dfee3180 04B2A (v01 GBT    GBTUACPI 00001000 MSFT 0100000C)
[    0.000000] ACPI: FACS dfee0000 00040
[    0.000000] ACPI: HPET dfee7e00 00038 (v01 GBT    GBTUACPI 42302E31 GBTU 00000098)
[    0.000000] ACPI: MCFG dfee7e80 0003C (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: APIC dfee7d00 00084 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: SSDT dfee87e0 003AB (v01  PmRef    CpuPm 00003000 INTL 20040311)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 3718MB HIGHMEM available.
[    0.000000] 889MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 379fe000
[    0.000000]   low ram: 0 - 379fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000379fe
[    0.000000]   HighMem  0x000379fe -> 0x00120000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x000dfee0
[    0.000000]     0: 0x00100000 -> 0x00120000
[    0.000000] On node 0 totalpages: 1048173
[    0.000000] free_area_init_node: node 0, pgdat c1415d40, node_mem_map f48fe200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3949 pages, LIFO batch:0
[    0.000000]   Normal zone: 1748 pages used for memmap
[    0.000000]   Normal zone: 221994 pages, LIFO batch:31
[    0.000000]   HighMem zone: 7437 pages used for memmap
[    0.000000]   HighMem zone: 813013 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] 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 32, 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 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at dff00000 (gap: dff00000:10100000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @f4600000 s33024 r0 d24320 u524288
[    0.000000] pcpu-alloc: s33024 r0 d24320 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1038956
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-686-pae root=UUID=64a668ff-07dc-4047-af8e-bcb83814032f ro verbose pcie_aspm=force
[    0.000000] PCIe ASPM is forcibly enabled
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000379fe:00120000)
[    0.000000] Memory: 4139788k/4718592k available (2840k kernel code, 52904k reserved, 1372k data, 412k init, 3281800k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd36000 - 0xfffff000   (2852 kB)
[    0.000000]     pkmap   : 0xffa00000 - 0xffc00000   (2048 kB)
[    0.000000]     vmalloc : 0xf81fe000 - 0xff9fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf79fe000   ( 889 MB)
[    0.000000]       .init : 0xc141e000 - 0xc1485000   ( 412 kB)
[    0.000000]       .data : 0xc12c62ac - 0xc141d600   (1372 kB)
[    0.000000]       .text : 0xc1000000 - 0xc12c62ac   (2840 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    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=f4006000 soft=f4008000
[    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 2997.106 MHz processor.
[    0.004001] Calibrating delay loop (skipped), value calculated using timer frequency.. 5994.21 BogoMIPS (lpj=11988424)
[    0.004220] pid_max: default: 32768 minimum: 301
[    0.004349] Security Framework initialized
[    0.004453] AppArmor: AppArmor disabled by boot time parameter
[    0.004575] Mount-cache hash table entries: 512
[    0.004766] Initializing cgroup subsys cpuacct
[    0.004873] Initializing cgroup subsys memory
[    0.004980] Initializing cgroup subsys devices
[    0.005084] Initializing cgroup subsys freezer
[    0.005187] Initializing cgroup subsys net_cls
[    0.005290] Initializing cgroup subsys blkio
[    0.005395] Initializing cgroup subsys perf_event
[    0.005520] CPU: Physical Processor ID: 0
[    0.005620] CPU: Processor Core ID: 0
[    0.005719] mce: CPU supports 6 MCE banks
[    0.005824] CPU0: Thermal monitoring enabled (TM2)
[    0.008004] using mwait in idle threads.
[    0.008408] ACPI: Core revision 20110623
[    0.011669] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.012176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.051979] CPU0: Intel(R) Core(TM)2 Quad CPU           @ 2.40GHz stepping 07
[    0.056003] Performance Events: PEBS fmt0-, Core2 events, Intel PMU driver.
[    0.056003] PEBS disabled due to CPU errata.
[    0.056003] ... version:                2
[    0.056003] ... bit width:              40
[    0.056003] ... generic registers:      2
[    0.056003] ... value mask:             000000ffffffffff
[    0.056003] ... max period:             000000007fffffff
[    0.056003] ... fixed-purpose events:   3
[    0.056003] ... event mask:             0000000700000003
[    0.056003] NMI watchdog enabled, takes one hw-pmu counter.
[    0.056003] CPU 1 irqstacks, hard=f40d4000 soft=f40d6000
[    0.056003] Booting Node   0, Processors  #1
[    0.056003] smpboot cpu 1: start_ip = 99000
[    0.008000] Initializing CPU#1
[    0.148024] NMI watchdog enabled, takes one hw-pmu counter.
[    0.148345] CPU 2 irqstacks, hard=f40e6000 soft=f40e8000
[    0.148347]  #2
[    0.148390] smpboot cpu 2: start_ip = 99000
[    0.008000] Initializing CPU#2
[    0.240028] NMI watchdog enabled, takes one hw-pmu counter.
[    0.240358] CPU 3 irqstacks, hard=f4116000 soft=f4118000
[    0.240360]  #3 Ok.
[    0.240449] smpboot cpu 3: start_ip = 99000
[    0.008000] Initializing CPU#3
[    0.332043] NMI watchdog enabled, takes one hw-pmu counter.
[    0.332276] Brought up 4 CPUs
[    0.332372] Total of 4 processors activated (23976.14 BogoMIPS).
[    0.335410] devtmpfs: initialized
[    0.335410] PM: Registering ACPI NVS region at dfee0000 (12288 bytes)
[    0.336182] print_constraints: dummy: 
[    0.336357] NET: Registered protocol family 16
[    0.336545] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.336719] ACPI: bus type pci registered
[    0.336869] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    0.337054] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    0.337171] PCI: Using MMCONFIG for extended config space
[    0.337280] PCI: Using configuration type 1 for base access
[    0.337835] bio: create slab <bio-0> at 0
[    0.337835] ACPI: Added _OSI(Module Device)
[    0.337835] ACPI: Added _OSI(Processor Device)
[    0.337835] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.337835] ACPI: Added _OSI(Processor Aggregator Device)
[    0.337835] ACPI: EC: Look up EC in DSDT
[    0.342419] ACPI: SSDT dfee7f00 0022A (v01  PmRef  Cpu0Ist 00003000 INTL 20040311)
[    0.342787] ACPI: Dynamic OEM Table Load:
[    0.342953] ACPI: SSDT   (null) 0022A (v01  PmRef  Cpu0Ist 00003000 INTL 20040311)
[    0.343290] ACPI: SSDT dfee83c0 00152 (v01  PmRef  Cpu1Ist 00003000 INTL 20040311)
[    0.343645] ACPI: Dynamic OEM Table Load:
[    0.343811] ACPI: SSDT   (null) 00152 (v01  PmRef  Cpu1Ist 00003000 INTL 20040311)
[    0.344130] ACPI: SSDT dfee8520 00152 (v01  PmRef  Cpu2Ist 00003000 INTL 20040311)
[    0.344485] ACPI: Dynamic OEM Table Load:
[    0.344652] ACPI: SSDT   (null) 00152 (v01  PmRef  Cpu2Ist 00003000 INTL 20040311)
[    0.344985] ACPI: SSDT dfee8680 00152 (v01  PmRef  Cpu3Ist 00003000 INTL 20040311)
[    0.345341] ACPI: Dynamic OEM Table Load:
[    0.345507] ACPI: SSDT   (null) 00152 (v01  PmRef  Cpu3Ist 00003000 INTL 20040311)
[    0.345853] ACPI: Interpreter enabled
[    0.345963] ACPI: (supports S0 S3 S4 S5)
[    0.346206] ACPI: Using IOAPIC for interrupt routing
[    0.349962] ACPI: No dock devices found.
[    0.350062] HEST: Table not found.
[    0.350161] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.350375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.350579] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.350696] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.350813] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.350977] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
[    0.352023] pci_root PNP0A03:00: host bridge window [mem 0xdff00000-0xfebfffff]
[    0.352197] pci 0000:00:00.0: [8086:29c0] type 0 class 0x000600
[    0.352232] pci 0000:00:01.0: [8086:29c1] type 1 class 0x000604
[    0.352264] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.352267] pci 0000:00:01.0: PME# disabled
[    0.352297] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
[    0.352334] pci 0000:00:1a.0: reg 20: [io  0xe000-0xe01f]
[    0.352377] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
[    0.352413] pci 0000:00:1a.1: reg 20: [io  0xe100-0xe11f]
[    0.352456] pci 0000:00:1a.2: [8086:2939] type 0 class 0x000c03
[    0.352491] pci 0000:00:1a.2: reg 20: [io  0xe500-0xe51f]
[    0.352538] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
[    0.352552] pci 0000:00:1a.7: reg 10: [mem 0xfc105000-0xfc1053ff]
[    0.352629] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
[    0.352642] pci 0000:00:1b.0: reg 10: [mem 0xfc100000-0xfc103fff 64bit]
[    0.352698] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.352701] pci 0000:00:1b.0: PME# disabled
[    0.352717] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
[    0.352775] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.352778] pci 0000:00:1c.0: PME# disabled
[    0.352797] pci 0000:00:1c.3: [8086:2946] type 1 class 0x000604
[    0.352855] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.352858] pci 0000:00:1c.3: PME# disabled
[    0.352876] pci 0000:00:1c.4: [8086:2948] type 1 class 0x000604
[    0.352933] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.352936] pci 0000:00:1c.4: PME# disabled
[    0.352956] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
[    0.352992] pci 0000:00:1d.0: reg 20: [io  0xe200-0xe21f]
[    0.353035] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
[    0.353071] pci 0000:00:1d.1: reg 20: [io  0xe300-0xe31f]
[    0.353114] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
[    0.353150] pci 0000:00:1d.2: reg 20: [io  0xe400-0xe41f]
[    0.353197] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
[    0.353211] pci 0000:00:1d.7: reg 10: [mem 0xfc104000-0xfc1043ff]
[    0.353284] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.353336] pci 0000:00:1f.0: [8086:2916] type 0 class 0x000601
[    0.353407] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
[    0.353573] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
[    0.356064] pci 0000:00:1f.2: [8086:2922] type 0 class 0x000106
[    0.356080] pci 0000:00:1f.2: reg 10: [io  0xe600-0xe607]
[    0.356086] pci 0000:00:1f.2: reg 14: [io  0xe700-0xe703]
[    0.356093] pci 0000:00:1f.2: reg 18: [io  0xe800-0xe807]
[    0.356100] pci 0000:00:1f.2: reg 1c: [io  0xe900-0xe903]
[    0.356106] pci 0000:00:1f.2: reg 20: [io  0xea00-0xea1f]
[    0.356113] pci 0000:00:1f.2: reg 24: [mem 0xfc106000-0xfc1067ff]
[    0.356151] pci 0000:00:1f.2: PME# supported from D3hot
[    0.356154] pci 0000:00:1f.2: PME# disabled
[    0.356168] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
[    0.356180] pci 0000:00:1f.3: reg 10: [mem 0xfc107000-0xfc1070ff 64bit]
[    0.356198] pci 0000:00:1f.3: reg 20: [io  0x0500-0x051f]
[    0.356247] pci 0000:01:00.0: [10de:0193] type 0 class 0x000300
[    0.356255] pci 0000:01:00.0: reg 10: [mem 0xf6000000-0xf6ffffff]
[    0.356264] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.356272] pci 0000:01:00.0: reg 1c: [mem 0xf4000000-0xf5ffffff 64bit]
[    0.356278] pci 0000:01:00.0: reg 24: [io  0xa000-0xa07f]
[    0.356284] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.356325] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.356434] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.356436] pci 0000:00:01.0:   bridge window [mem 0xf4000000-0xf7ffffff]
[    0.356440] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.356472] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.356581] pci 0000:00:1c.0:   bridge window [io  0x9000-0x9fff]
[    0.356634] pci 0000:03:00.0: [197b:2363] type 0 class 0x000106
[    0.356714] pci 0000:03:00.0: reg 24: [mem 0xfc000000-0xfc001fff]
[    0.356772] pci 0000:03:00.0: PME# supported from D3hot
[    0.356777] pci 0000:03:00.0: PME# disabled
[    0.356803] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
[    0.356824] pci 0000:03:00.1: reg 10: [io  0xb000-0xb007]
[    0.356837] pci 0000:03:00.1: reg 14: [io  0xb100-0xb103]
[    0.356849] pci 0000:03:00.1: reg 18: [io  0xb200-0xb207]
[    0.356862] pci 0000:03:00.1: reg 1c: [io  0xb300-0xb303]
[    0.356874] pci 0000:03:00.1: reg 20: [io  0xb400-0xb40f]
[    0.356960] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
[    0.357069] pci 0000:00:1c.3:   bridge window [io  0xb000-0xbfff]
[    0.357073] pci 0000:00:1c.3:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.357131] pci 0000:04:00.0: [10ec:8168] type 0 class 0x000200
[    0.357148] pci 0000:04:00.0: reg 10: [io  0xc000-0xc0ff]
[    0.357176] pci 0000:04:00.0: reg 18: [mem 0xf9000000-0xf9000fff 64bit]
[    0.357209] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.357283] pci 0000:04:00.0: supports D1 D2
[    0.357284] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.357289] pci 0000:04:00.0: PME# disabled
[    0.364037] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
[    0.364149] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    0.364154] pci 0000:00:1c.4:   bridge window [mem 0xf8000000-0xf9ffffff]
[    0.364192] pci 0000:05:02.0: [105a:4d68] type 0 class 0x000180
[    0.364217] pci 0000:05:02.0: reg 10: [io  0xd000-0xd007]
[    0.364226] pci 0000:05:02.0: reg 14: [io  0xd100-0xd103]
[    0.364234] pci 0000:05:02.0: reg 18: [io  0xd200-0xd207]
[    0.364243] pci 0000:05:02.0: reg 1c: [io  0xd300-0xd303]
[    0.364252] pci 0000:05:02.0: reg 20: [io  0xd400-0xd40f]
[    0.364261] pci 0000:05:02.0: reg 24: [mem 0xfb000000-0xfb003fff]
[    0.364269] pci 0000:05:02.0: reg 30: [mem 0x00000000-0x00003fff pref]
[    0.364294] pci 0000:05:02.0: supports D1
[    0.364331] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[    0.364451] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.364455] pci 0000:00:1e.0:   bridge window [mem 0xfa000000-0xfbffffff]
[    0.364459] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.364462] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.364464] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.364466] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.364468] pci 0000:00:1e.0:   bridge window [mem 0xdff00000-0xfebfffff] (subtractive decode)
[    0.364485] pci_bus 0000:00: on NUMA node 0
[    0.364487] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.364611] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    0.364648] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
[    0.364688] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[    0.364722] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.364823]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.364934]  pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[    0.365106] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.372789] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 12 14 *15)
[    0.373409] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.374131] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.374750] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.375367] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.376055] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[    0.376673] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 11 12 *14 15)
[    0.377291] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.377991] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.377991] vgaarb: loaded
[    0.377991] vgaarb: bridge control possible 0000:01:00.0
[    0.377991] PCI: Using ACPI for IRQ routing
[    0.377991] PCI: pci_cache_line_size set to 64 bytes
[    0.377991] reserve RAM buffer: 000000000009dc00 - 000000000009ffff 
[    0.377991] reserve RAM buffer: 00000000dfee0000 - 00000000dfffffff 
[    0.377991] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.378003] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.380238] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.392101] Switching to clocksource hpet
[    0.393606] pnp: PnP ACPI init
[    0.393729] ACPI: bus type pnp registered
[    0.393877] pnp 00:00: [bus 00-3f]
[    0.393879] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.393881] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.393883] pnp 00:00: [io  0x0d00-0xffff window]
[    0.393885] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.393887] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[    0.393888] pnp 00:00: [mem 0xdff00000-0xfebfffff window]
[    0.393926] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.393985] pnp 00:01: [io  0x0010-0x001f]
[    0.393987] pnp 00:01: [io  0x0022-0x003f]
[    0.393988] pnp 00:01: [io  0x0044-0x005f]
[    0.393990] pnp 00:01: [io  0x0062-0x0063]
[    0.393991] pnp 00:01: [io  0x0065-0x006f]
[    0.393993] pnp 00:01: [io  0x0074-0x007f]
[    0.393995] pnp 00:01: [io  0x0091-0x0093]
[    0.393996] pnp 00:01: [io  0x00a2-0x00bf]
[    0.393998] pnp 00:01: [io  0x00e0-0x00ef]
[    0.394000] pnp 00:01: [io  0x04d0-0x04d1]
[    0.394001] pnp 00:01: [io  0x0290-0x029f]
[    0.394003] pnp 00:01: [io  0x0800-0x087f]
[    0.394004] pnp 00:01: [io  0x0290-0x0294]
[    0.394006] pnp 00:01: [io  0x0880-0x088f]
[    0.394055] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.394168] system 00:01: [io  0x0290-0x029f] has been reserved
[    0.394280] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.394393] system 00:01: [io  0x0290-0x0294] has been reserved
[    0.394505] system 00:01: [io  0x0880-0x088f] has been reserved
[    0.394618] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.394627] pnp 00:02: [dma 4]
[    0.394629] pnp 00:02: [io  0x0000-0x000f]
[    0.394630] pnp 00:02: [io  0x0080-0x0090]
[    0.394632] pnp 00:02: [io  0x0094-0x009f]
[    0.394634] pnp 00:02: [io  0x00c0-0x00df]
[    0.394658] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.394694] pnp 00:03: [irq 0 disabled]
[    0.394701] pnp 00:03: [irq 8]
[    0.394702] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.394735] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.394755] pnp 00:04: [io  0x0070-0x0073]
[    0.394781] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.394788] pnp 00:05: [io  0x0061]
[    0.394813] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.394820] pnp 00:06: [io  0x00f0-0x00ff]
[    0.394824] pnp 00:06: [irq 13]
[    0.394850] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.394937] pnp 00:07: [io  0x03f0-0x03f5]
[    0.394939] pnp 00:07: [io  0x03f7]
[    0.394944] pnp 00:07: [irq 6]
[    0.394945] pnp 00:07: [dma 2]
[    0.394980] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.395103] pnp 00:08: [io  0x03f8-0x03ff]
[    0.395107] pnp 00:08: [irq 4]
[    0.395156] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.395291] pnp 00:09: [io  0x0378-0x037f]
[    0.395296] pnp 00:09: [irq 7]
[    0.395336] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.395402] pnp 00:0a: [io  0x0060]
[    0.395404] pnp 00:0a: [io  0x0064]
[    0.395408] pnp 00:0a: [irq 1]
[    0.395436] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.395460] pnp 00:0b: [io  0x0400-0x04bf]
[    0.395501] system 00:0b: [io  0x0400-0x04bf] has been reserved
[    0.395614] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.395753] pnp 00:0c: [mem 0xf0000000-0xf3ffffff]
[    0.395801] system 00:0c: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.395801] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.395898] pnp 00:0d: [mem 0x000d6000-0x000d7fff]
[    0.395900] pnp 00:0d: [mem 0x000f0000-0x000f7fff]
[    0.395902] pnp 00:0d: [mem 0x000f8000-0x000fbfff]
[    0.395903] pnp 00:0d: [mem 0x000fc000-0x000fffff]
[    0.395905] pnp 00:0d: [mem 0xdfee0000-0xdfefffff]
[    0.395907] pnp 00:0d: [mem 0x00000000-0x0009ffff]
[    0.395908] pnp 00:0d: [mem 0x00100000-0xdfedffff]
[    0.395910] pnp 00:0d: [mem 0xfec00000-0xfec00fff]
[    0.395912] pnp 00:0d: [mem 0xfed10000-0xfed1dfff]
[    0.395913] pnp 00:0d: [mem 0xfed20000-0xfed8ffff]
[    0.395915] pnp 00:0d: [mem 0xfee00000-0xfee00fff]
[    0.395917] pnp 00:0d: [mem 0xffb00000-0xffb7ffff]
[    0.395918] pnp 00:0d: [mem 0xfff00000-0xffffffff]
[    0.395920] pnp 00:0d: [mem 0x000e0000-0x000effff]
[    0.395976] system 00:0d: [mem 0x000d6000-0x000d7fff] has been reserved
[    0.396100] system 00:0d: [mem 0x000f0000-0x000f7fff] could not be reserved
[    0.396219] system 00:0d: [mem 0x000f8000-0x000fbfff] could not be reserved
[    0.396338] system 00:0d: [mem 0x000fc000-0x000fffff] could not be reserved
[    0.396457] system 00:0d: [mem 0xdfee0000-0xdfefffff] could not be reserved
[    0.396576] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.396694] system 00:0d: [mem 0x00100000-0xdfedffff] could not be reserved
[    0.396813] system 00:0d: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.396932] system 00:0d: [mem 0xfed10000-0xfed1dfff] has been reserved
[    0.397049] system 00:0d: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.397166] system 00:0d: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.397282] system 00:0d: [mem 0xffb00000-0xffb7ffff] has been reserved
[    0.397399] system 00:0d: [mem 0xfff00000-0xffffffff] has been reserved
[    0.397516] system 00:0d: [mem 0x000e0000-0x000effff] has been reserved
[    0.397633] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.397648] pnp 00:0e: [mem 0xffb80000-0xffbfffff]
[    0.397683] pnp 00:0e: Plug and Play ACPI device, IDs INT0800 (active)
[    0.397687] pnp: PnP ACPI: found 15 devices
[    0.397788] ACPI: ACPI bus type pnp unregistered
[    0.397893] PnPBIOS: Disabled by ACPI PNP
[    0.436075] PCI: max bus depth: 1 pci_try_num: 2
[    0.436106] pci 0000:00:1c.4: BAR 15: assigned [mem 0xdff00000-0xdfffffff pref]
[    0.436273] pci 0000:00:1e.0: BAR 15: assigned [mem 0xfc200000-0xfc2fffff pref]
[    0.436439] pci 0000:00:1c.4: BAR 15: assigned [mem 0xfc300000-0xfc5fffff pref]
[    0.436605] pci 0000:00:1c.3: BAR 15: assigned [mem 0xfc600000-0xfc7fffff 64bit pref]
[    0.436774] pci 0000:00:1c.0: BAR 14: assigned [mem 0xfc800000-0xfc9fffff]
[    0.436894] pci 0000:00:1c.0: BAR 15: assigned [mem 0xfca00000-0xfcbfffff 64bit pref]
[    0.437062] pci 0000:01:00.0: BAR 6: assigned [mem 0xf7000000-0xf701ffff pref]
[    0.437226] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.437334] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.437448] pci 0000:00:01.0:   bridge window [mem 0xf4000000-0xf7ffffff]
[    0.437567] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.437734] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.437842] pci 0000:00:1c.0:   bridge window [io  0x9000-0x9fff]
[    0.437958] pci 0000:00:1c.0:   bridge window [mem 0xfc800000-0xfc9fffff]
[    0.438077] pci 0000:00:1c.0:   bridge window [mem 0xfca00000-0xfcbfffff 64bit pref]
[    0.438247] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
[    0.438355] pci 0000:00:1c.3:   bridge window [io  0xb000-0xbfff]
[    0.438470] pci 0000:00:1c.3:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.438589] pci 0000:00:1c.3:   bridge window [mem 0xfc600000-0xfc7fffff 64bit pref]
[    0.438759] pci 0000:04:00.0: BAR 6: assigned [mem 0xfc300000-0xfc31ffff pref]
[    0.438923] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
[    0.439032] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    0.439147] pci 0000:00:1c.4:   bridge window [mem 0xf8000000-0xf9ffffff]
[    0.439266] pci 0000:00:1c.4:   bridge window [mem 0xfc300000-0xfc5fffff pref]
[    0.439433] pci 0000:05:02.0: BAR 6: assigned [mem 0xfc200000-0xfc203fff pref]
[    0.439597] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[    0.439706] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.439821] pci 0000:00:1e.0:   bridge window [mem 0xfa000000-0xfbffffff]
[    0.439940] pci 0000:00:1e.0:   bridge window [mem 0xfc200000-0xfc2fffff pref]
[    0.440126] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.440244] pci 0000:00:01.0: setting latency timer to 64
[    0.440249] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.440367] pci 0000:00:1c.0: setting latency timer to 64
[    0.440374] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.440492] pci 0000:00:1c.3: setting latency timer to 64
[    0.440497] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.440615] pci 0000:00:1c.4: setting latency timer to 64
[    0.440620] pci 0000:00:1e.0: setting latency timer to 64
[    0.440623] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.440625] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.440627] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.440629] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
[    0.440630] pci_bus 0000:00: resource 8 [mem 0xdff00000-0xfebfffff]
[    0.440632] pci_bus 0000:01: resource 0 [io  0xa000-0xafff]
[    0.440634] pci_bus 0000:01: resource 1 [mem 0xf4000000-0xf7ffffff]
[    0.440636] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.440638] pci_bus 0000:02: resource 0 [io  0x9000-0x9fff]
[    0.440640] pci_bus 0000:02: resource 1 [mem 0xfc800000-0xfc9fffff]
[    0.440642] pci_bus 0000:02: resource 2 [mem 0xfca00000-0xfcbfffff 64bit pref]
[    0.440644] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    0.440646] pci_bus 0000:03: resource 1 [mem 0xfc000000-0xfc0fffff]
[    0.440648] pci_bus 0000:03: resource 2 [mem 0xfc600000-0xfc7fffff 64bit pref]
[    0.440650] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
[    0.440651] pci_bus 0000:04: resource 1 [mem 0xf8000000-0xf9ffffff]
[    0.440653] pci_bus 0000:04: resource 2 [mem 0xfc300000-0xfc5fffff pref]
[    0.440655] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
[    0.440657] pci_bus 0000:05: resource 1 [mem 0xfa000000-0xfbffffff]
[    0.440659] pci_bus 0000:05: resource 2 [mem 0xfc200000-0xfc2fffff pref]
[    0.440661] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.440663] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.440664] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.440666] pci_bus 0000:05: resource 7 [mem 0x000c0000-0x000dffff]
[    0.440668] pci_bus 0000:05: resource 8 [mem 0xdff00000-0xfebfffff]
[    0.440754] NET: Registered protocol family 2
[    0.440962] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.441322] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.441736] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.441982] TCP: Hash tables configured (established 131072 bind 65536)
[    0.442098] TCP reno registered
[    0.442194] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.442310] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.442530] NET: Registered protocol family 1
[    0.442655] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.442784] pci 0000:00:1a.0: PCI INT A disabled
[    0.442896] pci 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.443025] pci 0000:00:1a.1: PCI INT B disabled
[    0.443136] pci 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.443265] pci 0000:00:1a.2: PCI INT C disabled
[    0.443374] pci 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.443506] pci 0000:00:1a.7: PCI INT C disabled
[    0.443624] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.443753] pci 0000:00:1d.0: PCI INT A disabled
[    0.443862] pci 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.443991] pci 0000:00:1d.1: PCI INT B disabled
[    0.444116] pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.444245] pci 0000:00:1d.2: PCI INT C disabled
[    0.444354] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.444481] pci 0000:00:1d.7: PCI INT A disabled
[    0.444601] pci 0000:01:00.0: Boot video device
[    0.444612] PCI: CLS 32 bytes, default 64
[    0.444653] Unpacking initramfs...
[    0.634537] Freeing initrd memory: 9700k freed
[    0.638001] audit: initializing netlink socket (disabled)
[    0.638143] type=2000 audit(1332551694.632:1): initialized
[    0.657899] highmem bounce pool size: 64 pages
[    0.658015] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.669706] VFS: Disk quotas dquot_6.5.2
[    0.669865] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.670063] msgmni has been set to 1694
[    0.670391] alg: No test for stdrng (krng)
[    0.670532] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.670701] io scheduler noop registered
[    0.670818] io scheduler deadline registered
[    0.670943] io scheduler cfq registered (default)
[    0.671146] pcieport 0000:00:01.0: setting latency timer to 64
[    0.671171] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.671211] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.671241] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.671289] pcieport 0000:00:1c.3: setting latency timer to 64
[    0.671319] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
[    0.671366] pcieport 0000:00:1c.4: setting latency timer to 64
[    0.671396] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
[    0.671465] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.671594] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.671710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.672136] intel_idle: MWAIT substates: 0x20
[    0.672137] intel_idle: does not run on family 6 model 15
[    0.672157] ERST: Table is not found!
[    0.672272] GHES: HEST is not enabled!
[    0.672380] isapnp: Scanning for PnP cards...
[    1.025342] isapnp: No Plug & Play device found
[    1.025540] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.045965] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.068561] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.104337] Linux agpgart interface v0.103
[    1.104700] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.104817] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.105145] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.105385] mousedev: PS/2 mouse device common for all mice
[    1.105546] rtc_cmos 00:04: RTC can wake from S4
[    1.105769] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.105910] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    1.106032] cpuidle: using governor ladder
[    1.106133] cpuidle: using governor menu
[    1.106409] TCP cubic registered
[    1.106580] NET: Registered protocol family 10
[    1.107140] Mobile IPv6
[    1.107232] NET: Registered protocol family 17
[    1.107337] Registering the dns_resolver key type
[    1.107452] Using IPI No-Shortcut mode
[    1.114928] PM: Hibernation image not present or could not be loaded.
[    1.114937] registered taskstats version 1
[    1.120987] rtc_cmos 00:04: setting system clock to 2012-03-24 01:14:56 UTC (1332551696)
[    1.121189] Initializing network drop monitor service
[    1.121423] Freeing unused kernel memory: 412k freed
[    1.121687] Write protecting the kernel text: 2844k
[    1.121837] Write protecting the kernel read-only data: 1112k
[    1.121955] NX-protecting the kernel data: 3300k
[    1.130458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.133509] udevd[59]: starting version 175
[    1.147458] usbcore: registered new interface driver usbfs
[    1.147592] usbcore: registered new interface driver hub
[    1.152549] SCSI subsystem initialized
[    1.157550] usbcore: registered new device driver usb
[    1.158010] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.158158] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.158298] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.158301] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.158433] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.162502] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    1.162590] libata version 3.00 loaded.
[    1.162805] pata_jmicron 0000:03:00.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    1.163004] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.163013] pata_jmicron 0000:03:00.1: setting latency timer to 64
[    1.163138] r8169 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.163282] r8169 0000:04:00.0: setting latency timer to 64
[    1.163350] r8169 0000:04:00.0: irq 44 for MSI/MSI-X
[    1.163735] r8169 0000:04:00.0: eth0: RTL8168b/8111b at 0xf831e000, 00:1a:4d:4c:2f:0c, XID 18000000 IRQ 44
[    1.163858] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfc105000
[    1.164064] r8169 0000:04:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
[    1.164113] scsi0 : pata_jmicron
[    1.164472] scsi1 : pata_jmicron
[    1.165023] ata1: PATA max UDMA/100 cmd 0xb000 ctl 0xb100 bmdma 0xb400 irq 16
[    1.165156] ata2: PATA max UDMA/100 cmd 0xb200 ctl 0xb300 bmdma 0xb408 irq 16
[    1.168104] pata_pdc2027x 0000:05:02.0: version 1.0
[    1.168131] pata_pdc2027x 0000:05:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.176022] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.176177] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.176298] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.176464] usb usb1: Product: EHCI Host Controller
[    1.176572] usb usb1: Manufacturer: Linux 3.2.0-2-686-pae ehci_hcd
[    1.176687] usb usb1: SerialNumber: 0000:00:1a.7
[    1.176912] hub 1-0:1.0: USB hub found
[    1.177015] hub 1-0:1.0: 6 ports detected
[    1.177195] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.177330] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.177333] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.177448] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.177645] Floppy drive(s): fd0 is 1.44M
[    1.181514] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.181527] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfc104000
[    1.196026] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.196150] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.196267] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.196431] usb usb2: Product: EHCI Host Controller
[    1.196536] usb usb2: Manufacturer: Linux 3.2.0-2-686-pae ehci_hcd
[    1.196649] usb usb2: SerialNumber: 0000:00:1d.7
[    1.196840] hub 2-0:1.0: USB hub found
[    1.196942] hub 2-0:1.0: 6 ports detected
[    1.267536] pata_pdc2027x 0000:05:02.0: PLL input clock 16650 kHz
[    1.297715] scsi2 : pata_pdc2027x
[    1.297903] scsi3 : pata_pdc2027x
[    1.298066] ata3: PATA max UDMA/100 mmio m16384@0xfb000000 cmd 0xfb0017c0 irq 18
[    1.298100] FDC 0 is a post-1991 82077
[    1.298343] ata4: PATA max UDMA/100 mmio m16384@0xfb000000 cmd 0xfb0015c0 irq 18
[    1.300480] ahci 0000:00:1f.2: version 3.0
[    1.300491] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.300639] uhci_hcd: USB Universal Host Controller Interface driver
[    1.300676] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[    1.300719] ahci: SSS flag set, parallel bus scan disabled
[    1.300793] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    1.300795] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems 
[    1.300799] ahci 0000:00:1f.2: setting latency timer to 64
[    1.330165] ata1.00: HPA detected: current 398294975, native 398297088
[    1.330286] ata1.00: ATA-7: Maxtor 6L200P0, BAH41G10, max UDMA/133
[    1.330401] ata1.00: 398294975 sectors, multi 0: LBA48 
[    1.346161] ata1.00: configured for UDMA/100
[    1.346380] scsi 0:0:0:0: Direct-Access     ATA      Maxtor 6L200P0   BAH4 PQ: 0 ANSI: 5
[    1.348663] scsi4 : ahci
[    1.348838] scsi5 : ahci
[    1.349021] scsi6 : ahci
[    1.349200] scsi7 : ahci
[    1.349380] scsi8 : ahci
[    1.349566] scsi9 : ahci
[    1.349792] ata5: SATA max UDMA/133 abar m2048@0xfc106000 port 0xfc106100 irq 45
[    1.349957] ata6: SATA max UDMA/133 abar m2048@0xfc106000 port 0xfc106180 irq 45
[    1.350122] ata7: SATA max UDMA/133 abar m2048@0xfc106000 port 0xfc106200 irq 45
[    1.350287] ata8: SATA max UDMA/133 abar m2048@0xfc106000 port 0xfc106280 irq 45
[    1.350453] ata9: SATA max UDMA/133 abar m2048@0xfc106000 port 0xfc106300 irq 45
[    1.350618] ata10: SATA max UDMA/133 abar m2048@0xfc106000 port 0xfc106380 irq 45
[    1.350821] ahci 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.350827] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.350839] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.350843] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.350852] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.350876] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000e000
[    1.350903] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.350905] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.350906] usb usb3: Product: UHCI Host Controller
[    1.350908] usb usb3: Manufacturer: Linux 3.2.0-2-686-pae uhci_hcd
[    1.350909] usb usb3: SerialNumber: 0000:00:1a.0
[    1.351012] hub 3-0:1.0: USB hub found
[    1.351015] hub 3-0:1.0: 2 ports detected
[    1.351086] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.351094] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.351096] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.351102] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.351132] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000e100
[    1.351187] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.351189] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.351190] usb usb4: Product: UHCI Host Controller
[    1.351192] usb usb4: Manufacturer: Linux 3.2.0-2-686-pae uhci_hcd
[    1.351193] usb usb4: SerialNumber: 0000:00:1a.1
[    1.351275] hub 4-0:1.0: USB hub found
[    1.351277] hub 4-0:1.0: 2 ports detected
[    1.351363] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.351373] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.351376] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.351382] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.351402] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000e500
[    1.351426] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.351427] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.351429] usb usb5: Product: UHCI Host Controller
[    1.351430] usb usb5: Manufacturer: Linux 3.2.0-2-686-pae uhci_hcd
[    1.351432] usb usb5: SerialNumber: 0000:00:1a.2
[    1.351530] hub 5-0:1.0: USB hub found
[    1.351533] hub 5-0:1.0: 2 ports detected
[    1.351601] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.351609] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.351612] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.351618] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.351637] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000e200
[    1.351661] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.351663] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.351665] usb usb6: Product: UHCI Host Controller
[    1.351666] usb usb6: Manufacturer: Linux 3.2.0-2-686-pae uhci_hcd
[    1.351668] usb usb6: SerialNumber: 0000:00:1d.0
[    1.351772] hub 6-0:1.0: USB hub found
[    1.351774] hub 6-0:1.0: 2 ports detected
[    1.351854] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.351864] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.351867] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.351873] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.351905] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e300
[    1.351930] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.351932] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.351933] usb usb7: Product: UHCI Host Controller
[    1.351934] usb usb7: Manufacturer: Linux 3.2.0-2-686-pae uhci_hcd
[    1.351936] usb usb7: SerialNumber: 0000:00:1d.1
[    1.352044] hub 7-0:1.0: USB hub found
[    1.352047] hub 7-0:1.0: 2 ports detected
[    1.352104] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.352114] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.352117] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.352129] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.352149] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e400
[    1.352205] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.352207] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.352209] usb usb8: Product: UHCI Host Controller
[    1.352210] usb usb8: Manufacturer: Linux 3.2.0-2-686-pae uhci_hcd
[    1.352211] usb usb8: SerialNumber: 0000:00:1d.2
[    1.352293] hub 8-0:1.0: USB hub found
[    1.352297] hub 8-0:1.0: 2 ports detected
[    1.372060] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.379439] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.379562] ahci 0000:03:00.0: setting latency timer to 64
[    1.379857] scsi10 : ahci
[    1.380041] scsi11 : ahci
[    1.380238] ata11: SATA max UDMA/133 abar m8192@0xfc000000 port 0xfc000100 irq 19
[    1.380405] ata12: SATA max UDMA/133 abar m8192@0xfc000000 port 0xfc000180 irq 19
[    1.636016] Refined TSC clocksource calibration: 2996.999 MHz.
[    1.636134] Switching to clocksource tsc
[    1.660025] usb 4-1: new full-speed USB device number 2 using uhci_hcd
[    1.668052] ata5: SATA link down (SStatus 0 SControl 300)
[    1.700041] ata12: SATA link down (SStatus 0 SControl 300)
[    1.700181] ata11: SATA link down (SStatus 0 SControl 300)
[    1.837190] usb 4-1: New USB device found, idVendor=1532, idProduct=0101
[    1.837310] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.837431] usb 4-1: Product: Razer Copperhead Laser Mouse
[    1.837541] usb 4-1: Manufacturer: Razer
[    1.865259] input: Razer Razer Copperhead Laser Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input1
[    1.865569] generic-usb 0003:1532:0101.0001: input,hidraw0: USB HID v10.01 Mouse [Razer Razer Copperhead Laser Mouse] on usb-0000:00:1a.1-1/input0
[    1.868366] input: Razer Razer Copperhead Laser Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.1/input/input2
[    1.868623] generic-usb 0003:1532:0101.0002: input,hidraw1: USB HID v10.01 Keyboard [Razer Razer Copperhead Laser Mouse] on usb-0000:00:1a.1-1/input1
[    1.868845] usbcore: registered new interface driver usbhid
[    1.868955] usbhid: USB HID core driver
[    2.164030] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.166120] ata6.00: ATAPI: PIONEER DVD-RW  DVR-216, 1.07, max UDMA/66
[    2.168646] ata6.00: configured for UDMA/66
[    2.231713] scsi 5:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-216  1.07 PQ: 0 ANSI: 5
[    2.552029] ata7: SATA link down (SStatus 0 SControl 300)
[    2.872030] ata8: SATA link down (SStatus 0 SControl 300)
[    3.192030] ata9: SATA link down (SStatus 0 SControl 300)
[    3.512030] ata10: SATA link down (SStatus 0 SControl 300)
[    3.520792] sd 0:0:0:0: [sda] 398294975 512-byte logical blocks: (203 GB/189 GiB)
[    3.521012] sd 0:0:0:0: [sda] Write Protect is off
[    3.521119] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.521141] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.551419] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.551596] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.551841] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    3.565939]  sda: sda1 sda2
[    3.566343] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.669222] kjournald starting.  Commit interval 5 seconds
[    4.669292] EXT3-fs (sda1): mounted filesystem with ordered data mode
[    6.416095] udevd[316]: starting version 175
[    6.943073] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    6.975622] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[    6.975839] ACPI: Power Button [PWRB]
[    6.975995] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    6.976212] ACPI: Power Button [PWRF]
[    7.081963] iTCO_vendor_support: vendor-support=0
[    7.090561] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[    7.090758] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0460)
[    7.090927] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    7.253144] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    7.318421] [drm] Initialized drm 1.1.0 20060810
[    7.344585] wmi: Mapper loaded
[    7.406374] parport_pc 00:09: reported by Plug and Play ACPI
[    7.406526] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[    7.633765] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.633890] nouveau 0000:01:00.0: setting latency timer to 64
[    7.634843] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x450300a2)
[    7.637914] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[    7.692983] [drm] nouveau 0000:01:00.0: ... appears to be valid
[    7.693096] [drm] nouveau 0000:01:00.0: BIT BIOS found
[    7.693204] [drm] nouveau 0000:01:00.0: Bios version 60.80.06.00
[    7.693317] [drm] nouveau 0000:01:00.0: BIT table 'A' not found
[    7.693430] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
[    7.693542] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
[    7.693710] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 04000320 00000028
[    7.693828] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000322 00000030
[    7.693945] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 02011310 00000028
[    7.694064] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000030
[    7.694182] [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c1c020
[    7.694300] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 6 2
[    7.694419] [drm] nouveau 0000:01:00.0:   0: 0x00001030: type 0x30 idx 0 tag 0x07
[    7.694584] [drm] nouveau 0000:01:00.0:   1: 0x00002130: type 0x30 idx 1 tag 0x08
[    7.694750] [drm] nouveau 0000:01:00.0:   2: 0x00000210: type 0x10 idx 2 tag 0xff
[    7.694915] [drm] nouveau 0000:01:00.0:   3: 0x00000211: type 0x11 idx 3 tag 0xff
[    7.695081] [drm] nouveau 0000:01:00.0:   4: 0x00000213: type 0x13 idx 4 tag 0xff
[    7.695248] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xB52A
[    7.717436] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xB713
[    7.719912] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xC847
[    7.720102] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xC8FD
[    7.721319] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xCAAB
[    7.721486] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xCB10
[    7.741494] [drm] nouveau 0000:01:00.0: 0xCB10: Condition still not met after 20ms, skipping following opcodes
[    7.745302] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    7.745535] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[    7.745568] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    8.147734] adt7475 1-002e: ADT7473 device, revision 0
[    8.147852] adt7475 1-002e: Optional features: fan4
[    8.157703] [drm] nouveau 0000:01:00.0: Detected monitoring device: adt7473
[    8.157844] [drm] nouveau 0000:01:00.0: 1 available performance level(s)
[    8.157973] [drm] nouveau 0000:01:00.0: 0: core 513MHz shader 1188MHz memory 792MHz voltage 1300mV fanspeed 100%
[    8.158165] [drm] nouveau 0000:01:00.0: c: core 198MHz shader 1188MHz memory 396MHz
[    8.159833] [TTM] Zone  kernel: Available graphics memory: 434050 kiB.
[    8.159958] [TTM] Zone highmem: Available graphics memory: 2074950 kiB.
[    8.160094] [TTM] Initializing pool allocator.
[    8.160203] [drm] nouveau 0000:01:00.0: Detected 640MiB VRAM
[    8.160317] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[    8.160493] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
[    8.168847] [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
[    8.168959] [drm] nouveau 0000:01:00.0: TV-1 has no encoders, removing
[    8.179761] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    8.179877] [drm] No driver support for vblank timestamp query.
[    8.339420] [drm] nouveau 0000:01:00.0: allocated 1280x1024 fb: 0x310000, bo f7363c00
[    8.339647] fbcon: nouveaufb (fb0) is primary device
[    8.383181] Console: switching to colour frame buffer device 160x64
[    8.386527] fb0: nouveaufb frame buffer device
[    8.386550] drm: registered panic notifier
[    8.386573] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
[    9.966636] EXT3-fs (sda1): using internal journal
[   10.096687] loop: module loaded
[   10.125706] coretemp coretemp.0: Using relative temperature scale!
[   10.125730] coretemp coretemp.0: Using relative temperature scale!
[   10.125754] coretemp coretemp.0: Using relative temperature scale!
[   10.125771] coretemp coretemp.0: Using relative temperature scale!
[   12.080969] r8169 0000:04:00.0: eth0: link down
[   12.080987] r8169 0000:04:00.0: eth0: link down
[   12.081124] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.673217] RPC: Registered named UNIX socket transport module.
[   12.673230] RPC: Registered udp transport module.
[   12.673236] RPC: Registered tcp transport module.
[   12.673241] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.744730] FS-Cache: Loaded
[   12.777227] FS-Cache: Netfs 'nfs' registered for caching
[   12.855110] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   13.726334] r8169 0000:04:00.0: eth0: link up
[   13.728032] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   14.831586] fuse init (API version 7.17)
[   15.843338] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   15.856472] NFSD: starting 90-second grace period
[   17.567447] lp0: using parport0 (interrupt-driven).
[   17.572336] ppdev: user-space parallel port driver
[   23.976005] eth0: no IPv6 routers present

-- Package-specific info:
** Version:
Linux version 3.2.0-2-686-pae (Debian 3.2.12-1) (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP Tue Mar 20 19:48:26 UTC 2012

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-686-pae root=UUID=64a668ff-07dc-4047-af8e-bcb83814032f ro verbose pcie_aspm=force

** Loaded modules:
r8169
binfmt_misc
acpi_cpufreq
mperf
cpufreq_userspace
cpufreq_conservative
cpufreq_powersave
cpufreq_stats
ppdev
lp
fuse
nfsd
nfs
nfs_acl
auth_rpcgss
fscache
lockd
sunrpc
coretemp
loop
adt7475
snd_hda_codec_realtek
hwmon_vid
nouveau
snd_hda_intel
snd_hda_codec
mxm_wmi
snd_hwdep
wmi
snd_pcm
video
snd_page_alloc
snd_seq
iTCO_wdt
iTCO_vendor_support
ttm
snd_seq_device
processor
i2c_i801
pcspkr
evdev
snd_timer
drm_kms_helper
drm
i2c_algo_bit
parport_pc
parport
thermal_sys
i2c_core
button
snd
soundcore
ext3
mbcache
jbd
sd_mod
crc_t10dif
ata_generic
sr_mod
cdrom
usbhid
hid
pata_jmicron
uhci_hcd
floppy
ahci
libahci
pata_pdc2027x
mii
libata
ehci_hcd
scsi_mod
usbcore
usb_common

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller [8086:29c0] (rev 02)
	Subsystem: Giga-byte Technology Device [1458:5000]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>

00:01.0 PCI bridge [0604]: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port [8086:29c1] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: f4000000-f7ffffff
	Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1a.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Giga-byte Technology Device [1458:5004]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 4: I/O ports at e000 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Giga-byte Technology Device [1458:5004]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at e100 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.2 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 [8086:2939] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Giga-byte Technology Device [1458:5004]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at e500 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 02) (prog-if 20 [EHCI])
	Subsystem: Giga-byte Technology Device [1458:5006]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fc105000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 02)
	Subsystem: Giga-byte Technology Device [1458:a002]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 44
	Region 0: Memory at fc100000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: fc800000-fc9fffff
	Prefetchable memory behind bridge: 00000000fca00000-00000000fcbfffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.3 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 [8086:2946] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: fc000000-fc0fffff
	Prefetchable memory behind bridge: 00000000fc600000-00000000fc7fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.4 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 [8086:2948] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: f8000000-f9ffffff
	Prefetchable memory behind bridge: 00000000fc300000-00000000fc5fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Giga-byte Technology Device [1458:5004]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at e200 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Giga-byte Technology Device [1458:5004]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at e300 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Giga-byte Technology Device [1458:5004]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at e400 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 02) (prog-if 20 [EHCI])
	Subsystem: Giga-byte Technology Device [1458:5006]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at fc104000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fa000000-fbffffff
	Prefetchable memory behind bridge: 00000000fc200000-00000000fc2fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:1f.0 ISA bridge [0601]: Intel Corporation 82801IR (ICH9R) LPC Interface Controller [8086:2916] (rev 02)
	Subsystem: Giga-byte Technology Device [1458:5001]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>

00:1f.2 SATA controller [0106]: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] [8086:2922] (rev 02) (prog-if 01 [AHCI 1.0])
	Subsystem: Giga-byte Technology Device [1458:b005]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 45
	Region 0: I/O ports at e600 [size=8]
	Region 1: I/O ports at e700 [size=4]
	Region 2: I/O ports at e800 [size=8]
	Region 3: I/O ports at e900 [size=4]
	Region 4: I/O ports at ea00 [size=32]
	Region 5: Memory at fc106000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 02)
	Subsystem: Giga-byte Technology Device [1458:5001]
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fc107000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 0500 [size=32]
	Kernel driver in use: i801_smbus

01:00.0 VGA compatible controller [0300]: nVidia Corporation G80 [GeForce 8800 GTS] [10de:0193] (rev a2) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8234]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at f4000000 (64-bit, non-prefetchable) [size=32M]
	Region 5: I/O ports at a000 [size=128]
	[virtual] Expansion ROM at f7000000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: nouveau

03:00.0 SATA controller [0106]: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller [197b:2363] (rev 02) (prog-if 01 [AHCI 1.0])
	Subsystem: Giga-byte Technology GA-EP45-DS5 Motherboard [1458:b000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 19
	Region 5: Memory at fc000000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

03:00.1 IDE interface [0101]: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller [197b:2363] (rev 02) (prog-if 85 [Master SecO PriO])
	Subsystem: Giga-byte Technology GA-EP45-DS5 Motherboard [1458:b000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin B routed to IRQ 16
	Region 0: I/O ports at b000 [size=8]
	Region 1: I/O ports at b100 [size=4]
	Region 2: I/O ports at b200 [size=8]
	Region 3: I/O ports at b300 [size=4]
	Region 4: I/O ports at b400 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: pata_jmicron

04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 01)
	Subsystem: Giga-byte Technology GA-EP45-DS5 Motherboard [1458:e000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 46
	Region 0: I/O ports at c000 [size=256]
	Region 2: Memory at f9000000 (64-bit, non-prefetchable) [size=4K]
	[virtual] Expansion ROM at fc300000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: r8169

05:02.0 Mass storage controller [0180]: Promise Technology, Inc. PDC20268 (Ultra100 TX2) [105a:4d68] (rev 02) (prog-if 85)
	Subsystem: Promise Technology, Inc. Ultra100TX2 [105a:4d68]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 32 (1000ns min, 4500ns max), Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: I/O ports at d000 [size=8]
	Region 1: I/O ports at d100 [size=4]
	Region 2: I/O ports at d200 [size=8]
	Region 3: I/O ports at d300 [size=4]
	Region 4: I/O ports at d400 [size=16]
	Region 5: Memory at fb000000 (32-bit, non-prefetchable) [size=16K]
	[virtual] Expansion ROM at fc200000 [disabled] [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: pata_pdc2027x


** USB devices:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 1532:0101 Razer USA, Ltd Copperhead Mouse


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-3.2.0-2-686-pae depends on:
ii  debconf [debconf-2.0]                   1.5.42
ii  initramfs-tools [linux-initramfs-tool]  0.101
ii  kmod                                    6-2
ii  linux-base                              3.5
ii  module-init-tools                       6-2

Versions of packages linux-image-3.2.0-2-686-pae recommends:
ii  firmware-linux-free  3
ii  libc6-i686           2.13-27

Versions of packages linux-image-3.2.0-2-686-pae suggests:
pn  grub-pc        1.99-18
pn  linux-doc-3.2  <none>

Versions of packages linux-image-3.2.0-2-686-pae is related to:
pn  firmware-atheros        <none>
pn  firmware-bnx2           <none>
pn  firmware-bnx2x          <none>
pn  firmware-brcm80211      <none>
pn  firmware-intelwimax     <none>
pn  firmware-ipw2x00        <none>
pn  firmware-ivtv           <none>
pn  firmware-iwlwifi        <none>
pn  firmware-libertas       <none>
pn  firmware-linux          <none>
pn  firmware-linux-nonfree  <none>
pn  firmware-myricom        <none>
pn  firmware-netxen         <none>
pn  firmware-qlogic         <none>
pn  firmware-ralink         <none>
pn  firmware-realtek        <none>
pn  xen-hypervisor          <none>

-- debconf information:
  linux-image-3.2.0-2-686-pae/prerm/removing-running-kernel-3.2.0-2-686-pae: true
  linux-image-3.2.0-2-686-pae/postinst/depmod-error-initrd-3.2.0-2-686-pae: false
  linux-image-3.2.0-2-686-pae/postinst/ignoring-ramdisk:
  linux-image-3.2.0-2-686-pae/postinst/missing-firmware-3.2.0-2-686-pae:



Reply to: