Public bug reported:
Binary package hint: hddtemp
See bug report in sensors-applet for symptoms
Requires this patch from Debian (see existing debian bug report for actual
error):
--- hddtemp-0.3-beta15.orig/src/satacmds.c
+++ hddtemp-0.3-beta15/src/satacmds.c
@@ -80,8 +80,8 @@
ret = scsi_SG_IO(device, cdb, sizeof(cdb), buffer, cmd[3] * 512, sense,
sizeof(sense), dxfer_direction);
- /* Verify SATA magics */
- if (sense[0] != 0x72 || sense[7] != 0x0e || sense[9] != 0x0e || sense[10] !=
0x00)
+ /* Verify SATA magic */
+ if (sense[0] != 0x72)
return 1;
else
return ret;
Perhaps we should just sync to latest version?
** Affects: hddtemp (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
hddtemp is broken on sata drives for 2.6.20 kernel
https://bugs.launchpad.net/bugs/109498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs