usb devices not recognized on every bootup

Asked by William T. Lowther

I have a Logitech receiver (for a wireless mouse and keyboard) and an HP printer that use usb ports on my eMachine computer. These devices are not always recognized on bootup. When this occurs, a power down and reboot (sometimes more than once) will eventually obtain recognition. However, the problem will appear again in the future. There are 6 usb 2.0 ports on the computer and the problem occurs on all of them.
This was true w/ Ubuntu 12.10 as well as 13.10. I have MS Vista on one partition, Ubuntu on another.
What is the fix so that the usb devices are recognized on every bootup?
Here is output from a few commands that might add additional information:

my computer name:~$ uname -a
Linux bill-ET1161-05 3.11.0-19-generic #33-Ubuntu SMP Tue Mar 11 18:48:32 UTC 2014 i686 athlon i686 GNU/Linux

my computer name:~$ sudo dmidecode -t 1; lsb_release -a
[sudo] password for bill:
# dmidecode 2.12
SMBIOS 2.4 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
 Manufacturer: eMachines
 Product Name: ET1161-05
 Version: 9000
 Serial Number: PTNAD0Y00391107E259000
 UUID: 400968F0-1C11-DE11-92A8-9F6BF2F8B058
 Wake-up Type: Power Switch
 SKU Number:
 Family:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy

my computer name:~$ lsusb (when all usb devices are recognized)
Bus 001 Device 004: ID 058f:6377 Alcor Micro Corp. Multimedia Card Reader
Bus 001 Device 003: ID 03f0:af11 Hewlett-Packard
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

my computer name:~$ sudo lshw (partial listing)
my computer name
    description: Desktop Computer
    product: ET1161-05 ()
    vendor: eMachines
    version: 9000
    serial: PTNAD0Y00391107E259000
    width: 32 bits
    capabilities: smbios-2.4 dmi-2.4 smp-1.4 smp
    configuration: boot=normal chassis=desktop cpus=1 uuid=400968F0-1C11-DE11-92A8-9F6BF2F8B058
  *-core
       description: Motherboard
       product: MCP61PM-GM
       vendor: eMachines
       physical id: 0
       version: 2.2
       serial: OEM
     *-firmware
          description: BIOS
          vendor: Phoenix Technologies, LTD
          physical id: 0
          version: 6.00 PG
          date: 10/29/2008
          size: 128KiB
          capacity: 960KiB
          capabilities: isa pci pnp apm upgrade shadowing cdboot bootselect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification netboot
     *-cpu
          description: CPU
          product: AMD Athlon(tm) Processor LE-1640
          vendor: Advanced Micro Devices [AMD]
          physical id: 3
          bus info: cpu@0
          version: 15.15.2
          slot: Socket AM2
          size: 1GHz
          capacity: 3GHz
          width: 64 bits
          clock: 201MHz
          capabilities: boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt rdtscp x86-64 3dnowext 3dnow extd_apicid pni cx16 lahf_lm svm extapic cr8_legacy 3dnowprefetch lbrv cpufreq
     *-usb:0
          description: USB controller
          product: MCP61 USB 1.1 Controller
          vendor: NVIDIA Corporation
          physical id: 2
          bus info: pci@0000:00:02.0
          version: a3
          width: 32 bits
          clock: 66MHz
          capabilities: pm ohci bus_master cap_list
          configuration: driver=ohci-pci latency=0 maxlatency=1 mingnt=3
          resources: irq:22 memory:fe02f000-fe02ffff
     *-usb:1
          description: USB controller
          product: MCP61 USB 2.0 Controller
          vendor: NVIDIA Corporation
          physical id: 2.1
          bus info: pci@0000:00:02.1
          version: a3
          width: 32 bits
          clock: 66MHz
          capabilities: debug pm ehci bus_master cap_list
          configuration: driver=ehci-pci latency=0 maxlatency=1 mingnt=3
          resources: irq:21 memory:fe02e000-fe02e0ff

my computer name:~$ dmesg | grep -i usb (when all usb devices are recognized)
[ 0.091250] ACPI: bus type USB registered
[ 0.091272] usbcore: registered new interface driver usbfs
[ 0.091281] usbcore: registered new interface driver hub
[ 0.091301] usbcore: registered new device driver usb
[ 0.663911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.664071] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[ 0.707540] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[ 0.707576] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.707578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.707580] usb usb1: Product: EHCI Host Controller
[ 0.707582] usb usb1: Manufacturer: Linux 3.11.0-19-generic ehci_hcd
[ 0.707584] usb usb1: SerialNumber: 0000:00:02.1
[ 0.751060] hub 1-0:1.0: USB hub found
[ 0.751219] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.751299] ohci-pci 0000:00:02.0: new USB bus registered, assigned bus number 2
[ 0.926980] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.926982] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.926984] usb usb2: Product: OHCI PCI host controller
[ 0.926986] usb usb2: Manufacturer: Linux 3.11.0-19-generic ohci_hcd
[ 0.926988] usb usb2: SerialNumber: 0000:00:02.0
[ 0.927056] hub 2-0:1.0: USB hub found
[ 0.927204] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.148020] usb 1-4: new high-speed USB device number 3 using ehci-pci
[ 1.280901] usb 1-4: New USB device found, idVendor=03f0, idProduct=af11
[ 1.280905] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.280908] usb 1-4: Product: Photosmart 6520 series
[ 1.280910] usb 1-4: Manufacturer: HP
[ 1.280912] usb 1-4: SerialNumber: TH32B1109805TZ
[ 1.289072] usb-storage 1-4:1.2: USB Mass Storage device detected
[ 1.289137] scsi2 : usb-storage 1-4:1.2
[ 1.289368] usbcore: registered new interface driver usb-storage
[ 1.392018] usb 1-9: new high-speed USB device number 4 using ehci-pci
[ 1.525899] usb 1-9: New USB device found, idVendor=058f, idProduct=6377
[ 1.525901] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.525903] usb 1-9: Product: Mass Storage Device
[ 1.525905] usb 1-9: Manufacturer: Generic
[ 1.525907] usb 1-9: SerialNumber: 920321111113
[ 1.526188] usb-storage 1-9:1.0: USB Mass Storage device detected
[ 1.526266] scsi3 : usb-storage 1-9:1.0
[ 1.828015] usb 2-1: new low-speed USB device number 2 using ohci-pci
[ 2.041126] usb 2-1: New USB device found, idVendor=046d, idProduct=c517
[ 2.041128] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.041130] usb 2-1: Product: USB Receiver
[ 2.041132] usb 2-1: Manufacturer: Logitech
[ 2.086319] usbcore: registered new interface driver usbhid
[ 2.086323] usbhid: USB HID core driver
[ 2.103717] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.0/input/input2
[ 2.104152] logitech 0003:046D:C517.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:02.0-1/input0
[ 2.106174] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.1/input/input3
[ 2.107210] logitech 0003:046D:C517.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:02.0-1/input1
[ 2.524791] scsi 3:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 2.525410] scsi 3:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 2.526033] scsi 3:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
[ 2.526658] scsi 3:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 16.613454] usblp 1-4:1.1: usblp1: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x03F0 pid 0xAF11
[ 16.613501] usbcore: registered new interface driver usblp

