Codice: Seleziona tutto
$ lsusb
.....
Bus 001 Device 006: ID 073d:a000 Eutron S.p.a.
Codice: Seleziona tutto
$ cat /proc/scsi/scsi
.....
Host: scsi12 Channel: 00 Id: 00 Lun: 00
Vendor: Eutron Model: PicoPower Rev: 3000
Type: Direct-Access ANSI SCSI revision: 00
Codice: Seleziona tutto
$ dmesg
.....
[ 6738.212244] usb 1-4: new high speed USB device using ehci_hcd and address 6
[ 6738.348068] usb 1-4: configuration #1 chosen from 1 choice
[ 6738.349777] scsi12 : SCSI emulation for USB Mass Storage devices
[ 6738.351904] usb-storage: device found at 6
[ 6738.351909] usb-storage: waiting for device to settle before scanning
[ 6743.348372] usb-storage: device scan complete
[ 6743.349850] scsi 12:0:0:0: Direct-Access Eutron PicoPower 3000 PQ: 0 ANSI: 0 CCS
[ 6743.356065] sd 12:0:0:0: Attached scsi generic sg4 type 0
[ 6743.358528] sd 12:0:0:0: [sdc] 1644780 512-byte logical blocks: (842 MB/803 MiB)
[ 6743.359389] sd 12:0:0:0: [sdc] Write Protect is off
[ 6743.359398] sd 12:0:0:0: [sdc] Mode Sense: 43 00 00 00
[ 6743.359404] sd 12:0:0:0: [sdc] Assuming drive cache: write through
[ 6743.364316] sd 12:0:0:0: [sdc] Assuming drive cache: write through
[ 6743.364339] sdc: unknown partition table
[ 6743.428393] sd 12:0:0:0: [sdc] Assuming drive cache: write through
[ 6743.428403] sd 12:0:0:0: [sdc] Attached SCSI removable disk
La memoria in questione funziona con XP e Vista, ed una memoria USB della SanDisk funziona sotto Lubuntu (senza che debba montarla a riga di comando)! Quindi suppongo sia solo un problema di compatibilità tra Lubuntu e questa Eutron ...
In un altro post del forum ho letto di problemi legati al mancato caricamento di moduli. Nel mio caso dovrebbe essere questo ehci_hcd ma
Codice: Seleziona tutto
$ lsmod | grep hcd
Codice: Seleziona tutto
$ sudo modprobe -r ehci-hcd
FATAL: Module ehci_hcd not found.
Grazie

