Custom Query (1365 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (220 - 222 of 1365)

Ticket Resolution Summary Owner Reporter
#502 fixed Missing variable quoting in update-smart-drivedb Christian Franke tkaiser
Description

The update-smart-drivedb script (using version 6.3) does not quote the $SMARTCTL variable correctly in line 125 so when the path to smartctl contains whitespace execution will fail. Currently line 125 reads:

if $SMARTCTL -B "$DEST.new" -P showall >/dev/null; then :; else

#504 fixed MediaSonic ProBox 4-Bay Enclosure (HF2-SU3S2) unrecognized Christian Franke jss
Description

I have two enclosures from MediaSonic: one is Rev 2 and one is Rev 3. Both use JMicron chipsets and are currently unrecognized in the SmartMonTools database:

  • Rev 2 = 152d:0539
  • Rev 3 = 152d:0567

I have reviewed tickets #95 and #338. I can confirm that "-d usbjmicron" with its various parameters do not work. I can also confirm that "-d sat" does work.

I would like these two USB bridges to be entered into the database so that the appropriate device type is used automatically.

I am running OpenMediaVault 1.0.20 (Debian 7.7).

  • jss
#508 fixed JMicron 152d:3562 USB 3.0 Bridge needs -d sat Christian Franke Sandy McArthur
Description

Similar to Ticket #338 my StarTech S358BU33ERM 8-bay enclosure has a JMicron JMB575M + JMS567 chips but works with -d sat

a drive in above enclosure:

# smartctl -a /dev/sdd
smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.18.0-gentoo] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdd: Unknown USB bridge [0x152d:0x3562 (0x310)]
Please specify device type with the -d option.

same drive with -d sat

# smartctl -a -d sat /dev/sdd
smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.18.0-gentoo] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Red
Device Model:     WDC WD30EFRX-68AX9N0
[...several screens...]

lsusb excerpt:

# lsusb -s 008:004 -v

Bus 008 Device 004: ID 152d:3562 JMicron Technology Corp. / JMicron USA Technology Corp. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         9
  idVendor           0x152d JMicron Technology Corp. / JMicron USA Technology Corp.
  idProduct          0x3562 
  bcdDevice            3.10
  iManufacturer           1 CFI
  iProduct                2 USB to ATA/ATAPI Bridge
  iSerial                 3 891407280112A
  bNumConfigurations      1
[...again several screens trimmed...]

I tried to infer the info you'll need from issue #338 . If you need full outputs let me know.

Mfg product page: http://www.startech.com/HDD/Enclosures/8-bay-removable-hard-drive-enclosure~S358BU33ERM

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.