Printout of dmseg when bootup recognized the usb devices:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.11.0-19-generic (buildd@roseapple) (gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8) ) #33-Ubuntu SMP Tue Mar 11 18:48:32 UTC 2014 (Ubuntu 3
.11.0-19.33-generic 3.11.10.5)
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000077edffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000077ee0000-0x0000000077ee2fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000077ee3000-0x0000000077eeffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000077ef0000-0x0000000077efffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000078000000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: eMachines ET1161-05/MCP61PM-GM, BIOS 6.00 PG 10/29/2008
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x77ee0 max_arch_pfn = 0x1000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-C7FFF write-protect
[ 0.000000] C8000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask FF80000000 write-back
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [mem 0x000f3b20-0x000f3b2f] mapped at [c00f3b20]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x37800000-0x379fffff]
[ 0.000000] [mem 0x37800000-0x379fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x34000000-0x377fffff]
[ 0.000000] [mem 0x34000000-0x377fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x33ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x37a00000-0x37bfdfff]
[ 0.000000] [mem 0x37a00000-0x37bfdfff] page 4k
[ 0.000000] BRK [0x01b4a000, 0x01b4afff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x35f70000-0x36faffff]
[ 0.000000] ACPI: RSDP 000f7b60 00014 (v00 GATEWA)
[ 0.000000] ACPI: RSDT 77ee3000 0003C (v01 GATEWA SYSTEM 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 77ee3080 00074 (v01 GATEWA SYSTEM 42302E31 AWRD 00000000)
[ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20130517/tbfadt-603)
[ 0.000000] ACPI: DSDT 77ee3100 0571E (v01 Mouse SYSTEM 00001000 MSFT 03000000)
[ 0.000000] ACPI: FACS 77ee0000 00040
[ 0.000000] ACPI: SSDT 77ee8900 00178 (v01 123456 123346 00000001 LTP 00000001)
[ 0.000000] ACPI: HPET 77ee8a80 00038 (v01 GATEWA SYSTEM 42302E31 AWRD 00000098)
[ 0.000000] ACPI: SLIC 77ee8ac0 00176 (v01 GATEWA SYSTEM 42302E31 AWRD 00000001)
[ 0.000000] ACPI: MCFG 77ee8c40 0003C (v01 GATEWA SYSTEM 42302E31 AWRD 00000000)
[ 0.000000] ACPI: APIC 77ee8840 00098 (v01 GATEWA SYSTEM 42302E31 AWRD 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1026MB HIGHMEM available.
[ 0.000000] 891MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 37bfe000
[ 0.000000] low ram: 0 - 37bfe000
[ 0.000000] BRK [0x01b4b000, 0x01b4bfff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x37bfdfff]
[ 0.000000] HighMem [mem 0x37bfe000-0x77edffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x77edffff]
[ 0.000000] On node 0 totalpages: 491134
[ 0.000000] free_area_init_node: node 0, pgdat c1958ec0, node_mem_map f5070020
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] Normal zone: 1752 pages used for memmap
[ 0.000000] Normal zone: 224254 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2054 pages used for memmap
[ 0.000000] HighMem zone: 262882 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] Detected use of extended apic ids on hypertransport bus
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
[ 0.000000] smpboot: Allowing 4 CPUs, 3 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x80000000-0xefffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @f7bba000 s36288 r0 d21056 u57344
[ 0.000000] pcpu-alloc: s36288 r0 d21056 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 489350
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-19-generic root=UUID=73804dcc-cbc6-4165-9eca-45d741802ecf ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 3929848 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (00037bfe:00077ee0)
[ 0.000000] Memory: 1915984K/1964536K available (6364K kernel code, 608K rwdata, 2692K rodata, 880K init, 908K bss, 48552K reserved, 1051528K highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff14000 - 0xfffff000 ( 940 kB)
[ 0.000000] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
[ 0.000000] vmalloc : 0xf83fe000 - 0xffbfe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf7bfe000 ( 891 MB)
[ 0.000000] .init : 0xc1973000 - 0xc1a4f000 ( 880 kB)
[ 0.000000] .data : 0xc1637574 - 0xc1972300 (3307 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1637574 (6365 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] NR_IRQS:2304 nr_irqs:712 16
[ 0.000000] CPU 0 irqstacks, hard=f7008000 soft=f700a000
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2712.262 MHz processor
[ 0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[ 0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5424.52 BogoMIPS (lpj=10849048)
[ 0.004008] pid_max: default: 32768 minimum: 301
[ 0.004046] Security Framework initialized
[ 0.004065] AppArmor: AppArmor initialized
[ 0.004067] Yama: becoming mindful.
[ 0.004119] Mount-cache hash table entries: 512
[ 0.004345] Initializing cgroup subsys memory
[ 0.004359] Initializing cgroup subsys devices
[ 0.004362] Initializing cgroup subsys freezer
[ 0.004364] Initializing cgroup subsys blkio
[ 0.004366] Initializing cgroup subsys perf_event
[ 0.004369] Initializing cgroup subsys hugetlb
[ 0.004395] mce: CPU supports 5 MCE banks
[ 0.004403] LVT offset 0 assigned for vector 0xf9
[ 0.004406] process: using AMD E400 aware idle routine
[ 0.004414] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[ 0.004414] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
[ 0.004414] tlb_flushall_shift: 4
[ 0.015145] ACPI: Core revision 20130517
[ 0.019228] ACPI: All ACPI Tables successfully acquired
[ 0.020010] ftrace: allocating 27194 entries in 54 pages
[ 0.028101] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.028626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.070428] smpboot: CPU0: AMD Athlon(tm) Processor LE-1640 (fam: 0f, model: 7f, stepping: 02)
[ 0.072000] Performance Events: AMD PMU driver.
[ 0.072000] ... version: 0
[ 0.072000] ... bit width: 48
[ 0.072000] ... generic registers: 4
[ 0.072000] ... value mask: 0000ffffffffffff
[ 0.072000] ... max period: 00007fffffffffff
[ 0.072000] ... fixed-purpose events: 0
[ 0.072000] ... event mask: 000000000000000f
[ 0.072000] Brought up 1 CPUs
[ 0.072000] smpboot: Total of 1 processors activated (5424.52 BogoMIPS)
[ 0.072000] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.072000] devtmpfs: initialized
[ 0.072000] EVM: security.selinux
[ 0.072000] EVM: security.SMACK64
[ 0.072000] EVM: security.capability
[ 0.072000] PM: Registering ACPI NVS region [mem 0x77ee0000-0x77ee2fff] (12288 bytes)
[ 0.072000] regulator-dummy: no parameters
[ 0.072000] RTC time: 15:12:51, date: 04/27/14
[ 0.072000] NET: Registered protocol family 16
[ 0.072000] EISA bus registered
[ 0.072000] node 0 link 0: io port [8000, ffff]
[ 0.072000] TOM: 0000000080000000 aka 2048M
[ 0.072000] node 0 link 0: mmio [a0000, bffff]
[ 0.072000] node 0 link 0: mmio [80000000, efffffff]
[ 0.072000] node 0 link 0: mmio [f4000000, fe02ffff]
[ 0.072000] node 0 link 0: mmio [f0000000, f03fffff]
[ 0.072000] bus: [bus 00-04] on node 0 link 0
[ 0.072000] bus: 00 [io 0x0000-0xffff]
[ 0.072000] bus: 00 [mem 0x000a0000-0x000bffff]
[ 0.072000] bus: 00 [mem 0x80000000-0xf3ffffff]
[ 0.072000] bus: 00 [mem 0xf4000000-0xfcffffffff]
[ 0.072000] ACPI: bus type PCI registered
[ 0.072000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.072000] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.072000] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.072000] PCI: Using MMCONFIG for extended config space
[ 0.072000] PCI: Using configuration type 1 for base access
[ 0.072766] bio: create slab <bio-0> at 0
[ 0.072907] ACPI: Added _OSI(Module Device)
[ 0.072909] ACPI: Added _OSI(Processor Device)
[ 0.072911] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.072912] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.073702] ACPI: EC: Look up EC in DSDT
[ 0.076848] ACPI: Interpreter enabled
[ 0.076856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
[ 0.076861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[ 0.076874] ACPI: (supports S0 S3 S4 S5)
[ 0.076876] ACPI: Using IOAPIC for interrupt routing
[ 0.076902] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.077002] ACPI: No dock devices found.
[ 0.083525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
[ 0.083644] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[ 0.083779] acpi PNP0A08:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0c
[ 0.083781] acpi PNP0A08:00: ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.085059] PCI host bridge to bus 0000:00
[ 0.085062] pci_bus 0000:00: root bus resource [bus 00-04]
[ 0.085064] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
[ 0.085067] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
[ 0.085069] pci_bus 0000:00: root bus resource [io 0x8000-0xffff]
[ 0.085071] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
[ 0.085073] pci_bus 0000:00: root bus resource [io 0x1c00-0x1c80]
[ 0.085075] pci_bus 0000:00: root bus resource [mem 0xfec80000-0xfecbffff]
[ 0.085078] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.085080] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff]
[ 0.085082] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xfe02ffff]
[ 0.085105] pci 0000:00:00.0: [10de:03ea] type 00 class 0x050000
[ 0.085339] pci 0000:00:01.0: [10de:03e0] type 00 class 0x060100
[ 0.085353] pci 0000:00:01.0: reg 0x18: [io 0x1d00-0x1dff]
[ 0.085449] pci 0000:00:01.1: [10de:03eb] type 00 class 0x0c0500
[ 0.085460] pci 0000:00:01.1: reg 0x10: [io 0xfc00-0xfc3f]
[ 0.085475] pci 0000:00:01.1: reg 0x20: [io 0x1c00-0x1c3f]
[ 0.085480] pci 0000:00:01.1: reg 0x24: [io 0xf400-0xf43f]
[ 0.085507] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.085592] pci 0000:00:01.2: [10de:03f5] type 00 class 0x050000
[ 0.085695] pci 0000:00:02.0: [10de:03f1] type 00 class 0x0c0310
[ 0.085704] pci 0000:00:02.0: reg 0x10: [mem 0xfe02f000-0xfe02ffff]
[ 0.085735] pci 0000:00:02.0: supports D1 D2
[ 0.085737] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.085793] pci 0000:00:02.0: System wakeup disabled by ACPI
[ 0.085826] pci 0000:00:02.1: [10de:03f2] type 00 class 0x0c0320
[ 0.085836] pci 0000:00:02.1: reg 0x10: [mem 0xfe02e000-0xfe02e0ff]
[ 0.085875] pci 0000:00:02.1: supports D1 D2
[ 0.085877] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.085944] pci 0000:00:02.1: System wakeup disabled by ACPI
[ 0.085980] pci 0000:00:04.0: [10de:03f3] type 01 class 0x060401
[ 0.086062] pci 0000:00:04.0: System wakeup disabled by ACPI
[ 0.086095] pci 0000:00:05.0: [10de:03f0] type 00 class 0x040300
[ 0.086106] pci 0000:00:05.0: reg 0x10: [mem 0xfe024000-0xfe027fff]
[ 0.086144] pci 0000:00:05.0: PME# supported from D3hot D3cold
[ 0.086202] pci 0000:00:05.0: System wakeup disabled by ACPI
[ 0.086240] pci 0000:00:06.0: [10de:03ec] type 00 class 0x01018a
[ 0.086260] pci 0000:00:06.0: reg 0x20: [io 0xf000-0xf00f]
[ 0.086356] pci 0000:00:07.0: [10de:03ef] type 00 class 0x068000
[ 0.086366] pci 0000:00:07.0: reg 0x10: [mem 0xfe02d000-0xfe02dfff]
[ 0.086370] pci 0000:00:07.0: reg 0x14: [io 0xec00-0xec07]
[ 0.086402] pci 0000:00:07.0: supports D1 D2
[ 0.086404] pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.086463] pci 0000:00:07.0: System wakeup disabled by ACPI
[ 0.086495] pci 0000:00:08.0: [10de:03f6] type 00 class 0x010185
[ 0.086503] pci 0000:00:08.0: reg 0x10: [io 0x09f0-0x09f7]
[ 0.086507] pci 0000:00:08.0: reg 0x14: [io 0x0bf0-0x0bf3]
[ 0.086512] pci 0000:00:08.0: reg 0x18: [io 0x0970-0x0977]
[ 0.086516] pci 0000:00:08.0: reg 0x1c: [io 0x0b70-0x0b73]
[ 0.086520] pci 0000:00:08.0: reg 0x20: [io 0xd800-0xd80f]
[ 0.086525] pci 0000:00:08.0: reg 0x24: [mem 0xfe02c000-0xfe02cfff]
[ 0.086621] pci 0000:00:08.1: [10de:03f6] type 00 class 0x010185
[ 0.086629] pci 0000:00:08.1: reg 0x10: [io 0x09e0-0x09e7]
[ 0.086633] pci 0000:00:08.1: reg 0x14: [io 0x0be0-0x0be3]
[ 0.086637] pci 0000:00:08.1: reg 0x18: [io 0x0960-0x0967]
[ 0.086642] pci 0000:00:08.1: reg 0x1c: [io 0x0b60-0x0b63]
[ 0.086646] pci 0000:00:08.1: reg 0x20: [io 0xc400-0xc40f]
[ 0.086651] pci 0000:00:08.1: reg 0x24: [mem 0xfe02b000-0xfe02bfff]
[ 0.086750] pci 0000:00:09.0: [10de:03e8] type 01 class 0x060400
[ 0.086776] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.086834] pci 0000:00:09.0: System wakeup disabled by ACPI
[ 0.086868] pci 0000:00:0b.0: [10de:03e9] type 01 class 0x060400
[ 0.086892] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.086948] pci 0000:00:0b.0: System wakeup disabled by ACPI
[ 0.086984] pci 0000:00:0c.0: [10de:03e9] type 01 class 0x060400
[ 0.087007] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.087064] pci 0000:00:0c.0: System wakeup disabled by ACPI
[ 0.087094] pci 0000:00:0d.0: [10de:03d0] type 00 class 0x030000
[ 0.087101] pci 0000:00:0d.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[ 0.087107] pci 0000:00:0d.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.087112] pci 0000:00:0d.0: reg 0x1c: [mem 0xfc000000-0xfcffffff 64bit]
[ 0.087118] pci 0000:00:0d.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 0.087211] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[ 0.087292] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[ 0.087373] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[ 0.087451] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[ 0.087575] pci 0000:01:06.0: [12b9:1008] type 00 class 0x070002
[ 0.087588] pci 0000:01:06.0: reg 0x10: [io 0xbc00-0xbc07]
[ 0.087637] pci 0000:01:06.0: supports D2
[ 0.087639] pci 0000:01:06.0: PME# supported from D0 D2 D3hot D3cold
[ 0.087687] pci 0000:00:04.0: PCI bridge to [bus 01] (subtractive decode)
[ 0.087691] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
[ 0.087694] pci 0000:00:04.0: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.087697] pci 0000:00:04.0: bridge window [mem 0xfde00000-0xfdefffff pref]
[ 0.087700] pci 0000:00:04.0: bridge window [io 0x0000-0x03af] (subtractive decode)
[ 0.087702] pci 0000:00:04.0: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
[ 0.087704] pci 0000:00:04.0: bridge window [io 0x8000-0xffff] (subtractive decode)
[ 0.087706] pci 0000:00:04.0: bridge window [io 0x03b0-0x03df] (subtractive decode)
[ 0.087709] pci 0000:00:04.0: bridge window [io 0x1c00-0x1c80] (subtractive decode)
[ 0.087711] pci 0000:00:04.0: bridge window [mem 0xfec80000-0xfecbffff] (subtractive decode)
[ 0.087713] pci 0000:00:04.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.087716] pci 0000:00:04.0: bridge window [mem 0x80000000-0xefffffff] (subtractive decode)
[ 0.087718] pci 0000:00:04.0: bridge window [mem 0xf4000000-0xfe02ffff] (subtractive decode)
[ 0.087752] pci 0000:00:09.0: PCI bridge to [bus 02]
[ 0.087755] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
[ 0.087758] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.087761] pci 0000:00:09.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.087792] pci 0000:00:0b.0: PCI bridge to [bus 03]
[ 0.087795] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
[ 0.087798] pci 0000:00:0b.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.087801] pci 0000:00:0b.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.087831] pci 0000:00:0c.0: PCI bridge to [bus 04]
[ 0.087834] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
[ 0.087837] pci 0000:00:0c.0: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.087841] pci 0000:00:0c.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.087849] pci_bus 0000:00: on NUMA node 0
[ 0.088148] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088201] ACPI: PCI Interrupt Link [LNK2] (IRQs *5 7 9 10 11 14 15)
[ 0.088250] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088301] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088354] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088404] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088454] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088504] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088555] ACPI: PCI Interrupt Link [LIGP] (IRQs *5 7 9 10 11 14 15)
[ 0.088605] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088656] ACPI: PCI Interrupt Link [LUBA] (IRQs *5 7 9 10 11 14 15)
[ 0.088714] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15)
[ 0.088764] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 10 *11 14 15)
[ 0.088815] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 *11 14 15)
[ 0.088866] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 10 *11 14 15)
[ 0.088916] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 *10 11 14 15)
[ 0.088966] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.089017] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[ 0.089073] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
[ 0.089162] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[ 0.089240] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0
[ 0.089317] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
[ 0.089395] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[ 0.089472] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[ 0.089550] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[ 0.089627] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[ 0.089705] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[ 0.089782] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22) *0
[ 0.089860] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[ 0.089938] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0
[ 0.090017] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22) *0
[ 0.090095] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22) *0
[ 0.090173] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22) *0
[ 0.090251] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[ 0.090329] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[ 0.090407] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[ 0.090486] ACPI: PCI Interrupt Link [APSI] (IRQs 23) *0
[ 0.090563] ACPI: PCI Interrupt Link [APSJ] (IRQs 23) *0
[ 0.090748] ACPI: Enabled 1 GPEs in block 00 to 1F
[ 0.090755] ACPI: \_SB_.PCI0: notify handler is installed
[ 0.090805] Found 1 acpi root devices
[ 0.090932] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.090934] vgaarb: loaded
[ 0.090935] vgaarb: bridge control possible 0000:00:0d.0
[ 0.091165] SCSI subsystem initialized
[ 0.091168] ACPI: bus type ATA registered
[ 0.091223] libata version 3.00 loaded.
[ 0.091244] ACPI: bus type USB registered
[ 0.091266] usbcore: registered new interface driver usbfs
[ 0.091275] usbcore: registered new interface driver hub
[ 0.091295] usbcore: registered new device driver usb
[ 0.091403] PCI: Using ACPI for IRQ routing
[ 0.092792] PCI: pci_cache_line_size set to 64 bytes
[ 0.092802] pci 0000:00:01.0: no compatible bridge window for [io 0x1d00-0x1dff]
[ 0.092831] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[ 0.092834] e820: reserve RAM buffer [mem 0x77ee0000-0x77ffffff]
[ 0.092934] NetLabel: Initializing
[ 0.092935] NetLabel: domain hash size = 128
[ 0.092936] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.092946] NetLabel: unlabeled traffic allowed by default
[ 0.093019] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.093025] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
[ 0.093029] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[ 0.095087] Switched to clocksource hpet
[ 0.097476] AppArmor: AppArmor Filesystem Enabled
[ 0.097515] pnp: PnP ACPI init
[ 0.097531] ACPI: bus type PNP registered
[ 0.097697] system 00:00: [io 0x1000-0x107f] has been reserved
[ 0.097700] system 00:00: [io 0x1080-0x10ff] has been reserved
[ 0.097702] system 00:00: [io 0x1400-0x147f] has been reserved
[ 0.097704] system 00:00: [io 0x1480-0x14ff] has been reserved
[ 0.097707] system 00:00: [io 0x1800-0x187f] has been reserved
[ 0.097709] system 00:00: [io 0x1880-0x18ff] has been reserved
[ 0.097712] system 00:00: [io 0x2000-0x207f] has been reserved
[ 0.097714] system 00:00: [io 0x2080-0x20ff] has been reserved
[ 0.097719] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.097770] pnp 00:01: disabling [io 0x0010-0x001f] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097773] pnp 00:01: disabling [io 0x0022-0x003f] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097776] pnp 00:01: disabling [io 0x0044-0x005f] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097778] pnp 00:01: disabling [io 0x0062-0x0063] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097781] pnp 00:01: disabling [io 0x0065-0x006f] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097783] pnp 00:01: disabling [io 0x0074-0x007f] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097786] pnp 00:01: disabling [io 0x0091-0x0093] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097788] pnp 00:01: disabling [io 0x00a2-0x00bf] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097791] pnp 00:01: disabling [io 0x00e0-0x00ef] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097827] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.097830] system 00:01: [io 0x0800-0x087f] has been reserved
[ 0.097833] system 00:01: [io 0x0290-0x030f] has been reserved
[ 0.097835] system 00:01: [io 0x0290-0x0297] has been reserved
[ 0.097838] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.097849] pnp 00:02: [dma 4]
[ 0.097867] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.097943] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.097982] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.098005] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.098037] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.098720] system 00:07: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.098723] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.098829] system 00:08: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.098832] system 00:08: [mem 0xfeff0000-0xfeff00ff] has been reserved
[ 0.098834] system 00:08: [mem 0x77ee0000-0x77efffff] could not be reserved
[ 0.098837] system 00:08: [mem 0xffff0000-0xffffffff] has been reserved
[ 0.098839] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.098842] system 00:08: [mem 0x00100000-0x77edffff] could not be reserved
[ 0.098845] system 00:08: [mem 0x78000000-0x7fffffff] has been reserved
[ 0.098850] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.098852] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.098855] system 00:08: [mem 0xfefff000-0xfeffffff] has been reserved
[ 0.098857] system 00:08: [mem 0xfff80000-0xfff80fff] has been reserved
[ 0.098860] system 00:08: [mem 0xfff90000-0xfffbffff] has been reserved
[ 0.098863] system 00:08: [mem 0xfffed000-0xfffeffff] has been reserved
[ 0.098865] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.098884] pnp: PnP ACPI: found 9 devices
[ 0.098886] ACPI: bus type PNP unregistered
[ 0.098888] PnPBIOS: Disabled by ACPI PNP
[ 0.134766] pci 0000:00:0d.0: BAR 6: assigned [mem 0x80000000-0x8001ffff pref]
[ 0.134772] pci 0000:00:01.0: BAR 2: assigned [io 0xc000-0xc0ff]
[ 0.134776] pci 0000:00:04.0: PCI bridge to [bus 01]
[ 0.134779] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
[ 0.134782] pci 0000:00:04.0: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.134785] pci 0000:00:04.0: bridge window [mem 0xfde00000-0xfdefffff pref]
[ 0.134789] pci 0000:00:09.0: PCI bridge to [bus 02]
[ 0.134791] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
[ 0.134794] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.134797] pci 0000:00:09.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.134800] pci 0000:00:0b.0: PCI bridge to [bus 03]
[ 0.134802] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
[ 0.134805] pci 0000:00:0b.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.134808] pci 0000:00:0b.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.134811] pci 0000:00:0c.0: PCI bridge to [bus 04]
[ 0.134814] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
[ 0.134816] pci 0000:00:0c.0: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.134819] pci 0000:00:0c.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.134828] pci 0000:00:04.0: setting latency timer to 64
[ 0.134834] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
[ 0.134836] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
[ 0.134838] pci_bus 0000:00: resource 6 [io 0x8000-0xffff]
[ 0.134840] pci_bus 0000:00: resource 7 [io 0x03b0-0x03df]
[ 0.134843] pci_bus 0000:00: resource 8 [io 0x1c00-0x1c80]
[ 0.134845] pci_bus 0000:00: resource 9 [mem 0xfec80000-0xfecbffff]
[ 0.134847] pci_bus 0000:00: resource 10 [mem 0x000a0000-0x000bffff]
[ 0.134850] pci_bus 0000:00: resource 11 [mem 0x80000000-0xefffffff]
[ 0.134852] pci_bus 0000:00: resource 12 [mem 0xf4000000-0xfe02ffff]
[ 0.134855] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
[ 0.134857] pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
[ 0.134859] pci_bus 0000:01: resource 2 [mem 0xfde00000-0xfdefffff pref]
[ 0.134861] pci_bus 0000:01: resource 4 [io 0x0000-0x03af]
[ 0.134864] pci_bus 0000:01: resource 5 [io 0x03e0-0x0cf7]
[ 0.134866] pci_bus 0000:01: resource 6 [io 0x8000-0xffff]
[ 0.134868] pci_bus 0000:01: resource 7 [io 0x03b0-0x03df]
[ 0.134870] pci_bus 0000:01: resource 8 [io 0x1c00-0x1c80]
[ 0.134873] pci_bus 0000:01: resource 9 [mem 0xfec80000-0xfecbffff]
[ 0.134875] pci_bus 0000:01: resource 10 [mem 0x000a0000-0x000bffff]
[ 0.134877] pci_bus 0000:01: resource 11 [mem 0x80000000-0xefffffff]
[ 0.134880] pci_bus 0000:01: resource 12 [mem 0xf4000000-0xfe02ffff]
[ 0.134882] pci_bus 0000:02: resource 0 [io 0xa000-0xafff]
[ 0.134884] pci_bus 0000:02: resource 1 [mem 0xfdd00000-0xfddfffff]
[ 0.134887] pci_bus 0000:02: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.134889] pci_bus 0000:03: resource 0 [io 0x9000-0x9fff]
[ 0.134892] pci_bus 0000:03: resource 1 [mem 0xfdb00000-0xfdbfffff]
[ 0.134894] pci_bus 0000:03: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.134896] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
[ 0.134899] pci_bus 0000:04: resource 1 [mem 0xfd900000-0xfd9fffff]
[ 0.134901] pci_bus 0000:04: resource 2 [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.134939] NET: Registered protocol family 2
[ 0.135076] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.135117] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.135155] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.135194] TCP: reno registered
[ 0.135197] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.135207] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.135266] NET: Registered protocol family 1
[ 0.135534] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[ 0.204237] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[ 0.204346] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204391] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204444] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204495] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204546] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204601] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204660] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204721] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204727] pci 0000:00:0d.0: Boot video device
[ 0.204735] PCI: CLS 64 bytes, default 64
[ 0.204781] Trying to unpack rootfs image as initramfs...
[ 0.523373] Freeing initrd memory: 16640K (f5f70000 - f6fb0000)
[ 0.523505] Scanning for low memory corruption every 60 seconds
[ 0.523744] Initialise module verification
[ 0.523792] audit: initializing netlink socket (disabled)
[ 0.523806] type=2000 audit(1398611571.520:1): initialized
[ 0.544367] bounce pool size: 64 pages
[ 0.544380] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.545522] zbud: loaded
[ 0.545570] VFS: Disk quotas dquot_6.5.2
[ 0.545614] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.546069] fuse init (API version 7.22)
[ 0.546143] msgmni has been set to 1720
[ 0.546434] Key type asymmetric registered
[ 0.546436] Asymmetric key parser 'x509' registered
[ 0.546473] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.546498] io scheduler noop registered
[ 0.546500] io scheduler deadline registered (default)
[ 0.546524] io scheduler cfq registered
[ 0.546642] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
[ 0.546682] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
[ 0.546715] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
[ 0.546763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.546780] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.546915] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 0.546920] ACPI: Power Button [PWRB]
[ 0.546961] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.546963] ACPI: Power Button [PWRF]
[ 0.547004] ACPI: Fan [FAN] (on)
[ 0.547226] ACPI: [Package] has zero elements (f72c26a0)
[ 0.547228] ACPI: Invalid passive threshold
[ 0.547445] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.547447] ACPI: Thermal Zone [THRM] (40 C)
[ 0.547470] GHES: HEST is not enabled!
[ 0.547566] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.548776] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[ 0.568934] 0000:01:06.0: ttyS4 at I/O 0xbc00 (irq = 17) is a 16550A
[ 0.568983] isapnp: Scanning for PnP cards...
[ 0.661395] Linux agpgart interface v0.103
[ 0.662667] brd: module loaded
[ 0.663270] loop: module loaded
[ 0.663692] libphy: Fixed MDIO Bus: probed
[ 0.663803] tun: Universal TUN/TAP device driver, 1.6
[ 0.663804] tun: (C) 1999-2004 Max Krasnyansky <email address hidden>
[ 0.663838] PPP generic driver version 2.4.2
[ 0.663878] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.663880] ehci-pci: EHCI PCI platform driver
[ 0.664002] ehci-pci 0000:00:02.1: setting latency timer to 64
[ 0.664032] ehci-pci 0000:00:02.1: EHCI Host Controller
[ 0.664038] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[ 0.664047] ehci-pci 0000:00:02.1: debug port 1
[ 0.664071] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[ 0.664096] ehci-pci 0000:00:02.1: irq 21, io mem 0xfe02e000
[ 0.707499] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[ 0.707534] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.707536] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.707538] usb usb1: Product: EHCI Host Controller
[ 0.707540] usb usb1: Manufacturer: Linux 3.11.0-19-generic ehci_hcd
[ 0.707542] usb usb1: SerialNumber: 0000:00:02.1
[ 0.751017] hub 1-0:1.0: USB hub found
[ 0.751021] hub 1-0:1.0: 10 ports detected
[ 0.751167] ehci-platform: EHCI generic platform driver
[ 0.751175] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.751177] ohci-pci: OHCI PCI platform driver
[ 0.751250] ohci-pci 0000:00:02.0: setting latency timer to 64
[ 0.751252] ohci-pci 0000:00:02.0: OHCI PCI host controller
[ 0.751257] ohci-pci 0000:00:02.0: new USB bus registered, assigned bus number 2
[ 0.751283] ohci-pci 0000:00:02.0: irq 22, io mem 0xfe02f000
[ 0.926913] isapnp: No Plug & Play device found
[ 0.926923] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.926925] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.926927] usb usb2: Product: OHCI PCI host controller
[ 0.926929] usb usb2: Manufacturer: Linux 3.11.0-19-generic ohci_hcd
[ 0.926931] usb usb2: SerialNumber: 0000:00:02.0
[ 0.926999] hub 2-0:1.0: USB hub found
[ 0.927004] hub 2-0:1.0: 10 ports detected
[ 0.927139] ohci-platform: OHCI generic platform driver
[ 0.927146] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.927209] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.927624] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.927629] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.927716] mousedev: PS/2 mouse device common for all mice
[ 0.927822] rtc_cmos 00:04: RTC can wake from S4
[ 0.927961] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 0.927999] rtc_cmos 00:04: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[ 0.928066] device-mapper: uevent: version 1.0.3
[ 0.928120] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: <email address hidden>
[ 0.928136] platform eisa.0: Probing EISA bus 0
[ 0.928139] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 0.928142] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 0.928144] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 0.928159] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 0.928161] platform eisa.0: EISA: Detected 0 cards
[ 0.928168] cpufreq-nforce2: No nForce2 chipset.
[ 0.928170] cpuidle: using governor ladder
[ 0.928171] cpuidle: using governor menu
[ 0.928181] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.928262] TCP: cubic registered
[ 0.928353] NET: Registered protocol family 10
[ 0.928521] NET: Registered protocol family 17
[ 0.928532] Key type dns_resolver registered
[ 0.928645] Using IPI No-Shortcut mode
[ 0.928707] PM: Hibernation image not present or could not be loaded.
[ 0.928710] Loading module verification certificates
[ 0.931922] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: dc76185d2ae5997387e7fb78078a8a42ed21701f'
[ 0.931934] registered taskstats version 1
[ 0.934207] Key type trusted registered
[ 0.936195] Key type encrypted registered
[ 0.938196] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.938410] Magic number: 10:774:235
[ 0.938463] fan PNP0C0B:00: hash matches
[ 0.938519] rtc_cmos 00:04: setting system clock to 2014-04-27 15:12:52 UTC (1398611572)
[ 0.938627] powernow-k8: fid 0x13 (2700 MHz), vid 0x8
[ 0.938629] powernow-k8: fid 0x12 (2600 MHz), vid 0x9
[ 0.938630] powernow-k8: fid 0x10 (2400 MHz), vid 0xb
[ 0.938632] powernow-k8: fid 0xe (2200 MHz), vid 0xd
[ 0.938633] powernow-k8: fid 0xc (2000 MHz), vid 0xf
[ 0.938634] powernow-k8: fid 0xa (1800 MHz), vid 0x11
[ 0.938636] powernow-k8: fid 0x2 (1000 MHz), vid 0x12
[ 0.938657] powernow-k8: Found 1 AMD Athlon(tm) Processor LE-1640 (1 cpu cores) (version 2.20.00)
[ 0.938661] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.938662] EDD information not available.
[ 0.939278] Freeing unused kernel memory: 880K (c1973000 - c1a4f000)
[ 0.939308] Write protecting the kernel text: 6368k
[ 0.939360] Write protecting the kernel read-only data: 2696k
[ 0.939361] NX-protecting the kernel data: 5920k
[ 0.956250] systemd-udevd[88]: starting version 204
[ 0.995656] pata_amd 0000:00:06.0: version 0.4.1
[ 0.995701] pata_amd 0000:00:06.0: setting latency timer to 64
[ 0.999135] scsi0 : pata_amd
[ 1.002510] scsi1 : pata_amd
[ 1.002721] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[ 1.002723] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[ 1.014548] sata_nv 0000:00:08.0: version 3.5
[ 1.014772] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[ 1.014828] sata_nv 0000:00:08.0: setting latency timer to 64
[ 1.019620] scsi2 : sata_nv
[ 1.023038] scsi3 : sata_nv
[ 1.023136] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 23
[ 1.023138] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd808 irq 23
[ 1.023381] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[ 1.023424] sata_nv 0000:00:08.1: setting latency timer to 64
[ 1.026172] scsi4 : sata_nv
[ 1.028136] scsi5 : sata_nv
[ 1.028211] ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 23
[ 1.028214] ata6: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 23
[ 1.028246] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 1.028458] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 20
[ 1.028477] forcedeth 0000:00:07.0: setting latency timer to 64
[ 1.148020] usb 1-9: new high-speed USB device number 3 using ehci-pci
[ 1.166967] ata2: port disabled--ignoring
[ 1.281864] usb 1-9: New USB device found, idVendor=058f, idProduct=6377
[ 1.281867] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.281870] usb 1-9: Product: Mass Storage Device
[ 1.281872] usb 1-9: Manufacturer: Generic
[ 1.281874] usb 1-9: SerialNumber: 920321111113
[ 1.289564] usb-storage 1-9:1.0: USB Mass Storage device detected
[ 1.289630] scsi6 : usb-storage 1-9:1.0
[ 1.289868] usbcore: registered new interface driver usb-storage
[ 1.350211] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.492032] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.541262] ata3.00: ATA-7: ST3160815AS, 4.AAA, max UDMA/133
[ 1.541265] ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.552696] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:25:11:00:19:1d
[ 1.552700] forcedeth 0000:00:07.0: highdma pwrctl mgmt lnktim msi desc-v3
[ 1.588024] usb 2-1: new low-speed USB device number 2 using ohci-pci
[ 1.607896] ata3.00: configured for UDMA/133
[ 1.608014] scsi 2:0:0:0: Direct-Access ATA ST3160815AS 4.AA PQ: 0 ANSI: 5
[ 1.608184] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 1.608230] sd 2:0:0:0: [sda] Write Protect is off
[ 1.608233] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.608253] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.608503] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 1.692211] sda: sda1 sda2 < sda5 > sda3
[ 1.692504] sd 2:0:0:0: [sda] Attached SCSI disk
[ 1.801080] usb 2-1: New USB device found, idVendor=046d, idProduct=c517
[ 1.801083] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.801085] usb 2-1: Product: USB Receiver
[ 1.801087] usb 2-1: Manufacturer: Logitech
[ 1.818901] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.845285] usbcore: registered new interface driver usbhid
[ 1.845289] usbhid: USB HID core driver
[ 1.862481] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.0/input/input2
[ 1.863196] logitech 0003:046D:C517.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:02.0-1/input0
[ 1.863211] logitech 0003:046D:C517.0002: fixing up Logitech keyboard report descriptor
[ 1.864984] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.1/input/input3
[ 1.865995] logitech 0003:046D:C517.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:02.0-1/input1
[ 2.076034] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.084122] ata4.00: ATAPI: HL-DT-ST DVDRAM GH40F, MG01, max UDMA/100
[ 2.100106] ata4.00: configured for UDMA/100
[ 2.107693] scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GH40F MG01 PQ: 0 ANSI: 5
[ 2.116163] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.116166] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.116258] sr 3:0:0:0: Attached scsi CD-ROM sr0
[ 2.116353] sr 3:0:0:0: Attached scsi generic sg1 type 5
[ 2.288751] scsi 6:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 2.289374] scsi 6:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 2.289999] scsi 6:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
[ 2.290624] scsi 6:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 2.290814] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 2.290941] sd 6:0:0:1: Attached scsi generic sg3 type 0
[ 2.291066] sd 6:0:0:2: Attached scsi generic sg4 type 0
[ 2.291220] sd 6:0:0:3: Attached scsi generic sg5 type 0
[ 2.296755] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 2.304255] sd 6:0:0:1: [sdc] Attached SCSI removable disk
[ 2.307385] sd 6:0:0:2: [sdd] Attached SCSI removable disk
[ 2.309258] sd 6:0:0:3: [sde] Attached SCSI removable disk
[ 2.438216] ata6: SATA link down (SStatus 0 SControl 300)
[ 3.167876] EXT4-fs (sda5): INFO: recovery required on readonly filesystem
[ 3.167882] EXT4-fs (sda5): write access will be enabled during recovery
[ 3.764785] EXT4-fs (sda5): recovery complete
[ 3.769175] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 14.100058] Adding 3069948k swap on /dev/sda3. Priority:-1 extents:1 across:3069948k FS
[ 14.199231] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 14.328357] systemd-udevd[266]: starting version 204
[ 14.490359] lp: driver loaded but no devices found
[ 14.568727] i2c i2c-0: nForce2 SMBus adapter at 0x1c00
[ 14.568809] i2c i2c-1: nForce2 SMBus adapter at 0xf400
[ 14.755683] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[ 14.829989] nvidia: module license 'NVIDIA' taints kernel.
[ 14.829995] Disabling lock debugging due to kernel taint
[ 14.866533] microcode: AMD CPU family 0xf not supported
[ 14.883052] type=1400 audit(1398625986.440:2): apparmor="STATUS" operation="profile_load" parent=311 profile="unconfined" name="/sbin/dhclient" pid=316 comm="apparmor_parser"
[ 14.883062] type=1400 audit(1398625986.440:3): apparmor="STATUS" operation="profile_load" parent=311 profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=316 comm="apparmor_parser"
[ 14.883066] type=1400 audit(1398625986.440:4): apparmor="STATUS" operation="profile_load" parent=311 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=316 comm="apparmor_parser"
[ 14.883671] type=1400 audit(1398625986.440:5): apparmor="STATUS" operation="profile_replace" parent=311 profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=316 comm="apparmor_parser"
[ 14.883678] type=1400 audit(1398625986.440:6): apparmor="STATUS" operation="profile_replace" parent=311 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=316 comm="apparmor_parser"
[ 14.884028] type=1400 audit(1398625986.444:7): apparmor="STATUS" operation="profile_replace" parent=311 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=316 comm="apparmor_parser"
[ 14.944603] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.944665] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.944722] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.944778] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.944834] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.944889] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.944945] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.945001] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.945058] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.945114] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.945170] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.945226] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.945282] systemd-udevd[296]: Error calling EVIOCSKEYCODE: Invalid argument
[ 14.994403] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 15.017768] ACPI: PCI Interrupt Link [AIGP] enabled at IRQ 22
[ 15.017783] nvidia 0000:00:0d.0: setting latency timer to 64
[ 15.017787] vgaarb: device changed decodes: PCI:0000:00:0d.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 15.018097] NVRM: loading NVIDIA UNIX x86 Kernel Module 304.88 Wed Mar 27 14:31:12 PDT 2013
[ 15.031429] kvm: Nested Virtualization enabled
[ 15.070366] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[ 15.195102] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 21
[ 15.195110] hda_intel: Disabling MSI
[ 15.195134] snd_hda_intel 0000:00:05.0: setting latency timer to 64
[ 15.195137] hda-intel 0000:00:05.0: Disabling 64bit DMA
[ 15.199303] hda-intel 0000:00:05.0: Enable delay in RIRB handling
[ 15.662032] Bluetooth: Core ver 2.16
[ 15.662388] NET: Registered protocol family 31
[ 15.662389] Bluetooth: HCI device and connection manager initialized
[ 15.662395] Bluetooth: HCI socket layer initialized
[ 15.662397] Bluetooth: L2CAP socket layer initialized
[ 15.662402] Bluetooth: SCO socket layer initialized
[ 15.695142] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.695146] Bluetooth: BNEP filters: protocol multicast
[ 15.695155] Bluetooth: BNEP socket layer initialized
[ 15.765912] Bluetooth: RFCOMM TTY layer initialized
[ 15.765926] Bluetooth: RFCOMM socket layer initialized
[ 15.765928] Bluetooth: RFCOMM ver 1.11
[ 15.960041] hda_codec: ALC1200: SKU not ready 0x411111f0
[ 16.040019] autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[ 16.040024] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 16.040026] hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 16.040028] mono: mono_out=0x0
[ 16.040029] dig-out=0x11/0x0
[ 16.040030] inputs:
[ 16.040032] Front Mic=0x19
[ 16.040033] Rear Mic=0x18
[ 16.040035] Line=0x1c
[ 16.040036] Aux=0x1a
[ 16.040038] realtek: No valid SSID, checking pincfg 0x411111f0 for NID 0x1d
[ 16.040039] realtek: Enable default setup for auto mode as fallback
[ 16.165213] ppdev: user-space parallel port driver
[ 16.171519] init: avahi-cups-reload main process (522) terminated with status 1
[ 16.354294] type=1400 audit(1398625987.912:8): apparmor="STATUS" operation="profile_load" parent=547 profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=577 comm="apparmor_parser"
[ 16.354305] type=1400 audit(1398625987.912:9): apparmor="STATUS" operation="profile_load" parent=547 profile="unconfined" name="/usr/sbin/cupsd" pid=577 comm="apparmor_parser"
[ 16.355001] type=1400 audit(1398625987.912:10): apparmor="STATUS" operation="profile_replace" parent=547 profile="unconfined" name="/usr/sbin/cupsd" pid=577 comm="apparmor_parser"
[ 16.454871] init: failsafe main process (518) killed by TERM signal
[ 16.733473] type=1400 audit(1398625988.292:11): apparmor="STATUS" operation="profile_load" parent=670 profile="unconfined" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=675 comm="apparmor_parser"
[ 17.811345] init: alsa-restore main process (788) terminated with status 19
[ 17.908281] input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input4
[ 17.908482] input: HDA NVidia Line Out Side as /devices/pci0000:00/0000:00:05.0/sound/card0/input5
[ 17.908637] input: HDA NVidia Line Out CLFE as /devices/pci0000:00/0000:00:05.0/sound/card0/input6
[ 17.908787] input: HDA NVidia Line Out Surround as /devices/pci0000:00/0000:00:05.0/sound/card0/input7
[ 17.908937] input: HDA NVidia Line Out Front as /devices/pci0000:00/0000:00:05.0/sound/card0/input8
[ 17.909092] input: HDA NVidia Line as /devices/pci0000:00/0000:00:05.0/sound/card0/input9
[ 17.909258] input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input10
[ 17.909407] input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input11
[ 18.445406] forcedeth 0000:00:07.0: irq 43 for MSI/MSI-X
[ 18.445437] forcedeth 0000:00:07.0 eth0: MSI enabled
[ 18.703610] init: udev-fallback-graphics main process (939) terminated with status 1
[ 18.886206] init: plymouth-splash main process (961) terminated with status 1
(END)

This is the output of dmesg after a bootup when the usb devices were not recognized. After bootup, I removed the usb plug for the Logitech receiver and replaced it, but it still was not recognized. I then plugged in the cables for my non-wireless keyboard and mouse so I could proceed to launch the terminal to get this report and go online.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.11.0-19-generic (buildd@roseapple) (gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8) ) #33-Ubuntu SMP Tue Mar 11 18:48:32 UTC 2014 (Ubuntu 3
.11.0-19.33-generic 3.11.10.5)
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000077edffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000077ee0000-0x0000000077ee2fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000077ee3000-0x0000000077eeffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000077ef0000-0x0000000077efffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000078000000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: eMachines ET1161-05/MCP61PM-GM, BIOS 6.00 PG 10/29/2008
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x77ee0 max_arch_pfn = 0x1000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-C7FFF write-protect
[ 0.000000] C8000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask FF80000000 write-back
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [mem 0x000f3b20-0x000f3b2f] mapped at [c00f3b20]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x37800000-0x379fffff]
[ 0.000000] [mem 0x37800000-0x379fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x34000000-0x377fffff]
[ 0.000000] [mem 0x34000000-0x377fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x33ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x37a00000-0x37bfdfff]
[ 0.000000] [mem 0x37a00000-0x37bfdfff] page 4k
[ 0.000000] BRK [0x01b4a000, 0x01b4afff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x35f70000-0x36faffff]
[ 0.000000] ACPI: RSDP 000f7b60 00014 (v00 GATEWA)
[ 0.000000] ACPI: RSDT 77ee3000 0003C (v01 GATEWA SYSTEM 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 77ee3080 00074 (v01 GATEWA SYSTEM 42302E31 AWRD 00000000)
[ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20130517/tbfadt-603)
[ 0.000000] ACPI: DSDT 77ee3100 0571E (v01 Mouse SYSTEM 00001000 MSFT 03000000)
[ 0.000000] ACPI: FACS 77ee0000 00040
[ 0.000000] ACPI: SSDT 77ee8900 00178 (v01 123456 123346 00000001 LTP 00000001)
[ 0.000000] ACPI: HPET 77ee8a80 00038 (v01 GATEWA SYSTEM 42302E31 AWRD 00000098)
[ 0.000000] ACPI: SLIC 77ee8ac0 00176 (v01 GATEWA SYSTEM 42302E31 AWRD 00000001)
[ 0.000000] ACPI: MCFG 77ee8c40 0003C (v01 GATEWA SYSTEM 42302E31 AWRD 00000000)
[ 0.000000] ACPI: APIC 77ee8840 00098 (v01 GATEWA SYSTEM 42302E31 AWRD 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1026MB HIGHMEM available.
[ 0.000000] 891MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 37bfe000
[ 0.000000] low ram: 0 - 37bfe000
[ 0.000000] BRK [0x01b4b000, 0x01b4bfff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x37bfdfff]
[ 0.000000] HighMem [mem 0x37bfe000-0x77edffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x77edffff]
[ 0.000000] On node 0 totalpages: 491134
[ 0.000000] free_area_init_node: node 0, pgdat c1958ec0, node_mem_map f5070020
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] Normal zone: 1752 pages used for memmap
[ 0.000000] Normal zone: 224254 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2054 pages used for memmap
[ 0.000000] HighMem zone: 262882 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] Detected use of extended apic ids on hypertransport bus
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
[ 0.000000] smpboot: Allowing 4 CPUs, 3 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x80000000-0xefffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @f7bba000 s36288 r0 d21056 u57344
[ 0.000000] pcpu-alloc: s36288 r0 d21056 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 489350
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-19-generic root=UUID=73804dcc-cbc6-4165-9eca-45d741802ecf ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 3929848 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (00037bfe:00077ee0)
[ 0.000000] Memory: 1915984K/1964536K available (6364K kernel code, 608K rwdata, 2692K rodata, 880K init, 908K bss, 48552K reserved, 1051528K highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff14000 - 0xfffff000 ( 940 kB)
[ 0.000000] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
[ 0.000000] vmalloc : 0xf83fe000 - 0xffbfe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf7bfe000 ( 891 MB)
[ 0.000000] .init : 0xc1973000 - 0xc1a4f000 ( 880 kB)
[ 0.000000] .data : 0xc1637574 - 0xc1972300 (3307 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1637574 (6365 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] NR_IRQS:2304 nr_irqs:712 16
[ 0.000000] CPU 0 irqstacks, hard=f7008000 soft=f700a000
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2712.520 MHz processor
[ 0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[ 0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5425.04 BogoMIPS (lpj=10850080)
[ 0.004007] pid_max: default: 32768 minimum: 301
[ 0.004046] Security Framework initialized
[ 0.004065] AppArmor: AppArmor initialized
[ 0.004067] Yama: becoming mindful.
[ 0.004119] Mount-cache hash table entries: 512
[ 0.004346] Initializing cgroup subsys memory
[ 0.004360] Initializing cgroup subsys devices
[ 0.004362] Initializing cgroup subsys freezer
[ 0.004365] Initializing cgroup subsys blkio
[ 0.004367] Initializing cgroup subsys perf_event
[ 0.004370] Initializing cgroup subsys hugetlb
[ 0.004396] mce: CPU supports 5 MCE banks
[ 0.004403] LVT offset 0 assigned for vector 0xf9
[ 0.004407] process: using AMD E400 aware idle routine
[ 0.004415] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[ 0.004415] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
[ 0.004415] tlb_flushall_shift: 4
[ 0.015146] ACPI: Core revision 20130517
[ 0.019231] ACPI: All ACPI Tables successfully acquired
[ 0.020010] ftrace: allocating 27194 entries in 54 pages
[ 0.028103] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.028628] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.070436] smpboot: CPU0: AMD Athlon(tm) Processor LE-1640 (fam: 0f, model: 7f, stepping: 02)
[ 0.072000] Performance Events: AMD PMU driver.
[ 0.072000] ... version: 0
[ 0.072000] ... bit width: 48
[ 0.072000] ... generic registers: 4
[ 0.072000] ... value mask: 0000ffffffffffff
[ 0.072000] ... max period: 00007fffffffffff
[ 0.072000] ... fixed-purpose events: 0
[ 0.072000] ... event mask: 000000000000000f
[ 0.072000] Brought up 1 CPUs
[ 0.072000] smpboot: Total of 1 processors activated (5425.04 BogoMIPS)
[ 0.072000] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.072000] devtmpfs: initialized
[ 0.072000] EVM: security.selinux
[ 0.072000] EVM: security.SMACK64
[ 0.072000] EVM: security.capability
[ 0.072000] PM: Registering ACPI NVS region [mem 0x77ee0000-0x77ee2fff] (12288 bytes)
[ 0.072000] regulator-dummy: no parameters
[ 0.072000] RTC time: 7:08:56, date: 04/28/14
[ 0.072000] NET: Registered protocol family 16
[ 0.072000] EISA bus registered
[ 0.072000] node 0 link 0: io port [8000, ffff]
[ 0.072000] TOM: 0000000080000000 aka 2048M
[ 0.072000] node 0 link 0: mmio [a0000, bffff]
[ 0.072000] node 0 link 0: mmio [80000000, efffffff]
[ 0.072000] node 0 link 0: mmio [f4000000, fe02ffff]
[ 0.072000] node 0 link 0: mmio [f0000000, f03fffff]
[ 0.072000] bus: [bus 00-04] on node 0 link 0
[ 0.072000] bus: 00 [io 0x0000-0xffff]
[ 0.072000] bus: 00 [mem 0x000a0000-0x000bffff]
[ 0.072000] bus: 00 [mem 0x80000000-0xf3ffffff]
[ 0.072000] bus: 00 [mem 0xf4000000-0xfcffffffff]
[ 0.072000] ACPI: bus type PCI registered
[ 0.072000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.072000] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.072000] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.072000] PCI: Using MMCONFIG for extended config space
[ 0.072000] PCI: Using configuration type 1 for base access
[ 0.072767] bio: create slab <bio-0> at 0
[ 0.072908] ACPI: Added _OSI(Module Device)
[ 0.072910] ACPI: Added _OSI(Processor Device)
[ 0.072911] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.072913] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.073702] ACPI: EC: Look up EC in DSDT
[ 0.076851] ACPI: Interpreter enabled
[ 0.076860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
[ 0.076865] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[ 0.076878] ACPI: (supports S0 S3 S4 S5)
[ 0.076880] ACPI: Using IOAPIC for interrupt routing
[ 0.076906] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.077006] ACPI: No dock devices found.
[ 0.083531] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
[ 0.083650] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[ 0.083786] acpi PNP0A08:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0c
[ 0.083788] acpi PNP0A08:00: ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.085065] PCI host bridge to bus 0000:00
[ 0.085068] pci_bus 0000:00: root bus resource [bus 00-04]
[ 0.085071] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
[ 0.085073] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
[ 0.085075] pci_bus 0000:00: root bus resource [io 0x8000-0xffff]
[ 0.085077] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
[ 0.085079] pci_bus 0000:00: root bus resource [io 0x1c00-0x1c80]
[ 0.085082] pci_bus 0000:00: root bus resource [mem 0xfec80000-0xfecbffff]
[ 0.085084] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.085086] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff]
[ 0.085088] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xfe02ffff]
[ 0.085111] pci 0000:00:00.0: [10de:03ea] type 00 class 0x050000
[ 0.085345] pci 0000:00:01.0: [10de:03e0] type 00 class 0x060100
[ 0.085359] pci 0000:00:01.0: reg 0x18: [io 0x1d00-0x1dff]
[ 0.085455] pci 0000:00:01.1: [10de:03eb] type 00 class 0x0c0500
[ 0.085466] pci 0000:00:01.1: reg 0x10: [io 0xfc00-0xfc3f]
[ 0.085481] pci 0000:00:01.1: reg 0x20: [io 0x1c00-0x1c3f]
[ 0.085486] pci 0000:00:01.1: reg 0x24: [io 0xf400-0xf43f]
[ 0.085513] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.085599] pci 0000:00:01.2: [10de:03f5] type 00 class 0x050000
[ 0.085701] pci 0000:00:02.0: [10de:03f1] type 00 class 0x0c0310
[ 0.085710] pci 0000:00:02.0: reg 0x10: [mem 0xfe02f000-0xfe02ffff]
[ 0.085742] pci 0000:00:02.0: supports D1 D2
[ 0.085744] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.085799] pci 0000:00:02.0: System wakeup disabled by ACPI
[ 0.085833] pci 0000:00:02.1: [10de:03f2] type 00 class 0x0c0320
[ 0.085843] pci 0000:00:02.1: reg 0x10: [mem 0xfe02e000-0xfe02e0ff]
[ 0.085882] pci 0000:00:02.1: supports D1 D2
[ 0.085884] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.085951] pci 0000:00:02.1: System wakeup disabled by ACPI
[ 0.085987] pci 0000:00:04.0: [10de:03f3] type 01 class 0x060401
[ 0.086068] pci 0000:00:04.0: System wakeup disabled by ACPI
[ 0.086101] pci 0000:00:05.0: [10de:03f0] type 00 class 0x040300
[ 0.086112] pci 0000:00:05.0: reg 0x10: [mem 0xfe024000-0xfe027fff]
[ 0.086151] pci 0000:00:05.0: PME# supported from D3hot D3cold
[ 0.086208] pci 0000:00:05.0: System wakeup disabled by ACPI
[ 0.086246] pci 0000:00:06.0: [10de:03ec] type 00 class 0x01018a
[ 0.086267] pci 0000:00:06.0: reg 0x20: [io 0xf000-0xf00f]
[ 0.086363] pci 0000:00:07.0: [10de:03ef] type 00 class 0x068000
[ 0.086372] pci 0000:00:07.0: reg 0x10: [mem 0xfe02d000-0xfe02dfff]
[ 0.086377] pci 0000:00:07.0: reg 0x14: [io 0xec00-0xec07]
[ 0.086409] pci 0000:00:07.0: supports D1 D2
[ 0.086411] pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.086469] pci 0000:00:07.0: System wakeup disabled by ACPI
[ 0.086501] pci 0000:00:08.0: [10de:03f6] type 00 class 0x010185
[ 0.086509] pci 0000:00:08.0: reg 0x10: [io 0x09f0-0x09f7]
[ 0.086514] pci 0000:00:08.0: reg 0x14: [io 0x0bf0-0x0bf3]
[ 0.086518] pci 0000:00:08.0: reg 0x18: [io 0x0970-0x0977]
[ 0.086522] pci 0000:00:08.0: reg 0x1c: [io 0x0b70-0x0b73]
[ 0.086527] pci 0000:00:08.0: reg 0x20: [io 0xd800-0xd80f]
[ 0.086531] pci 0000:00:08.0: reg 0x24: [mem 0xfe02c000-0xfe02cfff]
[ 0.086628] pci 0000:00:08.1: [10de:03f6] type 00 class 0x010185
[ 0.086636] pci 0000:00:08.1: reg 0x10: [io 0x09e0-0x09e7]
[ 0.086640] pci 0000:00:08.1: reg 0x14: [io 0x0be0-0x0be3]
[ 0.086644] pci 0000:00:08.1: reg 0x18: [io 0x0960-0x0967]
[ 0.086649] pci 0000:00:08.1: reg 0x1c: [io 0x0b60-0x0b63]
[ 0.086653] pci 0000:00:08.1: reg 0x20: [io 0xc400-0xc40f]
[ 0.086657] pci 0000:00:08.1: reg 0x24: [mem 0xfe02b000-0xfe02bfff]
[ 0.086757] pci 0000:00:09.0: [10de:03e8] type 01 class 0x060400
[ 0.086783] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.086841] pci 0000:00:09.0: System wakeup disabled by ACPI
[ 0.086875] pci 0000:00:0b.0: [10de:03e9] type 01 class 0x060400
[ 0.086899] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.086956] pci 0000:00:0b.0: System wakeup disabled by ACPI
[ 0.086991] pci 0000:00:0c.0: [10de:03e9] type 01 class 0x060400
[ 0.087014] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.087070] pci 0000:00:0c.0: System wakeup disabled by ACPI
[ 0.087100] pci 0000:00:0d.0: [10de:03d0] type 00 class 0x030000
[ 0.087107] pci 0000:00:0d.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[ 0.087113] pci 0000:00:0d.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.087118] pci 0000:00:0d.0: reg 0x1c: [mem 0xfc000000-0xfcffffff 64bit]
[ 0.087124] pci 0000:00:0d.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 0.087218] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[ 0.087299] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[ 0.087379] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[ 0.087457] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[ 0.087581] pci 0000:01:06.0: [12b9:1008] type 00 class 0x070002
[ 0.087594] pci 0000:01:06.0: reg 0x10: [io 0xbc00-0xbc07]
[ 0.087643] pci 0000:01:06.0: supports D2
[ 0.087645] pci 0000:01:06.0: PME# supported from D0 D2 D3hot D3cold
[ 0.087693] pci 0000:00:04.0: PCI bridge to [bus 01] (subtractive decode)
[ 0.087696] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
[ 0.087699] pci 0000:00:04.0: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.087702] pci 0000:00:04.0: bridge window [mem 0xfde00000-0xfdefffff pref]
[ 0.087705] pci 0000:00:04.0: bridge window [io 0x0000-0x03af] (subtractive decode)
[ 0.087707] pci 0000:00:04.0: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
[ 0.087709] pci 0000:00:04.0: bridge window [io 0x8000-0xffff] (subtractive decode)
[ 0.087712] pci 0000:00:04.0: bridge window [io 0x03b0-0x03df] (subtractive decode)
[ 0.087714] pci 0000:00:04.0: bridge window [io 0x1c00-0x1c80] (subtractive decode)
[ 0.087716] pci 0000:00:04.0: bridge window [mem 0xfec80000-0xfecbffff] (subtractive decode)
[ 0.087719] pci 0000:00:04.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.087721] pci 0000:00:04.0: bridge window [mem 0x80000000-0xefffffff] (subtractive decode)
[ 0.087723] pci 0000:00:04.0: bridge window [mem 0xf4000000-0xfe02ffff] (subtractive decode)
[ 0.087757] pci 0000:00:09.0: PCI bridge to [bus 02]
[ 0.087760] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
[ 0.087763] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.087767] pci 0000:00:09.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.087797] pci 0000:00:0b.0: PCI bridge to [bus 03]
[ 0.087800] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
[ 0.087803] pci 0000:00:0b.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.087807] pci 0000:00:0b.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.087837] pci 0000:00:0c.0: PCI bridge to [bus 04]
[ 0.087840] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
[ 0.087843] pci 0000:00:0c.0: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.087846] pci 0000:00:0c.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.087854] pci_bus 0000:00: on NUMA node 0
[ 0.088155] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088207] ACPI: PCI Interrupt Link [LNK2] (IRQs *5 7 9 10 11 14 15)
[ 0.088257] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088307] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088360] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088411] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088461] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088511] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088562] ACPI: PCI Interrupt Link [LIGP] (IRQs *5 7 9 10 11 14 15)
[ 0.088612] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.088663] ACPI: PCI Interrupt Link [LUBA] (IRQs *5 7 9 10 11 14 15)
[ 0.088721] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15)
[ 0.088771] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 10 *11 14 15)
[ 0.088822] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 *11 14 15)
[ 0.088873] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 10 *11 14 15)
[ 0.088923] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 *10 11 14 15)
[ 0.088973] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.089024] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[ 0.089080] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
[ 0.089169] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[ 0.089247] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0
[ 0.089324] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
[ 0.089402] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[ 0.089479] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[ 0.089557] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[ 0.089635] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[ 0.089712] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[ 0.089790] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22) *0
[ 0.089867] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[ 0.089946] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0
[ 0.090024] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22) *0
[ 0.090102] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22) *0
[ 0.090180] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22) *0
[ 0.090258] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[ 0.090336] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[ 0.090414] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[ 0.090492] ACPI: PCI Interrupt Link [APSI] (IRQs 23) *0
[ 0.090570] ACPI: PCI Interrupt Link [APSJ] (IRQs 23) *0
[ 0.090755] ACPI: Enabled 1 GPEs in block 00 to 1F
[ 0.090762] ACPI: \_SB_.PCI0: notify handler is installed
[ 0.090811] Found 1 acpi root devices
[ 0.090937] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.090939] vgaarb: loaded
[ 0.090940] vgaarb: bridge control possible 0000:00:0d.0
[ 0.091171] SCSI subsystem initialized
[ 0.091173] ACPI: bus type ATA registered
[ 0.091228] libata version 3.00 loaded.
[ 0.091249] ACPI: bus type USB registered
[ 0.091271] usbcore: registered new interface driver usbfs
[ 0.091280] usbcore: registered new interface driver hub
[ 0.091300] usbcore: registered new device driver usb
[ 0.091408] PCI: Using ACPI for IRQ routing
[ 0.092782] PCI: pci_cache_line_size set to 64 bytes
[ 0.092793] pci 0000:00:01.0: no compatible bridge window for [io 0x1d00-0x1dff]
[ 0.092822] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[ 0.092824] e820: reserve RAM buffer [mem 0x77ee0000-0x77ffffff]
[ 0.092925] NetLabel: Initializing
[ 0.092926] NetLabel: domain hash size = 128
[ 0.092927] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.092937] NetLabel: unlabeled traffic allowed by default
[ 0.093010] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.093015] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
[ 0.093019] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[ 0.095078] Switched to clocksource hpet
[ 0.097506] AppArmor: AppArmor Filesystem Enabled
[ 0.097546] pnp: PnP ACPI init
[ 0.097561] ACPI: bus type PNP registered
[ 0.097727] system 00:00: [io 0x1000-0x107f] has been reserved
[ 0.097730] system 00:00: [io 0x1080-0x10ff] has been reserved
[ 0.097732] system 00:00: [io 0x1400-0x147f] has been reserved
[ 0.097735] system 00:00: [io 0x1480-0x14ff] has been reserved
[ 0.097737] system 00:00: [io 0x1800-0x187f] has been reserved
[ 0.097740] system 00:00: [io 0x1880-0x18ff] has been reserved
[ 0.097742] system 00:00: [io 0x2000-0x207f] has been reserved
[ 0.097745] system 00:00: [io 0x2080-0x20ff] has been reserved
[ 0.097749] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.097801] pnp 00:01: disabling [io 0x0010-0x001f] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097803] pnp 00:01: disabling [io 0x0022-0x003f] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097806] pnp 00:01: disabling [io 0x0044-0x005f] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097809] pnp 00:01: disabling [io 0x0062-0x0063] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097811] pnp 00:01: disabling [io 0x0065-0x006f] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097814] pnp 00:01: disabling [io 0x0074-0x007f] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097816] pnp 00:01: disabling [io 0x0091-0x0093] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097819] pnp 00:01: disabling [io 0x00a2-0x00bf] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097821] pnp 00:01: disabling [io 0x00e0-0x00ef] because it overlaps 0000:00:01.0 BAR 2 [io 0x0000-0x00ff]
[ 0.097858] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.097860] system 00:01: [io 0x0800-0x087f] has been reserved
[ 0.097863] system 00:01: [io 0x0290-0x030f] has been reserved
[ 0.097865] system 00:01: [io 0x0290-0x0297] has been reserved
[ 0.097868] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.097880] pnp 00:02: [dma 4]
[ 0.097897] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.097973] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.098013] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.098035] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.098067] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.098750] system 00:07: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.098753] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.098858] system 00:08: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.098861] system 00:08: [mem 0xfeff0000-0xfeff00ff] has been reserved
[ 0.098864] system 00:08: [mem 0x77ee0000-0x77efffff] could not be reserved
[ 0.098866] system 00:08: [mem 0xffff0000-0xffffffff] has been reserved
[ 0.098869] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.098872] system 00:08: [mem 0x00100000-0x77edffff] could not be reserved
[ 0.098874] system 00:08: [mem 0x78000000-0x7fffffff] has been reserved
[ 0.098879] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.098882] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.098884] system 00:08: [mem 0xfefff000-0xfeffffff] has been reserved
[ 0.098887] system 00:08: [mem 0xfff80000-0xfff80fff] has been reserved
[ 0.098889] system 00:08: [mem 0xfff90000-0xfffbffff] has been reserved
[ 0.098892] system 00:08: [mem 0xfffed000-0xfffeffff] has been reserved
[ 0.098895] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.098914] pnp: PnP ACPI: found 9 devices
[ 0.098915] ACPI: bus type PNP unregistered
[ 0.098918] PnPBIOS: Disabled by ACPI PNP
[ 0.134797] pci 0000:00:0d.0: BAR 6: assigned [mem 0x80000000-0x8001ffff pref]
[ 0.134802] pci 0000:00:01.0: BAR 2: assigned [io 0xc000-0xc0ff]
[ 0.134806] pci 0000:00:04.0: PCI bridge to [bus 01]
[ 0.134809] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
[ 0.134813] pci 0000:00:04.0: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.134816] pci 0000:00:04.0: bridge window [mem 0xfde00000-0xfdefffff pref]
[ 0.134820] pci 0000:00:09.0: PCI bridge to [bus 02]
[ 0.134822] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
[ 0.134825] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.134828] pci 0000:00:09.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.134831] pci 0000:00:0b.0: PCI bridge to [bus 03]
[ 0.134833] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
[ 0.134836] pci 0000:00:0b.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.134839] pci 0000:00:0b.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.134842] pci 0000:00:0c.0: PCI bridge to [bus 04]
[ 0.134844] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
[ 0.134847] pci 0000:00:0c.0: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.134850] pci 0000:00:0c.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.134858] pci 0000:00:04.0: setting latency timer to 64
[ 0.134864] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
[ 0.134866] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
[ 0.134869] pci_bus 0000:00: resource 6 [io 0x8000-0xffff]
[ 0.134871] pci_bus 0000:00: resource 7 [io 0x03b0-0x03df]
[ 0.134873] pci_bus 0000:00: resource 8 [io 0x1c00-0x1c80]
[ 0.134875] pci_bus 0000:00: resource 9 [mem 0xfec80000-0xfecbffff]
[ 0.134878] pci_bus 0000:00: resource 10 [mem 0x000a0000-0x000bffff]
[ 0.134880] pci_bus 0000:00: resource 11 [mem 0x80000000-0xefffffff]
[ 0.134882] pci_bus 0000:00: resource 12 [mem 0xf4000000-0xfe02ffff]
[ 0.134885] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
[ 0.134887] pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
[ 0.134890] pci_bus 0000:01: resource 2 [mem 0xfde00000-0xfdefffff pref]
[ 0.134892] pci_bus 0000:01: resource 4 [io 0x0000-0x03af]
[ 0.134894] pci_bus 0000:01: resource 5 [io 0x03e0-0x0cf7]
[ 0.134896] pci_bus 0000:01: resource 6 [io 0x8000-0xffff]
[ 0.134899] pci_bus 0000:01: resource 7 [io 0x03b0-0x03df]
[ 0.134901] pci_bus 0000:01: resource 8 [io 0x1c00-0x1c80]
[ 0.134903] pci_bus 0000:01: resource 9 [mem 0xfec80000-0xfecbffff]
[ 0.134905] pci_bus 0000:01: resource 10 [mem 0x000a0000-0x000bffff]
[ 0.134908] pci_bus 0000:01: resource 11 [mem 0x80000000-0xefffffff]
[ 0.134910] pci_bus 0000:01: resource 12 [mem 0xf4000000-0xfe02ffff]
[ 0.134913] pci_bus 0000:02: resource 0 [io 0xa000-0xafff]
[ 0.134915] pci_bus 0000:02: resource 1 [mem 0xfdd00000-0xfddfffff]
[ 0.134917] pci_bus 0000:02: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.134920] pci_bus 0000:03: resource 0 [io 0x9000-0x9fff]
[ 0.134922] pci_bus 0000:03: resource 1 [mem 0xfdb00000-0xfdbfffff]
[ 0.134924] pci_bus 0000:03: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.134927] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
[ 0.134929] pci_bus 0000:04: resource 1 [mem 0xfd900000-0xfd9fffff]
[ 0.134932] pci_bus 0000:04: resource 2 [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.134969] NET: Registered protocol family 2
[ 0.135106] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.135147] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.135187] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.135225] TCP: reno registered
[ 0.135228] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.135238] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.135297] NET: Registered protocol family 1
[ 0.135565] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[ 0.204236] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[ 0.204345] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204389] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204442] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204494] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204545] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204600] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204659] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204720] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.204726] pci 0000:00:0d.0: Boot video device
[ 0.204734] PCI: CLS 64 bytes, default 64
[ 0.204779] Trying to unpack rootfs image as initramfs...
[ 0.523421] Freeing initrd memory: 16640K (f5f70000 - f6fb0000)
[ 0.523553] Scanning for low memory corruption every 60 seconds
[ 0.523792] Initialise module verification
[ 0.523840] audit: initializing netlink socket (disabled)
[ 0.523853] type=2000 audit(1398668936.520:1): initialized
[ 0.544412] bounce pool size: 64 pages
[ 0.544425] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.545568] zbud: loaded
[ 0.545616] VFS: Disk quotas dquot_6.5.2
[ 0.545660] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.546115] fuse init (API version 7.22)
[ 0.546189] msgmni has been set to 1720
[ 0.546481] Key type asymmetric registered
[ 0.546483] Asymmetric key parser 'x509' registered
[ 0.546519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.546544] io scheduler noop registered
[ 0.546546] io scheduler deadline registered (default)
[ 0.546570] io scheduler cfq registered
[ 0.546688] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
[ 0.546729] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
[ 0.546762] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
[ 0.546809] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.546827] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.546961] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 0.546966] ACPI: Power Button [PWRB]
[ 0.547007] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.547010] ACPI: Power Button [PWRF]
[ 0.547051] ACPI: Fan [FAN] (on)
[ 0.547275] ACPI: [Package] has zero elements (f72c26a0)
[ 0.547277] ACPI: Invalid passive threshold
[ 0.547494] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.547496] ACPI: Thermal Zone [THRM] (40 C)
[ 0.547520] GHES: HEST is not enabled!
[ 0.547616] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.548829] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[ 0.568988] 0000:01:06.0: ttyS4 at I/O 0xbc00 (irq = 17) is a 16550A
[ 0.569038] isapnp: Scanning for PnP cards...
[ 0.661454] Linux agpgart interface v0.103
[ 0.662728] brd: module loaded
[ 0.663331] loop: module loaded
[ 0.663753] libphy: Fixed MDIO Bus: probed
[ 0.663864] tun: Universal TUN/TAP device driver, 1.6
[ 0.663865] tun: (C) 1999-2004 Max Krasnyansky <email address hidden>
[ 0.663899] PPP generic driver version 2.4.2
[ 0.663939] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.663941] ehci-pci: EHCI PCI platform driver
[ 0.664084] ehci-pci 0000:00:02.1: setting latency timer to 64
[ 0.664093] ehci-pci 0000:00:02.1: EHCI Host Controller
[ 0.664099] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[ 0.664108] ehci-pci 0000:00:02.1: debug port 1
[ 0.664133] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[ 0.664157] ehci-pci 0000:00:02.1: irq 21, io mem 0xfe02e000
[ 0.707563] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[ 0.707596] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.707598] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.707600] usb usb1: Product: EHCI Host Controller
[ 0.707602] usb usb1: Manufacturer: Linux 3.11.0-19-generic ehci_hcd
[ 0.707604] usb usb1: SerialNumber: 0000:00:02.1
[ 0.751080] hub 1-0:1.0: USB hub found
[ 0.751085] hub 1-0:1.0: 7 ports detected
[ 0.751196] ehci-platform: EHCI generic platform driver
[ 0.751205] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.751206] ohci-pci: OHCI PCI platform driver
[ 0.751278] ohci-pci 0000:00:02.0: setting latency timer to 64
[ 0.751280] ohci-pci 0000:00:02.0: OHCI PCI host controller
[ 0.751287] ohci-pci 0000:00:02.0: new USB bus registered, assigned bus number 2
[ 0.751313] ohci-pci 0000:00:02.0: irq 22, io mem 0xfe02f000
[ 0.926954] isapnp: No Plug & Play device found
[ 0.926964] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.926967] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.926969] usb usb2: Product: OHCI PCI host controller
[ 0.926970] usb usb2: Manufacturer: Linux 3.11.0-19-generic ohci_hcd
[ 0.926972] usb usb2: SerialNumber: 0000:00:02.0
[ 0.927042] hub 2-0:1.0: USB hub found
[ 0.927048] hub 2-0:1.0: 7 ports detected
[ 0.927145] ohci-platform: OHCI generic platform driver
[ 0.927152] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.927223] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.927636] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.927641] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.927723] mousedev: PS/2 mouse device common for all mice
[ 0.927825] rtc_cmos 00:04: RTC can wake from S4
[ 0.927969] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 0.928012] rtc_cmos 00:04: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[ 0.928074] device-mapper: uevent: version 1.0.3
[ 0.928126] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: <email address hidden>
[ 0.928143] platform eisa.0: Probing EISA bus 0
[ 0.928147] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 0.928150] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 0.928152] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 0.928167] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 0.928169] platform eisa.0: EISA: Detected 0 cards
[ 0.928176] cpufreq-nforce2: No nForce2 chipset.
[ 0.928179] cpuidle: using governor ladder
[ 0.928180] cpuidle: using governor menu
[ 0.928189] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.928270] TCP: cubic registered
[ 0.928357] NET: Registered protocol family 10
[ 0.928525] NET: Registered protocol family 17
[ 0.928534] Key type dns_resolver registered
[ 0.928639] Using IPI No-Shortcut mode
[ 0.928700] PM: Hibernation image not present or could not be loaded.
[ 0.928703] Loading module verification certificates
[ 0.931925] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: dc76185d2ae5997387e7fb78078a8a42ed21701f'
[ 0.931937] registered taskstats version 1
[ 0.934228] Key type trusted registered
[ 0.936231] Key type encrypted registered
[ 0.938209] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.938424] Magic number: 10:895:117
[ 0.938531] rtc_cmos 00:04: setting system clock to 2014-04-28 07:08:57 UTC (1398668937)
[ 0.938637] powernow-k8: fid 0x13 (2700 MHz), vid 0x8
[ 0.938638] powernow-k8: fid 0x12 (2600 MHz), vid 0x9
[ 0.938640] powernow-k8: fid 0x10 (2400 MHz), vid 0xb
[ 0.938641] powernow-k8: fid 0xe (2200 MHz), vid 0xd
[ 0.938643] powernow-k8: fid 0xc (2000 MHz), vid 0xf
[ 0.938644] powernow-k8: fid 0xa (1800 MHz), vid 0x11
[ 0.938645] powernow-k8: fid 0x2 (1000 MHz), vid 0x12
[ 0.938666] powernow-k8: Found 1 AMD Athlon(tm) Processor LE-1640 (1 cpu cores) (version 2.20.00)
[ 0.938670] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.938671] EDD information not available.
[ 0.939294] Freeing unused kernel memory: 880K (c1973000 - c1a4f000)
[ 0.939324] Write protecting the kernel text: 6368k
[ 0.939376] Write protecting the kernel read-only data: 2696k
[ 0.939377] NX-protecting the kernel data: 5920k
[ 0.956260] systemd-udevd[88]: starting version 204
[ 0.995884] pata_amd 0000:00:06.0: version 0.4.1
[ 0.995928] pata_amd 0000:00:06.0: setting latency timer to 64
[ 1.001324] scsi0 : pata_amd
[ 1.009388] scsi1 : pata_amd
[ 1.009601] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[ 1.009604] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[ 1.010360] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 1.010567] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 20
[ 1.010587] forcedeth 0000:00:07.0: setting latency timer to 64
[ 1.092027] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.174953] ata2: port disabled--ignoring
[ 1.216022] usb 1-1: device descriptor read/64, error -71
[ 1.444015] usb 1-1: device descriptor read/64, error -71
[ 1.532690] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:25:11:00:19:1d
[ 1.532694] forcedeth 0000:00:07.0: highdma pwrctl mgmt lnktim msi desc-v3
[ 1.532851] sata_nv 0000:00:08.0: version 3.5
[ 1.533072] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[ 1.533126] sata_nv 0000:00:08.0: setting latency timer to 64
[ 1.533960] scsi2 : sata_nv
[ 1.534088] scsi3 : sata_nv
[ 1.534145] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 23
[ 1.534148] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd808 irq 23
[ 1.534351] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[ 1.534391] sata_nv 0000:00:08.1: setting latency timer to 64
[ 1.534707] scsi4 : sata_nv
[ 1.534809] scsi5 : sata_nv
[ 1.534866] ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 23
[ 1.534868] ata6: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 23
[ 1.660018] usb 1-1: new high-speed USB device number 3 using ehci-pci
[ 1.784016] usb 1-1: device descriptor read/64, error -71
[ 1.858206] ata5: SATA link down (SStatus 0 SControl 300)
[ 2.000032] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.012013] usb 1-1: device descriptor read/64, error -71
[ 2.050657] ata3.00: ATA-7: ST3160815AS, 4.AAA, max UDMA/133
[ 2.050660] ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.117284] ata3.00: configured for UDMA/133
[ 2.117384] scsi 2:0:0:0: Direct-Access ATA ST3160815AS 4.AA PQ: 0 ANSI: 5
[ 2.117682] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 2.117728] sd 2:0:0:0: [sda] Write Protect is off
[ 2.117731] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.117751] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.118206] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 2.201603] sda: sda1 sda2 < sda5 > sda3
[ 2.201972] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.228016] usb 1-1: new high-speed USB device number 4 using ehci-pci
[ 2.584033] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.592118] ata4.00: ATAPI: HL-DT-ST DVDRAM GH40F, MG01, max UDMA/100
[ 2.608106] ata4.00: configured for UDMA/100
[ 2.615686] scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GH40F MG01 PQ: 0 ANSI: 5
[ 2.624861] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.624864] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.625145] sr 3:0:0:0: Attached scsi CD-ROM sr0
[ 2.625240] sr 3:0:0:0: Attached scsi generic sg1 type 5
[ 2.640025] usb 1-1: device not accepting address 4, error -71
[ 2.752016] usb 1-1: new high-speed USB device number 5 using ehci-pci
[ 2.946209] ata6: SATA link down (SStatus 0 SControl 300)
[ 3.168019] usb 1-1: device not accepting address 5, error -71
[ 3.168037] hub 1-0:1.0: unable to enumerate USB device on port 1
[ 3.547319] EXT4-fs (sda5): INFO: recovery required on readonly filesystem
[ 3.547324] EXT4-fs (sda5): write access will be enabled during recovery
[ 3.768022] usb 2-6: new full-speed USB device number 2 using ohci-pci
[ 3.968122] usb 2-6: not running at top speed; connect to a high speed hub
[ 3.986122] usb 2-6: New USB device found, idVendor=058f, idProduct=6377
[ 3.986127] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.986129] usb 2-6: Product: Mass Storage Device
[ 3.986131] usb 2-6: Manufacturer: Generic
[ 3.986133] usb 2-6: SerialNumber: 920321111113
[ 3.997027] usb-storage 2-6:1.0: USB Mass Storage device detected
[ 3.997091] scsi6 : usb-storage 2-6:1.0
[ 3.997324] usbcore: registered new interface driver usb-storage
[ 5.004141] scsi 6:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 5.011127] scsi 6:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 5.018126] scsi 6:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
[ 5.025127] scsi 6:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 5.026017] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 5.026169] sd 6:0:0:1: Attached scsi generic sg3 type 0
[ 5.026296] sd 6:0:0:2: Attached scsi generic sg4 type 0
[ 5.027539] sd 6:0:0:3: Attached scsi generic sg5 type 0
[ 5.278131] sd 6:0:0:2: [sdd] Attached SCSI removable disk
[ 5.289120] sd 6:0:0:3: [sde] Attached SCSI removable disk
[ 5.322123] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 5.333122] sd 6:0:0:1: [sdc] Attached SCSI removable disk
[ 6.447941] EXT4-fs (sda5): recovery complete
[ 6.460981] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 16.943975] Adding 3069948k swap on /dev/sda3. Priority:-1 extents:1 across:3069948k FS
[ 17.038786] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.129837] systemd-udevd[268]: starting version 204
[ 17.227771] lp: driver loaded but no devices found
[ 17.278388] i2c i2c-0: nForce2 SMBus adapter at 0x1c00
[ 17.278432] i2c i2c-1: nForce2 SMBus adapter at 0xf400
[ 17.527728] type=1400 audit(1398683354.083:2): apparmor="STATUS" operation="profile_load" parent=311 profile="unconfined" name="/sbin/dhclient" pid=314 comm="apparmor_parser"
[ 17.527738] type=1400 audit(1398683354.083:3): apparmor="STATUS" operation="profile_load" parent=311 profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=314 comm="apparmor_parser"
[ 17.527743] type=1400 audit(1398683354.083:4): apparmor="STATUS" operation="profile_load" parent=311 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=314 comm="apparmor_parser"
[ 17.528632] type=1400 audit(1398683354.087:5): apparmor="STATUS" operation="profile_replace" parent=311 profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=314 comm="apparmor_parser"
[ 17.528640] type=1400 audit(1398683354.087:6): apparmor="STATUS" operation="profile_replace" parent=311 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=314 comm="apparmor_parser"
[ 17.528965] type=1400 audit(1398683354.087:7): apparmor="STATUS" operation="profile_replace" parent=311 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=314 comm="apparmor_parser"
[ 17.563527] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[ 17.589587] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[ 17.631457] nvidia: module license 'NVIDIA' taints kernel.
[ 17.631462] Disabling lock debugging due to kernel taint
[ 17.718797] microcode: AMD CPU family 0xf not supported
[ 17.790134] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 17.893115] ACPI: PCI Interrupt Link [AIGP] enabled at IRQ 22
[ 17.893130] nvidia 0000:00:0d.0: setting latency timer to 64
[ 17.893135] vgaarb: device changed decodes: PCI:0000:00:0d.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 17.902607] NVRM: loading NVIDIA UNIX x86 Kernel Module 304.88 Wed Mar 27 14:31:12 PDT 2013
[ 17.927839] kvm: Nested Virtualization enabled
[ 18.013196] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 21
[ 18.013204] hda_intel: Disabling MSI
[ 18.013228] snd_hda_intel 0000:00:05.0: setting latency timer to 64
[ 18.013231] hda-intel 0000:00:05.0: Disabling 64bit DMA
[ 18.021287] hda-intel 0000:00:05.0: Enable delay in RIRB handling
[ 18.252645] Bluetooth: Core ver 2.16
[ 18.253232] NET: Registered protocol family 31
[ 18.253233] Bluetooth: HCI device and connection manager initialized
[ 18.253241] Bluetooth: HCI socket layer initialized
[ 18.253243] Bluetooth: L2CAP socket layer initialized
[ 18.253249] Bluetooth: SCO socket layer initialized
[ 18.306003] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.306004] Bluetooth: BNEP filters: protocol multicast
[ 18.306012] Bluetooth: BNEP socket layer initialized
[ 18.319461] Bluetooth: RFCOMM TTY layer initialized
[ 18.319472] Bluetooth: RFCOMM socket layer initialized
[ 18.319472] Bluetooth: RFCOMM ver 1.11
[ 18.721023] ppdev: user-space parallel port driver
[ 18.780040] hda_codec: ALC1200: SKU not ready 0x411111f0
[ 18.860019] autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[ 18.860024] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 18.860026] hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 18.860027] mono: mono_out=0x0
[ 18.860028] dig-out=0x11/0x0
[ 18.860029] inputs:
[ 18.860031] Front Mic=0x19
[ 18.253249] Bluetooth: SCO socket layer initialized
[ 18.306003] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.306004] Bluetooth: BNEP filters: protocol multicast
[ 18.306012] Bluetooth: BNEP socket layer initialized
[ 18.319461] Bluetooth: RFCOMM TTY layer initialized
[ 18.319472] Bluetooth: RFCOMM socket layer initialized
[ 18.319472] Bluetooth: RFCOMM ver 1.11
[ 18.721023] ppdev: user-space parallel port driver
[ 18.780040] hda_codec: ALC1200: SKU not ready 0x411111f0
[ 18.860019] autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[ 18.860024] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 18.860026] hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 18.860027] mono: mono_out=0x0
[ 18.860028] dig-out=0x11/0x0
[ 18.860029] inputs:
[ 18.860031] Front Mic=0x19
[ 18.860033] Rear Mic=0x18
[ 18.860034] Line=0x1c
[ 18.860035] Aux=0x1a
[ 18.860037] realtek: No valid SSID, checking pincfg 0x411111f0 for NID 0x1d
[ 18.860038] realtek: Enable default setup for auto mode as fallback
[ 18.878440] init: avahi-cups-reload main process (519) terminated with status 1
[ 18.998823] type=1400 audit(1398683355.555:8): apparmor="STATUS" operation="profile_load" parent=549 profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=603 comm="apparmor_parser"
[ 18.998834] type=1400 audit(1398683355.555:9): apparmor="STATUS" operation="profile_load" parent=549 profile="unconfined" name="/usr/sbin/cupsd" pid=603 comm="apparmor_parser"
[ 18.999533] type=1400 audit(1398683355.555:10): apparmor="STATUS" operation="profile_replace" parent=549 profile="unconfined" name="/usr/sbin/cupsd" pid=603 comm="apparmor_parser"
[ 19.071667] init: failsafe main process (498) killed by TERM signal
[ 19.359805] type=1400 audit(1398683355.915:11): apparmor="STATUS" operation="profile_load" parent=669 profile="unconfined" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=675 comm="apparmor_parser"
[ 20.712287] input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input2
[ 20.712481] input: HDA NVidia Line Out Side as /devices/pci0000:00/0000:00:05.0/sound/card0/input3
[ 20.712649] input: HDA NVidia Line Out CLFE as /devices/pci0000:00/0000:00:05.0/sound/card0/input4
[ 20.712799] input: HDA NVidia Line Out Surround as /devices/pci0000:00/0000:00:05.0/sound/card0/input5
[ 20.712948] input: HDA NVidia Line Out Front as /devices/pci0000:00/0000:00:05.0/sound/card0/input6
[ 20.713099] input: HDA NVidia Line as /devices/pci0000:00/0000:00:05.0/sound/card0/input7
[ 20.713250] input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input8
[ 20.713400] input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input9
[ 20.753918] init: alsa-restore main process (776) terminated with status 19
[ 21.303205] forcedeth 0000:00:07.0: irq 43 for MSI/MSI-X
[ 21.303238] forcedeth 0000:00:07.0 eth0: MSI enabled
[ 21.918442] init: udev-fallback-graphics main process (946) terminated with status 1
[ 22.046652] init: plymouth-splash main process (964) terminated with status 1
[ 114.085507] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[ 114.837692] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input10
[ 119.228246] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input11
(END)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
William T. Lowther
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Have you tried setting the USB portdms to legacy mode. May help

