Custom Query (1406 matches)
Results (232 - 234 of 1406)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#552 | fixed | JMicron 152d:0539 JMS539 with bcdDevice 1.00 requires -d sat in conflict with existing drivedb.h entry | ||
Description |
I recently got a new SSI-1359RUS3 hard drive enclosure (152d:0539 JMS539 with bcdDevice 1.00), because i had an identical box that i bought a few years back, that was working well (152d:0551). The vendor page is at http://www.ssi.com.tw/en/goods.php?act=view&no=33 The only problem i had with the older box is that it's impossible to read smart data from the first drive in the box, but it otherwise works fine. Apparently the boxes turn out to have different firmware, though they seem physically identical. I'm running both boxes in JBOD mode. When smartd tries to read from the first drive in the new box (152d:0539), the usb disconnects and reconnects, failing my raid. It took me a while to figure out that the new box requires "-d sat", where drivedb.h has "-d usbjmicron". for "0x152d:0x0539", "0x0100". I changed "-d usbjmicron" in that entry in my drivedb.h to "-d sat", and the usb no longer disconnects when smartd tries to read from the first disk in the box. lsusb -v output follows: # lsusb -d 152d:0539 -v Bus 002 Device 012: ID 152d:0539 JMicron Technology Corp. / JMicron USA Technology Corp. JMS539 SuperSpeed SATA II 3.0G Bridge 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 0x0539 JMS539 SuperSpeed SATA II 3.0G Bridge bcdDevice 1.00 iManufacturer 1 JMicron iProduct 2 USB to ATA/ATAPI Bridge iSerial 5 DCC4E6D917FF bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 44 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xc0 Self Powered MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 80 Bulk-Only iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 Binary Object Store Descriptor: bLength 5 bDescriptorType 15 wTotalLength 42 bNumDeviceCaps 3 USB 2.0 Extension Device Capability: bLength 7 bDescriptorType 16 bDevCapabilityType 2 bmAttributes 0x00000002 Link Power Management (LPM) Supported SuperSpeed USB Device Capability: bLength 10 bDescriptorType 16 bDevCapabilityType 3 bmAttributes 0x00 wSpeedsSupported 0x000e Device can operate at Full Speed (12Mbps) Device can operate at High Speed (480Mbps) Device can operate at SuperSpeed (5Gbps) bFunctionalitySupport 1 Lowest fully-functional device speed is Full Speed (12Mbps) bU1DevExitLat 10 micro seconds bU2DevExitLat 32 micro seconds Container ID Device Capability: bLength 20 bDescriptorType 16 bDevCapabilityType 4 bReserved 0 ContainerID {00010203-0405-0607-0800-000000000000} Device Status: 0x0001 Self Powered |
|||
#554 | fixed | Unknown USB bridge [0x4971:0x8017 (0x8105)] works with -d sat | ||
Description |
Tested on Raspbian with smartctl 6.5 2015-06-04 r4110 [armv6l-linux-3.18.11+]. Used devices: USB HDD BOX Agestar 3ub3a8 WD-RED 3TB root@raspberrypi:~/smartmontools# /usr/local/sbin/smartctl -a /dev/sda smartctl 6.5 2015-06-04 r4110 [armv6l-linux-3.18.11+] (local build) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sda: Unknown USB bridge [0x4971:0x8017 (0x8105)] Please specify device type with the -d option. But root@raspberrypi:~/smartmontools# /usr/local/sbin/smartctl -d sat -a /dev/sda smartctl 6.5 2015-06-04 r4110 [armv6l-linux-3.18.11+] (local build) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Western Digital Red Device Model: WDC WD30EFRX-68EUZN0 Serial Number: WD-WCC4N7UHYTXY LU WWN Device Id: 5 0014ee 20bd091e8 Firmware Version: 82.00A82 User Capacity: 3,000,592,982,016 bytes [3.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Rotation Rate: 5400 rpm Device is: In smartctl database [for details use: -P show] ATA Version is: ACS-2 (minor revision not indicated) SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s) Local Time is: Wed Jun 24 00:32:32 2015 UTC SMART support is: Available - device has SMART capability. SMART support is: Enabled |
|||
#555 | fixed | Add osx installer and package to the SF downloads | ||
Description |
There are number of ways to get recent smartmontools on the OSX. However all of them will require to install many additional tools (xcode, etc.) and result may vary. It should be find to have kind of "reference" build available from the sourceforge download. As far as i could see [1] it should be possible to do such cross-build from the Linux env, however i did not tried yet myself. Correct resolution of the tickets should include:
[1] https://github.com/tpoechtrager/osxcross [2] http://vincent.bernat.im/en/blog/2013-autoconf-osx-packaging.html |