[Risolto] hd non visibile

Riconoscimento, installazione e configurazione delle periferiche.
zen34
Prode Principiante
Messaggi: 60
Iscrizione: sabato 7 febbraio 2009, 12:18

[Risolto] hd non visibile

Messaggio da zen34 »

ciao a tutti,
ho un problema con un hd. l'hd appartiene ad un portatile su cui c'è installato ubuntu 10.04 con partizioni ext4. da un paio di giorni è impossibile fare il boot da questo hd (credo sia rovinato). così ho provveduto a estrarlo e collegarlo ad un altro pc tramite box usb. ora un portatile con lo stesso sistema operativo non lo rileva in alcun modo, mentre è visibile da un altro pc con un W***** . il problema è che devo recuperare i file che ci sono su quell'hd e vorrei sapere se si può fare mount del disco sul portatile e tramite ubuntu copiare i file che ci sono.
vi dico già che usando il comando

Codice: Seleziona tutto

 cd /media
 ls  
il disco non viene visualizzato (e neanche da gparted)
ringrazio per l'aiuto in anticipo!
Ultima modifica di zen34 il mercoledì 22 settembre 2010, 12:28, modificato 1 volta in totale.
jerico
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19127
Iscrizione: lunedì 21 luglio 2008, 23:43
Desktop: Gnome
Distribuzione: Archlinux

Re: hd non visibile

Messaggio da jerico »

inserisci il disco e dai questo
sudo fdisk -l
poi riportalo qui.
... quando lo hai rimosso da win hai fatto la rimozione sicura dell'hardware?
zen34
Prode Principiante
Messaggi: 60
Iscrizione: sabato 7 febbraio 2009, 12:18

Re: hd non visibile

Messaggio da zen34 »

si certo, ho provato anche con ext2 volume manager per gestire le partizioni di linux da winz ma niente, come ho scoperto poi fosse normale vedo solo le cartelle prive di file.
l'output del comando che mi dici mostra solo il mio disco con le sue partizioni, quindi vedo inutile postarti cioè che restituisce.
help!
zen34
Prode Principiante
Messaggi: 60
Iscrizione: sabato 7 febbraio 2009, 12:18

Re: hd non visibile

Messaggio da zen34 »

aspetta aspetta, ho provato con lsusb (ovviamente c'è solo il disco collegato via usb) e mi restituisce questo:

Codice: Seleziona tutto

zen@zen-laptop:/etc$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04f2:b083 Chicony Electronics Co., Ltd 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
si può fare qualcosa?
ho installato mountManager, secondo voi si può montare manualmente il dispositivo?
ah mentre prima non dava segni di vita, ora la spia che segna l'utilizzo del disco è accesa, credo che ubuntu stia tentano di leggerlo, attendo?
Ultima modifica di zen34 il martedì 21 settembre 2010, 21:23, modificato 1 volta in totale.
Avatar utente
pieddu
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 13453
Iscrizione: sabato 11 novembre 2006, 21:46
Desktop: Mate XFCE
Distribuzione: Devuan Trisquel
Sesso: Maschile
Località: Serravalle di Chienti (Taverne)

Re: hd non visibile

Messaggio da pieddu »

zen34 ha scritto: si certo, ho provato anche con ext2 volume manager per gestire le partizioni di linux da winz ma niente, come ho scoperto poi fosse normale vedo solo le cartelle prive di file.
l'output del comando che mi dici mostra solo il mio disco con le sue partizioni, quindi vedo inutile postarti cioè che restituisce.
help!
Prendi troppe iniziative per essere uno che chiede aiuto..... posta fdisk, dai....
:birra:
zen34
Prode Principiante
Messaggi: 60
Iscrizione: sabato 7 febbraio 2009, 12:18

Re: hd non visibile

Messaggio da zen34 »

eccolo:

Codice: Seleziona tutto

zen@zen-laptop:~$ sudo fdisk -l

Disco /dev/sda: 120.0 GB, 120034123776 byte
255 testine, 63 settori/tracce, 14593 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x753780ee

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        7903    63476562+  83  Linux
/dev/sda2            7903       14594    53742593    5  Esteso
/dev/sda5            7903       14594    53742592   83  Linux
Avatar utente
pieddu
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 13453
Iscrizione: sabato 11 novembre 2006, 21:46
Desktop: Mate XFCE
Distribuzione: Devuan Trisquel
Sesso: Maschile
Località: Serravalle di Chienti (Taverne)

Re: hd non visibile

Messaggio da pieddu »

Intanto vediamo come stanno messe:

Codice: Seleziona tutto

sudo fsck /dev/sda1
e poi

Codice: Seleziona tutto

sudo fsck /dev/sda5
Aspetta che finisca, poi lancia il secondo e riporta qui.
:birra:
zen34
Prode Principiante
Messaggi: 60
Iscrizione: sabato 7 febbraio 2009, 12:18

Re: hd non visibile

Messaggio da zen34 »

credo di essermi espresso male io, entrambe le partizioni /dev/sda1 e /dev/sda5 sono del pc da cui lavoro, che è perfettamente funzionante, infatti se lancio il comando che mi hai detto mi restituisce:

Codice: Seleziona tutto

sudo fsck /dev/sda1
fsck from util-linux-ng 2.17.2
e2fsck 1.41.11 (14-Mar-2010)
/dev/sda1 è montato. 

WARNING!!!  The filesystem is mounted.   If you continue you ***WILL***
cause ***SEVERE*** filesystem damage.


sudo fsck /dev/sda5
fsck from util-linux-ng 2.17.2
e2fsck 1.41.11 (14-Mar-2010)
/dev/sda5 è montato. 

WARNING!!!  The filesystem is mounted.   If you continue you ***WILL***
cause ***SEVERE*** filesystem damage.

sta ancora leggendo il disco usb in questione comunque...attendo...
Avatar utente
pieddu
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 13453
Iscrizione: sabato 11 novembre 2006, 21:46
Desktop: Mate XFCE
Distribuzione: Devuan Trisquel
Sesso: Maschile
Località: Serravalle di Chienti (Taverne)

Re: hd non visibile

Messaggio da pieddu »

.....non solo, spero tu non abbia sottovalutato quei giganteschi WARNING!
:birra:
Avatar utente
d-io
Prode Principiante
Messaggi: 76
Iscrizione: lunedì 8 febbraio 2010, 13:55
Località: Pisa

Re: hd non visibile

Messaggio da d-io »

misà che non può più risponderti  :P
CPU - Intel Core 2 Duo E5300 @2.60 Ghz; RAM - 4 GB DDR2 800Mhz; HDD - Seagate 500 GB SATA2 + Maxtor 250 GB PATA; Grafica - Intel 3000 integrata; Monitor - LG crt 19'' 1600*1200
zen34
Prode Principiante
Messaggi: 60
Iscrizione: sabato 7 febbraio 2009, 12:18

Re: hd non visibile

Messaggio da zen34 »

assolutamente no, ci tengo al mio disco!
mi son dimenticato di postare l'ultima parte del codice:

Codice: Seleziona tutto

sudo fsck /dev/sda5
fsck from util-linux-ng 2.17.2
e2fsck 1.41.11 (14-Mar-2010)
/dev/sda5 è montato. 

WARNING!!!  The filesystem is mounted.   If you continue you ***WILL***
cause ***SEVERE*** filesystem damage.

Continuare (s/n)? no

controllo annullato.
in ogni caso...che faccio attendo ancora? o c'è un modo di montarlo manualmente consocendo l'out di lsusb?
Avatar utente
pieddu
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 13453
Iscrizione: sabato 11 novembre 2006, 21:46
Desktop: Mate XFCE
Distribuzione: Devuan Trisquel
Sesso: Maschile
Località: Serravalle di Chienti (Taverne)

Re: hd non visibile

Messaggio da pieddu »

Meno male.... ho avuto uno spavento.....
Controlliamo

Codice: Seleziona tutto

dmesg
e vediamo cosa è successo al disco usb
:birra:
virtualmind
Prode Principiante
Messaggi: 64
Iscrizione: domenica 4 novembre 2007, 14:04
Desktop: Unity
Distribuzione: Ubuntu 13.04 64 bit

Re: hd non visibile

Messaggio da virtualmind »

se il disco è rovinato e ha iniziato a non eseguire il boot allora il problema potrebbe essere la mancata lettura della traccia 0 il che è molto grave perchè non leggi le partizioni.
quello che windows rileva probabilmente è un disco collegato non partizionato perchè installa i drivers dell'adattatore.
Per essere ottimisti però, può anche darsi che al momento dell'installazione di ubuntu 10.04 abbia optato per cryptare il filesystem e magari il box non legge il disco (con alcuni adattatore devi togliere il jumperino dietro all'hd o settarlo come master e non cable selected).
Se senti un ticchettio all'accensione del disco allora ha un guasto, se senti il motore arrestarsi in meno di un minuto dall'accensione è perchè il settore in cui è caricato il firmware del disco è andato.
Spero che queste info ti possano essere utili.
Avatar utente
pieddu
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 13453
Iscrizione: sabato 11 novembre 2006, 21:46
Desktop: Mate XFCE
Distribuzione: Devuan Trisquel
Sesso: Maschile
Località: Serravalle di Chienti (Taverne)

