bugHddtemp - Bugs: bug #43678, No sensor for WDC...

 
 

bug #43678: No sensor for WDC WD5000AAKX-60U6AA0

Submitter:  None
Submitted:  Mon 24 Nov 2014 08:00:45 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 24 Nov 2014 09:50:11 AM UTC, comment #1: 

Well, after i trying to find proper sensor, i think, i have done it.
This script:

##########################
Digit=0
while [ "$Digit" -le 300 ]
do
  echo \"WDC WD5000AAKX-60U6AA0\" $Digit C \"Western Digital Caviar Blue 500GB 16MB\" > /etc/hddtemp.db ;
  echo "$Digit" >> /home/lviv/HDDtemp ;
  echo `hddtemp /dev/sda` >> /home/lviv/HDDtemp ;
  let "Digit+=1"
done
##########################

told me, that proper sensor placed at 190, so i added line:

"WDC WD5000AAKX-60U6AA0" 190 C "Western Digital Caviar Blue 500GB 16MB"

to /etc/hddtemp.db

so now it work properly:

/dev/sda: WDC WD5000AAKX-60U6AA0: 22°C

Nazar <azar1k>
Mon 24 Nov 2014 08:00:45 AM UTC, original submission:  

While i have message:

# hddtemp /dev/sda
WARNING: Drive /dev/sda doesn't seem to have a temperature sensor.
WARNING: This doesn't mean it hasn't got one.
WARNING: If you are sure it has one, please contact me (hddtemp@guzu.net).
WARNING: See --help, --debug and --drivebase options.
/dev/sda: WDC WD5000AAKX-60U6AA0:  no sensor

Can you please add support of this device?

I'm using Debian 7.7 [hddtemp_0.3-beta15-52]

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by azar1k (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code