Custom Query (1415 matches)
Results (61 - 63 of 1415)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#94 | fixed | Build fails if source was downloaded via ViewVC | ||
Description |
ViewVC allows to download the source as a tarball. A build from the tarball fails because the SVN Id strings are not expanded. http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/ |
|||
#95 | fixed | JMicron 4 device support (0x152d:0x0551) | ||
Description |
I've recently acquired a 4 bay USB3+eSATA enclosure, specifically this one: http://mediasonicinc.com/store/product_info.php?cPath=26_51&products_id=234 (Mediasonic Pro Box 4 Bay Enclosure USB 3.0 & eSATA [HF2-SU3S2] in case the link becomes dead). NB: I'm not actually using USB3 (yet), it's connected to a USB2 host. The enclosure uses a JMicron chip that smartmontools does not support. I'm hoping that JMicron implemented this one similarly to the two device chips, and that smartmontools can support this without huge effort. What smartctl says when I try to query it: "... Unknown USB bridge [0x152d:0x0551 (0x100)]" ... <please use -d> On a lark, I tried the usbjmicron,0, and that appeared to successfully give the info for the first disk. So I tried usbjmicron,1 for the second device, and that I think made the enclosure "reboot": I got a usb disconnect, and then it came back to life. |
|||
#97 | fixed | os_freebsd.cpp: need to detect /dev/mfidx devices and display help | ||
Description |
FreeBSD supports megaraid (and Dell) controllers with mfi driver. We don`t need to add any code to the smartmontools because mfip driver exports array drives as /dev/passX devices. But its better to add special detection of such devices and show user message like "please load mfip.ko module and run 'smartctl /dev/passX' to see smart info" |