Feisty has hddtemp_0.3-beta15-33_i386.deb.
If you try hddtemp with sata it tells:
From man hddtemp:
So:
Daemon settings are in the /etc/default/hddtemp. There should be:
Reconfiguring hddtemp daemon:
If you try hddtemp with sata it tells:
Code:
:~$ hddtemp /dev/sda /dev/sda: WDC WD2500JS-00MHB0 �: drive is sleeping
-w, --wake-up
Wake-up the drive if needed (ATA drives only).
Wake-up the drive if needed (ATA drives only).
Code:
:~$ hddtemp -w /dev/sda /dev/sda: WDC WD2500JS-00MHB0 �: 42°C
Code:
# Other options to pass to hddtemp OPTIONS="-w"
Code:
sudo dpkg-reconfigure hddtemp
Comment