Okay, so I have wanted to switch to Linux for a while now. I finally got around to trying some different distros but it seems like no matter what I try I run into the same problem. Whenever I boot into a Linux system whether it be Gnome Ubuntu, Unity Ubuntu, Lubuntu, openSUSE ect. the system is super slow and the my mouse doesn't work. I have tried three different mice with no changes. To expand on this what I mean is that I'm only able to click on certain buttons such as buttons to X out of programs the back buttons I'm not able to click on anything else. As for being slow it takes a very long time for anything I do to register. Does anyone have any idea what the problem is. Could it be my hardware? The hard drive that I am installing onto is completely clean. So is the USB stick I use. I have an AMD Phenom II, 8 gigs of Mushkin Redline enhanced 1866, an Asus mother board. I would appreciate any help.
I bet you it is a video card/driver issue.
What makes you think that?
What kind of video card (integrated) and are you talking of a live cd install or a real install on the hardrive which I presume works good.I had great success installing AntiX version on a few very old systems .
Not an integrated card. A Radeon 7770 1GB. (Made by Sapphire if that matters) I have tried both Live Cd installs and real installs on the hard drive but both yield the same result. I was concerned that my system may be to old and that is why I tried Lubuntu, but it was no different. I will however try AntiX.
I have a very similar computer, except I have a gigabyte motherboard.
Except I use a 660 now instead of a 7770 (also by sapphire).
Try running the command 'top' in a terminal. This command will help you to find which processes are using what. Mainly, we use it to look at the resources being used by our servers, but it works fine on Linux desktops systems too. In itself 'top' takes next to no resources and by default, the list is ordered by CPU usage, but there are a number of other options including memory (shift + m). The 'man' page for 'top' is pretty good, but I'll refer you a couple of other links that will help you to use it.
Link: http://tecadmin.net/understanding-linux-top-command-results-uses/
Link: http://theurbanpenguin.com/wp/?p=3357
I noticed something similar on an AMD card. The mouse actually worked, but the movement of the cursor was not being shown.
After system start, run dmesg in terminal, and you'll get a timeline with all the debug messages. There you can see what takes too long, what doesn't work, etc.
It's impossible to diagnose the problem without further information. Since you've tried with all kinds of distros, chances are really high that it's a hardware issue. Some Asus boards need a BIOS update to work properly in linux, and on some boards, Asus doesn't make it easy, and you have to flash a "beta" BIOS.
In fact, it could be as simple as a setting in the BIOS purporting to power management or the likes, but there is no way of telling without examining the debug messages of the system.
Alright here is the result of dmesg:
(I am trying cruchbang at the moment)
@crunchbang:~$ dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-4-amd64 ([email protected]) (gcc version 4.6.3 (Debian 4.6.3-15) ) #1 SMP Debian 3.2.41-2
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=0391a766-0cca-4302-a622-20a093e8d6d7 ro quiet
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
[ 0.000000] BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bc4ad000 (usable)
[ 0.000000] BIOS-e820: 00000000bc4ad000 - 00000000bc799000 (reserved)
[ 0.000000] BIOS-e820: 00000000bc799000 - 00000000bc7a4000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bc7a4000 - 00000000bd4fc000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bd4fc000 - 00000000bd8d9000 (reserved)
[ 0.000000] BIOS-e820: 00000000bd8d9000 - 00000000bd8da000 (usable)
[ 0.000000] BIOS-e820: 00000000bd8da000 - 00000000bdadd000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bdadd000 - 00000000bdf00000 (usable)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec20000 - 00000000fec21000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed61000 - 00000000fed71000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed80000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fef00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100001000 - 0000000240000000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./M5A97 R2.0, BIOS 0601 07/17/2012
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x240000 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-BFFFF write-through
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-EBFFF uncachable
[ 0.000000] EC000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
[ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
[ 0.000000] 2 base 0000BDF00000 mask FFFFFFF00000 uncachable
[ 0.000000] 3 base 0000BE000000 mask FFFFFE000000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 0000000240000000 aka 9216M
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 00000000bdf00000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0xbdf00 max_arch_pfn = 0x400000000
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bdf00000
[ 0.000000] 0000000000 - 0080000000 page 1G
[ 0.000000] 0080000000 - 00bde00000 page 2M
[ 0.000000] 00bde00000 - 00bdf00000 page 4k
[ 0.000000] kernel direct mapping tables up to bdf00000 @ 1fffd000-20000000
[ 0.000000] init_memory_mapping: 0000000100001000-0000000240000000
[ 0.000000] 0100001000 - 0100200000 page 4k
[ 0.000000] 0100200000 - 0140000000 page 2M
[ 0.000000] 0140000000 - 0240000000 page 1G
[ 0.000000] kernel direct mapping tables up to 240000000 @ bdefd000-bdf00000
[ 0.000000] RAMDISK: 36b58000 - 375a4000
[ 0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 00000000bc79b070 0005C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 00000000bc7a2ce0 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20110623/tbfadt-560)
[ 0.000000] ACPI: DSDT 00000000bc79b168 07B77 (v02 ALASKA A M I 00000000 INTL 20051117)
[ 0.000000] ACPI: FACS 00000000bd4f6f80 00040
[ 0.000000] ACPI: APIC 00000000bc7a2dd8 0007E (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 00000000bc7a2e58 00044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 00000000bc7a2ea0 0003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.000000] ACPI: HPET 00000000bc7a2ee0 00038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.000000] ACPI: BGRT 00000000bc7a3830 00038 (v00 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 00000000bc7a2f70 008BC (v01 AMD 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-0000000240000000
[ 0.000000] Initmem setup node 0 0000000000000000-0000000240000000
[ 0.000000] NODE_DATA [000000023fffb000 - 000000023fffffff]
[ 0.000000] [ffffea0000000000-ffffea0007dfffff] PMD -> [ffff880237600000-ffff88023e5fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00240000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[5] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009e
[ 0.000000] 0: 0x00000100 -> 0x000bc4ad
[ 0.000000] 0: 0x000bd8d9 -> 0x000bd8da
[ 0.000000] 0: 0x000bdadd -> 0x000bdf00
[ 0.000000] 0: 0x00100001 -> 0x00240000
[ 0.000000] On node 0 totalpages: 2082910
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3921 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 753929 pages, LIFO batch:31
[ 0.000000] Normal zone: 17920 pages used for memmap
[ 0.000000] Normal zone: 1292799 pages, LIFO batch:31
[ 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: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x05] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: IOAPIC (id[0x06] address[0xfec20000] gsi_base[24])
[ 0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec20000, GSI 24-55
[ 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: 0x43538210 base: 0xfed00000
[ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 72
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000bc4ad000 - 00000000bc799000
[ 0.000000] PM: Registered nosave memory: 00000000bc799000 - 00000000bc7a4000
[ 0.000000] PM: Registered nosave memory: 00000000bc7a4000 - 00000000bd4fc000
[ 0.000000] PM: Registered nosave memory: 00000000bd4fc000 - 00000000bd8d9000
[ 0.000000] PM: Registered nosave memory: 00000000bd8da000 - 00000000bdadd000
[ 0.000000] PM: Registered nosave memory: 00000000bdf00000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
[ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
[ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fec20000
[ 0.000000] PM: Registered nosave memory: 00000000fec20000 - 00000000fec21000
[ 0.000000] PM: Registered nosave memory: 00000000fec21000 - 00000000fed00000
[ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed01000
[ 0.000000] PM: Registered nosave memory: 00000000fed01000 - 00000000fed61000
[ 0.000000] PM: Registered nosave memory: 00000000fed61000 - 00000000fed71000
[ 0.000000] PM: Registered nosave memory: 00000000fed71000 - 00000000fed80000
[ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed90000
[ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fef00000
[ 0.000000] PM: Registered nosave memory: 00000000fef00000 - 0000000100000000
[ 0.000000] PM: Registered nosave memory: 0000000100000000 - 0000000100001000
[ 0.000000] Allocating PCI resources starting at bdf00000 (gap: bdf00000:40d00000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88023fc00000 s82944 r8192 d23552 u524288
[ 0.000000] pcpu-alloc: s82944 r8192 d23552 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: 2050649
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=0391a766-0cca-4302-a622-20a093e8d6d7 ro quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Node 0: aperture @ 612e000000 size 32 MB
[ 0.000000] Aperture beyond 4GB. Ignoring.
[ 0.000000] Your BIOS doesn't leave a aperture memory hole
[ 0.000000] Please enable the IOMMU option in the BIOS setup
[ 0.000000] This costs you 64 MB of RAM
[ 0.000000] Mapping aperture over 65536 KB of RAM @ b4000000
[ 0.000000] PM: Registered nosave memory: 00000000b4000000 - 00000000b8000000
[ 0.000000] Memory: 8065840k/9437184k available (3420k kernel code, 1105544k absent, 265800k reserved, 3318k data, 576k init)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:33024 nr_irqs:1024 16
[ 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 3684.206 MHz processor.
[ 0.004002] Calibrating delay loop (skipped), value calculated using timer frequency.. 7368.41 BogoMIPS (lpj=14736824)
[ 0.004005] pid_max: default: 32768 minimum: 301
[ 0.004038] Security Framework initialized
[ 0.004042] AppArmor: AppArmor disabled by boot time parameter
[ 0.004387] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.006288] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.007139] Mount-cache hash table entries: 256
[ 0.007222] Initializing cgroup subsys cpuacct
[ 0.007225] Initializing cgroup subsys memory
[ 0.007234] Initializing cgroup subsys devices
[ 0.007237] Initializing cgroup subsys freezer
[ 0.007238] Initializing cgroup subsys net_cls
[ 0.007240] Initializing cgroup subsys blkio
[ 0.007244] Initializing cgroup subsys perf_event
[ 0.007264] tseg: 00bdf00000
[ 0.007265] CPU: Physical Processor ID: 0
[ 0.007266] CPU: Processor Core ID: 0
[ 0.007268] mce: CPU supports 6 MCE banks
[ 0.007274] using AMD E400 aware idle routine
[ 0.007486] ACPI: Core revision 20110623
[ 0.012374] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.054493] CPU0: AMD Phenom(tm) II X4 965 Processor stepping 03
[ 0.056003] Performance Events: AMD PMU driver.
[ 0.056003] ... version: 0
[ 0.056003] ... bit width: 48
[ 0.056003] ... generic registers: 4
[ 0.056003] ... value mask: 0000ffffffffffff
[ 0.056003] ... max period: 00007fffffffffff
[ 0.056003] ... fixed-purpose events: 0
[ 0.056003] ... event mask: 000000000000000f
[ 0.056003] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.056003] Booting Node 0, Processors #1
[ 0.056003] smpboot cpu 1: start_ip = 99000
[ 0.144021] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.144035] System has AMD C1E enabled
[ 0.144035] Switch to broadcast mode on CPU1
[ 0.144088] #2
[ 0.144090] smpboot cpu 2: start_ip = 99000
[ 0.236032] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.236044] Switch to broadcast mode on CPU2
[ 0.236097] #3 Ok.
[ 0.236098] smpboot cpu 3: start_ip = 99000
[ 0.328041] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.328053] Brought up 4 CPUs
[ 0.328055] Total of 4 processors activated (29474.26 BogoMIPS).
[ 0.328052] Switch to broadcast mode on CPU3
[ 0.332082] Switch to broadcast mode on CPU0
[ 0.336073] devtmpfs: initialized
[ 0.338016] PM: Registering ACPI NVS region at bc7a4000 (13991936 bytes)
[ 0.338016] PM: Registering ACPI NVS region at bd8da000 (2109440 bytes)
[ 0.338016] print_constraints: dummy:
[ 0.338016] NET: Registered protocol family 16
[ 0.338016] node 0 link 0: io port [d000, ffff]
[ 0.338016] TOM: 00000000c0000000 aka 3072M
[ 0.338016] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[ 0.338016] node 0 link 0: mmio [c0000000, fef0ffff] ==> [c0000000, dfffffff] and [f0000000, fef0ffff]
[ 0.338016] TOM2: 0000000240000000 aka 9216M
[ 0.338016] bus: [00, 1f] on node 0 link 0
[ 0.338016] bus: 00 index 0 [io 0x0000-0xffff]
[ 0.338016] bus: 00 index 1 [mem 0xc0000000-0xdfffffff]
[ 0.338016] bus: 00 index 2 [mem 0xf0000000-0xffffffff]
[ 0.338016] bus: 00 index 3 [mem 0x240000000-0xfcffffffff]
[ 0.338016] Extended Config Space enabled on 1 nodes
[ 0.338016] ACPI: bus type pci registered
[ 0.338016] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.338016] PCI: not using MMCONFIG
[ 0.338016] PCI: Using configuration type 1 for base access
[ 0.338016] PCI: Using configuration type 1 for extended access
[ 0.338016] bio: create slab at 0
[ 0.338016] ACPI: Added _OSI(Module Device)
[ 0.338016] ACPI: Added _OSI(Processor Device)
[ 0.338016] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.338016] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.338016] ACPI: EC: Look up EC in DSDT
[ 0.340536] ACPI: Executed 2 blocks of module-level executable AML code
[ 0.356407] ACPI: Interpreter enabled
[ 0.356412] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.356426] ACPI: Using IOAPIC for interrupt routing
[ 0.356523] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.356548] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.397978] ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
[ 0.398067] ACPI: No dock devices found.
[ 0.398068] HEST: Table not found.
[ 0.398071] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.398185] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.398359] pci_root PNP0A03:00: host bridge window [io 0x0000-0x03af]
[ 0.398361] pci_root PNP0A03:00: host bridge window [io 0x03e0-0x0cf7]
[ 0.398362] pci_root PNP0A03:00: host bridge window [io 0x03b0-0x03df]
[ 0.398364] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
[ 0.398365] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.398367] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
[ 0.398368] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xffffffff]
[ 0.398380] pci 0000:00:00.0: [1002:5a14] type 0 class 0x000600
[ 0.398427] pci 0000:00:02.0: [1002:5a16] type 1 class 0x000604
[ 0.398453] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 0.398466] pci 0000:00:04.0: [1002:5a18] type 1 class 0x000604
[ 0.398490] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[ 0.398500] pci 0000:00:05.0: [1002:5a19] type 1 class 0x000604
[ 0.398524] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[ 0.398535] pci 0000:00:07.0: [1002:5a1b] type 1 class 0x000604
[ 0.398559] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.398581] pci 0000:00:11.0: [1002:4391] type 0 class 0x000106
[ 0.398594] pci 0000:00:11.0: reg 10: [io 0xf040-0xf047]
[ 0.398600] pci 0000:00:11.0: reg 14: [io 0xf030-0xf033]
[ 0.398607] pci 0000:00:11.0: reg 18: [io 0xf020-0xf027]
[ 0.398614] pci 0000:00:11.0: reg 1c: [io 0xf010-0xf013]
[ 0.398620] pci 0000:00:11.0: reg 20: [io 0xf000-0xf00f]
[ 0.398627] pci 0000:00:11.0: reg 24: [mem 0xfeb0b000-0xfeb0b3ff]
[ 0.398668] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
[ 0.398677] pci 0000:00:12.0: reg 10: [mem 0xfeb0a000-0xfeb0afff]
[ 0.398726] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
[ 0.398738] pci 0000:00:12.2: reg 10: [mem 0xfeb09000-0xfeb090ff]
[ 0.398794] pci 0000:00:12.2: supports D1 D2
[ 0.398795] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.398812] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
[ 0.398821] pci 0000:00:13.0: reg 10: [mem 0xfeb08000-0xfeb08fff]
[ 0.398869] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
[ 0.398882] pci 0000:00:13.2: reg 10: [mem 0xfeb07000-0xfeb070ff]
[ 0.398938] pci 0000:00:13.2: supports D1 D2
[ 0.398939] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 0.398955] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
[ 0.399008] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
[ 0.399022] pci 0000:00:14.2: reg 10: [mem 0xfeb00000-0xfeb03fff 64bit]
[ 0.399067] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.399078] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
[ 0.399130] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
[ 0.399159] pci 0000:00:14.5: [1002:4399] type 0 class 0x000c03
[ 0.399168] pci 0000:00:14.5: reg 10: [mem 0xfeb06000-0xfeb06fff]
[ 0.399216] pci 0000:00:15.0: [1002:43a0] type 1 class 0x000604
[ 0.399264] pci 0000:00:15.0: supports D1 D2
[ 0.399278] pci 0000:00:16.0: [1002:4397] type 0 class 0x000c03
[ 0.399287] pci 0000:00:16.0: reg 10: [mem 0xfeb05000-0xfeb05fff]
[ 0.399336] pci 0000:00:16.2: [1002:4396] type 0 class 0x000c03
[ 0.399348] pci 0000:00:16.2: reg 10: [mem 0xfeb04000-0xfeb040ff]
[ 0.399404] pci 0000:00:16.2: supports D1 D2
[ 0.399405] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[ 0.399420] pci 0000:00:18.0: [1022:1200] type 0 class 0x000600
[ 0.399433] pci 0000:00:18.1: [1022:1201] type 0 class 0x000600
[ 0.399442] pci 0000:00:18.2: [1022:1202] type 0 class 0x000600
[ 0.399452] pci 0000:00:18.3: [1022:1203] type 0 class 0x000600
[ 0.399464] pci 0000:00:18.4: [1022:1204] type 0 class 0x000600
[ 0.399493] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 0.399524] pci 0000:02:00.0: [10ec:8168] type 0 class 0x000200
[ 0.399535] pci 0000:02:00.0: reg 10: [io 0xe000-0xe0ff]
[ 0.399553] pci 0000:02:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref]
[ 0.399564] pci 0000:02:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref]
[ 0.399611] pci 0000:02:00.0: supports D1 D2
[ 0.399612] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.404040] pci 0000:00:04.0: PCI bridge to [bus 02-02]
[ 0.404044] pci 0000:00:04.0: bridge window [io 0xe000-0xefff]
[ 0.404047] pci 0000:00:04.0: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.404083] pci 0000:03:00.0: [1b21:1042] type 0 class 0x000c03
[ 0.404099] pci 0000:03:00.0: reg 10: [mem 0xfea00000-0xfea07fff 64bit]
[ 0.404177] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 0.412041] pci 0000:00:05.0: PCI bridge to [bus 03-03]
[ 0.412045] pci 0000:00:05.0: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.412081] pci 0000:04:00.0: [1b21:1042] type 0 class 0x000c03
[ 0.412097] pci 0000:04:00.0: reg 10: [mem 0xfe900000-0xfe907fff 64bit]
[ 0.412176] pci 0000:04:00.0: PME# supported from D3hot D3cold
[ 0.420040] pci 0000:00:07.0: PCI bridge to [bus 04-04]
[ 0.420044] pci 0000:00:07.0: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.420091] pci 0000:00:14.4: PCI bridge to [bus 05-05] (subtractive decode)
[ 0.420098] pci 0000:00:14.4: bridge window [io 0x0000-0x03af] (subtractive decode)
[ 0.420100] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
[ 0.420101] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df] (subtractive decode)
[ 0.420103] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.420105] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.420106] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[ 0.420108] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[ 0.420153] pci 0000:06:00.0: [1002:683d] type 0 class 0x000300
[ 0.420168] pci 0000:06:00.0: reg 10: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.420179] pci 0000:06:00.0: reg 18: [mem 0xfe800000-0xfe83ffff 64bit]
[ 0.420187] pci 0000:06:00.0: reg 20: [io 0xd000-0xd0ff]
[ 0.420201] pci 0000:06:00.0: reg 30: [mem 0xfe840000-0xfe85ffff pref]
[ 0.420245] pci 0000:06:00.0: supports D1 D2
[ 0.420246] pci 0000:06:00.0: PME# supported from D1 D2 D3hot
[ 0.420277] pci 0000:06:00.1: [1002:aab0] type 0 class 0x000403
[ 0.420291] pci 0000:06:00.1: reg 10: [mem 0xfe860000-0xfe863fff 64bit]
[ 0.420364] pci 0000:06:00.1: supports D1 D2
[ 0.428042] pci 0000:00:15.0: PCI bridge to [bus 06-06]
[ 0.428046] pci 0000:00:15.0: bridge window [io 0xd000-0xdfff]
[ 0.428049] pci 0000:00:15.0: bridge window [mem 0xfe800000-0xfe8fffff]
[ 0.428053] pci 0000:00:15.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.428069] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.428168] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
[ 0.428202] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE20._PRT]
[ 0.428230] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC02._PRT]
[ 0.428253] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC04._PRT]
[ 0.428274] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC05._PRT]
[ 0.428294] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC07._PRT]
[ 0.428321] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.428324] pci0000:00: ACPI OSC request failed (AENOT_FOUND), returned control mask: 0x1d
[ 0.428325] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.433132] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[ 0.433174] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[ 0.433215] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[ 0.433256] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 10 11 14 15) *0
[ 0.433288] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
[ 0.433312] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
[ 0.433336] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[ 0.433359] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[ 0.433420] vgaarb: device added: PCI:0000:06:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.433420] vgaarb: loaded
[ 0.433420] vgaarb: bridge control possible 0000:06:00.0
[ 0.433420] PCI: Using ACPI for IRQ routing
[ 0.439148] PCI: pci_cache_line_size set to 64 bytes
[ 0.439206] reserve RAM buffer: 000000000009e800 - 000000000009ffff
[ 0.439208] reserve RAM buffer: 00000000bc4ad000 - 00000000bfffffff
[ 0.439210] reserve RAM buffer: 00000000bd8da000 - 00000000bfffffff
[ 0.439211] reserve RAM buffer: 00000000bdf00000 - 00000000bfffffff
[ 0.439286] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.439288] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.441050] Switching to clocksource hpet
[ 0.442196] pnp: PnP ACPI init
[ 0.442206] ACPI: bus type pnp registered
[ 0.442312] pnp 00:00: [bus 00-ff]
[ 0.442314] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.442315] pnp 00:00: [io 0x0000-0x03af window]
[ 0.442317] pnp 00:00: [io 0x03e0-0x0cf7 window]
[ 0.442318] pnp 00:00: [io 0x03b0-0x03df window]
[ 0.442320] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.442321] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.442323] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[ 0.442324] pnp 00:00: [mem 0xc0000000-0xffffffff window]
[ 0.442326] pnp 00:00: [mem 0x00000000 window]
[ 0.442357] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.442379] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.442412] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.442414] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.442676] pnp 00:02: [io 0x040b]
[ 0.442677] pnp 00:02: [io 0x04d6]
[ 0.442678] pnp 00:02: [io 0x0c00-0x0c01]
[ 0.442680] pnp 00:02: [io 0x0c14]
[ 0.442681] pnp 00:02: [io 0x0c50-0x0c51]
[ 0.442682] pnp 00:02: [io 0x0c52]
[ 0.442683] pnp 00:02: [io 0x0c6c]
[ 0.442685] pnp 00:02: [io 0x0c6f]
[ 0.442686] pnp 00:02: [io 0x0cd0-0x0cd1]
[ 0.442687] pnp 00:02: [io 0x0cd2-0x0cd3]
[ 0.442689] pnp 00:02: [io 0x0cd4-0x0cd5]
[ 0.442690] pnp 00:02: [io 0x0cd6-0x0cd7]
[ 0.442691] pnp 00:02: [io 0x0cd8-0x0cdf]
[ 0.442693] pnp 00:02: [io 0x0800-0x089f]
[ 0.442694] pnp 00:02: [io 0x0000-0xffffffffffffffff disabled]
[ 0.442696] pnp 00:02: [io 0x0000-0x000f]
[ 0.442697] pnp 00:02: [io 0x0b20-0x0b3f]
[ 0.442698] pnp 00:02: [io 0x0900-0x090f]
[ 0.442700] pnp 00:02: [io 0x0910-0x091f]
[ 0.442702] pnp 00:02: [io 0xfe00-0xfefe]
[ 0.442703] pnp 00:02: [io 0x0060-0x005f disabled]
[ 0.442705] pnp 00:02: [io 0x0064-0x0063 disabled]
[ 0.442706] pnp 00:02: [mem 0xfec00000-0xfec00fff]
[ 0.442708] pnp 00:02: [mem 0xfee00000-0xfee00fff]
[ 0.442709] pnp 00:02: [mem 0xfed80000-0xfed8ffff]
[ 0.442710] pnp 00:02: [mem 0xfed61000-0xfed70fff]
[ 0.442712] pnp 00:02: [mem 0xfec10000-0xfec10fff]
[ 0.442713] pnp 00:02: [mem 0xfed00000-0xfed00fff]
[ 0.442715] pnp 00:02: [mem 0xff800000-0xffffffff]
[ 0.442761] system 00:02: [io 0x040b] has been reserved
[ 0.442763] system 00:02: [io 0x04d6] has been reserved
[ 0.442765] system 00:02: [io 0x0c00-0x0c01] has been reserved
[ 0.442766] system 00:02: [io 0x0c14] has been reserved
[ 0.442768] system 00:02: [io 0x0c50-0x0c51] has been reserved
[ 0.442770] system 00:02: [io 0x0c52] has been reserved
[ 0.442771] system 00:02: [io 0x0c6c] has been reserved
[ 0.442773] system 00:02: [io 0x0c6f] has been reserved
[ 0.442775] system 00:02: [io 0x0cd0-0x0cd1] has been reserved
[ 0.442776] system 00:02: [io 0x0cd2-0x0cd3] has been reserved
[ 0.442778] system 00:02: [io 0x0cd4-0x0cd5] has been reserved
[ 0.442780] system 00:02: [io 0x0cd6-0x0cd7] has been reserved
[ 0.442782] system 00:02: [io 0x0cd8-0x0cdf] has been reserved
[ 0.442783] system 00:02: [io 0x0800-0x089f] has been reserved
[ 0.442785] system 00:02: [io 0x0b20-0x0b3f] has been reserved
[ 0.442787] system 00:02: [io 0x0900-0x090f] has been reserved
[ 0.442789] system 00:02: [io 0x0910-0x091f] has been reserved
[ 0.442790] system 00:02: [io 0xfe00-0xfefe] has been reserved
[ 0.442793] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.442795] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.442797] system 00:02: [mem 0xfed80000-0xfed8ffff] has been reserved
[ 0.442799] system 00:02: [mem 0xfed61000-0xfed70fff] has been reserved
[ 0.442801] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.442802] system 00:02: [mem 0xfed00000-0xfed00fff] has been reserved
[ 0.442804] system 00:02: [mem 0xff800000-0xffffffff] has been reserved
[ 0.442806] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.442880] pnp 00:03: [io 0x0000-0xffffffffffffffff disabled]
[ 0.442881] pnp 00:03: [io 0x0290-0x02af]
[ 0.442883] pnp 00:03: [io 0x0000-0xffffffffffffffff disabled]
[ 0.442913] system 00:03: [io 0x0290-0x02af] has been reserved
[ 0.442915] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.442924] pnp 00:04: [dma 4]
[ 0.442925] pnp 00:04: [io 0x0000-0x000f]
[ 0.442927] pnp 00:04: [io 0x0081-0x0083]
[ 0.442928] pnp 00:04: [io 0x0087]
[ 0.442929] pnp 00:04: [io 0x0089-0x008b]
[ 0.442931] pnp 00:04: [io 0x008f]
[ 0.442932] pnp 00:04: [io 0x00c0-0x00df]
[ 0.442949] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.442956] pnp 00:05: [io 0x0070-0x0071]
[ 0.442962] pnp 00:05: [irq 8]
[ 0.442981] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.442986] pnp 00:06: [io 0x0061]
[ 0.443003] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.443018] pnp 00:07: [io 0x0010-0x001f]
[ 0.443019] pnp 00:07: [io 0x0022-0x003f]
[ 0.443021] pnp 00:07: [io 0x0044-0x005f]
[ 0.443022] pnp 00:07: [io 0x0062-0x0063]
[ 0.443023] pnp 00:07: [io 0x0065-0x006f]
[ 0.443025] pnp 00:07: [io 0x0072-0x007f]
[ 0.443026] pnp 00:07: [io 0x0080]
[ 0.443028] pnp 00:07: [io 0x0084-0x0086]
[ 0.443029] pnp 00:07: [io 0x0088]
[ 0.443030] pnp 00:07: [io 0x008c-0x008e]
[ 0.443032] pnp 00:07: [io 0x0090-0x009f]
[ 0.443033] pnp 00:07: [io 0x00a2-0x00bf]
[ 0.443034] pnp 00:07: [io 0x00e0-0x00ef]
[ 0.443036] pnp 00:07: [io 0x04d0-0x04d1]
[ 0.443068] system 00:07: [io 0x04d0-0x04d1] has been reserved
[ 0.443070] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.443076] pnp 00:08: [io 0x00f0-0x00ff]
[ 0.443079] pnp 00:08: [irq 13]
[ 0.443097] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.443133] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.443267] pnp 00:0a: [io 0x03f8-0x03ff]
[ 0.443270] pnp 00:0a: [irq 4]
[ 0.443272] pnp 00:0a: [dma 0 disabled]
[ 0.443314] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.443387] pnp 00:0b: [mem 0x00000000-0xffffffffffffffff disabled]
[ 0.443420] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.443475] pnp 00:0c: [mem 0x00000000-0xffffffffffffffff disabled]
[ 0.443477] pnp 00:0c: [mem 0xfec20000-0xfec200ff]
[ 0.443510] system 00:0c: [mem 0xfec20000-0xfec200ff] could not be reserved
[ 0.443512] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.443610] pnp 00:0d: [mem 0xfed00000-0xfed003ff]
[ 0.443635] pnp 00:0d: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.443639] pnp: PnP ACPI: found 14 devices
[ 0.443640] ACPI: ACPI bus type pnp unregistered
[ 0.449076] PCI: max bus depth: 1 pci_try_num: 2
[ 0.449094] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 0.449098] pci 0000:00:04.0: PCI bridge to [bus 02-02]
[ 0.449100] pci 0000:00:04.0: bridge window [io 0xe000-0xefff]
[ 0.449103] pci 0000:00:04.0: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.449105] pci 0000:00:05.0: PCI bridge to [bus 03-03]
[ 0.449107] pci 0000:00:05.0: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.449111] pci 0000:00:07.0: PCI bridge to [bus 04-04]
[ 0.449113] pci 0000:00:07.0: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.449116] pci 0000:00:14.4: PCI bridge to [bus 05-05]
[ 0.449124] pci 0000:00:15.0: PCI bridge to [bus 06-06]
[ 0.449126] pci 0000:00:15.0: bridge window [io 0xd000-0xdfff]
[ 0.449129] pci 0000:00:15.0: bridge window [mem 0xfe800000-0xfe8fffff]
[ 0.449131] pci 0000:00:15.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.449143] pci 0000:00:02.0: setting latency timer to 64
[ 0.449147] pci 0000:00:04.0: setting latency timer to 64
[ 0.449150] pci 0000:00:05.0: setting latency timer to 64
[ 0.449155] pci 0000:00:07.0: setting latency timer to 64
[ 0.449164] pci 0000:00:15.0: setting latency timer to 64
[ 0.449166] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
[ 0.449168] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
[ 0.449169] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df]
[ 0.449170] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff]
[ 0.449172] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[ 0.449173] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[ 0.449175] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
[ 0.449177] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
[ 0.449178] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.449180] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[ 0.449181] pci_bus 0000:04: resource 1 [mem 0xfe900000-0xfe9fffff]
[ 0.449183] pci_bus 0000:05: resource 4 [io 0x0000-0x03af]
[ 0.449184] pci_bus 0000:05: resource 5 [io 0x03e0-0x0cf7]
[ 0.449186] pci_bus 0000:05: resource 6 [io 0x03b0-0x03df]
[ 0.449187] pci_bus 0000:05: resource 7 [io 0x0d00-0xffff]
[ 0.449188] pci_bus 0000:05: resource 8 [mem 0x000a0000-0x000bffff]
[ 0.449190] pci_bus 0000:05: resource 9 [mem 0x000c0000-0x000dffff]
[ 0.449191] pci_bus 0000:05: resource 10 [mem 0xc0000000-0xffffffff]
[ 0.449193] pci_bus 0000:06: resource 0 [io 0xd000-0xdfff]
[ 0.449194] pci_bus 0000:06: resource 1 [mem 0xfe800000-0xfe8fffff]
[ 0.449196] pci_bus 0000:06: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.449273] NET: Registered protocol family 2
[ 0.449406] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.450226] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.452056] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.452276] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.452278] TCP reno registered
[ 0.452288] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.452331] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.452458] NET: Registered protocol family 1
[ 0.776242] pci 0000:06:00.0: Boot video device
[ 0.776247] PCI: CLS 64 bytes, default 64
[ 0.776285] Unpacking initramfs...
[ 0.923597] Freeing initrd memory: 10544k freed
[ 0.926039] PCI-DMA: Disabling AGP.
[ 0.928567] PCI-DMA: aperture base @ b4000000 size 65536 KB
[ 0.928569] PCI-DMA: using GART IOMMU.
[ 0.928571] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[ 0.931616] IBS: LVT offset 1 assigned
[ 0.931632] perf: AMD IBS detected (0x0000001f)
[ 0.931780] audit: initializing netlink socket (disabled)
[ 0.931792] type=2000 audit(1429451450.924:1): initialized
[ 0.940772] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.941597] VFS: Disk quotas dquot_6.5.2
[ 0.941620] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.941671] msgmni has been set to 15903
[ 0.941816] alg: No test for stdrng (krng)
[ 0.941840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.941842] io scheduler noop registered
[ 0.941843] io scheduler deadline registered
[ 0.941861] io scheduler cfq registered (default)
[ 0.942087] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.942100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.942101] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.942736] ERST: Table is not found!
[ 0.942737] GHES: HEST is not enabled!
[ 0.942794] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.963126] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.144632] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.164258] Linux agpgart interface v0.103
[ 1.164339] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.164695] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.164701] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.164814] mousedev: PS/2 mouse device common for all mice
[ 1.164844] rtc_cmos 00:05: RTC can wake from S4
[ 1.164925] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 1.164948] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.164956] cpuidle: using governor ladder
[ 1.164957] cpuidle: using governor menu
[ 1.165084] TCP cubic registered
[ 1.165136] NET: Registered protocol family 10
[ 1.165437] Mobile IPv6
[ 1.165438] NET: Registered protocol family 17
[ 1.165441] Registering the dns_resolver key type
[ 1.165547] PM: Hibernation image not present or could not be loaded.
[ 1.165558] registered taskstats version 1
[ 1.166136] rtc_cmos 00:05: setting system clock to 2015-04-19 13:50:52 UTC (1429451452)
[ 1.166178] Initializing network drop monitor service
[ 1.166934] Freeing unused kernel memory: 576k freed
[ 1.167026] Write protecting the kernel read-only data: 6144k
[ 1.168714] Freeing unused kernel memory: 660k freed
[ 1.170493] Freeing unused kernel memory: 680k freed
[ 1.178394] udevd[57]: starting version 175
[ 1.188467] usbcore: registered new interface driver usbfs
[ 1.188484] usbcore: registered new interface driver hub
[ 1.190299] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.190353] r8169 0000:02:00.0: setting latency timer to 64
[ 1.190404] r8169 0000:02:00.0: irq 72 for MSI/MSI-X
[ 1.190693] r8169 0000:02:00.0: eth0: RTL8168f/8111f at 0xffffc90000c6c000, 30:85:a9:9f:b1:50, XID 08000800 IRQ 72
[ 1.190695] r8169 0000:02:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.196699] usbcore: registered new device driver usb
[ 1.197139] xhci_hcd 0000:03:00.0: setting latency timer to 64
[ 1.197143] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 1.197167] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[ 1.199949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.200624] SCSI subsystem initialized
[ 1.204901] libata version 3.00 loaded.
[ 1.215356] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.215358] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[ 1.258322] xhci_hcd 0000:03:00.0: irq 46, io mem 0xfea00000
[ 1.258356] xhci_hcd 0000:03:00.0: irq 73 for MSI/MSI-X
[ 1.258360] xhci_hcd 0000:03:00.0: irq 74 for MSI/MSI-X
[ 1.258363] xhci_hcd 0000:03:00.0: irq 75 for MSI/MSI-X
[ 1.258367] xhci_hcd 0000:03:00.0: irq 76 for MSI/MSI-X
[ 1.258370] xhci_hcd 0000:03:00.0: irq 77 for MSI/MSI-X
[ 1.258428] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.258430] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.258431] usb usb1: Product: xHCI Host Controller
[ 1.258433] usb usb1: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
[ 1.258434] usb usb1: SerialNumber: 0000:03:00.0
[ 1.258542] xHCI xhci_add_endpoint called for root hub
[ 1.258544] xHCI xhci_check_bandwidth called for root hub
[ 1.258564] hub 1-0:1.0: USB hub found
[ 1.258569] hub 1-0:1.0: 2 ports detected
[ 1.258618] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 1.258624] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[ 1.258641] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.258643] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.258644] usb usb2: Product: xHCI Host Controller
[ 1.258645] usb usb2: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
[ 1.258647] usb usb2: SerialNumber: 0000:03:00.0
[ 1.258667] ohci_hcd 0000:00:12.0: OHCI Host Controller
[ 1.258705] xHCI xhci_add_endpoint called for root hub
[ 1.258707] xHCI xhci_check_bandwidth called for root hub
[ 1.258725] hub 2-0:1.0: USB hub found
[ 1.258729] hub 2-0:1.0: 2 ports detected
[ 1.258761] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
[ 1.258769] QUIRK: Enable AMD PLL fix
[ 1.258783] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfeb0a000
[ 1.268356] xhci_hcd 0000:04:00.0: setting latency timer to 64
[ 1.268359] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 1.268369] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[ 1.333496] xhci_hcd 0000:04:00.0: irq 50, io mem 0xfe900000
[ 1.333548] xhci_hcd 0000:04:00.0: irq 78 for MSI/MSI-X
[ 1.333551] xhci_hcd 0000:04:00.0: irq 79 for MSI/MSI-X
[ 1.333555] xhci_hcd 0000:04:00.0: irq 80 for MSI/MSI-X
[ 1.333557] xhci_hcd 0000:04:00.0: irq 81 for MSI/MSI-X
[ 1.333561] xhci_hcd 0000:04:00.0: irq 82 for MSI/MSI-X
[ 1.333616] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.333617] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.333619] usb usb4: Product: xHCI Host Controller
[ 1.333620] usb usb4: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
[ 1.333621] usb usb4: SerialNumber: 0000:04:00.0
[ 1.333696] xHCI xhci_add_endpoint called for root hub
[ 1.333698] xHCI xhci_check_bandwidth called for root hub
[ 1.333716] hub 4-0:1.0: USB hub found
[ 1.333721] hub 4-0:1.0: 2 ports detected
[ 1.333766] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 1.333769] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 5
[ 1.333786] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.333788] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.333789] usb usb5: Product: xHCI Host Controller
[ 1.333791] usb usb5: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
[ 1.333792] usb usb5: SerialNumber: 0000:04:00.0
[ 1.333843] xHCI xhci_add_endpoint called for root hub
[ 1.333844] xHCI xhci_check_bandwidth called for root hub
[ 1.333863] hub 5-0:1.0: USB hub found
[ 1.333867] hub 5-0:1.0: 2 ports detected
[ 1.333904] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.333906] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.333908] usb usb3: Product: OHCI Host Controller
[ 1.333909] usb usb3: Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd
[ 1.333910] usb usb3: SerialNumber: 0000:00:12.0
[ 1.333976] hub 3-0:1.0: USB hub found
[ 1.333981] hub 3-0:1.0: 5 ports detected
[ 1.334061] ohci_hcd 0000:00:13.0: OHCI Host Controller
[ 1.334067] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 6
[ 1.334083] ohci_hcd 0000:00:13.0: irq 20, io mem 0xfeb08000
[ 1.392071] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.392073] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.392075] usb usb6: Product: OHCI Host Controller
[ 1.392076] usb usb6: Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd
[ 1.392077] usb usb6: SerialNumber: 0000:00:13.0
[ 1.392167] hub 6-0:1.0: USB hub found
[ 1.392171] hub 6-0:1.0: 5 ports detected
[ 1.392262] ohci_hcd 0000:00:14.5: OHCI Host Controller
[ 1.392268] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
[ 1.392280] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfeb06000
[ 1.452070] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.452072] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.452074] usb usb7: Product: OHCI Host Controller
[ 1.452075] usb usb7: Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd
[ 1.452076] usb usb7: SerialNumber: 0000:00:14.5
[ 1.452165] hub 7-0:1.0: USB hub found
[ 1.452169] hub 7-0:1.0: 2 ports detected
[ 1.452242] ohci_hcd 0000:00:16.0: OHCI Host Controller
[ 1.452247] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 8
[ 1.452265] ohci_hcd 0000:00:16.0: irq 22, io mem 0xfeb05000
[ 1.512069] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.512071] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.512073] usb usb8: Product: OHCI Host Controller
[ 1.512074] usb usb8: Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd
[ 1.512075] usb usb8: SerialNumber: 0000:00:16.0
[ 1.512164] hub 8-0:1.0: USB hub found
[ 1.512168] hub 8-0:1.0: 4 ports detected
[ 1.512244] ahci 0000:00:11.0: version 3.0
[ 1.512335] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 3 ports 6 Gbps 0x38 impl SATA mode
[ 1.512337] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
[ 1.512872] scsi0 : ahci
[ 1.512955] scsi1 : ahci
[ 1.513011] scsi2 : ahci
[ 1.513069] scsi3 : ahci
[ 1.513126] scsi4 : ahci
[ 1.513179] scsi5 : ahci
[ 1.513397] ata1: DUMMY
[ 1.513398] ata2: DUMMY
[ 1.513399] ata3: DUMMY
[ 1.513401] ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b280 irq 19
[ 1.513403] ata5: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b300 irq 19
[ 1.513406] ata6: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b380 irq 19
[ 1.513446] ehci_hcd 0000:00:12.2: EHCI Host Controller
[ 1.513455] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 9
[ 1.513461] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 1.513478] ehci_hcd 0000:00:12.2: debug port 1
[ 1.513494] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfeb09000
[ 1.524083] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 1.524096] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.524098] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.524100] usb usb9: Product: EHCI Host Controller
[ 1.524101] usb usb9: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
[ 1.524102] usb usb9: SerialNumber: 0000:00:12.2
[ 1.524185] hub 9-0:1.0: USB hub found
[ 1.524188] hub 9-0:1.0: 5 ports detected
[ 1.524267] ehci_hcd 0000:00:13.2: EHCI Host Controller
[ 1.524272] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 10
[ 1.524278] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 1.524292] ehci_hcd 0000:00:13.2: debug port 1
[ 1.524308] ehci_hcd 0000:00:13.2: irq 21, io mem 0xfeb07000
[ 1.536096] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 1.536109] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.536111] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.536113] usb usb10: Product: EHCI Host Controller
[ 1.536114] usb usb10: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
[ 1.536115] usb usb10: SerialNumber: 0000:00:13.2
[ 1.536194] hub 10-0:1.0: USB hub found
[ 1.536196] hub 10-0:1.0: 5 ports detected
[ 1.536274] ehci_hcd 0000:00:16.2: EHCI Host Controller
[ 1.536279] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 11
[ 1.536285] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 1.536299] ehci_hcd 0000:00:16.2: debug port 1
[ 1.536314] ehci_hcd 0000:00:16.2: irq 23, io mem 0xfeb04000
[ 1.548081] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
[ 1.548093] usb usb11: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.548095] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.548096] usb usb11: Product: EHCI Host Controller
[ 1.548098] usb usb11: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
[ 1.548099] usb usb11: SerialNumber: 0000:00:16.2
[ 1.548183] hub 11-0:1.0: USB hub found
[ 1.548185] hub 11-0:1.0: 4 ports detected
[ 1.928065] Refined TSC clocksource calibration: 3684.288 MHz.
[ 1.928068] Switching to clocksource tsc
[ 2.004069] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.004090] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.004109] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.006002] ata4.00: ATAPI: TSSTcorp CDDVDW SH-224BB, SB00, max UDMA/100
[ 2.006159] ata6.00: ATA-8: WDC WD5000AAKX-00ERMA0, 15.01H15, max UDMA/133
[ 2.006161] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 2.006823] ata4.00: configured for UDMA/100
[ 2.007741] ata6.00: configured for UDMA/133
[ 2.007915] scsi 3:0:0:0: CD-ROM TSSTcorp CDDVDW SH-224BB SB00 PQ: 0 ANSI: 5
[ 2.046914] ata5.00: ATA-8: WDC WD1600BEVT-75ZCT2, 11.01A11, max UDMA/133
[ 2.046917] ata5.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 2.048258] ata5.00: configured for UDMA/133
[ 2.048325] scsi 4:0:0:0: Direct-Access ATA WDC WD1600BEVT-7 11.0 PQ: 0 ANSI: 5
[ 2.048470] scsi 5:0:0:0: Direct-Access ATA WDC WD5000AAKX-0 15.0 PQ: 0 ANSI: 5
[ 2.051275] sd 4:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 2.051292] sd 5:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 2.051319] sd 5:0:0:0: [sdb] Write Protect is off
[ 2.051321] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.051328] sd 4:0:0:0: [sda] Write Protect is off
[ 2.051330] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.051332] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.051349] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.054935] sdb: sdb1 sdb2
[ 2.055115] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 2.069091] scsi 3:0:0:0: Attached scsi generic sg0 type 5
[ 2.069163] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 2.069189] sd 5:0:0:0: Attached scsi generic sg2 type 0
[ 2.081607] sda: sda1 sda2 < sda5 >
[ 2.081885] sd 4:0:0:0: [sda] Attached SCSI disk
[ 2.086388] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.086391] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.086481] sr 3:0:0:0: Attached scsi CD-ROM sr0
[ 2.308060] usb 11-2: new high-speed USB device number 2 using ehci_hcd
[ 2.457608] usb 11-2: New USB device found, idVendor=148f, idProduct=5370
[ 2.457610] usb 11-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.457612] usb 11-2: Product: 802.11 n WLAN
[ 2.457613] usb 11-2: Manufacturer: Ralink
[ 2.457615] usb 11-2: SerialNumber: 1.0
[ 2.725420] microcode: CPU0: patch_level=0x010000c8
[ 2.726908] platform microcode: firmware: agent loaded amd-ucode/microcode_amd.bin into memory
[ 2.726942] microcode: CPU1: patch_level=0x010000c8
[ 2.728020] usb 3-4: new full-speed USB device number 2 using ohci_hcd
[ 2.728327] platform microcode: firmware: agent loaded amd-ucode/microcode_amd.bin into memory
[ 2.728360] microcode: CPU2: patch_level=0x010000c8
[ 2.729749] platform microcode: firmware: agent loaded amd-ucode/microcode_amd.bin into memory
[ 2.729782] microcode: CPU3: patch_level=0x010000c8
[ 2.731173] platform microcode: firmware: agent loaded amd-ucode/microcode_amd.bin into memory
[ 2.731255] microcode: Microcode Update Driver: v2.00 [email protected], Peter Oruba
[ 2.811752] PM: Starting manual resume from disk
[ 2.811754] PM: Hibernation image partition 8:5 present
[ 2.811755] PM: Looking for hibernation image.
[ 2.811882] PM: Image not found (code -22)
[ 2.811883] PM: Hibernation image not present or could not be loaded.
[ 2.817872] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[ 2.817875] EXT4-fs (sda1): write access will be enabled during recovery
[ 2.961497] usb 3-4: New USB device found, idVendor=0738, idProduct=1705
[ 2.961500] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.961502] usb 3-4: Product: Mad Catz R.A.T.5 Mouse
[ 2.961503] usb 3-4: Manufacturer: Mad Catz
[ 2.968634] input: Mad Catz Mad Catz R.A.T.5 Mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-4/3-4:1.0/input/input0
[ 2.968696] generic-usb 0003:0738:1705.0001: input,hidraw0: USB HID v1.11 Mouse [Mad Catz Mad Catz R.A.T.5 Mouse] on usb-0000:00:12.0-4/input0
[ 2.968708] usbcore: registered new interface driver usbhid
[ 2.968709] usbhid: USB HID core driver
[ 3.157810] EXT4-fs (sda1): orphan cleanup on readonly fs
[ 3.157816] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 2621450
[ 3.157851] EXT4-fs (sda1): 1 orphan inode deleted
[ 3.157852] EXT4-fs (sda1): recovery complete
[ 3.224053] usb 3-5: new full-speed USB device number 3 using ohci_hcd
[ 3.396540] usb 3-5: New USB device found, idVendor=1b1c, idProduct=0a60
[ 3.396542] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.396544] usb 3-5: Product: Corsair Vengeance K60 Keyboard
[ 3.396545] usb 3-5: Manufacturer: Corsair
[ 3.402680] input: Corsair Corsair Vengeance K60 Keyboard as /devices/pci0000:00/0000:00:12.0/usb3/3-5/3-5:1.0/input/input1
[ 3.402730] generic-usb 0003:1B1C:0A60.0002: input,hidraw1: USB HID v1.11 Keyboard [Corsair Corsair Vengeance K60 Keyboard] on usb-0000:00:12.0-5/input0
[ 3.408649] input: Corsair Corsair Vengeance K60 Keyboard as /devices/pci0000:00/0000:00:12.0/usb3/3-5/3-5:1.1/input/input2
[ 3.408695] generic-usb 0003:1B1C:0A60.0003: input,hidraw2: USB HID v1.11 Device [Corsair Corsair Vengeance K60 Keyboard] on usb-0000:00:12.0-5/input1
[ 3.414581] input: Corsair Corsair Vengeance K60 Keyboard as /devices/pci0000:00/0000:00:12.0/usb3/3-5/3-5:1.2/input/input3
[ 3.414628] generic-usb 0003:1B1C:0A60.0004: input,hidraw3: USB HID v1.11 Keyboard [Corsair Corsair Vengeance K60 Keyboard] on usb-0000:00:12.0-5/input2
[ 3.575700] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 3.688064] usb 6-5: new low-speed USB device number 2 using ohci_hcd
[ 3.857143] usb 6-5: New USB device found, idVendor=046d, idProduct=c03e
[ 3.857145] usb 6-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.857147] usb 6-5: Product: USB-PS/2 Optical Mouse
[ 3.857149] usb 6-5: Manufacturer: Logitech
[ 3.864215] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.0/input/input4
[ 3.864278] generic-usb 0003:046D:C03E.0005: input,hidraw4: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:13.0-5/input0
[ 5.712919] udevd[421]: starting version 175
[ 6.109240] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 6.118222] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
[ 6.118226] ACPI: Power Button [PWRB]
[ 6.118267] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[ 6.118269] ACPI: Power Button [PWRF]
[ 6.121758] ACPI: processor limited to max C-state 1
[ 6.215340] EDAC MC: Ver: 2.1.0
[ 6.216322] MCE: In-kernel MCE decoding enabled.
[ 6.231360] powernow-k8: Found 1 AMD Phenom(tm) II X4 965 Processor (4 cpu cores) (version 2.20.00)
[ 6.231399] powernow-k8: 0 : pstate 0 (3400 MHz)
[ 6.231401] powernow-k8: 1 : pstate 1 (2700 MHz)
[ 6.231402] powernow-k8: 2 : pstate 2 (2200 MHz)
[ 6.231403] powernow-k8: 3 : pstate 3 (800 MHz)
[ 6.235344] AMD64 EDAC driver v3.4.0
[ 6.235371] EDAC amd64: DRAM ECC disabled.
[ 6.235377] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[ 6.235378] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[ 6.235378] (Note that use of the override may cause unknown side effects.)
[ 6.279064] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 6.399095] wmi: Mapper loaded
[ 6.491304] asus_wmi: ASUS WMI generic driver loaded
[ 6.503539] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
[ 6.503674] SP5100 TCO timer: mmio address 0xbafe00 already in use
[ 6.626116] [drm] Initialized drm 1.1.0 20060810
[ 6.747559] asus_wmi: Initialization: 0x0
[ 6.747623] asus_wmi: BIOS WMI version: 0.9
[ 6.747766] asus_wmi: SFUN value: 0x0
[ 6.748561] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input8
[ 6.882763] [drm] radeon kernel modesetting enabled.
[ 6.939478] radeon 0000:06:00.0: setting latency timer to 64
[ 6.939502] [drm] initializing kernel modesetting (VERDE 0x1002:0x683D 0x174B:0xE215).
[ 6.939666] [drm] register mmio base: 0xFE800000
[ 6.939672] [drm] register mmio size: 262144
[ 6.940098] ATOM BIOS: C44101
[ 6.940144] radeon 0000:06:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ 6.940152] radeon 0000:06:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
[ 6.949651] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 6.949659] [drm] RAM width 128bits DDR
[ 6.949794] [TTM] Zone kernel: Available graphics memory: 4072126 kiB
[ 6.949800] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 6.949806] [TTM] Initializing pool allocator
[ 6.949819] [TTM] Initializing DMA pool allocator
[ 6.949874] [drm] radeon: 1024M of VRAM memory ready
[ 6.949880] [drm] radeon: 512M of GTT memory ready.
[ 6.949914] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 6.949919] [drm] Driver supports precise vblank timestamp query.
[ 6.949996] radeon 0000:06:00.0: irq 83 for MSI/MSI-X
[ 6.950008] radeon 0000:06:00.0: radeon: using MSI.
[ 6.950073] [drm] radeon: irq initialized.
[ 6.950084] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 6.951565] [drm] radeon: ib pool ready.
[ 6.951818] [drm] Loading VERDE Microcode
[ 7.047547] platform radeon_cp.0: firmware: agent loaded radeon/VERDE_pfp.bin into memory
[ 7.072773] platform radeon_cp.0: firmware: agent loaded radeon/VERDE_me.bin into memory
[ 7.095037] hda_codec: ALC887-VD: BIOS auto-probing.
[ 7.104079] platform radeon_cp.0: firmware: agent loaded radeon/VERDE_ce.bin into memory
[ 7.105394] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[ 7.173225] platform radeon_cp.0: firmware: agent loaded radeon/VERDE_rlc.bin into memory
[ 7.264921] platform radeon_cp.0: firmware: agent loaded radeon/VERDE_mc.bin into memory
[ 8.389449] cfg80211: Calling CRDA to update world regulatory domain
[ 8.740068] usb 11-2: reset high-speed USB device number 2 using ehci_hcd
[ 8.839064] cfg80211: World regulatory domain updated:
[ 8.839073] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 8.839082] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.839090] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.839098] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.839104] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.839111] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.934635] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 8.935856] Registered led device: rt2800usb-phy0::radio
[ 8.935905] Registered led device: rt2800usb-phy0::assoc
[ 8.935951] Registered led device: rt2800usb-phy0::quality
[ 8.936054] usbcore: registered new interface driver rt2800usb
[ 8.956198] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[ 8.956332] radeon 0000:06:00.0: WB enabled
[ 8.956340] [drm] fence driver on ring 0 use gpu addr 0x40000c00 and cpu addr 0xffff880235dd9c00
[ 8.956348] [drm] fence driver on ring 1 use gpu addr 0x40000c04 and cpu addr 0xffff880235dd9c04
[ 8.956355] [drm] fence driver on ring 2 use gpu addr 0x40000c08 and cpu addr 0xffff880235dd9c08
[ 8.975498] [drm] ring test on 0 succeeded in 1 usecs
[ 8.975508] [drm] ring test on 1 succeeded in 1 usecs
[ 8.975518] [drm] ring test on 2 succeeded in 1 usecs
[ 8.975816] [drm] ib test on ring 0 succeeded in 0 usecs
[ 8.975847] [drm] ib test on ring 1 succeeded in 0 usecs
[ 8.975881] [drm] ib test on ring 2 succeeded in 0 usecs
[ 9.031097] [drm] Radeon Display Connectors
[ 9.031104] [drm] Connector 0:
[ 9.031108] [drm] DisplayPort
[ 9.031112] [drm] HPD2
[ 9.031118] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[ 9.031122] [drm] Encoders:
[ 9.031126] [drm] DFP1: INTERNAL_UNIPHY2
[ 9.031130] [drm] Connector 1:
[ 9.031133] [drm] HDMI-A
[ 9.031136] [drm] HPD3
[ 9.031141] [drm] DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c
[ 9.031146] [drm] Encoders:
[ 9.031149] [drm] DFP2: INTERNAL_UNIPHY2
[ 9.031153] [drm] Connector 2:
[ 9.031156] [drm] DVI-D
[ 9.031159] [drm] HPD1
[ 9.031164] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[ 9.031169] [drm] Encoders:
[ 9.031172] [drm] DFP3: INTERNAL_UNIPHY1
[ 9.031176] [drm] Connector 3:
[ 9.031179] [drm] DVI-I
[ 9.031182] [drm] HPD4
[ 9.031187] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[ 9.031191] [drm] Encoders:
[ 9.031195] [drm] DFP4: INTERNAL_UNIPHY
[ 9.031199] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 9.031456] [drm] Internal thermal controller with fan control
[ 9.031585] [drm] radeon: power management initialized
[ 9.136765] [drm] fb mappable at 0xC1143000
[ 9.136767] [drm] vram apper at 0xC0000000
[ 9.136768] [drm] size 8294400
[ 9.136769] [drm] fb depth is 24
[ 9.136770] [drm] pitch is 7680
[ 9.136863] fbcon: radeondrmfb (fb0) is primary device
[ 9.185366] Console: switching to colour frame buffer device 240x67
[ 9.212667] fb0: radeondrmfb frame buffer device
[ 9.212671] drm: registered panic notifier
[ 9.212686] [drm] Initialized radeon 2.16.0 20080528 for 0000:06:00.0 on minor 0
[ 9.212931] snd_hda_intel 0000:06:00.1: irq 84 for MSI/MSI-X
[ 9.212976] snd_hda_intel 0000:06:00.1: setting latency timer to 64
[ 9.775180] Too many HDMI devices
[ 9.775187] Too many HDMI devices
[ 9.775191] Too many HDMI devices
[ 9.775195] Too many HDMI devices
[ 9.775198] Too many HDMI devices
[ 9.775202] Too many HDMI devices
[ 9.775205] Too many HDMI devices
[ 9.775208] Too many HDMI devices
[ 9.775315] hda-codec: out of range cmd 0:0:1e0c:707:40
[ 9.775434] hda-codec: out of range cmd 0:0:1e0c:708:1e8c
[ 9.775755] HDMI status: Codec=0 Pin=2 Presence_Detect=0 ELD_Valid=0
[ 9.775785] hda-codec: out of range cmd 0:0:e0:f0d:0
[ 9.775922] HDMI status: Codec=0 Pin=5 Presence_Detect=0 ELD_Valid=0
[ 9.775990] HDMI status: Codec=0 Pin=7 Presence_Detect=0 ELD_Valid=0
[ 9.776094] HDMI status: Codec=0 Pin=9 Presence_Detect=0 ELD_Valid=0
[ 9.776148] hda-codec: out of range cmd 0:0:1e0c:f00:c
[ 9.776259] hda-codec: out of range cmd 0:0:1e0c:709:0
[ 9.776369] hda-codec: out of range cmd 0:0:1e0c:f09:0
[ 9.776478] HDMI status: Codec=0 Pin=7692 Presence_Detect=1 ELD_Valid=1
[ 9.776485] hda-codec: out of range cmd 0:0:1e0c:f2e:8
[ 9.776595] hda-codec: out of range cmd 0:0:1e0c:709:0
[ 9.776704] hda-codec: out of range cmd 0:0:1e0c:f09:0
[ 9.776893] HDMI status: Codec=0 Pin=0 Presence_Detect=0 ELD_Valid=0
[ 9.776983] HDMI status: Codec=0 Pin=1 Presence_Detect=0 ELD_Valid=0
[ 9.777057] hda_codec: cannot build controls for #0 (error -16)
[ 9.777182] hda_codec: cannot revert codec
[ 9.777819] snd_hda_intel: probe of 0000:06:00.1 failed with error -16
[ 10.760112] Adding 6369276k swap on /dev/sda5. Priority:-1 extents:1 across:6369276k
[ 10.772451] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 11.018528] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 11.225473] loop: module loaded
[ 15.236924] Bluetooth: Core ver 2.16
[ 15.236964] NET: Registered protocol family 31
[ 15.236970] Bluetooth: HCI device and connection manager initialized
[ 15.236977] Bluetooth: HCI socket layer initialized
[ 15.236981] Bluetooth: L2CAP socket layer initialized
[ 15.236992] Bluetooth: SCO socket layer initialized
[ 15.287743] Bluetooth: RFCOMM TTY layer initialized
[ 15.287754] Bluetooth: RFCOMM socket layer initialized
[ 15.287760] Bluetooth: RFCOMM ver 1.11
[ 15.318193] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.318201] Bluetooth: BNEP filters: protocol multicast
[ 18.001065] r8169 0000:02:00.0: firmware: agent loaded rtl_nic/rtl8168f-1.fw into memory
[ 18.097460] r8169 0000:02:00.0: eth0: link down
[ 18.100538] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 18.256132] rt2800usb 11-2:1.0: firmware: agent loaded rt2870.bin into memory
[ 18.483041] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 21.196723] wlan0: authenticate with 88:f7:c7:37:e4:1a (try 1)
[ 21.198290] wlan0: authenticated
[ 21.216096] wlan0: associate with 88:f7:c7:37:e4:1a (try 1)
[ 21.219289] wlan0: RX AssocResp from 88:f7:c7:37:e4:1a (capab=0x411 status=0 aid=1)
[ 21.219298] wlan0: associated
[ 21.250339] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 31.616068] wlan0: no IPv6 routers present
[ 42.194366] fuse init (API version 7.17)
I updated the BIOS as you said. It made the mouse a little better but it did not solve all the problems. Just something to note.
Well your dmesg output shows that your GPU drivers are correct and loaded, and that mode is set as expected. I don't know how normal the "too many HDMI devices" mention is, I've not seen that yet I think. Maybe perform a memtest or something? If the BIOS update changed something, chances are that it's mobo related in some way. Did you check the support pages for your mobo?