Re: hd non visibile

Messaggio da pieddu »

comunque se fdisk non lo rileva messo bene non è di sicuro....
:birra:
zen34
Prode Principiante
Messaggi: 60
Iscrizione: sabato 7 febbraio 2009, 12:18

Re: hd non visibile

Messaggio da zen34 »

allora...all'accensione con win fa il rumore classico di movimento delle testine, poi si ferma una attimo, e dopo qualche secondo continua a girare e win lo rileva normalmente...su ubuntu invece si sente il disco girare, le testine muoversi per pochissimo, poi il disco continua a girare ma le testine restano silenziose per parecchio...poi si accende la luce di hd in uso (r/w) e per adesso continua così senza che il sistema sia in grado di leggerlo...
l'out te le inserisco un po qui e il resto nel messaggio successivo:

Codice: Seleziona tutto

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-24-generic (buildd@palmer) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #43-Ubuntu SMP Thu Sep 16 14:17:33 UTC 2010 (Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.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] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000ef000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000006cb70000 (usable)
[    0.000000]  BIOS-e820: 000000006cb70000 - 000000006cb80000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000006cb80000 - 000000006fd4f000 (usable)
[    0.000000]  BIOS-e820: 000000006fd4f000 - 000000006fdcf000 (reserved)
[    0.000000]  BIOS-e820: 000000006fdcf000 - 000000006fecf000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000006fecf000 - 000000006feff000 (ACPI data)
[    0.000000]  BIOS-e820: 000000006feff000 - 000000006ff00000 (usable)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000feb00000 - 00000000feb01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.4 present.
[    0.000000] last_pfn = 0x6ff00 max_arch_pfn = 0x100000
[    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-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFC0000000 write-back
[    0.000000]   1 base 0040000000 mask FFE0000000 write-back
[    0.000000]   2 base 0060000000 mask FFF0000000 write-back
[    0.000000]   3 base 00FFE00000 mask FFFFE00000 write-protect
[    0.000000]   4 base 00FFF40000 mask FFFFFF0000 write-protect
[    0.000000]   5 base 006CB70000 mask FFFFFF0000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 0000000000002000 - 0000000000006000 (usable) ==> (reserved)
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000002000 (usable)
[    0.000000]  modified: 0000000000002000 - 0000000000006000 (reserved)
[    0.000000]  modified: 0000000000006000 - 000000000009fc00 (usable)
[    0.000000]  modified: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000ef000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000006cb70000 (usable)
[    0.000000]  modified: 000000006cb70000 - 000000006cb80000 (ACPI NVS)
[    0.000000]  modified: 000000006cb80000 - 000000006fd4f000 (usable)
[    0.000000]  modified: 000000006fd4f000 - 000000006fdcf000 (reserved)
[    0.000000]  modified: 000000006fdcf000 - 000000006fecf000 (ACPI NVS)
[    0.000000]  modified: 000000006fecf000 - 000000006feff000 (ACPI data)
[    0.000000]  modified: 000000006feff000 - 000000006ff00000 (usable)
[    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  modified: 00000000feb00000 - 00000000feb01000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000] initial memory mapped : 0 - 00c00000
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000] Using x86 segment limits to approximate NX protection
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000
[    0.000000] RAMDISK: 37856000 - 37fef24b
[    0.000000] Allocated new RAMDISK: 008e2000 - 0107b24b
[    0.000000] Move RAMDISK from 0000000037856000 - 0000000037fef24a to 008e2000 - 0107b24a
[    0.000000] ACPI: RSDP 000f6980 00014 (v00 HP    )
[    0.000000] ACPI: RSDT 6fefe038 0003C (v01 HPQOEM SLIC-MPC 00000003      01000013)
[    0.000000] ACPI: FACP 6fefd000 00074 (v01 HP     0944     00000003 HP   00000001)
[    0.000000] ACPI: DSDT 6fee4000 15827 (v01 HP     0944     00000001 HP   00000001)
[    0.000000] ACPI: FACS 6fea1000 00040
[    0.000000] ACPI: APIC 6fefc000 00084 (v01 HP     0944     00000001 HP   00000001)
[    0.000000] ACPI: MCFG 6fefb000 0003C (v01 HP     0944     00000001 HP   00000001)
[    0.000000] ACPI: SLIC 6fefa000 00176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.000000] ACPI: HPET 6fee2000 00038 (v01 HP     0944     00000001 HP   00000001)
[    0.000000] ACPI: SSDT 6fee1000 0016C (v01 AMD    PowerNow 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 903MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000]   node 0 low ram: 00000000 - 377fe000
[    0.000000]   node 0 bootmap 00008000 - 0000ef00
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0000100000 - 00008ddeb8]    TEXT DATA BSS ==> [0000100000 - 00008ddeb8]
[    0.000000]   #4 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #5 [00008de000 - 00008e119c]              BRK ==> [00008de000 - 00008e119c]
[    0.000000]   #6 [0000007000 - 0000008000]          PGTABLE ==> [0000007000 - 0000008000]
[    0.000000]   #7 [00008e2000 - 000107b24b]      NEW RAMDISK ==> [00008e2000 - 000107b24b]
[    0.000000]   #8 [0000008000 - 000000f000]          BOOTMAP ==> [0000008000 - 000000f000]
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0006ff00
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[5] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x00000002
[    0.000000]     0: 0x00000006 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0006cb70
[    0.000000]     0: 0x0006cb80 -> 0x0006fd4f
[    0.000000]     0: 0x0006feff -> 0x0006ff00
[    0.000000] On node 0 totalpages: 457947
[    0.000000] free_area_init_node: node 0, pgdat c079a780, node_mem_map c107d000
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3963 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 1807 pages used for memmap
[    0.000000]   HighMem zone: 228915 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[    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: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    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: 0x43538301 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 3 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ef000
[    0.000000] PM: Registered nosave memory: 00000000000ef000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 6ff00000 (gap: 6ff00000:70100000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c2000000 s36056 r0 d21288 u1048576
[    0.000000] pcpu-alloc: s36056 r0 d21288 u1048576 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 454364
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic root=UUID=2f35a9ba-6d10-4b17-a384-a46ad8c324d8 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] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] allocated 9169920 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 (000377fe:0006ff00)
[    0.000000] Memory: 1790360k/1833984k available (4679k kernel code, 40228k reserved, 2124k data, 660k init, 922888k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff1d000 - 0xfffff000   ( 904 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc07a5000 - 0xc084a000   ( 660 kB)
[    0.000000]       .data : 0xc0591e33 - 0xc07a4e88   (2124 kB)
[    0.000000]       .text : 0xc0100000 - 0xc0591e33   (4679 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:2304 nr_irqs:440
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000]   alloc irq_desc for 24 on node 0
[    0.000000]   alloc kstat_irqs on node 0
[    0.000000] HPET: 4 timers in total, 1 timers will be used for per-cpu timer
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2099.194 MHz processor.
[    0.004006] Calibrating delay loop (skipped), value calculated using timer frequency.. 4198.38 BogoMIPS (lpj=8396776)
[    0.004026] Security Framework initialized
[    0.004045] AppArmor: AppArmor initialized
[    0.004053] Mount-cache hash table entries: 512
[    0.004186] Initializing cgroup subsys ns
[    0.004190] Initializing cgroup subsys cpuacct
[    0.004195] Initializing cgroup subsys memory
[    0.004202] Initializing cgroup subsys devices
[    0.004205] Initializing cgroup subsys freezer
[    0.004207] Initializing cgroup subsys net_cls
[    0.004227] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.004230] CPU: L2 Cache: 512K (64 bytes/line)
[    0.004234] mce: CPU supports 5 MCE banks
[    0.004251] Performance Events: AMD PMU driver.
[    0.004258] ... version:                0
[    0.004259] ... bit width:              48
[    0.004261] ... generic registers:      4
[    0.004263] ... value mask:             0000ffffffffffff
[    0.004265] ... max period:             00007fffffffffff
[    0.004267] ... fixed-purpose events:   0
[    0.004269] ... event mask:             000000000000000f
[    0.004274] Checking 'hlt' instruction... OK.
[    0.020970] SMP alternatives: switching to UP code
[    0.028291] ACPI: Core revision 20090903
[    0.044010] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.044016] ftrace: allocating 21780 entries in 43 pages
[    0.048131] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.048491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.090026] CPU0: AMD Sempron(tm) SI-42 stepping 01
[    0.092001] Brought up 1 CPUs
[    0.092001] Total of 1 processors activated (4198.38 BogoMIPS).
[    0.092001] CPU0 attaching NULL sched-domain.
[    0.092001] devtmpfs: initialized
[    0.092001] HP Compaq Laptop series board detected. Selecting BIOS-method for reboots.
[    0.092001] regulator: core version 0.5
[    0.092001] Time: 18:56:55  Date: 09/21/10
[    0.092001] NET: Registered protocol family 16
[    0.092001] EISA bus registered
[    0.092001] ACPI: bus type pci registered
[    0.092001] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.092001] PCI: MCFG area at e0000000 reserved in E820
[    0.092001] PCI: Using MMCONFIG for extended config space
[    0.092001] PCI: Using configuration type 1 for base access
[    0.092001] bio: create slab <bio-0> at 0
[    0.092001] ACPI: EC: Look up EC in DSDT
[    0.756134] ACPI: Interpreter enabled
[    0.756146] ACPI: (supports S0 S3 S4 S5)
[    0.756170] ACPI: Using IOAPIC for interrupt routing
[    0.767671] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[    0.767729] ACPI: Power Resource [APPR] (off)
[    0.767806] ACPI: Power Resource [PFN0] (off)
[    0.767875] ACPI: Power Resource [PFN1] (off)
[    0.767944] ACPI: Power Resource [PFN2] (off)
[    0.768032] ACPI: Power Resource [PFN3] (off)
[    0.768343] ACPI: No dock devices found.
[    0.768525] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.768754] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.768758] pci 0000:00:04.0: PME# disabled
[    0.768846] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.768850] pci 0000:00:07.0: PME# disabled
[    0.768941] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.768945] pci 0000:00:09.0: PME# disabled
[    0.769043] pci 0000:00:11.0: reg 10 io port: [0x6018-0x601f]
[    0.769052] pci 0000:00:11.0: reg 14 io port: [0x6024-0x6027]
[    0.769060] pci 0000:00:11.0: reg 18 io port: [0x6010-0x6017]
[    0.769069] pci 0000:00:11.0: reg 1c io port: [0x6020-0x6023]
[    0.769077] pci 0000:00:11.0: reg 20 io port: [0x6000-0x600f]
[    0.769086] pci 0000:00:11.0: reg 24 32bit mmio: [0x94409000-0x944093ff]
[    0.769150] pci 0000:00:12.0: reg 10 32bit mmio: [0x94408000-0x94408fff]
[    0.769216] pci 0000:00:12.1: reg 10 32bit mmio: [0x94407000-0x94407fff]
[    0.769304] pci 0000:00:12.2: reg 10 32bit mmio: [0x94409500-0x944095ff]
[    0.769367] pci 0000:00:12.2: supports D1 D2
[    0.769369] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.769374] pci 0000:00:12.2: PME# disabled
[    0.769412] pci 0000:00:13.0: reg 10 32bit mmio: [0x94406000-0x94406fff]
[    0.769479] pci 0000:00:13.1: reg 10 32bit mmio: [0x94405000-0x94405fff]
[    0.769566] pci 0000:00:13.2: reg 10 32bit mmio: [0x94409400-0x944094ff]
[    0.769629] pci 0000:00:13.2: supports D1 D2
[    0.769631] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.769636] pci 0000:00:13.2: PME# disabled
[    0.769787] pci 0000:00:14.2: reg 10 64bit mmio: [0x94400000-0x94403fff]
[    0.769839] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.769844] pci 0000:00:14.2: PME# disabled
[    0.769972] pci 0000:00:14.5: reg 10 32bit mmio: [0x94404000-0x94404fff]
[    0.770227] pci 0000:01:05.0: reg 10 32bit mmio pref: [0x80000000-0x8fffffff]
[    0.770233] pci 0000:01:05.0: reg 14 io port: [0x5000-0x50ff]
[    0.770239] pci 0000:01:05.0: reg 18 32bit mmio: [0x94300000-0x9430ffff]
[    0.770250] pci 0000:01:05.0: reg 24 32bit mmio: [0x94200000-0x942fffff]
[    0.770268] pci 0000:01:05.0: supports D1 D2
[    0.770353] pci 0000:00:01.0: bridge io port: [0x5000-0x5fff]
[    0.770357] pci 0000:00:01.0: bridge 32bit mmio: [0x94200000-0x943fffff]
[    0.770362] pci 0000:00:01.0: bridge 64bit mmio pref: [0x80000000-0x8fffffff]
[    0.770466] pci 0000:02:00.0: reg 10 64bit mmio: [0x93100000-0x93103fff]
[    0.770493] pci 0000:02:00.0: reg 18 io port: [0x3000-0x30ff]
[    0.770574] pci 0000:02:00.0: supports D1 D2
[    0.770576] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.770582] pci 0000:02:00.0: PME# disabled
[    0.770703] pci 0000:00:04.0: bridge io port: [0x3000-0x4fff]
[    0.770707] pci 0000:00:04.0: bridge 32bit mmio: [0x93100000-0x941fffff]
[    0.770712] pci 0000:00:04.0: bridge 64bit mmio pref: [0x90000000-0x90ffffff]
[    0.770768] pci 0000:00:07.0: bridge io port: [0x2000-0x2fff]
[    0.770771] pci 0000:00:07.0: bridge 32bit mmio: [0x92100000-0x930fffff]
[    0.770777] pci 0000:00:07.0: bridge 64bit mmio pref: [0x91000000-0x91ffffff]
[    0.770900] pci 0000:06:00.0: reg 10 64bit mmio: [0x92000000-0x92003fff]
[    0.770964] pci 0000:06:00.0: supports D1 D2
[    0.771071] pci 0000:00:09.0: bridge 32bit mmio: [0x92000000-0x920fffff]
[    0.771140] pci 0000:00:14.4: transparent bridge
[    0.771146] pci 0000:00:14.4: bridge io port: [0x1000-0x1fff]
[    0.771173] pci_bus 0000:00: on NUMA node 0
[    0.771179] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.771272] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[    0.771344] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT]
[    0.771428] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB9_._PRT]
[    0.771509] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB7_._PRT]
[    0.771668] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[    0.782439] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.782629] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.782824] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.783014] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.783204] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.783395] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.783585] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.783776] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.783935] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
[    0.783938] vgaarb: loaded
[    0.784078] SCSI subsystem initialized
[    0.784154] libata version 3.00 loaded.
[    0.784225] usbcore: registered new interface driver usbfs
[    0.784237] usbcore: registered new interface driver hub
[    0.784261] usbcore: registered new device driver usb
[    0.784415] ACPI: WMI: Mapper loaded
[    0.784417] PCI: Using ACPI for IRQ routing
[    0.784844] NetLabel: Initializing
[    0.784846] NetLabel:  domain hash size = 128
[    0.784848] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.784861] NetLabel:  unlabeled traffic allowed by default
[    0.784928] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 24, 0
[    0.784934] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
[    0.786955] Switching to clocksource tsc
[    0.787991] AppArmor: AppArmor Filesystem Enabled
[    0.787991] pnp: PnP ACPI init
[    0.787991] ACPI: bus type pnp registered
[    0.787991]   alloc irq_desc for 23 on node -1
[    0.787991]   alloc kstat_irqs on node -1
[    0.788087] pnp: PnP ACPI: found 11 devices
[    0.788090] ACPI: ACPI bus type pnp unregistered
[    0.788093] PnPBIOS: Disabled by ACPI PNP
[    0.788107] system 00:04: ioport range 0x400-0x4cf has been reserved
[    0.788110] system 00:04: ioport range 0x4d0-0x4d1 has been reserved
[    0.788113] system 00:04: ioport range 0x4d6-0x4d6 has been reserved
[    0.788116] system 00:04: ioport range 0x680-0x6ff has been reserved
[    0.788119] system 00:04: ioport range 0x77a-0x77a has been reserved
[    0.788123] system 00:04: ioport range 0xc00-0xc01 has been reserved
[    0.788126] system 00:04: ioport range 0xc14-0xc14 has been reserved
[    0.788129] system 00:04: ioport range 0xc50-0xc52 has been reserved
[    0.788132] system 00:04: ioport range 0xc6c-0xc6c has been reserved
[    0.788135] system 00:04: ioport range 0xc6f-0xc6f has been reserved
[    0.788138] system 00:04: ioport range 0xcd0-0xcdb has been reserved
[    0.788141] system 00:04: ioport range 0x220-0x227 has been reserved
[    0.788144] system 00:04: ioport range 0x260-0x273 has been reserved
[    0.788147] system 00:04: ioport range 0x800-0x800 has been reserved
[    0.788151] system 00:04: ioport range 0x804-0x804 has been reserved
[    0.788154] system 00:04: ioport range 0x87f-0x87f has been reserved
[    0.788157] system 00:04: ioport range 0xcdc-0xcdf has been reserved
[    0.788160] system 00:04: ioport range 0xb00-0xb0f has been reserved
[    0.788163] system 00:04: ioport range 0xb20-0xb3f has been reserved
[    0.788167] system 00:04: ioport range 0x200-0x27f could not be reserved
[    0.788173] system 00:05: iomem range 0x0-0x9ffff could not be reserved
[    0.788176] system 00:05: iomem range 0xec000-0xfffff could not be reserved
[    0.788179] system 00:05: iomem range 0x100000-0x7fffffff could not be reserved
[    0.788183] system 00:05: iomem range 0xe0000000-0xefffffff has been reserved
[    0.788186] system 00:05: iomem range 0xfeb00000-0xfeb00fff has been reserved
[    0.788189] system 00:05: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.788193] system 00:05: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.788196] system 00:05: iomem range 0xffe00000-0xffffffff has been reserved
[    0.823289] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.823293] pci 0000:00:01.0:   IO window: 0x5000-0x5fff
[    0.823297] pci 0000:00:01.0:   MEM window: 0x94200000-0x943fffff
[    0.823302] pci 0000:00:01.0:   PREFETCH window: 0x00000080000000-0x0000008fffffff
[    0.823308] pci 0000:00:04.0: PCI bridge, secondary bus 0000:02
[    0.823311] pci 0000:00:04.0:   IO window: 0x3000-0x4fff
[    0.823315] pci 0000:00:04.0:   MEM window: 0x93100000-0x941fffff
[    0.823319] pci 0000:00:04.0:   PREFETCH window: 0x00000090000000-0x00000090ffffff
[    0.823325] pci 0000:00:07.0: PCI bridge, secondary bus 0000:03
[    0.823328] pci 0000:00:07.0:   IO window: 0x2000-0x2fff
[    0.823332] pci 0000:00:07.0:   MEM window: 0x92100000-0x930fffff
[    0.823336] pci 0000:00:07.0:   PREFETCH window: 0x00000091000000-0x00000091ffffff
[    0.823342] pci 0000:00:09.0: PCI bridge, secondary bus 0000:06
[    0.823344] pci 0000:00:09.0:   IO window: disabled
[    0.823348] pci 0000:00:09.0:   MEM window: 0x92000000-0x920fffff
[    0.823352] pci 0000:00:09.0:   PREFETCH window: disabled
[    0.823357] pci 0000:00:14.4: PCI bridge, secondary bus 0000:80
[    0.823394] pci 0000:00:14.4:   IO window: 0x1000-0x1fff
[    0.823401] pci 0000:00:14.4:   MEM window: disabled
[    0.823405] pci 0000:00:14.4:   PREFETCH window: disabled
[    0.823419] pci 0000:00:01.0: setting latency timer to 64
[    0.823427] pci 0000:00:04.0: setting latency timer to 64
[    0.823435] pci 0000:00:07.0: setting latency timer to 64
[    0.823442] pci 0000:00:09.0: setting latency timer to 64
[    0.823452] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.823455] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.823458] pci_bus 0000:01: resource 0 io:  [0x5000-0x5fff]
[    0.823461] pci_bus 0000:01: resource 1 mem: [0x94200000-0x943fffff]
[    0.823464] pci_bus 0000:01: resource 2 pref mem [0x80000000-0x8fffffff]
[    0.823467] pci_bus 0000:02: resource 0 io:  [0x3000-0x4fff]
[    0.823470] pci_bus 0000:02: resource 1 mem: [0x93100000-0x941fffff]
[    0.823472] pci_bus 0000:02: resource 2 pref mem [0x90000000-0x90ffffff]
[    0.823475] pci_bus 0000:03: resource 0 io:  [0x2000-0x2fff]
[    0.823478] pci_bus 0000:03: resource 1 mem: [0x92100000-0x930fffff]
[    0.823481] pci_bus 0000:03: resource 2 pref mem [0x91000000-0x91ffffff]
[    0.823484] pci_bus 0000:06: resource 1 mem: [0x92000000-0x920fffff]
[    0.823487] pci_bus 0000:80: resource 0 io:  [0x1000-0x1fff]
[    0.823490] pci_bus 0000:80: resource 3 io:  [0x00-0xffff]
[    0.823492] pci_bus 0000:80: resource 4 mem: [0x000000-0xffffffff]
[    0.823528] NET: Registered protocol family 2
[    0.823623] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.823954] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.824638] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.825010] TCP: Hash tables configured (established 131072 bind 65536)
[    0.825013] TCP reno registered
[    0.825117] NET: Registered protocol family 1
[    0.825254] pci 0000:01:05.0: Boot video device
[    0.825438] cpufreq-nforce2: No nForce2 chipset.
[    0.825463] Scanning for low memory corruption every 60 seconds
[    0.825571] audit: initializing netlink socket (disabled)
[    0.825582] type=2000 audit(1285095415.824:1): initialized
[    0.835245] Trying to unpack rootfs image as initramfs...
[    0.845496] highmem bounce pool size: 64 pages
[    0.845502] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.850420] VFS: Disk quotas dquot_6.5.2
[    0.850478] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.851027] fuse init (API version 7.13)
[    0.851105] msgmni has been set to 1696
[    0.857294] alg: No test for stdrng (krng)
[    0.857381] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.857384] io scheduler noop registered
[    0.857386] io scheduler anticipatory registered
[    0.857388] io scheduler deadline registered
[    0.857428] io scheduler cfq registered (default)
[    0.857588]   alloc irq_desc for 25 on node -1
[    0.857591]   alloc kstat_irqs on node -1
[    0.857601] pcieport 0000:00:04.0: irq 25 for MSI/MSI-X
[    0.857609] pcieport 0000:00:04.0: setting latency timer to 64
[    0.857711]   alloc irq_desc for 26 on node -1
[    0.857713]   alloc kstat_irqs on node -1
[    0.857719] pcieport 0000:00:07.0: irq 26 for MSI/MSI-X
[    0.857725] pcieport 0000:00:07.0: setting latency timer to 64
[    0.857833]   alloc irq_desc for 27 on node -1
[    0.857835]   alloc kstat_irqs on node -1
[    0.857841] pcieport 0000:00:09.0: irq 27 for MSI/MSI-X
[    0.857848] pcieport 0000:00:09.0: setting latency timer to 64
[    0.857917] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.857981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.862525] ACPI: AC Adapter [AC] (on-line)
[    0.862615] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.862620] ACPI: Sleep Button [SLPB]
[    0.862660] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.862753] ACPI: Lid Switch [LID]
[    0.862803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.862806] ACPI: Power Button [PWRF]
[    0.863018] fan PNP0C0B:00: registered as cooling_device0
[    0.863024] ACPI: Fan [FAN0] (off)
[    0.863167] fan PNP0C0B:01: registered as cooling_device1
zen34
Prode Principiante
Messaggi: 60
Iscrizione: sabato 7 febbraio 2009, 12:18

