reopen 637659 quit Dear Linux kernel and Debian folks, with the longterm Linux kernel 2.6.32 I am getting the following error pci 0000:00:00.0: BAR 0: address space collision on of device [0xc8000000-0xcfffffff] It is already reported to the Debian BTS as report #613979 [2]. I hope the following information will get you up to date regarding this issue and hopefully you can help out. Am Mittwoch, den 24.08.2011, 14:22 +0100 schrieb Ben Hutchings: > On Wed, 2011-08-24 at 11:40 +0200, Paul Menzel wrote: > > Am Mittwoch, den 24.08.2011, 03:53 +0100 schrieb Ben Hutchings: > > > On Sat, 2011-08-13 at 16:27 +0200, Paul Menzel wrote: […] > > > > with Linux kernel 2.6.32 the following message is shown on each boot. > > > > > > > > [ 0.206656] pci 0000:00:00.0: BAR 0: address space collision on of device [0xc8000000-0xcfffffff] > > > > > > > > Testing 3.0.0-1 this message is *not* shown, so it seems to have been > > > > fixed in the meanwhile. There is a related Launchpad bug report (linked > > > > from [1]) [2] indicating that the patch in the Linux patch queue [3] > > > > fixes this issue. > > > [...] > > > > > > This fix was included in longterm update 2.6.32.42 and will be in the > > > next stable point release (Debian 6.0.3). > > > > Thank you for the information. So if it really is the patch from > > Patchwork entry #39988 [3], then it should be the following commit > > [4][5] in the changelog for Linux kernel 2.6.32.42 [6]. > > > > commit d93bd2d1eda2105d8685792ea16f33dae6fd8abc > > Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> > > Date: Mon Nov 9 12:04:32 2009 -0800 > > > > PCI: allow matching of prefetchable resources to non-prefetchable windows > > > > commit 8c8def26bfaa704db67d515da3eb92cf26067548 upstream. > > > > Is that correct? > > Right. Not sure it's exactly the same as the patch in Patchwork, but it > is the version that ended up in later versions of Linux. Upgrading yesterday to version 2.6.32-38 which includes longterm release 2.6.32.43, unfortunately I have to report that the problem has not been fixed by the above patch. The following message is still shown. [ 0.207342] pci 0000:00:00.0: BAR 0: address space collision on of device [0xc8000000-0xcfffffff] I guess this error is somehow related to the problem I got with later Linux versions [1] (Debian BTS: #613979 [2]). The problem seems to be that »the system has a single HyperTransport I/O chain, but has two PCI host bridges to buses 00 and 80.« [4]. Commit 29cf7a30 [3] addresses this issue for my board by adding a quirk. commit 29cf7a30f8a0ce4af2406d93d5a332099be26923 Author: Paul Menzel <paulepanter@xxxxxxxxxxxxxxxxxxxxx> Date: Wed Aug 31 17:07:10 2011 +0200 x86/PCI: use host bridge _CRS info on ASUS M2V-MX SE Although with 2.6.32 loading snd-hda-intel does not crash. Commit 2491762c [4] has more information regarding this issue. commit 2491762cfb475dbdfa3db11ebea6de49f58b7fac Author: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Date: Fri Jul 23 12:53:27 2010 -0600 x86/PCI: use host bridge _CRS info on ASRock ALiveSATA2-GLAN This DMI quirk turns on "pci=use_crs" for the ALiveSATA2-GLAN because amd_bus.c doesn't handle this system correctly. The system has a single HyperTransport I/O chain, but has two PCI host bridges to buses 00 and 80. amd_bus.c learns the MMIO range associated with buses 00-ff and that this range is routed to the HT chain hosted at node 0, link 0: […] Unfortunately I do not have outputs from `dmesg` anywhere from older Linux versions so I do not know when this problem started. I am pretty sure though that they have not been there since the beginning. I would try to avoid trying to bisect that again. I guess I can try to also use the host bridge _CRS information with this Linux version by adding `pci=use_crs` to the Linux kernel command line. Although I am not sure that this is supported since `dmesg | grep -i crs` does not return anything. Bjorn, do you have an idea what commit could have caused this collision? Furthermore it would be interesting if this address space collision can cause any system freezes or if this is just “cosmetic”(?). Thanks, Paul [1] https://bugzilla.kernel.org/show_bug.cgi?id=30552 [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613979 [3] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=29cf7a30f8a0ce4af2406d93d5a332099be26923 [4] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=2491762cfb475dbdfa3db11ebea6de49f58b7fac $ dmesg [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.32-5-amd64 (Debian 2.6.32-38) (ben@xxxxxxxxxxxxxxx) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Oct 3 05:45:56 UTC 2011 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/storage-root ro quiet [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009b000 (usable) [ 0.000000] BIOS-e820: 000000000009b000 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e9c20 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 0000000077fb0000 (usable) [ 0.000000] BIOS-e820: 0000000077fb0000 - 0000000077fbe000 (ACPI data) [ 0.000000] BIOS-e820: 0000000077fbe000 - 0000000077fe0000 (ACPI NVS) [ 0.000000] BIOS-e820: 0000000077fe0000 - 0000000078000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] BIOS-e820: 00000000fecc0000 - 00000000fecc1000 (reserved) [ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved) [ 0.000000] DMI 2.4 present. [ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it. [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0x77fb0 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-EFFFF uncachable [ 0.000000] F0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FFC0000000 write-back [ 0.000000] 1 base 0040000000 mask FFE0000000 write-back [ 0.000000] 2 base 0060000000 mask FFF0000000 write-back [ 0.000000] 3 base 0070000000 mask FFF8000000 write-back [ 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] initial memory mapped : 0 - 20000000 [ 0.000000] init_memory_mapping: 0000000000000000-0000000077fb0000 [ 0.000000] 0000000000 - 0077e00000 page 2M [ 0.000000] 0077e00000 - 0077fb0000 page 4k [ 0.000000] kernel direct mapping tables up to 77fb0000 @ 10000-14000 [ 0.000000] RAMDISK: 36ba8000 - 375cb656 [ 0.000000] ACPI: RSDP 00000000000fa8b0 00024 (v02 ACPIAM) [ 0.000000] ACPI: XSDT 0000000077fb0100 0005C (v01 103007 XSDT1341 20071030 MSFT 00000097) [ 0.000000] ACPI: FACP 0000000077fb0290 000F4 (v03 103007 FACP1341 20071030 MSFT 00000097) [ 0.000000] ACPI: DSDT 0000000077fb0490 0547E (v01 A0692 A0692000 00000000 INTL 20051117) [ 0.000000] ACPI: FACS 0000000077fbe000 00040 [ 0.000000] ACPI: APIC 0000000077fb0390 00068 (v01 103007 APIC1341 20071030 MSFT 00000097) [ 0.000000] ACPI: MCFG 0000000077fb0400 0003C (v01 103007 OEMMCFG 20071030 MSFT 00000097) [ 0.000000] ACPI: WDRT 0000000077fb0440 00047 (v01 103007 VT-8237S 20071030 MSFT 00000097) [ 0.000000] ACPI: OEMB 0000000077fbe040 00075 (v01 103007 OEMB1341 20071030 MSFT 00000097) [ 0.000000] ACPI: HPET 0000000077fb5910 00038 (v01 103007 VT-8237S 20071030 MSFT 00000097) [ 0.000000] ACPI: SSDT 0000000077fb5950 00206 (v01 A_M_I_ POWERNOW 00000001 AMD 00000001) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] Scanning NUMA topology in Northbridge 24 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-0000000077fb0000 [ 0.000000] Bootmem setup node 0 0000000000000000-0000000077fb0000 [ 0.000000] NODE_DATA [0000000000012000 - 0000000000019fff] [ 0.000000] bootmap [000000000001a000 - 0000000000028ff7] pages f [ 0.000000] (7 early reservations) ==> bootmem [0000000000 - 0077fb0000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000] [ 0.000000] #2 [0001000000 - 0001686594] TEXT DATA BSS ==> [0001000000 - 0001686594] [ 0.000000] #3 [0036ba8000 - 00375cb656] RAMDISK ==> [0036ba8000 - 00375cb656] [ 0.000000] #4 [000009b000 - 0000100000] BIOS reserved ==> [000009b000 - 0000100000] [ 0.000000] #5 [0001687000 - 0001687290] BRK ==> [0001687000 - 0001687290] [ 0.000000] #6 [0000010000 - 0000012000] PGTABLE ==> [0000010000 - 0000012000] [ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780 [ 0.000000] [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff880001c00000-ffff8800037fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00100000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009b [ 0.000000] 0: 0x00000100 -> 0x00077fb0 [ 0.000000] On node 0 totalpages: 491323 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 106 pages reserved [ 0.000000] DMA zone: 3817 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 6663 pages used for memmap [ 0.000000] DMA32 zone: 480681 pages, LIFO batch:31 [ 0.000000] Detected use of extended apic ids on hypertransport bus [ 0.000000] ACPI: PM-Timer IO Port: 0x808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: IOAPIC (id[0x03] address[0xfecc0000] gsi_base[24]) [ 0.000000] IOAPIC[1]: apic_id 3, version 3, address 0xfecc0000, GSI 24-47 [ 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: 0x11068201 base: 0xfed00000 [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 48 [ 0.000000] PM: Registered nosave memory: 000000000009b000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ea000 [ 0.000000] PM: Registered nosave memory: 00000000000ea000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 78000000 (gap: 78000000:86c00000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001800000 s90328 r8192 d24360 u1048576 [ 0.000000] pcpu-alloc: s90328 r8192 d24360 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 484498 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/speicher-root ro quiet [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Initializing CPU#0 [ 0.000000] Checking aperture... [ 0.000000] AGP bridge at 00:00:00 [ 0.000000] Aperture from AGP @ c8000000 old size 32 MB [ 0.000000] Aperture from AGP @ c8000000 size 128 MB (APSIZE f20) [ 0.000000] Node 0: aperture @ c8000000 size 128 MB [ 0.000000] Memory: 1918992k/1965760k available (3066k kernel code, 468k absent, 46300k reserved, 1889k data, 592k init) [ 0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:4352 nr_irqs:512 [ 0.000000] Extended CMOS year: 2000 [ 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 2101.382 MHz processor. [ 0.004005] Calibrating delay loop (skipped), value calculated using timer frequency.. 4202.76 BogoMIPS (lpj=8405528) [ 0.004027] Security Framework initialized [ 0.004034] SELinux: Disabled at boot. [ 0.004204] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.005391] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.005964] Mount-cache hash table entries: 256 [ 0.006136] Initializing cgroup subsys ns [ 0.006140] Initializing cgroup subsys cpuacct [ 0.006144] Initializing cgroup subsys devices [ 0.006147] Initializing cgroup subsys freezer [ 0.006149] Initializing cgroup subsys net_cls [ 0.006177] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.006179] CPU: L2 Cache: 512K (64 bytes/line) [ 0.006182] CPU 0/0x0 -> Node 0 [ 0.006184] tseg: 0000000000 [ 0.006198] CPU: Physical Processor ID: 0 [ 0.006200] CPU: Processor Core ID: 0 [ 0.006203] mce: CPU supports 5 MCE banks [ 0.006215] using C1E aware idle routine [ 0.006217] Performance Events: AMD PMU driver. [ 0.006222] ... version: 0 [ 0.006224] ... bit width: 48 [ 0.006226] ... generic registers: 4 [ 0.006227] ... value mask: 0000ffffffffffff [ 0.006229] ... max period: 00007fffffffffff [ 0.006231] ... fixed-purpose events: 0 [ 0.006233] ... event mask: 000000000000000f [ 0.006976] ACPI: Core revision 20090903 [ 0.016072] Setting APIC routing to flat [ 0.016464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 [ 0.057225] CPU0: AMD Athlon(tm) X2 Dual Core Processor BE-2350 stepping 02 [ 0.060001] Booting processor 1 APIC 0x1 ip 0x6000 [ 0.008000] Initializing CPU#1 [ 0.008000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.008000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.008000] CPU 1/0x1 -> Node 0 [ 0.008000] CPU: Physical Processor ID: 0 [ 0.008000] CPU: Processor Core ID: 1 [ 0.144079] CPU1: AMD Athlon(tm) X2 Dual Core Processor BE-2350 stepping 02 [ 0.144100] Brought up 2 CPUs [ 0.144103] Total of 2 processors activated (8405.27 BogoMIPS). [ 0.144526] CPU0 attaching sched-domain: [ 0.144532] domain 0: span 0-1 level MC [ 0.144534] groups: group ffff88000180fbf0 cpus 0 group ffff88000190fbf0 cpus 1 [ 0.144542] CPU1 attaching sched-domain: [ 0.144544] domain 0: span 0-1 level MC [ 0.144546] groups: group ffff88000190fbf0 cpus 1 group ffff88000180fbf0 cpus 0 [ 0.144617] devtmpfs: initialized [ 0.148214] regulator: core version 0.5 [ 0.148214] NET: Registered protocol family 16 [ 0.148214] node 0 link 0: io port [1000, ffffff] [ 0.148214] TOM: 0000000080000000 aka 2048M [ 0.148214] node 0 link 0: mmio [e0000000, efffffff] [ 0.148214] node 0 link 0: mmio [c8000000, cfffffff] [ 0.148214] node 0 link 0: mmio [d0000000, dfffffff] [ 0.148214] node 0 link 0: mmio [fa000000, faffffff] [ 0.148214] node 0 link 0: mmio [a0000, bffff] [ 0.148217] node 0 link 0: mmio [80000000, ffffffff] [ 0.148220] bus: [00,ff] on node 0 link 0 [ 0.148222] bus: 00 index 0 io port: [0, ffff] [ 0.148225] bus: 00 index 1 mmio: [80000000, fcffffffff] [ 0.148227] bus: 00 index 2 mmio: [c8000000, cfffffff] [ 0.148230] bus: 00 index 3 mmio: [fa000000, faffffff] [ 0.148232] bus: 00 index 4 mmio: [a0000, bffff] [ 0.148238] ACPI: bus type pci registered [ 0.148315] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 [ 0.148318] PCI: Not using MMCONFIG. [ 0.148320] PCI: Using configuration type 1 for base access [ 0.148698] bio: create slab <bio-0> at 0 [ 0.148698] ACPI: EC: Look up EC in DSDT [ 0.154568] ACPI: Executed 1 blocks of module-level executable AML code [ 0.159536] ACPI: Interpreter enabled [ 0.159539] ACPI: (supports S0 S1 S3 S4 S5) [ 0.159563] ACPI: Using IOAPIC for interrupt routing [ 0.159620] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 [ 0.165818] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources [ 0.175171] PCI: Using MMCONFIG at e0000000 - efffffff [ 0.184374] ACPI Warning: Incorrect checksum in table [OEMB] - ED, should be E8 (20090903/tbutils-314) [ 0.184499] ACPI: No dock devices found. [ 0.184657] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.184718] pci 0000:00:00.0: reg 10 32bit mmio pref: [0xc8000000-0xcfffffff] [ 0.185167] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold [ 0.185172] pci 0000:00:02.0: PME# disabled [ 0.185243] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold [ 0.185248] pci 0000:00:03.0: PME# disabled [ 0.185301] pci 0000:00:0f.0: reg 10 io port: [0xec00-0xec07] [ 0.185308] pci 0000:00:0f.0: reg 14 io port: [0xe880-0xe883] [ 0.185315] pci 0000:00:0f.0: reg 18 io port: [0xe800-0xe807] [ 0.185322] pci 0000:00:0f.0: reg 1c io port: [0xe480-0xe483] [ 0.185329] pci 0000:00:0f.0: reg 20 io port: [0xe400-0xe40f] [ 0.185336] pci 0000:00:0f.0: reg 24 io port: [0xe000-0xe0ff] [ 0.185403] pci 0000:00:0f.1: reg 20 io port: [0xfc00-0xfc0f] [ 0.185482] pci 0000:00:10.0: reg 20 io port: [0xd480-0xd49f] [ 0.185506] pci 0000:00:10.0: supports D1 D2 [ 0.185508] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.185512] pci 0000:00:10.0: PME# disabled [ 0.185559] pci 0000:00:10.1: reg 20 io port: [0xd800-0xd81f] [ 0.185583] pci 0000:00:10.1: supports D1 D2 [ 0.185585] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.185589] pci 0000:00:10.1: PME# disabled [ 0.185636] pci 0000:00:10.2: reg 20 io port: [0xd880-0xd89f] [ 0.185660] pci 0000:00:10.2: supports D1 D2 [ 0.185663] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.185667] pci 0000:00:10.2: PME# disabled [ 0.185713] pci 0000:00:10.3: reg 20 io port: [0xdc00-0xdc1f] [ 0.185737] pci 0000:00:10.3: supports D1 D2 [ 0.185740] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold [ 0.185744] pci 0000:00:10.3: PME# disabled [ 0.185781] pci 0000:00:10.4: reg 10 32bit mmio: [0xf9fffc00-0xf9fffcff] [ 0.185824] pci 0000:00:10.4: supports D1 D2 [ 0.185826] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold [ 0.185830] pci 0000:00:10.4: PME# disabled [ 0.185992] pci 0000:00:12.0: reg 10 io port: [0xd000-0xd0ff] [ 0.185998] pci 0000:00:12.0: reg 14 32bit mmio: [0xf9fff800-0xf9fff8ff] [ 0.186034] pci 0000:00:12.0: supports D1 D2 [ 0.186037] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.186041] pci 0000:00:12.0: PME# disabled [ 0.186272] pci 0000:01:00.0: reg 10 32bit mmio pref: [0xd0000000-0xdfffffff] [ 0.186278] pci 0000:01:00.0: reg 14 32bit mmio: [0xfa000000-0xfaffffff] [ 0.186296] pci 0000:01:00.0: reg 30 32bit mmio pref: [0xfbef0000-0xfbefffff] [ 0.186314] pci 0000:01:00.0: supports D1 D2 [ 0.186356] pci 0000:00:01.0: bridge 32bit mmio: [0xfa000000-0xfbefffff] [ 0.186361] pci 0000:00:01.0: bridge 32bit mmio pref: [0xd0000000-0xdfffffff] [ 0.186497] pci 0000:00:13.1: transparent bridge [ 0.186525] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.186684] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT] [ 0.186729] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PA._PRT] [ 0.186834] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT] [ 0.186878] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NBPG._PRT] [ 0.186938] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NBP0._PRT] [ 0.205797] ACPI: PCI Root Bridge [PCI1] (0000:20) [ 0.205854] pci 0000:20:01.0: reg 10 64bit mmio: [0xfbffc000-0xfbffffff] [ 0.205891] pci 0000:20:01.0: PME# supported from D0 D3hot D3cold [ 0.205895] pci 0000:20:01.0: PME# disabled [ 0.205938] ACPI: PCI Interrupt Routing Table [\_SB_.PCI1._PRT] [ 0.206316] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.206433] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15) [ 0.206548] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 11 12 14 15) [ 0.206664] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15) [ 0.206779] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.206903] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.207029] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.207154] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15) [ 0.207310] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.207314] vgaarb: loaded [ 0.207342] PCI: Using ACPI for IRQ routing [ 0.207342] pci 0000:00:00.0: BAR 0: address space collision on of device [0xc8000000-0xcfffffff] [ 0.207342] pci 0000:00:00.0: BAR 0: can't allocate resource [ 0.207342] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.207342] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.207342] hpet0: 3 comparators, 32-bit 14.318180 MHz counter [ 0.212041] Switching to clocksource hpet [ 0.213190] pnp: PnP ACPI init [ 0.213214] ACPI: bus type pnp registered [ 0.218718] pnp 00:0e: mem resource (0x0-0x9ffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling [ 0.218722] pnp 00:0e: mem resource (0xc0000-0xbffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling [ 0.218726] pnp 00:0e: mem resource (0xe0000-0xfffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling [ 0.218730] pnp 00:0e: mem resource (0x100000-0x77ffffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling [ 0.219416] pnp: PnP ACPI: found 16 devices [ 0.219418] ACPI: ACPI bus type pnp unregistered [ 0.219434] system 00:05: ioport range 0x3e0-0x3e7 has been reserved [ 0.219437] system 00:05: ioport range 0x4d0-0x4d1 has been reserved [ 0.219440] system 00:05: ioport range 0x800-0x87f has been reserved [ 0.219443] system 00:05: ioport range 0x400-0x41f has been reserved [ 0.219448] system 00:05: iomem range 0xfecc0000-0xfecc0fff could not be reserved [ 0.219451] system 00:05: iomem range 0xfed02000-0xfed02fff has been reserved [ 0.219459] system 00:09: ioport range 0xc00-0xc0f has been reserved [ 0.219463] system 00:09: ioport range 0xd00-0xd0f has been reserved [ 0.219466] system 00:09: ioport range 0xa20-0xa2f has been reserved [ 0.219469] system 00:09: ioport range 0xa30-0xa3f has been reserved [ 0.219476] system 00:0c: iomem range 0xfec00000-0xfec00fff could not be reserved [ 0.219479] system 00:0c: iomem range 0xfee00000-0xfee00fff has been reserved [ 0.219482] system 00:0c: iomem range 0x78000000-0x7fffffff has been reserved [ 0.219488] system 00:0d: iomem range 0xe0000000-0xefffffff has been reserved [ 0.219493] system 00:0e: iomem range 0xfc000000-0xffffffff could not be reserved [ 0.224308] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01 [ 0.224311] pci 0000:00:01.0: IO window: disabled [ 0.224316] pci 0000:00:01.0: MEM window: 0xfa000000-0xfbefffff [ 0.224320] pci 0000:00:01.0: PREFETCH window: 0xd0000000-0xdfffffff [ 0.224326] pci 0000:00:02.0: PCI bridge, secondary bus 0000:02 [ 0.224330] pci 0000:00:02.0: IO window: 0x1000-0x1fff [ 0.224335] pci 0000:00:02.0: MEM window: 0x80000000-0x801fffff [ 0.224340] pci 0000:00:02.0: PREFETCH window: 0x00000080200000-0x000000803fffff [ 0.224347] pci 0000:00:03.0: PCI bridge, secondary bus 0000:03 [ 0.224350] pci 0000:00:03.0: IO window: 0x2000-0x2fff [ 0.224356] pci 0000:00:03.0: MEM window: 0x80400000-0x805fffff [ 0.224360] pci 0000:00:03.0: PREFETCH window: 0x00000080600000-0x000000807fffff [ 0.224367] pci 0000:00:13.1: PCI bridge, secondary bus 0000:04 [ 0.224370] pci 0000:00:13.1: IO window: disabled [ 0.224374] pci 0000:00:13.1: MEM window: disabled [ 0.224377] pci 0000:00:13.1: PREFETCH window: disabled [ 0.224392] pci 0000:00:01.0: setting latency timer to 64 [ 0.224400] pci 0000:00:02.0: enabling device (0104 -> 0107) [ 0.224407] alloc irq_desc for 27 on node 0 [ 0.224409] alloc kstat_irqs on node 0 [ 0.224416] pci 0000:00:02.0: PCI INT A -> GSI 27 (level, low) -> IRQ 27 [ 0.224420] pci 0000:00:02.0: setting latency timer to 64 [ 0.224428] pci 0000:00:03.0: enabling device (0104 -> 0107) [ 0.224432] alloc irq_desc for 31 on node 0 [ 0.224434] alloc kstat_irqs on node 0 [ 0.224437] pci 0000:00:03.0: PCI INT A -> GSI 31 (level, low) -> IRQ 31 [ 0.224442] pci 0000:00:03.0: setting latency timer to 64 [ 0.224448] pci 0000:00:13.1: setting latency timer to 64 [ 0.224454] pci_bus 0000:00: resource 0 io: [0x00-0xffff] [ 0.224456] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff] [ 0.224460] pci_bus 0000:01: resource 1 mem: [0xfa000000-0xfbefffff] [ 0.224462] pci_bus 0000:01: resource 2 pref mem [0xd0000000-0xdfffffff] [ 0.224465] pci_bus 0000:02: resource 0 io: [0x1000-0x1fff] [ 0.224468] pci_bus 0000:02: resource 1 mem: [0x80000000-0x801fffff] [ 0.224471] pci_bus 0000:02: resource 2 pref mem [0x80200000-0x803fffff] [ 0.224474] pci_bus 0000:03: resource 0 io: [0x2000-0x2fff] [ 0.224477] pci_bus 0000:03: resource 1 mem: [0x80400000-0x805fffff] [ 0.224479] pci_bus 0000:03: resource 2 pref mem [0x80600000-0x807fffff] [ 0.224483] pci_bus 0000:04: resource 3 io: [0x00-0xffff] [ 0.224485] pci_bus 0000:04: resource 4 mem: [0x000000-0xffffffffffffffff] [ 0.224488] pci_bus 0000:20: resource 0 io: [0x00-0xffff] [ 0.224491] pci_bus 0000:20: resource 1 mem: [0x000000-0xffffffffffffffff] [ 0.224531] NET: Registered protocol family 2 [ 0.224679] IP route cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.225774] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) [ 0.227956] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.228577] TCP: Hash tables configured (established 262144 bind 65536) [ 0.228581] TCP reno registered [ 0.228709] NET: Registered protocol family 1 [ 0.228725] pci 0000:00:00.0: MSI quirk detected; MSI disabled [ 0.228739] pci 0000:00:01.0: disabling DAC on VIA PCI bridge [ 0.228743] pci 0000:00:02.0: MSI quirk detected; subordinate MSI disabled [ 0.228844] pci 0000:01:00.0: Boot video device [ 0.228907] Unpacking initramfs... [ 0.498956] Freeing initrd memory: 10381k freed [ 0.505778] agpgart-amd64 0000:00:00.0: AGP bridge [1106/0336] [ 0.510778] agpgart-amd64 0000:00:00.0: AGP aperture is 128M @ 0xc8000000 [ 0.511231] audit: initializing netlink socket (disabled) [ 0.511243] type=2000 audit(1318232862.508:1): initialized [ 0.514404] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.516174] VFS: Disk quotas dquot_6.5.2 [ 0.516240] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516333] msgmni has been set to 3768 [ 0.516595] alg: No test for stdrng (krng) [ 0.516680] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.516684] io scheduler noop registered [ 0.516686] io scheduler anticipatory registered [ 0.516688] io scheduler deadline registered [ 0.516728] io scheduler cfq registered (default) [ 0.516948] pcieport 0000:00:02.0: setting latency timer to 64 [ 0.517132] pcieport 0000:00:03.0: setting latency timer to 64 […] -- Package-specific info: ** Version: Linux version 2.6.32-5-amd64 (Debian 2.6.32-38) (ben@xxxxxxxxxxxxxxx) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Oct 3 05:45:56 UTC 2011 ** Command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/storage-root ro quiet ** Not tainted ** Kernel log: [ 1.969117] usb 3-2: New USB device found, idVendor=058f, idProduct=9254 [ 1.969121] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.969124] usb 3-2: Product: Generic USB Hub [ 1.969126] usb 3-2: Manufacturer: ALCOR [ 1.969225] usb 3-2: configuration #1 chosen from 1 choice [ 1.972188] hub 3-2:1.0: USB hub found [ 1.974114] hub 3-2:1.0: 4 ports detected [ 20.292396] PM: Starting manual resume from disk [ 20.292401] PM: Resume from partition 253:2 [ 20.292403] PM: Checking hibernation image. [ 20.293266] PM: Error -22 checking image file [ 20.293269] PM: Resume from disk failed. [ 20.350212] kjournald starting. Commit interval 5 seconds [ 20.350240] EXT3-fs: mounted filesystem with ordered data mode. [ 21.974587] <30>udevd[474]: starting version 172 [ 22.657456] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 [ 22.657470] ACPI: Sleep Button [SLPB] [ 22.657544] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 [ 22.657548] ACPI: Power Button [PWRB] [ 22.657621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 [ 22.657625] ACPI: Power Button [PWRF] [ 22.671794] processor LNXCPU:00: registered as cooling_device0 [ 22.672085] processor LNXCPU:01: registered as cooling_device1 [ 22.757024] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 22.796647] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 22.946071] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141 [ 23.075615] parport_pc 00:04: reported by Plug and Play ACPI [ 23.075663] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] [ 23.134115] EDAC MC: Ver: 2.1.0 Oct 3 2011 [ 23.449967] EDAC amd64_edac: Ver: 3.2.0 Oct 3 2011 [ 23.450650] EDAC amd64: ECC is enabled by BIOS. [ 23.450689] EDAC MC: Rev F or later detected [ 23.450755] EDAC MC0: Giving out device to 'amd64_edac' 'RevF': DEV 0000:00:18.2 [ 23.450786] EDAC PCI0: Giving out device to module 'amd64_edac' controller 'EDAC PCI controller': DEV '0000:00:18.2' (POLLED) [ 23.801762] alloc irq_desc for 17 on node 0 [ 23.801766] alloc kstat_irqs on node 0 [ 23.801776] HDA Intel 0000:20:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 23.801859] HDA Intel 0000:20:01.0: setting latency timer to 64 [ 23.801864] HDA Intel 0000:20:01.0: PCI: Disallowing DAC for device [ 23.882460] input: HDA Digital PCBeep as /devices/pci0000:20/0000:20:01.0/input/input5 [ 24.298713] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input6 [ 24.316775] ioctl32(fsck.ext3:847): Unknown cmd fd(5) cmd(0000127c){t:12;sz:0} arg(ffca43d8) on /dev/dm-1 [ 24.316887] ioctl32(fsck.ext3:847): Unknown cmd fd(5) cmd(0000127c){t:12;sz:0} arg(ffca43d8) on /dev/dm-1 [ 24.395101] EXT3 FS on dm-1, internal journal [ 24.874632] loop: module loaded [ 25.004438] kvm: Nested Virtualization enabled [ 26.702781] Adding 4194296k swap on /dev/mapper/speicher-swap. Priority:-1 extents:1 across:4194296k [ 26.715021] ioctl32(fsck.ext3:1090): Unknown cmd fd(5) cmd(0000127c){t:12;sz:0} arg(fff5f5a8) on /dev/md0 [ 26.715476] ioctl32(fsck.ext3:1090): Unknown cmd fd(5) cmd(0000127c){t:12;sz:0} arg(fff5f5a8) on /dev/md0 [ 26.785895] ioctl32(fsck.ext3:1093): Unknown cmd fd(5) cmd(0000127c){t:12;sz:0} arg(fff90f78) on /dev/dm-6 [ 26.821972] ioctl32(fsck.ext3:1093): Unknown cmd fd(5) cmd(0000127c){t:12;sz:0} arg(fff90f78) on /dev/dm-6 [ 27.369764] ioctl32(fsck.ext3:1098): Unknown cmd fd(5) cmd(0000127c){t:12;sz:0} arg(fff5e848) on /dev/dm-3 [ 27.389020] ioctl32(fsck.ext3:1098): Unknown cmd fd(5) cmd(0000127c){t:12;sz:0} arg(fff5e848) on /dev/dm-3 [ 27.889114] ioctl32(fsck.ext3:1102): Unknown cmd fd(5) cmd(0000127c){t:12;sz:0} arg(ffad6cc8) on /dev/dm-4 [ 27.924852] ioctl32(fsck.ext3:1102): Unknown cmd fd(5) cmd(0000127c){t:12;sz:0} arg(ffad6cc8) on /dev/dm-4 [ 28.600283] fuse init (API version 7.13) [ 28.812319] kjournald starting. Commit interval 5 seconds [ 28.844426] EXT3 FS on md0, internal journal [ 28.844431] EXT3-fs: mounted filesystem with ordered data mode. [ 29.119131] kjournald starting. Commit interval 5 seconds [ 29.194923] EXT3 FS on dm-6, internal journal [ 29.194931] EXT3-fs: mounted filesystem with ordered data mode. [ 29.313414] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled [ 29.314965] SGI XFS Quota Management subsystem [ 29.406078] XFS mounting filesystem dm-7 [ 29.732665] Ending clean XFS mount for filesystem: dm-7 [ 29.944405] XFS mounting filesystem dm-8 [ 30.210437] Ending clean XFS mount for filesystem: dm-8 [ 30.300263] REISERFS (device dm-5): found reiserfs format "3.6" with standard journal [ 30.300304] REISERFS (device dm-5): using ordered data mode [ 30.307728] REISERFS (device dm-5): journal params: device dm-5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 [ 30.309347] REISERFS (device dm-5): checking transaction log (dm-5) [ 30.341246] REISERFS (device dm-5): Using r5 hash to sort names [ 30.413826] kjournald starting. Commit interval 5 seconds [ 30.414410] EXT3 FS on dm-3, internal journal [ 30.414417] EXT3-fs: mounted filesystem with ordered data mode. [ 30.446499] kjournald starting. Commit interval 5 seconds [ 30.446798] EXT3 FS on dm-4, internal journal [ 30.446804] EXT3-fs: mounted filesystem with ordered data mode. [ 35.360686] powernow-k8: Found 1 AMD Athlon(tm) X2 Dual Core Processor BE-2350 processors (2 cpu cores) (version 2.20.00) [ 35.360745] powernow-k8: 0 : fid 0xd (2100 MHz), vid 0xe [ 35.360748] powernow-k8: 1 : fid 0xc (2000 MHz), vid 0xf [ 35.360750] powernow-k8: 2 : fid 0xa (1800 MHz), vid 0x11 [ 35.360753] powernow-k8: 3 : fid 0x2 (1000 MHz), vid 0x16 [ 36.004024] Clocksource tsc unstable (delta = -261871484 ns) [ 69.750801] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 71.392312] ip_tables: (C) 2000-2006 Netfilter Core Team [ 71.845650] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 78.671648] [drm] Initialized drm 1.1.0 20060810 [ 78.869715] alloc irq_desc for 16 on node 0 [ 78.869723] alloc kstat_irqs on node 0 [ 78.869746] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 78.871097] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on minor 0 [ 78.871744] ioctl32(Xorg:2494): Unknown cmd fd(11) cmd(c0106407){t:'d';sz:16} arg(ff82b200) on /dev/dri/card0 [ 78.871790] ioctl32(Xorg:2494): Unknown cmd fd(11) cmd(c0106407){t:'d';sz:16} arg(ff82b200) on /dev/dri/card0 [ 78.871807] ioctl32(Xorg:2494): Unknown cmd fd(11) cmd(c0086401){t:'d';sz:8} arg(ff82b1f8) on /dev/dri/card0 [ 78.946336] ioctl32(Xorg:2494): Unknown cmd fd(11) cmd(c0246400){t:'d';sz:36} arg(09b5df10) on /dev/dri/card0 [ 78.971230] ioctl32(Xorg:2494): Unknown cmd fd(11) cmd(c0246400){t:'d';sz:36} arg(09b5df10) on /dev/dri/card0 [ 80.344020] eth0: no IPv6 routers present [ 193.434434] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj. ** Model information sys_vendor: System manufacturer product_name: System Product Name product_version: System Version chassis_vendor: Chassis Manufacture chassis_version: Chassis Version bios_vendor: American Megatrends Inc. bios_version: 0304 board_vendor: ASUSTeK Computer INC. board_name: M2V-MX SE board_version: Rev x.xx ** Loaded modules: Module Size Used by binfmt_misc 6399 1 via 32847 0 drm 141911 1 via ip6table_filter 2384 0 ip6_tables 14883 1 ip6table_filter iptable_filter 2258 0 ip_tables 13691 1 iptable_filter x_tables 12685 2 ip6_tables,ip_tables powernow_k8 10978 2 cpufreq_conservative 5162 0 cpufreq_userspace 1992 0 cpufreq_stats 2740 0 cpufreq_powersave 902 0 reiserfs 193788 1 xfs 434809 2 exportfs 3122 1 xfs fuse 50732 1 kvm_amd 31862 0 kvm 214120 1 kvm_amd loop 11623 0 firewire_sbp2 11418 0 firewire_core 36704 1 firewire_sbp2 crc_itu_t 1307 1 firewire_core snd_hda_codec_realtek 235138 1 snd_hda_intel 20035 2 snd_hda_codec 53892 2 snd_hda_codec_realtek,snd_hda_intel snd_hwdep 5220 1 snd_hda_codec snd_pcm_oss 32415 0 snd_mixer_oss 12478 1 snd_pcm_oss snd_pcm 60151 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss snd_seq_midi 4256 0 snd_rawmidi 15323 1 snd_seq_midi snd_seq_midi_event 4628 1 snd_seq_midi snd_seq 41281 2 snd_seq_midi,snd_seq_midi_event snd_timer 15502 2 snd_pcm,snd_seq snd_seq_device 4493 3 snd_seq_midi,snd_rawmidi,snd_seq snd 45998 15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device amd64_edac_mod 13806 0 soundcore 4566 1 snd psmouse 49937 0 edac_core 29197 3 amd64_edac_mod snd_page_alloc 6217 2 snd_hda_intel,snd_pcm parport_pc 18855 0 edac_mce_amd 6433 1 amd64_edac_mod serio_raw 3752 0 i2c_viapro 5483 0 evdev 7352 14 k8temp 3283 0 parport 27682 1 parport_pc i2c_core 15451 2 drm,i2c_viapro shpchp 26232 0 asus_atk0110 7686 0 pci_hotplug 21587 1 shpchp processor 29871 1 powernow_k8 button 4650 0 ext3 106534 5 jbd 36997 1 ext3 mbcache 5050 1 ext3 sha256_generic 8644 2 aes_x86_64 7340 2 aes_generic 25714 1 aes_x86_64 cbc 2507 1 dm_crypt 10664 1 dm_mod 53546 30 dm_crypt raid1 18239 2 md_mod 73264 3 raid1 sg 23893 0 sd_mod 29681 3 crc_t10dif 1276 1 sd_mod sr_mod 12250 0 cdrom 28631 1 sr_mod usbhid 33276 0 ata_generic 3239 0 hid 63209 1 usbhid pata_via 7461 0 uhci_hcd 18521 0 sata_via 7928 2 ehci_hcd 32065 0 via_rhine 17371 0 libata 133264 3 ata_generic,pata_via,sata_via thermal 11610 0 thermal_sys 11942 2 processor,thermal mii 3210 1 via_rhine usbcore 122386 4 usbhid,uhci_hcd,ehci_hcd nls_base 6377 1 usbcore scsi_mod 126069 5 firewire_sbp2,sg,sd_mod,sr_mod,libata ** PCI devices: 00:00.0 Host bridge [0600]: VIA Technologies, Inc. K8M890CE Host Bridge [1106:0336] Subsystem: VIA Technologies, Inc. K8M890CE Host Bridge [1106:0336] 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: 64, Cache Line Size: 64 bytes Region 0: Memory at <ignored> (32-bit, prefetchable) Capabilities: <access denied> Kernel driver in use: agpgart-amd64 00:00.1 Host bridge [0600]: VIA Technologies, Inc. K8M890CE Host Bridge [1106:1336] Subsystem: ASUSTeK Computer Inc. Device [1043:8297] 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, Cache Line Size: 64 bytes 00:00.2 Host bridge [0600]: VIA Technologies, Inc. K8M890CE Host Bridge [1106:2336] Subsystem: ASUSTeK Computer Inc. Device [1043:8297] 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, Cache Line Size: 64 bytes 00:00.3 Host bridge [0600]: VIA Technologies, Inc. K8M890CE Host Bridge [1106:3336] Subsystem: ASUSTeK Computer Inc. Device [1043:8297] 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, Cache Line Size: 64 bytes 00:00.4 Host bridge [0600]: VIA Technologies, Inc. K8M890CE Host Bridge [1106:4336] Subsystem: ASUSTeK Computer Inc. Device [1043:8297] 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, Cache Line Size: 64 bytes 00:00.5 PIC [0800]: VIA Technologies, Inc. K8M890CE I/O APIC Interrupt Controller [1106:5336] (prog-if 20 [IO(X)-APIC]) Subsystem: ASUSTeK Computer Inc. Device [1043:8297] 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: 64 bytes 00:00.7 Host bridge [0600]: VIA Technologies, Inc. K8M890CE Host Bridge [1106:7336] 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, Cache Line Size: 64 bytes 00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 South] [1106:b188] (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=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 Memory behind bridge: fa000000-fbefffff Prefetchable memory behind bridge: d0000000-dfffffff 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:02.0 PCI bridge [0604]: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller [1106:a238] (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: 64 bytes Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 00001000-00001fff Memory behind bridge: 80000000-801fffff Prefetchable memory behind bridge: 0000000080200000-00000000803fffff 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:03.0 PCI bridge [0604]: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller [1106:c238] (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: 64 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: 80400000-805fffff Prefetchable memory behind bridge: 0000000080600000-00000000807fffff 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:0f.0 IDE interface [0101]: VIA Technologies, Inc. Device [1106:5372] (prog-if 8f [Master SecP SecO PriP PriO]) Subsystem: ASUSTeK Computer Inc. Device [1043:827c] 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: 64 Interrupt: pin B routed to IRQ 21 Region 0: I/O ports at ec00 [size=8] Region 1: I/O ports at e880 [size=4] Region 2: I/O ports at e800 [size=8] Region 3: I/O ports at e480 [size=4] Region 4: I/O ports at e400 [size=16] Region 5: I/O ports at e000 [size=256] Capabilities: <access denied> Kernel driver in use: sata_via 00:0f.1 IDE interface [0101]: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 07) (prog-if 8a [Master SecP PriP]) Subsystem: ASUSTeK Computer Inc. Device [1043:827c] 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: 32 Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8] Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1] Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8] Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1] Region 4: I/O ports at fc00 [size=16] Capabilities: <access denied> Kernel driver in use: pata_via 00:10.0 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev b0) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:827c] 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: 64, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 20 Region 4: I/O ports at d480 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:10.1 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev b0) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:827c] 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: 64, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 22 Region 4: I/O ports at d800 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:10.2 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev b0) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:827c] 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: 64, Cache Line Size: 64 bytes Interrupt: pin C routed to IRQ 21 Region 4: I/O ports at d880 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:10.3 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev b0) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:827c] 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: 64, Cache Line Size: 64 bytes Interrupt: pin D routed to IRQ 23 Region 4: I/O ports at dc00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:10.4 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0 [1106:3104] (rev 90) (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:827c] 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: 64, Cache Line Size: 64 bytes Interrupt: pin C routed to IRQ 21 Region 0: Memory at f9fffc00 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: ehci_hcd 00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8237S PCI to ISA Bridge [1106:3372] Subsystem: ASUSTeK Computer Inc. Device [1043:827c] 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- Capabilities: <access denied> 00:11.7 Host bridge [0600]: VIA Technologies, Inc. VT8251 Ultra VLINK Controller [1106:287e] Subsystem: VIA Technologies, Inc. Device [1106:337e] 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: 128 Capabilities: <access denied> 00:12.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6102 [Rhine-II] [1106:3065] (rev 7c) Subsystem: ASUSTeK Computer Inc. A7V600-X Motherboard [1043:80ed] 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: 64 (750ns min, 2000ns max), Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 23 Region 0: I/O ports at d000 [size=256] Region 1: Memory at f9fff800 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: via-rhine 00:13.0 Host bridge [0600]: VIA Technologies, Inc. VT8237A Host Bridge [1106:337b] 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:13.1 PCI bridge [0604]: VIA Technologies, Inc. VT8237A PCI to PCI Bridge [1106:337a] (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=04, subordinate=04, sec-latency=0 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:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100] 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- Capabilities: <access denied> 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101] 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- 00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102] 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- Kernel driver in use: amd64_edac 00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103] 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- Capabilities: <access denied> Kernel driver in use: k8temp 01:00.0 VGA compatible controller [0300]: VIA Technologies, Inc. K8M890CE/K8N890CE [Chrome 9] [1106:3230] (rev 11) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:8297] 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: 64 (500ns min) Interrupt: pin A routed to IRQ 16 Region 0: Memory at d0000000 (32-bit, prefetchable) [size=256M] Region 1: Memory at fa000000 (32-bit, non-prefetchable) [size=16M] Expansion ROM at fbef0000 [disabled] [size=64K] Capabilities: <access denied> 20:01.0 Audio device [0403]: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) [1106:3288] (rev 10) Subsystem: ASUSTeK Computer Inc. Device [1043:8290] 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: 64 bytes Interrupt: pin A routed to IRQ 17 Region 0: Memory at fbffc000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: HDA Intel ** USB devices: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 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 002 Device 002: ID 046d:c312 Logitech, Inc. DeLuxe 250 Keyboard Bus 003 Device 002: ID 058f:9254 Alcor Micro Corp. Hub -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages linux-image-2.6.32-5-amd64 depends on: ii debconf [debconf-2.0] 1.5.41 ii initramfs-tools [linux-initramfs-tool] 0.99 ii linux-base 3.3 ii module-init-tools 3.16-1 Versions of packages linux-image-2.6.32-5-amd64 recommends: ii firmware-linux-free 3 ii libc6-i686 2.13-21 Versions of packages linux-image-2.6.32-5-amd64 suggests: pn grub | lilo <none> pn linux-doc-2.6.32 <none> Versions of packages linux-image-2.6.32-5-amd64 is related to: pn firmware-bnx2 <none> pn firmware-bnx2x <none> pn firmware-ipw2x00 <none> pn firmware-ivtv <none> pn firmware-iwlwifi <none> pn firmware-linux <none> pn firmware-linux-nonfree <none> pn firmware-qlogic <none> pn firmware-ralink <none> pn xen-hypervisor <none> -- debconf information: linux-image-2.6.32-5-amd64/postinst/missing-firmware-2.6.32-5-amd64: linux-image-2.6.32-5-amd64/postinst/bootloader-error-2.6.32-5-amd64: linux-image-2.6.32-5-amd64/prerm/would-invalidate-boot-loader-2.6.32-5-amd64: true linux-image-2.6.32-5-amd64/postinst/ignoring-do-bootloader-2.6.32-5-amd64: shared/kernel-image/really-run-bootloader: true linux-image-2.6.32-5-amd64/postinst/depmod-error-initrd-2.6.32-5-amd64: false linux-image-2.6.32-5-amd64/prerm/removing-running-kernel-2.6.32-5-amd64: true linux-image-2.6.32-5-amd64/postinst/bootloader-test-error-2.6.32-5-amd64:
Attachment:
signature.asc
Description: This is a digitally signed message part