Custom Query (1455 matches)
Results (271 - 273 of 1455)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#857 | fixed | WD easystore 8TB (1058:25fb, WDC WD80EFAX-68LHPN0) | ||
Description |
3.5" WD - easystore 8TB External USB 3.0 WDBCKA0080HBK Needs '-d sat' to work. Possibly related to #840 smartctl /dev/sdc -x -d sat -q noserial |
|||
#860 | fixed | Missing USB-bridge in database (0x152d:0x8561) | ||
Description |
# smartctl -A /dev/sdg smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.11.11-300.fc26.x86_64] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sdg: Unknown USB bridge [0x152d:0x8561 (0x107)] --- Vendor: DELTACO Device: MAP-GD35U3 Chipset JMicron JMS561U http://www.jmicron.com/PDF/brief/jms561u.pdf --- This device works well with "-d sat". --- Bus 002 Device 004: ID 152d:8561 JMicron Technology Corp. / JMicron USA Technology Corp. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 3.00 bDeviceClass 0 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 9 idVendor 0x152d JMicron Technology Corp. / JMicron USA Technology Corp. idProduct 0x8561 bcdDevice 1.07 iManufacturer 1 JMicron iProduct 2 JMS56x Series iSerial 5 00A1234567D9 bNumConfigurations 1 |
|||
#871 | fixed | cciss: Add option to disable SAT auto detection | ||
Description |
Some newer HPSA devices reply to basic SAT commands and provide inquiry that contains "ATA ". It causes that sat variable in sat_device::autodetect_open() becomes true, and even if cciss is explicitly specified by smartctl -d cciss,0 -H /dev/sda it switches to sat dev/sda [cciss_disk_00] [SAT]: Device open changed type from 'sat,auto' to 'sat' As a result, it causes failure: SMART STATUS RETURN: incomplete response, ATA output registers missing REPORT-IOCTL: Device=/dev/sda Command=SMART STATUS CHECK returned -1 errno=38 [Function not implemented] Attached patch disables the auto-switch to "better" driver for cciss. Note that I do not have a test report from the customer for that patch yet, but setting sat = 0 was already confirmed to prevent this bug. Note that smart_interface::autodetect_sat_device() contains a similar code, but I am not sure whether it needs a fix as well. |