Custom Query (1405 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 1405)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket
#100
Description

lm_sensors has the ability to display sensor data from multiple sources. Unfortunately there is not a module that will display HD temperature data. Instead the lm_sensors documentation says that the smartmontools package should be used to gather and display this data. While the smart tools are certainly very nice as a separate package, it would be very helpful if the smart data was integrated with lm_sensors so that the HD temperature could be displayed alongside all of the other sensor data. For example there are numerous tools that have been compiled with the sensor libraries (EG, desktop applets, SNMP agents, etc), and it would be very helpful if HD temperature data was available through those channels alongside all of the other sensor readings, instead of isolated from them.

I am making the same request to the lm_sensors developers

Thanks

#119
Description

Hi,

When I run smartctl, it doesn't detect the usb bridge for my iriver h140 player (0x1006:0x3002 (0x100)). ID 1006:3002 iRiver, Ltd. iHP-120/140 MP3 Player

This device works fine with the -d usbcypress option.

#120
Description

Hi there!

I noticed a duplicated assignment.

Best regards, Nicolas Kaiser ---

--- a/os_win32/daemon_win32.cpp	2010-01-28 21:24:31.000000000 +0100
+++ b/os_win32/daemon_win32.cpp	2010-11-10 21:08:04.829636033 +0100
@@ -525,7 +525,7 @@ int daemon_messagebox(int system, const 
 	mb.mode = MB_OK|MB_ICONWARNING
 	         |(svc_mode?MB_SERVICE_NOTIFICATION:0)
 	         |(system?MB_SYSTEMMODAL:MB_APPLMODAL);
-	mb.title = title; mb.text = text;
+	mb.title = title;
 	mb.text = text;
 	if (!(ht = CreateThread(NULL, 0, mbox_thread, &mb, 0, &tid)))
 		return -1;
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.