hi,
well what should I say ?
does the command "sensors" work ?
can you print here what it says ?
temp1: +38?C (high = +0?C, hyst = +0?C) sensor =
thermistor
temp2: +56.5?C (high = +80?C, hyst = +75?C) sensor =
thermistor
you should have something like this, in fact the probleme is
about the first characters :"temp1: +38" the regexp is
"temp", a number, ':', as many spaces as you want, '+' and
the temperature. If it isn't exactly like that, I can
completely change my way of thinking.
By the way, I'm adding support for a config file, and I will
think about something modular which should work everywhere (I
hope) so let me know about it (what does sensors
display)
PS : you can although try to comment every line about temp1
and temp2
just add '#' before lines : 49, 50, 59, 60 and insert the
line "print sensors_temp" everywhere you want (line 51 is a
good option ;) ) and hddtemp should work ^^
See you soon