Re: hd non visibile

Messaggio da zen34 »

la seconda parte dell'out:

Codice: Seleziona tutto

[    0.863175] ACPI: Fan [FAN1] (off)
[    0.863318] fan PNP0C0B:02: registered as cooling_device2
[    0.863323] ACPI: Fan [FAN2] (off)
[    0.863466] fan PNP0C0B:03: registered as cooling_device3
[    0.863471] ACPI: Fan [FAN3] (off)
[    0.863818] processor LNXCPU:00: registered as cooling_device4
[    0.885107] thermal LNXTHERM:01: registered as thermal_zone0
[    0.885120] ACPI: Thermal Zone [CPUZ] (54 C)
[    0.886786] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.888030] brd: module loaded
[    0.888464] loop: module loaded
[    0.888552] input: Macintosh mouse button emulation as /devices/virtual/input/input3
[    0.893296] ACPI: Battery Slot [BAT0] (battery absent)
[    0.893320] isapnp: Scanning for PnP cards...
[    0.899176] Fixed MDIO Bus: probed
[    0.899210] PPP generic driver version 2.4.2
[    0.899273] tun: Universal TUN/TAP device driver, 1.6
[    0.899275] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.899364] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.899427]   alloc irq_desc for 17 on node -1
[    0.899430]   alloc kstat_irqs on node -1
[    0.899437] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.899460] ehci_hcd 0000:00:12.2: setting latency timer to 64
[    0.899464] ehci_hcd 0000:00:12.2: EHCI Host Controller
[    0.899500] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
[    0.899569] ehci_hcd 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround
[    0.899585] ehci_hcd 0000:00:12.2: debug port 1
[    0.899610] ehci_hcd 0000:00:12.2: irq 17, io mem 0x94409500
[    0.953480] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    0.953619] usb usb1: configuration #1 chosen from 1 choice
[    0.953648] hub 1-0:1.0: USB hub found
[    0.953658] hub 1-0:1.0: 6 ports detected
[    0.953764]   alloc irq_desc for 19 on node -1
[    0.953767]   alloc kstat_irqs on node -1
[    0.953774] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.953796] ehci_hcd 0000:00:13.2: setting latency timer to 64
[    0.953800] ehci_hcd 0000:00:13.2: EHCI Host Controller
[    0.953836] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
[    0.953906] ehci_hcd 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround
[    0.953922] ehci_hcd 0000:00:13.2: debug port 1
[    0.953949] ehci_hcd 0000:00:13.2: irq 19, io mem 0x94409400
[    0.964783] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    0.964926] usb usb2: configuration #1 chosen from 1 choice
[    0.964956] hub 2-0:1.0: USB hub found
[    0.964966] hub 2-0:1.0: 6 ports detected
[    0.965068] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.965124]   alloc irq_desc for 16 on node -1
[    0.965126]   alloc kstat_irqs on node -1
[    0.965133] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.965156] ohci_hcd 0000:00:12.0: setting latency timer to 64
[    0.965160] ohci_hcd 0000:00:12.0: OHCI Host Controller
[    0.965201] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
[    0.965269] ohci_hcd 0000:00:12.0: irq 16, io mem 0x94408000
[    1.056483] usb usb3: configuration #1 chosen from 1 choice
[    1.056513] hub 3-0:1.0: USB hub found
[    1.056560] hub 3-0:1.0: 3 ports detected
[    1.056622] ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.056649] ohci_hcd 0000:00:12.1: setting latency timer to 64
[    1.056653] ohci_hcd 0000:00:12.1: OHCI Host Controller
[    1.056695] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
[    1.056754] ohci_hcd 0000:00:12.1: irq 16, io mem 0x94407000
[    1.160383] usb usb4: configuration #1 chosen from 1 choice
[    1.160413] hub 4-0:1.0: USB hub found
[    1.160460] hub 4-0:1.0: 3 ports detected
[    1.160525] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.160549] ohci_hcd 0000:00:13.0: setting latency timer to 64
[    1.160553] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    1.160600] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
[    1.160653] ohci_hcd 0000:00:13.0: irq 17, io mem 0x94406000
[    1.260233] usb usb5: configuration #1 chosen from 1 choice
[    1.260264] hub 5-0:1.0: USB hub found
[    1.260310] hub 5-0:1.0: 3 ports detected
[    1.260375] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.260399] ohci_hcd 0000:00:13.1: setting latency timer to 64
[    1.260404] ohci_hcd 0000:00:13.1: OHCI Host Controller
[    1.260442] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
[    1.260504] ohci_hcd 0000:00:13.1: irq 17, io mem 0x94405000
[    1.278063] Freeing initrd memory: 7780k freed
[    1.331172] usb 2-2: new high speed USB device using ehci_hcd and address 2
[    1.335367] usb usb6: configuration #1 chosen from 1 choice
[    1.335397] hub 6-0:1.0: USB hub found
[    1.335446] hub 6-0:1.0: 3 ports detected
[    1.335512]   alloc irq_desc for 18 on node -1
[    1.335515]   alloc kstat_irqs on node -1
[    1.335522] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.335543] ohci_hcd 0000:00:14.5: setting latency timer to 64
[    1.335547] ohci_hcd 0000:00:14.5: OHCI Host Controller
[    1.335587] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
[    1.335657] ohci_hcd 0000:00:14.5: irq 18, io mem 0x94404000
[    1.426900] usb usb7: configuration #1 chosen from 1 choice
[    1.426928] hub 7-0:1.0: USB hub found
[    1.426971] hub 7-0:1.0: 2 ports detected
[    1.427023] uhci_hcd: USB Universal Host Controller Interface driver
[    1.427111] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.428943] i8042.c: Detected active multiplexing controller, rev 1.1.
[    1.430035] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.430041] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.430066] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.430089] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.430108] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.430224] mice: PS/2 mouse device common for all mice
[    1.430404] rtc_cmos 00:06: RTC can wake from S4
[    1.430443] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.430511] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
[    1.430609] device-mapper: uevent: version 1.0.3
[    1.430731] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    1.430783] device-mapper: multipath: version 1.1.0 loaded
[    1.430786] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.430896] EISA: Probing bus 0 at eisa.0
[    1.430904] Cannot allocate resource for EISA slot 1
[    1.430906] Cannot allocate resource for EISA slot 2
[    1.430908] Cannot allocate resource for EISA slot 3
[    1.430910] Cannot allocate resource for EISA slot 4
[    1.430912] Cannot allocate resource for EISA slot 5
[    1.430914] Cannot allocate resource for EISA slot 6
[    1.430925] EISA: Detected 0 cards.
[    1.430969] cpuidle: using governor ladder
[    1.430971] cpuidle: using governor menu
[    1.431381] TCP cubic registered
[    1.431525] NET: Registered protocol family 10
[    1.431959] lo: Disabled Privacy Extensions
[    1.432285] NET: Registered protocol family 17
[    1.432319] powernow-k8: Found 1 AMD Sempron(tm) SI-42 processors (1 cpu cores) (version 2.20.00)
[    1.432360] powernow-k8:    0 : pstate 0 (2100 MHz)
[    1.432362] powernow-k8:    1 : pstate 1 (1050 MHz)
[    1.432545] Using IPI No-Shortcut mode
[    1.432627] PM: Resume from disk failed.
[    1.432640] registered taskstats version 1
[    1.433133]   Magic number: 10:397:949
[    1.433174] tty tty6: hash matches
[    1.433276] rtc_cmos 00:06: setting system clock to 2010-09-21 18:56:56 UTC (1285095416)
[    1.433279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.433281] EDD information not available.
[    1.480373] isapnp: No Plug & Play device found
[    1.480416] Freeing unused kernel memory: 660k freed
[    1.480901] Write protecting the kernel text: 4680k
[    1.480933] Write protecting the kernel read-only data: 1844k
[    1.492695] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.501457] udev: starting version 151
[    1.539254] usb 2-2: configuration #1 chosen from 1 choice
[    1.762127] sky2 driver version 1.25
[    1.762222] sky2 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.762273] sky2 0000:02:00.0: setting latency timer to 64
[    1.762344] sky2 0000:02:00.0: Yukon-2 FE+ chip revision 0
[    1.762453]   alloc irq_desc for 28 on node -1
[    1.762455]   alloc kstat_irqs on node -1
[    1.762488] sky2 0000:02:00.0: irq 28 for MSI/MSI-X
[    1.763355] sky2 eth0: addr 00:22:64:7f:11:af
[    1.763486] ahci 0000:00:11.0: version 3.0
[    1.763534]   alloc irq_desc for 20 on node -1
[    1.763536]   alloc kstat_irqs on node -1
[    1.763541] ahci 0000:00:11.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    1.763739] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    1.763743] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pio ccc 
[    1.765047] scsi0 : ahci
[    1.765234] scsi1 : ahci
[    1.765336] scsi2 : ahci
[    1.765424] scsi3 : ahci
[    1.765515] scsi4 : ahci
[    1.765602] scsi5 : ahci
[    1.765799] ata1: SATA max UDMA/133 abar m1024@0x94409000 port 0x94409100 irq 20
[    1.765804] ata2: SATA max UDMA/133 abar m1024@0x94409000 port 0x94409180 irq 20
[    1.765808] ata3: SATA max UDMA/133 abar m1024@0x94409000 port 0x94409200 irq 20
[    1.765812] ata4: SATA max UDMA/133 abar m1024@0x94409000 port 0x94409280 irq 20
[    1.765816] ata5: SATA max UDMA/133 abar m1024@0x94409000 port 0x94409300 irq 20
[    1.765820] ata6: SATA max UDMA/133 abar m1024@0x94409000 port 0x94409380 irq 20
[    2.084050] ata3: SATA link down (SStatus 0 SControl 300)
[    2.084081] ata4: SATA link down (SStatus 0 SControl 300)
[    2.084112] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.084145] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.084171] ata6: SATA link down (SStatus 0 SControl 300)
[    2.084198] ata5: SATA link down (SStatus 0 SControl 300)
[    2.085041] ata1.00: ATA-8: WDC WD1200BEVT-60ZCT1, 13.01A13, max UDMA/100
[    2.085044] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.086520] ata1.00: configured for UDMA/100
[    2.100159] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1200BEVT-6 13.0 PQ: 0 ANSI: 5
[    2.100310] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.100518] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    2.100563] sd 0:0:0:0: [sda] Write Protect is off
[    2.100566] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.100589] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.100718]  sda:
[    2.124602] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T50L, SC04, max UDMA/100
[    2.129331] ata2.00: configured for UDMA/100
[    2.141803]  sda1 sda2 < sda5 >
[    2.166148] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.263088] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-T50L  SC04 PQ: 0 ANSI: 5
[    2.596589] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.596593] Uniform CD-ROM driver Revision: 3.20
[    2.596687] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.596744] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.882064] EXT4-fs (sda5): mounted filesystem with ordered data mode
[   14.785168] udev: starting version 151
[   14.951293] lp: driver loaded but no devices found
[   14.980917] lib80211: common routines for IEEE802.11 drivers
[   14.980922] lib80211_crypt: registered algorithm 'NULL'
[   14.984963] shpchp 0000:00:01.0: HPC vendor_id 1022 device_id 9602 ss_vid 0 ss_did 0
[   14.984970] shpchp 0000:00:01.0: Cannot reserve MMIO region
[   14.985084] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   15.145743] wl: module license 'MIXED/Proprietary' taints kernel.
[   15.145749] Disabling lock debugging due to kernel taint
[   15.333434] wl 0000:06:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   15.333445] wl 0000:06:00.0: setting latency timer to 64
[   15.356196] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   15.379475] Linux video capture interface: v2.00
[   15.385782] type=1505 audit(1285095430.450:2):  operation="profile_load" pid=613 name="/sbin/dhclient3"
[   15.386060] type=1505 audit(1285095430.450:3):  operation="profile_load" pid=613 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[   15.386211] type=1505 audit(1285095430.450:4):  operation="profile_load" pid=613 name="/usr/lib/connman/scripts/dhclient-script"
[   15.388146] lis3lv02d: laptop model unknown, using default axes configuration
[   15.388882] lis3lv02d: 1-byte sensor found
[   15.403553] vga16fb: initializing
[   15.403559] vga16fb: mapped to 0xc00a0000
[   15.403727] fb0: VGA16 VGA frame buffer device
[   15.410728] uvcvideo: Found UVC 1.00 device CKF7063 (04f2:b083)
[   15.426290] acpi device:01: registered as cooling_device5
[   15.427033] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:00/LNXVIDEO:00/input/input5
[   15.427243] ACPI: Video Device [IGFX] (multi-head: yes  rom: no  post: no)
[   15.429042] input: CKF7063 as /devices/pci0000:00/0000:00:13.2/usb2/2-2/2-2:1.0/input/input6
[   15.429200] usbcore: registered new interface driver uvcvideo
[   15.429441] USB Video Class driver (v0.1.0)
[   15.440662] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input7
[   15.441454] Registered led device: hp::hddprotect
[   15.441606] lis3lv02d driver loaded.
[   15.455175] Linux agpgart interface v0.103
[   15.909381] EXT4-fs (sda1): mounted filesystem with ordered data mode
[   15.909586] Console: switching to colour frame buffer device 80x30
[   15.941378] lib80211_crypt: registered algorithm 'TKIP'
[   15.942820] eth1: Broadcom BCM4315 802.11 Hybrid Wireless Controller 5.60.48.36 
[   15.946113] [fglrx] Maximum main memory to use for locked dma buffers: 1642 MBytes.
[   15.946141] [fglrx]   vendor: 1002 device: 9612 count: 1
[   15.946354] [fglrx] ioport: bar 1, base 0x5000, size: 0x100
[   15.946374] pci 0000:01:05.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   15.946379] pci 0000:01:05.0: setting latency timer to 64
[   15.946605] [fglrx] Kernel PAT support is enabled
[   15.946632] [fglrx] module loaded - fglrx 8.72.11 [Apr  8 2010] with 1 minors
[   16.109471] HDA Intel 0000:00:14.2: power state changed by ACPI to D0
[   16.109543] HDA Intel 0000:00:14.2: power state changed by ACPI to D0
[   16.109553] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   16.126921] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04711/0x200000
[   16.168044] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input8
[   16.560955] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input9
[   17.669481] type=1505 audit(1285095432.734:5):  operation="profile_load" pid=823 name="/usr/share/gdm/guest-session/Xsession"
[   17.682619] type=1505 audit(1285095432.746:6):  operation="profile_replace" pid=824 name="/sbin/dhclient3"
[   17.682905] type=1505 audit(1285095432.746:7):  operation="profile_replace" pid=824 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[   17.683062] type=1505 audit(1285095432.746:8):  operation="profile_replace" pid=824 name="/usr/lib/connman/scripts/dhclient-script"
[   17.687922] type=1505 audit(1285095432.750:9):  operation="profile_load" pid=825 name="/usr/bin/evince"
[   17.716143] type=1505 audit(1285095432.782:10):  operation="profile_load" pid=825 name="/usr/bin/evince-previewer"
[   17.737897] type=1505 audit(1285095432.802:11):  operation="profile_load" pid=825 name="/usr/bin/evince-thumbnailer"
[   17.753564] sky2 eth0: enabling interface
[   17.783962] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.405419] ppdev: user-space parallel port driver
[   19.373233] [fglrx] GART Table is not in FRAME_BUFFER range 
[   19.373521]   alloc irq_desc for 29 on node -1
[   19.373524]   alloc kstat_irqs on node -1
[   19.373537] fglrx_pci 0000:01:05.0: irq 29 for MSI/MSI-X
[   19.374226] [fglrx] Firegl kernel thread PID: 1134
[   19.374528] [fglrx] IRQ 29 Enabled
[   19.545165] [fglrx] Gart USWC size:548 M.
[   19.545170] [fglrx] Gart cacheable size:215 M.
[   19.545176] [fglrx] Reserved FB block: Shared offset:0, size:1000000 
[   19.545179] [fglrx] Reserved FB block: Unshared offset:fffb000, size:5000 
[   28.752009] eth1: no IPv6 routers present
[   75.456101] usb 1-5: new high speed USB device using ehci_hcd and address 2
[   75.591453] usb 1-5: configuration #1 chosen from 1 choice
[   75.660162] Initializing USB Mass Storage driver...
[   75.660303] scsi6 : SCSI emulation for USB Mass Storage devices
[   75.664351] usbcore: registered new interface driver usb-storage
[   75.664355] USB Mass Storage support registered.
[   75.667488] usb-storage: device found at 2
[   75.667491] usb-storage: waiting for device to settle before scanning
[   80.664552] usb-storage: device scan complete
[   80.665658] scsi 6:0:0:0: Direct-Access     ST925082 7AS              A    PQ: 0 ANSI: 2 CCS
[   80.669915] sd 6:0:0:0: Attached scsi generic sg2 type 0
[   80.673600] sd 6:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[   80.679298] sd 6:0:0:0: [sdb] Write Protect is off
[   80.679309] sd 6:0:0:0: [sdb] Mode Sense: 00 38 00 00
[   80.679315] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[   80.682306] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[   80.682319]  sdb: sdb1 sdb2 <
[  131.928063] usb 1-5: reset high speed USB device using ehci_hcd and address 2
[  142.172069] usb 1-5: reset high speed USB device using ehci_hcd and address 2
[  178.928059] usb 1-5: reset high speed USB device using ehci_hcd and address 2
[  184.061069] usb 1-5: device descriptor read/64, error -71
[  184.308049] usb 1-5: device descriptor read/64, error -71
[  184.524165] usb 1-5: reset high speed USB device using ehci_hcd and address 2
[  184.660080] usb 1-5: device descriptor read/64, error -71
[  184.900163] usb 1-5: device descriptor read/64, error -71
[  185.116048] usb 1-5: reset high speed USB device using ehci_hcd and address 2
[  185.544066] usb 1-5: device not accepting address 2, error -71
[  185.656058] usb 1-5: reset high speed USB device using ehci_hcd and address 2
[  186.084024] usb 1-5: device not accepting address 2, error -71
[  186.084083] usb 1-5: USB disconnect, address 2
[  186.084631] sd 6:0:0:0: Device offlined - not ready after error recovery
[  186.084829] sd 6:0:0:0: [sdb] Unhandled error code
[  186.084834] sd 6:0:0:0: [sdb] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[  186.084842] sd 6:0:0:0: [sdb] CDB: Read(10): 28 00 11 78 77 f8 00 00 08 00
[  186.084860] end_request: I/O error, dev sdb, sector 293107704
[  186.084868] __ratelimit: 9 callbacks suppressed
[  186.084874] Buffer I/O error on device sdb, logical block 36638463
[  186.087337]  >
[  186.090699] sd 6:0:0:0: [sdb] READ CAPACITY failed
[  186.090707] sd 6:0:0:0: [sdb] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[  186.090715] sd 6:0:0:0: [sdb] Sense not available.
[  186.091213] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[  186.091222] sd 6:0:0:0: [sdb] Attached SCSI disk
[  186.204092] usb 1-5: new high speed USB device using ehci_hcd and address 3
[  186.340052] usb 1-5: device descriptor read/64, error -71
[  186.584044] usb 1-5: device descriptor read/64, error -71
[  186.800182] usb 1-5: new high speed USB device using ehci_hcd and address 4
[  186.936167] usb 1-5: device descriptor read/64, error -71
[  187.176096] usb 1-5: device descriptor read/64, error -71
[  187.392082] usb 1-5: new high speed USB device using ehci_hcd and address 5
[  187.816051] usb 1-5: device not accepting address 5, error -71
[  187.928183] usb 1-5: new high speed USB device using ehci_hcd and address 6
[  188.352140] usb 1-5: device not accepting address 6, error -71
[  188.352210] hub 1-0:1.0: unable to enumerate USB device on port 5
[  188.684063] usb 4-2: new full speed USB device using ohci_hcd and address 2
[  188.840039] usb 4-2: device descriptor read/64, error -62
[  189.092074] usb 4-2: device descriptor read/64, error -62
[  189.340072] usb 4-2: new full speed USB device using ohci_hcd and address 3
[  189.496063] usb 4-2: device descriptor read/64, error -62
[  189.752056] usb 4-2: device descriptor read/64, error -62
[  190.008033] usb 4-2: new full speed USB device using ohci_hcd and address 4
[  190.416057] usb 4-2: device not accepting address 4, error -62
[  190.556052] usb 4-2: new full speed USB device using ohci_hcd and address 5
[  190.964038] usb 4-2: device not accepting address 5, error -62
[  190.964095] hub 4-0:1.0: unable to enumerate USB device on port 2
[  572.380110] usb 4-2: new full speed USB device using ohci_hcd and address 6
[  572.520040] usb 4-2: device descriptor read/64, error -62
[  572.764041] usb 4-2: device descriptor read/64, error -62
[  573.004069] usb 4-2: new full speed USB device using ohci_hcd and address 7
[  573.144034] usb 4-2: device descriptor read/64, error -62
[  573.388058] usb 4-2: device descriptor read/64, error -62
[  573.628066] usb 4-2: new full speed USB device using ohci_hcd and address 8
[  574.036032] usb 4-2: device not accepting address 8, error -62
[  574.172082] usb 4-2: new full speed USB device using ohci_hcd and address 9
[  574.580029] usb 4-2: device not accepting address 9, error -62
[  574.580086] hub 4-0:1.0: unable to enumerate USB device on port 2
[  629.464126] usb 4-2: new full speed USB device using ohci_hcd and address 10
[  629.604035] usb 4-2: device descriptor read/64, error -62
[  629.848038] usb 4-2: device descriptor read/64, error -62
[  630.088146] usb 4-2: new full speed USB device using ohci_hcd and address 11
[  630.228037] usb 4-2: device descriptor read/64, error -62
[  630.472122] usb 4-2: device descriptor read/64, error -62
[  630.712068] usb 4-2: new full speed USB device using ohci_hcd and address 12
[  631.120031] usb 4-2: device not accepting address 12, error -62
[  631.256188] usb 4-2: new full speed USB device using ohci_hcd and address 13
[  631.664129] usb 4-2: device not accepting address 13, error -62
[  631.664162] hub 4-0:1.0: unable to enumerate USB device on port 2
[  652.116050] usb 4-2: new full speed USB device using ohci_hcd and address 14
[  652.260045] usb 4-2: device descriptor read/64, error -62
[  652.504047] usb 4-2: device descriptor read/64, error -62
[  652.744048] usb 4-2: new full speed USB device using ohci_hcd and address 15
[  652.884052] usb 4-2: device descriptor read/64, error -62
[  653.128038] usb 4-2: device descriptor read/64, error -62
[  653.368066] usb 4-2: new full speed USB device using ohci_hcd and address 16
[  653.776042] usb 4-2: device not accepting address 16, error -62
[  653.912044] usb 4-2: new full speed USB device using ohci_hcd and address 17
[  654.320038] usb 4-2: device not accepting address 17, error -62
[  654.320094] hub 4-0:1.0: unable to enumerate USB device on port 2
[ 1358.236169] usb 4-2: new full speed USB device using ohci_hcd and address 18
[ 1358.384033] usb 4-2: device descriptor read/64, error -62
[ 1358.628035] usb 4-2: device descriptor read/64, error -62
[ 1358.872041] usb 4-2: new full speed USB device using ohci_hcd and address 19
[ 1359.012039] usb 4-2: device descriptor read/64, error -62
[ 1359.256040] usb 4-2: device descriptor read/64, error -62
[ 1359.496076] usb 4-2: new full speed USB device using ohci_hcd and address 20
[ 1359.904026] usb 4-2: device not accepting address 20, error -62
[ 1360.040038] usb 4-2: new full speed USB device using ohci_hcd and address 21
[ 1360.448038] usb 4-2: device not accepting address 21, error -62
[ 1360.448098] hub 4-0:1.0: unable to enumerate USB device on port 2
virtualmind
Prode Principiante
Messaggi: 64
Iscrizione: domenica 4 novembre 2007, 14:04
Desktop: Unity
Distribuzione: Ubuntu 13.04 64 bit