Revision history for this message
William T. Lowther (624wtl) said :
#2

I cannot find a reference to either usb legacy or IOMMU settings in the Phoenix bios v 6.00PG.

Revision history for this message
William T. Lowther (624wtl) said :
#3

Update info - Prior to posting this question, I had searched the internet for months for suggested fixes, but there did not seem to be a consensus for a successful remedy and those that I tried did not result in a permanent fix. One suggestion that I had not tried yet was to go to Vista and uninstall all the USB controllers, then reboot and let windows re-install them. I did that a few hours ago. Since then, I have s/d and rebooted into Vista and Ubuntu a number of times and have found that all of the USB ports are recognized as devices are inserted.
I will report back in a few days to update this finding.
In retrospect, I did not have this problem until I had not used my pc for an extended period of time - perhaps a week. Whenever I shutdown the pc, I also push off on my surge protector where the pc and other devices are plugged in. Does extended inactivity cause a "loss of memory" of the USB drivers/whatever?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Have you tested your RAM using Memtest86 from Grub?

Revision history for this message
William T. Lowther (624wtl) said :
#5

I just ran Memtest86 and there were no errors.
Update info - On bootup this morning (~10 hours after I posted #3), the Logitech receiver was not recognized, nor was the HP printer. I removed/replaced both usb plugs and they were still not recognized. I inserted the Logitech and printer plugs into the other 3 available usb ports and found that only one port was successful (an OHCI). I restarted into Vista and immediately there was a notice that devices were being installed. When I checked recognition at each USB port, all were successful for both the Logitech receiver and the printer. I restarted into Ubuntu and all ports recognize both the Logitech and printer devices.
I still am stumped as to what is causing the intermittent malfunctions. Any troubleshooting suggestions would be appreciated as I am not well versed in either the hardware or software intricacies of the pc.

Revision history for this message
William T. Lowther (624wtl) said :
#6

Problem solved - I removed the CMOS battery (CR2032, 3volt) to check it's voltage and it was 1.62v. I replaced it w/ a new one and have experienced successful bootups w/ all USB ports recognized since then (in both Vista and Ubuntu 13.10).