From: Xavier V. <xav...@fr...> - 2004-04-23 18:21:34
|
Hi Javier ! > > I've just upgraded from kernel 2.6.3 to 2.6.5 and plugin_i2c fails to detect the correct path to my sensors. > Now, sensor status is written to temp1_input, temp2_input, ... so the plugin fails beacuse it tries to open temp_input1, temp_input2,... > I think code shoul be changed in order to detect path and read temp correctly. Yes ! In fact I'm running 2.6.5 too, but is my power supply is dying, I had to remove pci cards and my display, so I didn't notice the bug :/ It's fixed with this patch, Michael, you know what you've to do ;) To problem is know, do all sensors have a temp_input1/temp1_input ? I didn't find any good method to guess an i2c device is a temp sensor. But if the problem appears once again, it's possible to force the path to the sensors (see the doc in the code) Bye ! |