Re: hd non visibile

Messaggio da virtualmind »

in effetti ci sono problemi di comunicazione e non si ricevono informazioni su quello che è attaccato sull'usb, mi sa che è grave...
perchè non provi a ricollegare il disco al pc senza passare per l'adattatore e carichi ubuntu live, forse il controller sulla motherboard riesce a fare di più, tenta il tutto per tutto.
zen34
Prode Principiante
Messaggi: 60
Iscrizione: sabato 7 febbraio 2009, 12:18

Re: hd non visibile

Messaggio da zen34 »

eh in effetti l'avevo immaginato...
quello che mi fa strano è che collegato a win si comporta bene, anche se per ovvi motivi (ext4) non mi è possibile estrarre i file dal disco...
zen34
Prode Principiante
Messaggi: 60
Iscrizione: sabato 7 febbraio 2009, 12:18

Re: hd non visibile

Messaggio da zen34 »

a differenza di prima ora è chiaramente visibile come disco usb:

Codice: Seleziona tutto

zen@zen-laptop:~$ lsusb 
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04f2:b083 Chicony Electronics Co., Ltd 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 008: ID 152d:2338 JMicron Technology Corp. / JMicron USA Technology Corp. JM20337 Hi-Speed USB to SATA & PATA Combo Bridge
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Avatar utente
pieddu
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 13453
Iscrizione: sabato 11 novembre 2006, 21:46
Desktop: Mate XFCE
Distribuzione: Devuan Trisquel
Sesso: Maschile
Località: Serravalle di Chienti (Taverne)

Re: hd non visibile

Messaggio da pieddu »

Vedo che hai un kernel 32, che a me sin'ora è sembrato una bella ciofeca.....
Scarica questa, masterizzala e vedi che se te lo manda....
http://gparted.sourceforge.net/livecd.php
:birra:
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: nick091 e 5 ospiti