Custom Query (1406 matches)
Results (64 - 66 of 1406)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#131 | fixed | Recognize Seagate FreeAgent GoFlex USB interface (0bc2:5021) | ||
Description |
I just bought a new Seagate FreeAgent GoFlex 1TB USB disk drive. smartmontools don't recognize it, although it seems to work nicely when the device type is explicitly specified: $ sudo smartctl -i /dev/sdc smartctl 5.40 2010-07-12 r3124 [x86_64-unknown-linux-gnu] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net /dev/sdc: Unknown USB bridge [0x0bc2:0x5021 (0x148)] Smartctl: please specify device type with the -d option. Use smartctl -h to get a usage summary $ lsusb | grep 5021 Bus 002 Device 036: ID 0bc2:5021 Seagate RSS LLC $ sudo smartctl -i -d sat /dev/sdc smartctl 5.40 2010-07-12 r3124 [x86_64-unknown-linux-gnu] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST1000LM002-9VQ14L Serial Number: Z0506D9H Firmware Version: CC94 User Capacity: 1,000,204,886,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Tue Dec 21 00:14:48 2010 UTC SMART support is: Available - device has SMART capability. SMART support is: Enabled |
|||
#132 | fixed | Samsung G2 Portable works with -d usbjmicron | ||
Description |
Samsung G2 Portable drive (04e8:6032) works fine with "-d usbjmicron" so please add this ID to the list. lsusb -v: ... Bus 002 Device 004: ID 04e8:6032 Samsung Electronics Co., Ltd Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x04e8 Samsung Electronics Co., Ltd idProduct 0x6032 bcdDevice 0.00 iManufacturer 1 JMicron iProduct 11 Samsung G2 Portable ... |
|||
#134 | wontfix | smartctrl will not detect USB Hub D-Link DUB-H7 | ||
Description |
I recently posted to this list concerning the inability of smartctl to detect the USB-Hub D-Link DUB-H7. /sbin # ./smartctl -a /dev/sda smartctl 5.41 2010-12-15 r3226 [arm-cx2450x-linux-gnueabi] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net /dev/sda: Unknown USB bridge [0x059b:0x0475 (0x000)] Smartctl: please specify device type with the -d option. |