Announcement

Collapse
No announcement yet.

Inaccessible 250 Gig Hitachi USB Drive problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Inaccessible 250 Gig Hitachi USB Drive problem

    Linux Bumpyputer 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    Distributor ID: Ubuntu
    Description: Ubuntu 13.04
    Release: 13.04
    Codename: raring
    8 GB Ram
    ================================================== ============
    250 Gig USB Drive problem (have used it for at least 2 years with no problem)
    It is plugged in, but not listed in Kinfocenter/Device Info/SCSI/USB Devices
    nor Device Viewer, or in Available Devices Widget.
    Not listed in fdisk-l or blkid
    On running ls -l /dev/disk/by-id/ (Symlinks)
    is listed as: lrwxrwxrwx 1 root root 9 Jun 10 05:29 usb-Hitachi_HTS542525K9SA00_008101801372-0:0 -> ../../sdf
    On a recent running of Linux Boot Repair (needed to because recent Muon update (yesterday) had removed the Grub menu!) it was Identified as WD Ext HDD 1021 USB Device .

    Is it recoverable or is it Toast!

    #2
    It is probably fine. You need to always remember the difference between the USB subsystem and the SATA, IDE/PATA, and PCI bus systems. USB is looking for "hotplug" devices, which can appear randomly at any time, and get the "next up" device number assigment, and then can be removed randomly -- very, very different from the static device identification of the other device busses.

    So, I would advise you to shut down the system, unplug the USB hard drive, and restart the system -- whatever the native OS is. When it is up and settled, power up your USB hard drive (if it uses external power), then plug it in to the USB port. Does the device notifier pop up? If it does, your drive is not toast. Try to open the device with a file manager -- does it open? If so, the partition table and filesystem are OK. If the notifier pops up, but you can't view the contents, then probably there is a problem with the filesystem or the partition table.

    On the other hand, if the drive does not get a USB device assignment and/or get detected by the device notifier, then there may be a serious problem with the device itself.
    Last edited by dibl; Jun 15, 2013, 09:27 AM.

    Comment


      #3
      The first step

      How the device is detected / are there errors with the dmesg command.

      1) Plug the USB drive in or turn it on.
      2) Run the dmesg command with the konsole.


      Example - at here:

      Turning the USB drive on and running the dmesg with the konsole:

      :~$ dmesg
      ...
      [ 836.286862] usb 1-1: new high-speed USB device number 2 using ehci-pci
      [ 836.419276] usb 1-1: New USB device found, idVendor=059f, idProduct=102a
      [ 836.419283] usb 1-1: New USB device strings: Mfr=10, Product=11, SerialNumber=5
      [ 836.419289] usb 1-1: Product: LaCie Device
      [ 836.419293] usb 1-1: Manufacturer: LaCie
      [ 836.419297] usb 1-1: SerialNumber: 2940D09D4CFF
      [ 836.545484] Initializing USB Mass Storage driver...
      [ 836.545837] scsi6 : usb-storage 1-1:1.0
      [ 836.546046] usbcore: registered new interface driver usb-storage
      [ 836.546052] USB Mass Storage support registered.
      [ 837.584905] scsi 6:0:0:0: Direct-Access Hitachi HDS721010CLA332 PQ: 0 ANSI: 2 CCS
      [ 837.586069] sd 6:0:0:0: Attached scsi generic sg4 type 0
      [ 837.587517] sd 6:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
      [ 837.588515] sd 6:0:0:0: [sdd] Write Protect is off
      [ 837.588526] sd 6:0:0:0: [sdd] Mode Sense: 28 00 00 00
      [ 837.590488] sd 6:0:0:0: [sdd] No Caching mode page present
      [ 837.590494] sd 6:0:0:0: [sdd] Assuming drive cache: write through
      [ 837.593489] sd 6:0:0:0: [sdd] No Caching mode page present
      [ 837.593497] sd 6:0:0:0: [sdd] Assuming drive cache: write through
      [ 837.607281] sdd: sdd1
      [ 837.611739] sd 6:0:0:0: [sdd] No Caching mode page present
      [ 837.611747] sd 6:0:0:0: [sdd] Assuming drive cache: write through
      [ 837.611753] sd 6:0:0:0: [sdd] Attached SCSI disk
      The USB drive is detected right and there are no errors.

      More of the USB devices:

      - https://help.ubuntu.com/community/Mount/USB
      - https://help.ubuntu.com/community/Us...SomethingHowto
      - https://help.ubuntu.com/community/DebuggingUSBStorage
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Code:
        bumpy@Bumpyputer:~$ dmesg
        [    0.000000] Initializing cgroup subsys cpuset
        [    0.000000] Initializing cgroup subsys cpu
        [    0.000000] Linux version 3.8.0-25-generic (buildd@roseapple) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 (Ubuntu 3.8.0-25.37-generic 3.8.13)
        [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic root=UUID=512da784-2ed2-462a-9993-f22d5342cdd4 ro quiet splash vt.handoff=7
        [    0.000000] KERNEL supported cpus:
        [    0.000000]   Intel GenuineIntel
        [    0.000000]   AMD AuthenticAMD
        [    0.000000]   Centaur CentaurHauls
        [    0.000000] e820: BIOS-provided physical RAM map:
        [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
        [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
        [    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
        [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cff8ffff] usable
        [    0.000000] BIOS-e820: [mem 0x00000000cff90000-0x00000000cffa7fff] ACPI data
        [    0.000000] BIOS-e820: [mem 0x00000000cffa8000-0x00000000cffcffff] ACPI NVS
        [    0.000000] BIOS-e820: [mem 0x00000000cffd0000-0x00000000cfffffff] reserved
        [    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
        [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022fffffff] usable
        [    0.000000] NX (Execute Disable) protection: active
        [    0.000000] SMBIOS 2.5 present.
        [    0.000000] DMI: System manufacturer System Product Name/M4A785-M, BIOS 1006    08/18/2010
        [    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
        [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
        [    0.000000] No AGP bridge found
        [    0.000000] e820: last_pfn = 0x230000 max_arch_pfn = 0x400000000
        [    0.000000] MTRR default type: uncachable
        [    0.000000] MTRR fixed ranges enabled:
        [    0.000000]   00000-9FFFF write-back
        [    0.000000]   A0000-EFFFF uncachable
        [    0.000000]   F0000-FFFFF write-protect
        [    0.000000] MTRR variable ranges enabled:
        [    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
        [    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
        [    0.000000]   2 base 0000C0000000 mask FFFFF0000000 write-back
        [    0.000000]   3 disabled
        [    0.000000]   4 disabled
        [    0.000000]   5 disabled
        [    0.000000]   6 disabled                                                                                  
        [    0.000000]   7 disabled                                                                                  
        [    0.000000] TOM2: 0000000230000000 aka 8960M                                                              
        [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106                              
        [    0.000000] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved                                  
        [    0.000000] e820: last_pfn = 0xcff90 max_arch_pfn = 0x400000000                                           
        [    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]                
        [    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]                                            
        [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576                                 
        [    0.000000] Using GB pages for direct mapping                                                             
        [    0.000000] init_memory_mapping: [mem 0x00000000-0xcff8ffff]
        [    0.000000]  [mem 0x00000000-0xbfffffff] page 1G
        [    0.000000]  [mem 0xc0000000-0xcfdfffff] page 2M
        [    0.000000]  [mem 0xcfe00000-0xcff8ffff] page 4k
        [    0.000000] kernel direct mapping tables up to 0xcff8ffff @ [mem 0x1fffd000-0x1fffffff]
        [    0.000000] init_memory_mapping: [mem 0x100000000-0x22fffffff]
        [    0.000000]  [mem 0x100000000-0x1ffffffff] page 1G
        [    0.000000]  [mem 0x200000000-0x22fffffff] page 2M
        [    0.000000] kernel direct mapping tables up to 0x22fffffff @ [mem 0xcff8e000-0xcff8ffff]
        [    0.000000] RAMDISK: [mem 0x344f6000-0x36272fff]
        [    0.000000] ACPI: RSDP 00000000000fb470 00024 (v02 ACPIAM)
        [    0.000000] ACPI: XSDT 00000000cff90100 0005C (v01 081810 XSDT1703 20100818 MSFT 00000097)
        [    0.000000] ACPI: FACP 00000000cff90290 000F4 (v03 081810 FACP1703 20100818 MSFT 00000097)
        [    0.000000] ACPI BIOS Bug: Warning: Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20121018/tbfadt-598)
        [    0.000000] ACPI: DSDT 00000000cff90450 0D2FB (v01  A1429 A1429001 00000001 INTL 20060113)
        [    0.000000] ACPI: FACS 00000000cffa8000 00040
        [    0.000000] ACPI: APIC 00000000cff90390 0007C (v01 081810 APIC1703 20100818 MSFT 00000097)
        [    0.000000] ACPI: MCFG 00000000cff90410 0003C (v01 081810 OEMMCFG  20100818 MSFT 00000097)
        [    0.000000] ACPI: OEMB 00000000cffa8040 00072 (v01 081810 OEMB1703 20100818 MSFT 00000097)
        [    0.000000] ACPI: SRAT 00000000cff9f450 000E8 (v01 AMD    FAM_F_10 00000002 AMD  00000001)
        [    0.000000] ACPI: HPET 00000000cff9f540 00038 (v01 081810 OEMHPET  20100818 MSFT 00000097)
        [    0.000000] ACPI: SSDT 00000000cff9f580 0088C (v01 A M I  POWERNOW 00000001 AMD  00000001)
        [    0.000000] ACPI: Local APIC address 0xfee00000
        [    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
        [    0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
        [    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
        [    0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
        [    0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
        [    0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0xcfffffff]
        [    0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x22fffffff]
        [    0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xcfffffff] -> [mem 0x00000000-0xcfffffff]
        [    0.000000] NUMA: Node 0 [mem 0x00000000-0xcfffffff] + [mem 0x100000000-0x22fffffff] -> [mem 0x00000000-0x22fffffff]
        [    0.000000] Initmem setup node 0 [mem 0x00000000-0x22fffffff]
        [    0.000000]   NODE_DATA [mem 0x22fffb000-0x22fffffff]
        [    0.000000]  [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880227600000-ffff88022f5fffff] on node 0
        [    0.000000] Zone ranges:
        [    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
        [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
        [    0.000000]   Normal   [mem 0x100000000-0x22fffffff]
        [    0.000000] Movable zone start for each node
        [    0.000000] Early memory node ranges
        [    0.000000]   node   0: [mem 0x00010000-0x0009efff]
        [    0.000000]   node   0: [mem 0x00100000-0xcff8ffff]
        [    0.000000]   node   0: [mem 0x100000000-0x22fffffff]
        [    0.000000] On node 0 totalpages: 2096927
        [    0.000000]   DMA zone: 64 pages used for memmap
        [    0.000000]   DMA zone: 6 pages reserved
        [    0.000000]   DMA zone: 3913 pages, LIFO batch:0
        [    0.000000]   DMA32 zone: 13247 pages used for memmap
        [    0.000000]   DMA32 zone: 834513 pages, LIFO batch:31
        [    0.000000]   Normal zone: 19456 pages used for memmap
        [    0.000000]   Normal zone: 1225728 pages, LIFO batch:31
        [    0.000000] ACPI: PM-Timer IO Port: 0x808
        [    0.000000] ACPI: Local APIC address 0xfee00000
        [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
        [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
        [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
        [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
        [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
        [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
        [    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
        [    0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
        [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
        [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
        [    0.000000] ACPI: IRQ0 used by override.
        [    0.000000] ACPI: IRQ2 used by override.
        [    0.000000] ACPI: IRQ9 used by override.
        [    0.000000] Using ACPI (MADT) for SMP configuration information
        [    0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
        [    0.000000] smpboot: Allowing 6 CPUs, 2 hotplug CPUs
        [    0.000000] nr_irqs_gsi: 40
        [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
        [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
        [    0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
        [    0.000000] PM: Registered nosave memory: 00000000cff90000 - 00000000cffa8000
        [    0.000000] PM: Registered nosave memory: 00000000cffa8000 - 00000000cffd0000
        [    0.000000] PM: Registered nosave memory: 00000000cffd0000 - 00000000d0000000
        [    0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000fff00000
        [    0.000000] PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
        [    0.000000] e820: [mem 0xd0000000-0xffefffff] available for PCI devices
        [    0.000000] Booting paravirtualized kernel on bare hardware
        [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:6 nr_node_ids:1
        [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88022fc00000 s85056 r8192 d21440 u262144
        [    0.000000] pcpu-alloc: s85056 r8192 d21440 u262144 alloc=1*2097152
        [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - - 
        [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2064154
        [    0.000000] Policy zone: Normal
        [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic root=UUID=512da784-2ed2-462a-9993-f22d5342cdd4 ro quiet splash vt.handoff=7
        [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
        [    0.000000] __ex_table already sorted, skipping sort
        [    0.000000] Checking aperture...
        [    0.000000] No AGP bridge found
        [    0.000000] Node 0: aperture @ c4000000 size 32 MB
        [    0.000000] Aperture pointing to e820 RAM. Ignoring.
        [    0.000000] Your BIOS doesn't leave a aperture memory hole
        [    0.000000] Please enable the IOMMU option in the BIOS setup
        [    0.000000] This costs you 64 MB of RAM
        [    0.000000] Mapping aperture over 65536 KB of RAM @ c4000000
        [    0.000000] PM: Registered nosave memory: 00000000c4000000 - 00000000c8000000
        [    0.000000] Memory: 8078356k/9175040k available (7008k kernel code, 787332k absent, 309352k reserved, 6234k data, 996k init)
        [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=6, 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=256 to nr_cpu_ids=6.
        [    0.000000] NR_IRQS:16640 nr_irqs:728 16
        [    0.000000] Extended CMOS year: 2000
        [    0.000000] spurious 8259A interrupt: IRQ7.
        [    0.000000] Console: colour dummy device 80x25
        [    0.000000] console [tty0] enabled
        [    0.000000] allocated 33554432 bytes of page_cgroup
        [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
        [    0.000000] hpet clockevent registered
        [    0.004000] tsc: Fast TSC calibration using PIT
        [    0.008000] tsc: Detected 3113.828 MHz processor
        [    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6227.65 BogoMIPS (lpj=12455312)
        [    0.000006] pid_max: default: 32768 minimum: 301
        [    0.000027] Security Framework initialized
        [    0.000037] AppArmor: AppArmor initialized
        [    0.000038] Yama: becoming mindful.
        [    0.000494] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
        [    0.002933] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
        [    0.004088] Mount-cache hash table entries: 256
        [    0.004248] Initializing cgroup subsys cpuacct
        [    0.004250] Initializing cgroup subsys memory
        [    0.004257] Initializing cgroup subsys devices
        [    0.004258] Initializing cgroup subsys freezer
        [    0.004260] Initializing cgroup subsys blkio
        [    0.004261] Initializing cgroup subsys perf_event
        [    0.004263] Initializing cgroup subsys hugetlb
        [    0.004284] tseg: 0000000000
        [    0.004296] CPU: Physical Processor ID: 0
        [    0.004297] CPU: Processor Core ID: 0
        [    0.004298] mce: CPU supports 6 MCE banks
        [    0.004303] LVT offset 0 assigned for vector 0xf9
        [    0.004308] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
        [    0.004308] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
        [    0.004308] tlb_flushall_shift: 4
        [    0.004397] Freeing SMP alternatives: 24k freed
        [    0.005618] ACPI: Core revision 20121018
        [    0.015902] ftrace: allocating 26695 entries in 105 pages
        [    0.025700] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
        [    0.065283] smpboot: CPU0: AMD Athlon(tm) II X4 645 Processor (fam: 10, model: 05, stepping: 03)
        [    0.170714] Performance Events: AMD PMU driver.
        [    0.170717] ... version:                0
        [    0.170718] ... bit width:              48
        [    0.170719] ... generic registers:      4
        [    0.170720] ... value mask:             0000ffffffffffff
        [    0.170721] ... max period:             00007fffffffffff
        [    0.170721] ... fixed-purpose events:   0
        [    0.170722] ... event mask:             000000000000000f
        [    0.171604] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
        [    0.171674] smpboot: Booting Node   0, Processors  #1 #2 #3
        [    0.210801] Brought up 4 CPUs
        [    0.210803] smpboot: Total of 4 processors activated (24910.62 BogoMIPS)
        [    0.211607] devtmpfs: initialized
        [    0.212949] EVM: security.selinux
        [    0.212951] EVM: security.SMACK64
        [    0.212952] EVM: security.capability
        [    0.213074] PM: Registering ACPI NVS region [mem 0xcffa8000-0xcffcffff] (163840 bytes)
        [    0.213881] regulator-dummy: no parameters
        [    0.213929] NET: Registered protocol family 16
        [    0.214018] node 0 link 0: io port [1000, ffffff]
        [    0.214020] TOM: 00000000d0000000 aka 3328M
        [    0.214023] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
        [    0.214025] node 0 link 0: mmio [a0000, bffff]
        [    0.214027] node 0 link 0: mmio [d0000000, dfffffff]
        [    0.214028] node 0 link 0: mmio [e0000000, efffffff] ==> none
        [    0.214030] node 0 link 0: mmio [f0000000, ffefffff]
        [    0.214031] TOM2: 0000000230000000 aka 8960M
        [    0.214033] bus: [bus 00-07] on node 0 link 0
        [    0.214034] bus: 00 [io  0x0000-0xffff]
        [    0.214035] bus: 00 [mem 0x000a0000-0x000bffff]
        [    0.214036] bus: 00 [mem 0xd0000000-0xdfffffff]
        [    0.214037] bus: 00 [mem 0xf0000000-0xffffffff]
        [    0.214038] bus: 00 [mem 0x230000000-0xfcffffffff]
        [    0.214121] ACPI: bus type pci registered
        [    0.214165] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
        [    0.214168] PCI: not using MMCONFIG
        [    0.214169] PCI: Using configuration type 1 for base access
        [    0.214170] PCI: Using configuration type 1 for extended access
        [    0.214358] mtrr: your CPUs had inconsistent variable MTRR settings
        [    0.214359] mtrr: probably your BIOS does not setup all CPUs.
        [    0.214359] mtrr: corrected configuration.
        [    0.215132] bio: create slab <bio-0> at 0
        [    0.215331] ACPI: Added _OSI(Module Device)
        [    0.215334] ACPI: Added _OSI(Processor Device)
        [    0.215335] ACPI: Added _OSI(3.0 _SCP Extensions)
        [    0.215336] ACPI: Added _OSI(Processor Aggregator Device)
        [    0.216158] ACPI: EC: Look up EC in DSDT
        [    0.217655] ACPI: Executed 3 blocks of module-level executable AML code
        [    0.257023] ACPI: Interpreter enabled
        [    0.257030] ACPI: (supports S0 S1 S3 S4 S5)
        [    0.257045] ACPI: Using IOAPIC for interrupt routing
        [    0.257066] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
        [    0.258090] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
        [    0.295433] ACPI: No dock devices found.
        [    0.295439] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
        [    0.295501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
        [    0.295502] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
        [    0.295725] PCI host bridge to bus 0000:00
        [    0.295728] pci_bus 0000:00: root bus resource [bus 00-ff]
        [    0.295730] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
        [    0.295732] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
        [    0.295734] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
        [    0.295735] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
        [    0.295737] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff]
        [    0.295738] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
        [    0.295749] pci 0000:00:00.0: [1022:9601] type 00 class 0x060000
        [    0.295793] pci 0000:00:02.0: [1022:9603] type 01 class 0x060400
        [    0.295822] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
        [    0.295841] pci 0000:00:0a.0: [1022:9609] type 01 class 0x060400
        [    0.295869] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
        [    0.295894] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
        [    0.295912] pci 0000:00:11.0: reg 10: [io  0xc000-0xc007]
        [    0.295921] pci 0000:00:11.0: reg 14: [io  0xb000-0xb003]
        [    0.295930] pci 0000:00:11.0: reg 18: [io  0xa000-0xa007]
        [    0.295939] pci 0000:00:11.0: reg 1c: [io  0x9000-0x9003]
        [    0.295948] pci 0000:00:11.0: reg 20: [io  0x8000-0x800f]
        [    0.295957] pci 0000:00:11.0: reg 24: [mem 0xfbfffc00-0xfbffffff]
        [    0.295976] pci 0000:00:11.0: set SATA to AHCI mode
        [    0.296020] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
        [    0.296032] pci 0000:00:12.0: reg 10: [mem 0xfbffe000-0xfbffefff]
        [    0.296093] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
        [    0.296106] pci 0000:00:12.1: reg 10: [mem 0xfbffd000-0xfbffdfff]
        [    0.296172] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
        [    0.296190] pci 0000:00:12.2: reg 10: [mem 0xfbfff800-0xfbfff8ff]
        [    0.296269] pci 0000:00:12.2: supports D1 D2
        [    0.296270] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
        [    0.296292] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
        [    0.296304] pci 0000:00:13.0: reg 10: [mem 0xfbffc000-0xfbffcfff]
        [    0.296367] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
        [    0.296379] pci 0000:00:13.1: reg 10: [mem 0xfbffb000-0xfbffbfff]
        [    0.296445] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
        [    0.296463] pci 0000:00:13.2: reg 10: [mem 0xfbfff400-0xfbfff4ff]
        [    0.296543] pci 0000:00:13.2: supports D1 D2
        [    0.296544] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
        [    0.296568] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
        [    0.296662] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
        [    0.296678] pci 0000:00:14.1: reg 10: [io  0x0000-0x0007]
        [    0.296686] pci 0000:00:14.1: reg 14: [io  0x0000-0x0003]
        [    0.296695] pci 0000:00:14.1: reg 18: [io  0x0000-0x0007]
        [    0.296704] pci 0000:00:14.1: reg 1c: [io  0x0000-0x0003]
        [    0.296713] pci 0000:00:14.1: reg 20: [io  0xff00-0xff0f]
        [    0.296768] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
        [    0.296788] pci 0000:00:14.2: reg 10: [mem 0xfbff4000-0xfbff7fff 64bit]
        [    0.296851] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
        [    0.296865] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
        [    0.296936] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
        [    0.296976] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
        [    0.296988] pci 0000:00:14.5: reg 10: [mem 0xfbffa000-0xfbffafff]
        [    0.297053] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
        [    0.297066] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
        [    0.297077] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
        [    0.297088] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
        [    0.297101] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
        [    0.297146] pci 0000:01:00.0: [10de:1244] type 00 class 0x030000
        [    0.297154] pci 0000:01:00.0: reg 10: [mem 0xfc000000-0xfdffffff]
        [    0.297164] pci 0000:01:00.0: reg 14: [mem 0xd8000000-0xdfffffff 64bit pref]
        [    0.297173] pci 0000:01:00.0: reg 1c: [mem 0xd4000000-0xd7ffffff 64bit pref]
        [    0.297180] pci 0000:01:00.0: reg 24: [io  0xdc00-0xdc7f]
        [    0.297186] pci 0000:01:00.0: reg 30: [mem 0xfea80000-0xfeafffff pref]
        [    0.297237] pci 0000:01:00.1: [10de:0bee] type 00 class 0x040300
        [    0.297246] pci 0000:01:00.1: reg 10: [mem 0xfea7c000-0xfea7ffff]
        [    0.302410] pci 0000:00:02.0: PCI bridge to [bus 01]
        [    0.302417] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
        [    0.302420] pci 0000:00:02.0:   bridge window [mem 0xfc000000-0xfeafffff]
        [    0.302423] pci 0000:00:02.0:   bridge window [mem 0xd4000000-0xdfffffff 64bit pref]
        [    0.302460] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
        [    0.302473] pci 0000:02:00.0: reg 10: [io  0xe800-0xe8ff]
        [    0.302492] pci 0000:02:00.0: reg 18: [mem 0xfafff000-0xfaffffff 64bit pref]
        [    0.302504] pci 0000:02:00.0: reg 20: [mem 0xfaff8000-0xfaffbfff 64bit pref]
        [    0.302513] pci 0000:02:00.0: reg 30: [mem 0xfebf0000-0xfebfffff pref]
        [    0.302560] pci 0000:02:00.0: supports D1 D2
        [    0.302562] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
        [    0.310388] pci 0000:00:0a.0: PCI bridge to [bus 02]
        [    0.310395] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]
        [    0.310397] pci 0000:00:0a.0:   bridge window [mem 0xfeb00000-0xfebfffff]
        [    0.310401] pci 0000:00:0a.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
        [    0.310462] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
        [    0.310471] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
        [    0.310472] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
        [    0.310474] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
        [    0.310475] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
        [    0.310477] pci 0000:00:14.4:   bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
        [    0.310478] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
        [    0.310506] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
        [    0.310554] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCEA._PRT]
        [    0.310585] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
        [    0.310634]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
        [    0.310635]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
        [    0.311370] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 11 12 14 15)
        [    0.311399] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 12 14 15)
        [    0.311424] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 12 14 15)
        [    0.311448] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 12 14 15)
        [    0.311472] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled.
        [    0.311497] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled.
        [    0.311521] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 *11 12 14 15)
        [    0.311545] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
        [    0.311654] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
        [    0.311656] vgaarb: loaded
        [    0.311657] vgaarb: bridge control possible 0000:01:00.0
        [    0.311806] SCSI subsystem initialized
        [    0.311808] ACPI: bus type scsi registered
        [    0.311916] libata version 3.00 loaded.
        [    0.311938] ACPI: bus type usb registered
        [    0.311958] usbcore: registered new interface driver usbfs
        [    0.311964] usbcore: registered new interface driver hub
        [    0.312063] usbcore: registered new device driver usb
        [    0.312319] PCI: Using ACPI for IRQ routing
        [    0.320659] PCI: pci_cache_line_size set to 64 bytes
        [    0.320719] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
        [    0.320721] e820: reserve RAM buffer [mem 0xcff90000-0xcfffffff]
        [    0.320811] NetLabel: Initializing
        [    0.320812] NetLabel:  domain hash size = 128
        [    0.320813] NetLabel:  protocols = UNLABELED CIPSOv4
        [    0.320821] NetLabel:  unlabeled traffic allowed by default
        [    0.320899] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
        [    0.320902] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
        [    0.322920] Switching to clocksource hpet
        [    0.327129] AppArmor: AppArmor Filesystem Enabled
        [    0.327154] pnp: PnP ACPI init
        [    0.327167] ACPI: bus type pnp registered
        [    0.327301] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
        [    0.327330] pnp 00:01: [dma 4]
        [    0.327343] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
        [    0.327369] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
        [    0.327383] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
        [    0.327399] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
        [    0.327858] pnp 00:05: [dma 0 disabled]
        [    0.328019] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
        [    0.328053] pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active)
        [    0.328096] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
        [    0.328412] pnp 00:08: [dma 0 disabled]
        [    0.328464] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
        [    0.328529] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
        [    0.328531] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
        [    0.328533] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
        [    0.328665] system 00:0a: [io  0x04d0-0x04d1] has been reserved
        [    0.328667] system 00:0a: [io  0x040b] has been reserved
        [    0.328669] system 00:0a: [io  0x04d6] has been reserved
        [    0.328670] system 00:0a: [io  0x0c00-0x0c01] has been reserved
        [    0.328672] system 00:0a: [io  0x0c14] has been reserved
        [    0.328674] system 00:0a: [io  0x0c50-0x0c51] has been reserved
        [    0.328675] system 00:0a: [io  0x0c52] has been reserved
        [    0.328677] system 00:0a: [io  0x0c6c] has been reserved
        [    0.328678] system 00:0a: [io  0x0c6f] has been reserved
        [    0.328680] system 00:0a: [io  0x0cd0-0x0cd1] has been reserved
        [    0.328682] system 00:0a: [io  0x0cd2-0x0cd3] has been reserved
        [    0.328683] system 00:0a: [io  0x0cd4-0x0cd5] has been reserved
        [    0.328685] system 00:0a: [io  0x0cd6-0x0cd7] has been reserved
        [    0.328687] system 00:0a: [io  0x0cd8-0x0cdf] has been reserved
        [    0.328688] system 00:0a: [io  0x0b00-0x0b3f] has been reserved
        [    0.328690] system 00:0a: [io  0x0800-0x089f] has been reserved
        [    0.328692] system 00:0a: [io  0x0b00-0x0b0f] has been reserved
        [    0.328693] system 00:0a: [io  0x0b20-0x0b3f] has been reserved
        [    0.328695] system 00:0a: [io  0x0900-0x090f] has been reserved
        [    0.328697] system 00:0a: [io  0x0910-0x091f] has been reserved
        [    0.328698] system 00:0a: [io  0xfe00-0xfefe] has been reserved
        [    0.328701] system 00:0a: [mem 0xffb80000-0xffbfffff] has been reserved
        [    0.328702] system 00:0a: [mem 0xfec10000-0xfec1001f] has been reserved
        [    0.328706] system 00:0a: [mem 0xfed40000-0xfed44fff] has been reserved
        [    0.328708] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
        [    0.328819] system 00:0b: [io  0x0230-0x023f] has been reserved
        [    0.328821] system 00:0b: [io  0x0290-0x029f] has been reserved
        [    0.328823] system 00:0b: [io  0x0300-0x030f] has been reserved
        [    0.328825] system 00:0b: [io  0x0a30-0x0a3f] has been reserved
        [    0.328827] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
        [    0.328866] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
        [    0.328868] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
        [    0.339127] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
        [    0.339131] system 00:0d: [mem 0x000c0000-0x000cffff] could not be reserved
        [    0.339133] system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
        [    0.339135] system 00:0d: [mem 0x00100000-0xcfffffff] could not be reserved
        [    0.339137] system 00:0d: [mem 0xfec00000-0xffffffff] could not be reserved
        [    0.339140] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
        [    0.339213] pnp: PnP ACPI: found 14 devices
        [    0.339214] ACPI: ACPI bus type pnp unregistered
        [    0.345268] pci 0000:00:02.0: PCI bridge to [bus 01]
        [    0.345271] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
        [    0.345273] pci 0000:00:02.0:   bridge window [mem 0xfc000000-0xfeafffff]
        [    0.345276] pci 0000:00:02.0:   bridge window [mem 0xd4000000-0xdfffffff 64bit pref]
        [    0.345279] pci 0000:00:0a.0: PCI bridge to [bus 02]
        [    0.345281] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]
        [    0.345283] pci 0000:00:0a.0:   bridge window [mem 0xfeb00000-0xfebfffff]
        [    0.345285] pci 0000:00:0a.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
        [    0.345288] pci 0000:00:14.4: PCI bridge to [bus 03]
        [    0.345319] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
        [    0.345320] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
        [    0.345322] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
        [    0.345323] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
        [    0.345325] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff]
        [    0.345326] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
        [    0.345328] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
        [    0.345329] pci_bus 0000:01: resource 1 [mem 0xfc000000-0xfeafffff]
        [    0.345331] pci_bus 0000:01: resource 2 [mem 0xd4000000-0xdfffffff 64bit pref]
        [    0.345332] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
        [    0.345334] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
        [    0.345336] pci_bus 0000:02: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
        [    0.345337] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
        [    0.345339] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
        [    0.345340] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
        [    0.345342] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
        [    0.345343] pci_bus 0000:03: resource 8 [mem 0xd0000000-0xdfffffff]
        [    0.345345] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff]
        [    0.345376] NET: Registered protocol family 2
        [    0.345536] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
        [    0.345857] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
        [    0.346145] TCP: Hash tables configured (established 65536 bind 65536)
        [    0.346190] TCP: reno registered
        [    0.346201] UDP hash table entries: 4096 (order: 5, 131072 bytes)
        [    0.346250] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
        [    0.346350] NET: Registered protocol family 1
        [    0.789818] pci 0000:01:00.0: Boot video device
        [    0.789832] PCI: CLS 64 bytes, default 64
        [    0.789883] Trying to unpack rootfs image as initramfs...
        [    1.188103] Freeing initrd memory: 30196k freed
        [    1.197238] PCI-DMA: Disabling AGP.
        [    1.197326] PCI-DMA: aperture base @ c4000000 size 65536 KB
        [    1.197327] PCI-DMA: using GART IOMMU.
        [    1.197329] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
        [    1.200174] LVT offset 1 assigned for vector 0x400
        [    1.200184] IBS: LVT offset 1 assigned
        [    1.200221] perf: AMD IBS detected (0x0000001f)
        [    1.200380] Initialise module verification
        [    1.200414] audit: initializing netlink socket (disabled)
        [    1.200425] type=2000 audit(1371290261.096:1): initialized
        [    1.221222] HugeTLB registered 2 MB page size, pre-allocated 0 pages
        [    1.222795] VFS: Disk quotas dquot_6.5.2
        [    1.222837] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
        [    1.223315] fuse init (API version 7.20)
        [    1.223429] msgmni has been set to 15965
        [    1.224252] Key type asymmetric registered
        [    1.224257] Asymmetric key parser 'x509' registered
        [    1.224314] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
        [    1.224408] io scheduler noop registered
        [    1.224412] io scheduler deadline registered (default)
        [    1.224424] io scheduler cfq registered
        [    1.224574] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
        [    1.224757] pcieport 0000:00:0a.0: irq 41 for MSI/MSI-X
        [    1.224823] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
        [    1.224836] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
        [    1.224928] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
        [    1.224932] ACPI: Power Button [PWRB]
        [    1.224959] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
        [    1.224961] ACPI: Power Button [PWRF]
        [    1.255068] GHES: HEST is not enabled!
        [    1.255179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
        [    1.275598] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
        [    1.276796] Linux agpgart interface v0.103
        [    1.277946] brd: module loaded
        [    1.278643] loop: module loaded
        [    1.278939] libphy: Fixed MDIO Bus: probed
        [    1.278983] tun: Universal TUN/TAP device driver, 1.6
        [    1.278984] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
        [    1.279047] PPP generic driver version 2.4.2
        [    1.279086] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
        [    1.279087] ehci-pci: EHCI PCI platform driver
        [    1.279151] ehci-pci 0000:00:12.2: EHCI Host Controller
        [    1.279166] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
        [    1.279177] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
        [    1.279190] ehci-pci 0000:00:12.2: debug port 1
        [    1.279241] ehci-pci 0000:00:12.2: irq 17, io mem 0xfbfff800
        [    1.288501] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
        [    1.288530] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
        [    1.288532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
        [    1.288534] usb usb1: Product: EHCI Host Controller
        [    1.288535] usb usb1: Manufacturer: Linux 3.8.0-25-generic ehci_hcd
        [    1.288537] usb usb1: SerialNumber: 0000:00:12.2
        [    1.288671] hub 1-0:1.0: USB hub found
        [    1.288674] hub 1-0:1.0: 6 ports detected
        [    1.288821] ehci-pci 0000:00:13.2: EHCI Host Controller
        [    1.288826] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
        [    1.288831] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
        [    1.288843] ehci-pci 0000:00:13.2: debug port 1
        [    1.288878] ehci-pci 0000:00:13.2: irq 19, io mem 0xfbfff400
        [    1.300464] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
        [    1.300494] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
        [    1.300496] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
        [    1.300498] usb usb2: Product: EHCI Host Controller
        [    1.300499] usb usb2: Manufacturer: Linux 3.8.0-25-generic ehci_hcd
        [    1.300500] usb usb2: SerialNumber: 0000:00:13.2
        [    1.300630] hub 2-0:1.0: USB hub found
        [    1.300633] hub 2-0:1.0: 6 ports detected
        [    1.300754] ehci-platform: EHCI generic platform driver
        [    1.300773] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
        [    1.300839] ohci_hcd 0000:00:12.0: OHCI Host Controller
        [    1.300850] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
        [    1.300884] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfbffe000
        [    1.360317] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
        [    1.360320] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
        [    1.360322] usb usb3: Product: OHCI Host Controller
        [    1.360323] usb usb3: Manufacturer: Linux 3.8.0-25-generic ohci_hcd
        [    1.360324] usb usb3: SerialNumber: 0000:00:12.0
        [    1.360442] hub 3-0:1.0: USB hub found
        [    1.360447] hub 3-0:1.0: 3 ports detected
        [    1.360560] ohci_hcd 0000:00:12.1: OHCI Host Controller
        [    1.360565] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
        [    1.360581] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfbffd000
        [    1.420152] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
        [    1.420155] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
        [    1.420156] usb usb4: Product: OHCI Host Controller
        [    1.420158] usb usb4: Manufacturer: Linux 3.8.0-25-generic ohci_hcd
        [    1.420159] usb usb4: SerialNumber: 0000:00:12.1
        [    1.420278] hub 4-0:1.0: USB hub found
        [    1.420284] hub 4-0:1.0: 3 ports detected
        [    1.420398] ohci_hcd 0000:00:13.0: OHCI Host Controller
        [    1.420403] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
        [    1.420427] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfbffc000
        [    1.479996] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
        [    1.479999] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
        [    1.480001] usb usb5: Product: OHCI Host Controller
        [    1.480003] usb usb5: Manufacturer: Linux 3.8.0-25-generic ohci_hcd
        [    1.480004] usb usb5: SerialNumber: 0000:00:13.0
        [    1.480124] hub 5-0:1.0: USB hub found
        [    1.480130] hub 5-0:1.0: 3 ports detected
        [    1.480245] ohci_hcd 0000:00:13.1: OHCI Host Controller
        [    1.480250] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
        [    1.480266] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfbffb000
        [    1.539840] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
        [    1.539843] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
        [    1.539845] usb usb6: Product: OHCI Host Controller
        [    1.539846] usb usb6: Manufacturer: Linux 3.8.0-25-generic ohci_hcd
        [    1.539848] usb usb6: SerialNumber: 0000:00:13.1
        [    1.539967] hub 6-0:1.0: USB hub found
        [    1.539973] hub 6-0:1.0: 3 ports detected
        [    1.540086] ohci_hcd 0000:00:14.5: OHCI Host Controller
        [    1.540091] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
        [    1.540108] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfbffa000
        [    1.599687] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
        [    1.599691] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
        [    1.599692] usb usb7: Product: OHCI Host Controller
        [    1.599695] usb 1-2: new high-speed USB device number 2 using ehci-pci
        [    1.599698] usb usb7: Manufacturer: Linux 3.8.0-25-generic ohci_hcd
        [    1.599700] usb usb7: SerialNumber: 0000:00:14.5
        [    1.599826] hub 7-0:1.0: USB hub found
        [    1.599831] hub 7-0:1.0: 2 ports detected
        [    1.599930] uhci_hcd: USB Universal Host Controller Interface driver
        [    1.600003] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
        [    1.600005] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
        [    1.600138] serio: i8042 KBD port at 0x60,0x64 irq 1
        [    1.600254] mousedev: PS/2 mouse device common for all mice
        [    1.600379] rtc_cmos 00:02: RTC can wake from S4
        [    1.600532] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
        [    1.600560] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
        [    1.600632] device-mapper: uevent: version 1.0.3
        [    1.600711] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
        [    1.600717] cpuidle: using governor ladder
        [    1.600718] cpuidle: using governor menu
        [    1.600721] ledtrig-cpu: registered to indicate activity on CPUs
        [    1.600723] EFI Variables Facility v0.08 2004-May-17
        [    1.601019] ashmem: initialized
        [    1.601115] TCP: cubic registered
        [    1.601185] NET: Registered protocol family 10
        [    1.601313] NET: Registered protocol family 17
        [    1.601321] Key type dns_resolver registered
        [    1.601600] Loading module verification certificates
        [    1.602475] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: dbae232d36ad7257df58e2fefc4fab11a387ce7c'
        [    1.602484] registered taskstats version 1
        [    1.605140] Key type trusted registered
        [    1.607211] Key type encrypted registered
        [    1.609756] rtc_cmos 00:02: setting system clock to 2013-06-15 09:57:42 UTC (1371290262)
        [    1.609796] powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.
        [    1.610780] acpi-cpufreq: overriding BIOS provided _PSD data
        [    1.611191] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
        [    1.611193] EDD information not available.
        [    1.612378] Freeing unused kernel memory: 996k freed
        [    1.612634] Write protecting the kernel read-only data: 12288k
        [    1.615416] Freeing unused kernel memory: 1172k freed
        [    1.618300] Freeing unused kernel memory: 1080k freed
        [    1.625269] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
        [    1.635089] udevd[110]: starting version 175
        [    1.661160] Disabling lock debugging due to kernel taint
        [    1.661756] ahci 0000:00:11.0: version 3.0
        [    1.661906] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
        [    1.661910] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc 
        [    1.662401] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
        [    1.662595] r8169 0000:02:00.0: irq 42 for MSI/MSI-X
        [    1.662745] r8169 0000:02:00.0 eth0: RTL8168d/8111d at 0xffffc90000c76000, bc:ae:c5:0d:13:81, XID 083000c0 IRQ 42
        [    1.662748] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
        [    1.662767] scsi0 : ahci
        [    1.662962] scsi1 : ahci
        [    1.663227] scsi2 : ahci
        [    1.663434] scsi3 : ahci
        [    1.663465] ata1: SATA max UDMA/133 abar m1024@0xfbfffc00 port 0xfbfffd00 irq 22
        [    1.663468] ata2: SATA max UDMA/133 abar m1024@0xfbfffc00 port 0xfbfffd80 irq 22
        [    1.663470] ata3: SATA max UDMA/133 abar m1024@0xfbfffc00 port 0xfbfffe00 irq 22
        [    1.663473] ata4: SATA max UDMA/133 abar m1024@0xfbfffc00 port 0xfbfffe80 irq 22
        [    1.669040] [drm] Initialized drm 1.1.0 20060810
        [    1.669943] wmi: Mapper loaded
        [    1.675244] pata_atiixp 0000:00:14.1: setting latency timer to 64
        [    1.676202] scsi4 : pata_atiixp
        [    1.686331] scsi5 : pata_atiixp
        [    1.686578] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
        [    1.686580] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
        [    1.690477] nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0cf200a1
        [    1.690480] nouveau  [  DEVICE][0000:01:00.0] Chipset: GF116 (NVCF)
        [    1.690482] nouveau  [  DEVICE][0000:01:00.0] Family : NVC0
        [    1.692030] nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
        [    1.732798] usb 1-2: New USB device found, idVendor=1058, idProduct=1021
        [    1.732802] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
        [    1.732804] usb 1-2: Product: Ext HDD 1021
        [    1.732806] usb 1-2: Manufacturer: Western Digital
        [    1.732807] usb 1-2: SerialNumber: 574D415A4130343935323033
        [    1.756434] nouveau  [   VBIOS][0000:01:00.0] ... appears to be valid
        [    1.756436] nouveau  [   VBIOS][0000:01:00.0] using image from PRAMIN
        [    1.756545] nouveau  [   VBIOS][0000:01:00.0] BIT signature found
        [    1.756548] nouveau  [   VBIOS][0000:01:00.0] version 70.26.20.00.02
        [    1.843069] usb 1-3: new high-speed USB device number 3 using ehci-pci
        [    1.851903] ata6.00: ATA-8: WDC WD5003ABYX-01WERA1, 01.01S02, max UDMA/133
        [    1.851906] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
        [    1.860348] ata6.00: configured for UDMA/100
        [    1.902439] ata5.01: ATA-7: ST3320620A, 3.AAC, max UDMA/100
        [    1.902443] ata5.01: 625142448 sectors, multi 16: LBA48 
        [    1.902917] nouveau  [     PFB][0000:01:00.0] RAM type: GDDR5
        [    1.902919] nouveau  [     PFB][0000:01:00.0] RAM size: 1024 MiB
        [    1.902921] nouveau  [     PFB][0000:01:00.0]    ZCOMP: 0 tags
        [    1.968785] ata5.01: configured for UDMA/100
        [    1.975636] usb 1-3: New USB device found, idVendor=03f0, idProduct=3912
        [    1.975640] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
        [    1.975641] usb 1-3: Product: Officejet Pro 8500 A909g
        [    1.975643] usb 1-3: Manufacturer: HP
        [    1.975644] usb 1-3: SerialNumber: CN0286R1MR
        [    1.986735] ata3: SATA link down (SStatus 0 SControl 300)
        [    1.986785] ata4: SATA link down (SStatus 0 SControl 300)
        [    2.032998] Initializing USB Mass Storage driver...
        [    2.033105] scsi6 : usb-storage 1-2:1.0
        [    2.033220] scsi7 : usb-storage 1-3:1.3
        [    2.033258] usbcore: registered new interface driver usb-storage
        [    2.033259] USB Mass Storage support registered.
        [    2.142290] usb 2-3: new high-speed USB device number 2 using ehci-pci
        [    2.154265] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
        [    2.156635] ata1.00: ATAPI: HP DVD Writer 1260v, AH24, max UDMA/100
        [    2.157519] ata1.00: configured for UDMA/100
        [    2.158260] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
        [    2.159035] ata2.00: ATA-7: ST3120213AS, 3.AHL, max UDMA/100
        [    2.159039] ata2.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32)
        [    2.159655] scsi 0:0:0:0: CD-ROM            HP       DVD Writer 1260v AH24 PQ: 0 ANSI: 5
        [    2.160034] ata2.00: configured for UDMA/100
        [    2.163320] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
        [    2.163324] cdrom: Uniform CD-ROM driver Revision: 3.20
        [    2.163483] sr 0:0:0:0: Attached scsi CD-ROM sr0
        [    2.163550] sr 0:0:0:0: Attached scsi generic sg0 type 5
        [    2.163733] scsi 1:0:0:0: Direct-Access     ATA      ST3120213AS      3.AH PQ: 0 ANSI: 5
        [    2.163864] sd 1:0:0:0: Attached scsi generic sg1 type 0
        [    2.163866] sd 1:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
        [    2.163894] sd 1:0:0:0: [sda] Write Protect is off
        [    2.163897] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
        [    2.163922] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
        [    2.164005] scsi 4:0:1:0: Direct-Access     ATA      ST3320620A       3.AA PQ: 0 ANSI: 5
        [    2.164178] sd 4:0:1:0: Attached scsi generic sg2 type 0
        [    2.164210] sd 4:0:1:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
        [    2.164295] scsi 5:0:0:0: Direct-Access     ATA      WDC WD5003ABYX-0 01.0 PQ: 0 ANSI: 5
        [    2.164420] sd 5:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
        [    2.164434] sd 4:0:1:0: [sdb] Write Protect is off
        [    2.164436] sd 5:0:0:0: Attached scsi generic sg3 type 0
        [    2.164440] sd 4:0:1:0: [sdb] Mode Sense: 00 3a 00 00
        [    2.164453] sd 5:0:0:0: [sdc] Write Protect is off
        [    2.164456] sd 4:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
        [    2.164458] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
        [    2.164471] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
        [    2.173841]  sda: sda1
        [    2.174217] sd 1:0:0:0: [sda] Attached SCSI disk
        [    2.182373]  sdb: sdb1
        [    2.182756] sd 4:0:1:0: [sdb] Attached SCSI disk
        [    2.191761]  sdc: sdc1 sdc2 < sdc5 >
        [    2.192101] sd 5:0:0:0: [sdc] Attached SCSI disk
        [    2.194562] tsc: Refined TSC clocksource calibration: 3113.874 MHz
        [    2.194569] Switching to clocksource tsc
        [    2.287553] usb 2-3: New USB device found, idVendor=05e3, idProduct=0608
        [    2.287558] usb 2-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
        [    2.287560] usb 2-3: Product: USB2.0 Hub
        [    2.288003] hub 2-3:1.0: USB hub found
        [    2.288318] hub 2-3:1.0: 4 ports detected
        [    2.812534] usb 4-3: new low-speed USB device number 2 using ohci_hcd
        [    2.979163] usb 4-3: New USB device found, idVendor=093a, idProduct=2510
        [    2.979166] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
        [    2.979169] usb 4-3: Product: USB OPTICAL MOUSE
        [    2.979170] usb 4-3: Manufacturer: PIXART
        [    2.993203] usbcore: registered new interface driver usbhid
        [    2.993206] usbhid: USB HID core driver
        [    2.996079] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.0/input/input3
        [    2.996166] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:12.1-3/input0
        [    3.028672] scsi 7:0:0:0: Direct-Access     HP       Officejet Pro 85 1.00 PQ: 0 ANSI: 5
        [    3.029037] scsi 6:0:0:0: Direct-Access     WD       Ext HDD 1021     2002 PQ: 0 ANSI: 4
        [    3.029434] sd 7:0:0:0: Attached scsi generic sg4 type 0
        [    3.029641] sd 6:0:0:0: Attached scsi generic sg5 type 0
        [    3.030752] sd 6:0:0:0: [sde] 3907024896 512-byte logical blocks: (2.00 TB/1.81 TiB)
        [    3.031542] sd 7:0:0:0: [sdd] Attached SCSI removable disk
        [    3.031781] sd 6:0:0:0: [sde] Test WP failed, assume Write Enabled
        [    3.032788] sd 6:0:0:0: [sde] Asking for cache data failed
        [    3.032792] sd 6:0:0:0: [sde] Assuming drive cache: write through
        [    3.034659] sd 6:0:0:0: [sde] Test WP failed, assume Write Enabled
        [    3.035654] sd 6:0:0:0: [sde] Asking for cache data failed
        [    3.035659] sd 6:0:0:0: [sde] Assuming drive cache: write through
        [    3.074665]  sde: sde1 sde2 < sde5 >
        [    3.076919] sd 6:0:0:0: [sde] Test WP failed, assume Write Enabled
        [    3.078660] sd 6:0:0:0: [sde] Asking for cache data failed
        [    3.078666] sd 6:0:0:0: [sde] Assuming drive cache: write through
        [    3.078669] sd 6:0:0:0: [sde] Attached SCSI disk
        [    3.185344] [TTM] Zone  kernel: Available graphics memory: 4088888 kiB
        [    3.185347] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
        [    3.185348] [TTM] Initializing pool allocator
        [    3.185351] [TTM] Initializing DMA pool allocator
        [    3.185703] nouveau  [     DRM] VRAM: 1024 MiB
        [    3.185707] nouveau  [     DRM] GART: 512 MiB
        [    3.185710] nouveau  [     DRM] BIT BIOS found
        [    3.185713] nouveau  [     DRM] Bios version 70.26.20.00
        [    3.185715] nouveau  [     DRM] TMDS table version 2.0
        [    3.185717] nouveau  [     DRM] DCB version 4.0
        [    3.185719] nouveau  [     DRM] DCB outp 00: 02000300 00000000
        [    3.185721] nouveau  [     DRM] DCB outp 01: 01000302 00020030
        [    3.185722] nouveau  [     DRM] DCB outp 02: 04011380 00000000
        [    3.185723] nouveau  [     DRM] DCB outp 03: 08011382 00020030
        [    3.185724] nouveau  [     DRM] DCB outp 04: 02022362 00020010
        [    3.185726] nouveau  [     DRM] DCB conn 00: 00001030
        [    3.185728] nouveau  [     DRM] DCB conn 01: 00010130
        [    3.185729] nouveau  [     DRM] DCB conn 02: 00002261
        [    3.186492] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
        [    3.186493] [drm] No driver support for vblank timestamp query.
        [    3.220340] nouveau  [     DRM] 3 available performance level(s)
        [    3.220343] nouveau  [     DRM] 0: core 50MHz shader 101MHz memory 135MHz voltage 950mV
        [    3.220345] nouveau  [     DRM] 1: core 405MHz shader 810MHz memory 324MHz voltage 950mV
        [    3.220347] nouveau  [     DRM] 3: core 900MHz shader 1800MHz memory 2052MHz voltage 1012mV-1125mV
        [    3.220350] nouveau  [     DRM] c: core 405MHz shader 810MHz memory 324MHz voltage 950mV fanspeed 40%
        [    3.243441] usb 6-1: new full-speed USB device number 2 using ohci_hcd
        [    3.264928] nouveau  [     DRM] MM: using COPY1 for buffer copies
        [    3.391965] nouveau  [     DRM] allocated 1920x1080 fb: 0x60000, bo ffff88021dde2800
        [    3.392054] fbcon: nouveaufb (fb0) is primary device
        [    3.416031] usb 6-1: New USB device found, idVendor=046d, idProduct=c318
        [    3.416033] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
        [    3.416035] usb 6-1: Product: Logitech Illuminated Keyboard
        [    3.416036] usb 6-1: Manufacturer: Logitech
        [    3.424236] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:13.1/usb6/6-1/6-1:1.0/input/input4
        [    3.424340] hid-generic 0003:046D:C318.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:13.1-1/input0
        [    3.431069] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:13.1/usb6/6-1/6-1:1.1/input/input5
        [    3.431217] hid-generic 0003:046D:C318.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:13.1-1/input1
        [    3.459327] Console: switching to colour frame buffer device 160x64
        [    3.460337] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
        [    3.460338] nouveau 0000:01:00.0: registered panic notifier
        [    3.460343] [drm] Initialized nouveau 1.1.0 20120801 for 0000:01:00.0 on minor 0
        [    3.698429] EXT4-fs (sdc1): INFO: recovery required on readonly filesystem
        [    3.698433] EXT4-fs (sdc1): write access will be enabled during recovery
        [    4.999623] EXT4-fs (sdc1): recovery complete
        [    5.003321] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
        [   12.065229] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
        [   12.085327] udevd[438]: starting version 175
        [   12.249195] microcode: CPU0: patch_level=0x010000b6
        [   12.249608] MCE: In-kernel MCE decoding enabled.
        [   12.251621] EDAC MC: Ver: 3.0.0
        [   12.252391] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \SOR1 1 (20121018/utaddress-251)
        [   12.252398] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \SMRG 2 (20121018/utaddress-251)
        [   12.252401] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \_SB_.PCI0.SBRG.ASOC.SMRG 3 (20121018/utaddress-251)
        [   12.252405] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
        [   12.253735] AMD64 EDAC driver v3.4.0
        [   12.253766] EDAC amd64: DRAM ECC disabled.
        [   12.253775] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
        [   12.253775]  Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
        [   12.253775]  (Note that use of the override may cause unknown side effects.)
        [   12.254245] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
        [   12.254333] sp5100_tco: PCI Revision ID: 0x3c
        [   12.254351] sp5100_tco: failed to find MMIO address, giving up.
        [   12.258280] lp: driver loaded but no devices found
        [   12.294059] parport_pc 00:05: reported by Plug and Play ACPI
        [   12.294124] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
        [   12.316669] ppdev: user-space parallel port driver
        [   12.330541] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
        [   12.330645] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
        [   12.330690] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
        [   12.330745] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
        [   12.330809] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
        [   12.330867] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
        [   12.330909] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
        [   12.330955] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
        [   12.331192] hda_intel: Disabling MSI
        [   12.331202] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
        [   12.340919] type=1400 audit(1371315473.257:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=618 comm="apparmor_parser"
        [   12.340947] type=1400 audit(1371315473.257:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=617 comm="apparmor_parser"
        [   12.341292] type=1400 audit(1371315473.257:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=618 comm="apparmor_parser"
        [   12.341324] type=1400 audit(1371315473.257:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=617 comm="apparmor_parser"
        [   12.341496] type=1400 audit(1371315473.257:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=618 comm="apparmor_parser"
        [   12.341529] type=1400 audit(1371315473.257:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=617 comm="apparmor_parser"
        [   12.380116] lp0: using parport0 (interrupt-driven).
        [   12.534491] microcode: CPU0: new patch_level=0x010000c8
        [   12.534515] microcode: CPU1: patch_level=0x010000b6
        [   12.534527] microcode: CPU1: new patch_level=0x010000c8
        [   12.534544] microcode: CPU2: patch_level=0x010000b6
        [   12.534554] microcode: CPU2: new patch_level=0x010000c8
        [   12.534560] microcode: CPU3: patch_level=0x010000b6
        [   12.534565] microcode: CPU3: new patch_level=0x010000c8
        [   12.534645] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
        [   12.544845] kvm: disabled by bios
        [   12.547958] kvm: disabled by bios
        [   12.555897] kvm: disabled by bios
        [   13.234888] usblp 1-3:1.1: usblp1: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x03F0 pid 0x3912
        [   13.234920] usbcore: registered new interface driver usblp
        [   13.433080] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input14
        [   13.433181] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input15
        [   13.433232] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input16
        [   13.433300] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input17
        [   13.513430] EXT4-fs (sdc1): re-mounted. Opts: errors=remount-ro
        [   13.926076] EXT4-fs (sdc5): mounted filesystem with ordered data mode. Opts: (null)
        [   14.558772] init: failsafe main process (1020) killed by TERM signal
        [   15.210383] type=1400 audit(1371315476.133:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1119 comm="apparmor_parser"
        [   15.210664] type=1400 audit(1371315476.133:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1118 comm="apparmor_parser"
        [   15.210776] type=1400 audit(1371315476.133:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1119 comm="apparmor_parser"
        [   15.210948] type=1400 audit(1371315476.133:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" pid=1118 comm="apparmor_parser"
        [   15.226809] Bluetooth: Core ver 2.16
        [   15.226835] NET: Registered protocol family 31
        [   15.226836] Bluetooth: HCI device and connection manager initialized
        [   15.226847] Bluetooth: HCI socket layer initialized
        [   15.226849] Bluetooth: L2CAP socket layer initialized
        [   15.226853] Bluetooth: SCO socket layer initialized
        [   15.230024] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
        [   15.230028] Bluetooth: BNEP filters: protocol multicast
        [   15.230037] Bluetooth: BNEP socket layer initialized
        [   15.230324] Bluetooth: RFCOMM TTY layer initialized
        [   15.230340] Bluetooth: RFCOMM socket layer initialized
        [   15.230341] Bluetooth: RFCOMM ver 1.11
        [   15.541291] init: teamviewerd main process (1182) killed by TERM signal
        [   15.542898] init: kdm main process (1177) killed by TERM signal
        [   15.645160] init: avahi-cups-reload main process (1219) terminated with status 1
        [   15.723521] vboxdrv: Found 4 processor cores.
        [   15.723913] vboxdrv: fAsync=0 offMin=0x3f3 offMax=0x2623
        [   15.723987] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
        [   15.723988] vboxdrv: Successfully loaded version 4.2.10_Ubuntu (interface 0x001a0004).
        [   15.744681] vboxpci: IOMMU not found (not registered)
        [   16.510297] r8169 0000:02:00.0 eth0: link down
        [   16.510307] r8169 0000:02:00.0 eth0: link down
        [   16.510348] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
        [   16.510627] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
        [   18.645672] r8169 0000:02:00.0 eth0: link up
        [   18.645681] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
        [   45.477867] usb 1-5: new high-speed USB device number 5 using ehci-pci
        [   45.557678] hub 1-0:1.0: unable to enumerate USB device on port 5
        [  [B] 45.972583] usb 4-2: new full-speed USB device number 3 using ohci_hcd
        [   46.132225] usb 4-2: not running at top speed; connect to a high speed hub[/B]
        [   [B]46.155168] usb 4-2: New USB device found, idVendor=4971, idProduct=ce15
        [   46.155172] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
        [   46.155174] usb 4-2: Product: USB-SATA Bridge
        [   46.155176] usb 4-2: Manufacturer: USB STORAGE
        [   46.155177] usb 4-2: SerialNumber: 0081018013720
        [   46.157372] scsi8 : usb-storage 4-2:1.0
        [   48.501120] scsi 8:0:0:0: Direct-Access     Hitachi  HTS542525K9SA00  BBFO PQ: 0 ANSI: 0
        [   48.501713] sd 8:0:0:0: Attached scsi generic sg6 type 0
        [   48.511095] sd 8:0:0:0: [sdf] 488397168 512-byte logical blocks: (250 GB/232 GiB)
        [   48.521062] sd 8:0:0:0: [sdf] Write Protect is off
        [   48.521067] sd 8:0:0:0: [sdf] Mode Sense: 03 00 00 00
        [   48.531034] sd 8:0:0:0: [sdf] No Caching mode page present
        [   48.531040] sd 8:0:0:0: [sdf] Assuming drive cache: write through
        [   48.560963] sd 8:0:0:0: [sdf] No Caching mode page present
        [   48.560968] sd 8:0:0:0: [sdf] Assuming drive cache: write through
        [   48.602851]  sdf: unknown partition table
        [   48.656710] sd 8:0:0:0: [sdf] No Caching mode page present
        [   48.656715] sd 8:0:0:0: [sdf] Assuming drive cache: write through
        [   48.656717] sd 8:0:0:0: [sdf] Attached SCSI disk
        [ 2142.785478] usb 4-2: USB disconnect, device number 3[/B]
        bumpy@Bumpyputer:~$
        The Hitachi was found, but can I reformat it. If so, how can I do it if it is not visible?
        Last edited by Bumpalot; Jun 15, 2013, 11:58 AM. Reason: edit

        Comment


          #5
          The dmesg is telling:
          [ 48.602851] sdf: unknown partition table


          The Hitachi was found, but can I reformat it. If so, how can I do it if it is not visible?
          If you are sure that you want to format - start the KDE partition manager or Gparted.
          Are you saying that the drive is not visible in those applications ?

          KDE partition manager

          :~$ apt-cache show partitionmanager
          Package: partitionmanager
          Priority: optional
          Section: universe/admin
          ...
          Description: A partition management utility
          Partition Manager is a utility program to help you manage the disk devices,
          partitions and file systems on your computer. It allows you to easily create,
          copy, move, delete, resize without losing data, backup and restore partitions.
          .
          Partition Manager supports a large number of file systems, including ext2/3/4,
          reiserfs, NTFS, FAT16/32, jfs, xfs and more. Note that to gain support for a
          specific file system other than ext2/3/4, you should install the corresponding
          suggested package.
          .
          Partition Manager is based on libparted (like gparted) and makes use of the
          KDE libraries for its user interface.
          Homepage: http://www.partitionmanager.org
          K > Applications > System




          Gparted

          :~$ apt-cache show gparted
          Package: gparted
          Priority: optional
          Section: gnome
          ...
          Description: GNOME partition editor
          GParted uses libparted to detect and manipulate devices and partition
          tables while several (optional) filesystem tools provide support for
          filesystems not included in libparted.
          Homepage: http://gparted.sourceforge.net
          Last edited by Rog131; Jun 15, 2013, 12:29 PM.
          Before you edit, BACKUP !

          Why there are dead links ?
          1. Thread: Please explain how to access old kubuntu forum posts
          2. Thread: Lost Information

          Comment


            #6
            Thanks again - Am familiar with Partition Managers - should be OK now I am sure it really exists!
            This Thread is solved! Big Thanks to all you guys!

            Comment


              #7
              OOOOOPS! I jumped the gun - sorry about that. The Hitachi USB Drive is not shown in either aforementioned Partition Managers! So what now?

              Comment


                #8
                Your syslog shows that it was disconnected 2094 seconds, or about 35 minutes, later. Why -- did you unplug it?

                Comment


                  #9
                  Sorry about that - my boobu! Now connected, but not showing in KDE Partition Manager.
                  [ 46.155168] usb 4-2: New USB device found, idVendor=4971, idProduct=ce15
                  [ 46.155172] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                  [ 46.155174] usb 4-2: Product: USB-SATA Bridge
                  [ 46.155176] usb 4-2: Manufacturer: USB STORAGE
                  [ 46.155177] usb 4-2: SerialNumber: 0081018013720
                  [ 46.157372] scsi8 : usb-storage 4-2:1.0
                  [ 48.501120] scsi 8:0:0:0: Direct-Access Hitachi HTS542525K9SA00 BBFO PQ: 0 ANSI: 0
                  [ 48.501713] sd 8:0:0:0: Attached scsi generic sg6 type 0
                  [ 48.511095] sd 8:0:0:0: [sdf] 488397168 512-byte logical blocks: (250 GB/232 GiB)
                  [ 48.521062] sd 8:0:0:0: [sdf] Write Protect is off
                  [ 48.521067] sd 8:0:0:0: [sdf] Mode Sense: 03 00 00 00
                  [ 48.531034] sd 8:0:0:0: [sdf] No Caching mode page present
                  [ 48.531040] sd 8:0:0:0: [sdf] Assuming drive cache: write through
                  [ 48.560963] sd 8:0:0:0: [sdf] No Caching mode page present
                  [ 48.560968] sd 8:0:0:0: [sdf] Assuming drive cache: write through
                  [ 48.602851] sdf: unknown partition table
                  [ 48.656710] sd 8:0:0:0: [sdf] No Caching mode page present
                  [ 48.656715] sd 8:0:0:0: [sdf] Assuming drive cache: write through
                  [ 48.656717] sd 8:0:0:0: [sdf] Attached SCSI disk
                  [ 2142.785478] usb 4-2: USB disconnect, device number 3
                  Last edited by Bumpalot; Jun 16, 2013, 06:26 AM.

                  Comment


                    #10
                    If it's a GPT disk, KDE Partition Manager can't do anything with it. What's the output of these commands:
                    Code:
                    sudo fdisk /dev/sdf
                    
                    sudo gdisk /dev/sdf
                    You might need to install that second utility:
                    Code:
                    sudo apt-get install gdisk

                    Comment


                      #11
                      Code:
                      bumpy@Bumpyputer:~$ sudo gdisk /dev/sdf
                      sudo: gdisk: command not found
                      bumpy@Bumpyputer:~$ sudo apt-get install gdisk
                      Reading package lists... Done
                      Building dependency tree       
                      Reading state information... Done
                      The following NEW packages will be installed:
                        gdisk
                      0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
                      Need to get 328 kB of archives.
                      After this operation, 755 kB of additional disk space will be used.
                      Get:1 http://ca.archive.ubuntu.com/ubuntu/ raring/main gdisk amd64 0.8.5-1ubuntu2 [328 kB]
                      Fetched 328 kB in 1s (197 kB/s) 
                      Selecting previously unselected package gdisk.
                      (Reading database ... 170146 files and directories currently installed.)
                      Unpacking gdisk (from .../gdisk_0.8.5-1ubuntu2_amd64.deb) ...
                      Processing triggers for man-db ...
                      Setting up gdisk (0.8.5-1ubuntu2) ...
                      bumpy@Bumpyputer:~$ sudo gdisk /dev/sdf
                      GPT fdisk (gdisk) version 0.8.5
                      
                      Problem opening /dev/sdf for reading! Error is 2.
                      The specified file does not exist!
                      bumpy@Bumpyputer:~$

                      Comment

                      Working...
                      X