Results 1 to 12 of 12

Thread: [Howto] Install hddtemp

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Post [Howto] Install hddtemp

    Hddtemp is a small utility that gives you the temperature of your hard drive by reading S.M.A.R.T. informations.

    For compilling:

    Code:
    wget http://download.savannah.nongnu.org/releases/hddtemp/hddtemp-0.3-beta15.tar.bz2
    bunzip2 hddtemp-0.3-beta15.tar.bz2
    tar -xf hddtemp-0.3-beta15.tar
    cd hddtemp-0.3-beta15
    Change in configure first string from /bin/sh to /opt/bin/bash

    Code:
    ./configure --prefix=/opt --build=mips
    make
    sudo cp src/hddtemp /opt/bin/
    wget http://www.guzu.net/linux/hddtemp.db
    sudo cp hddtemp.db /opt/etc/
    sudo chmod a+s /opt/bin/hddtemp
    After that you can see the temperature of your HDD via command:
    Code:
     hddtemp -f /opt/etc/hddtemp.db /dev/ide/host2/bus0/target0/lun0/disc
    /dev/ide/host2/bus0/target0/lun0/disc: HDT722516DLAT80: 44?C

    You must install buildroot package for compilling hddtemp.
    Last edited by Denmike; 02-09-2007 at 19:56. Reason: Options for run hddtemp without root rights

Similar Threads

  1. [Howto] Install DLNA media servers for Oleg firmware
    By ecaddict in forum WL-500gP Tutorials
    Replies: 18
    Last Post: 06-06-2017, 07:40
  2. Replies: 28
    Last Post: 02-06-2013, 20:58
  3. [HowTo] Install and configure Oleg's firmware
    By wengi in forum WL-500gP Tutorials
    Replies: 957
    Last Post: 22-02-2013, 22:24
  4. HowTo install OpenVPN server
    By Tamadite in forum WL-500g/WL-500gx Tutorials
    Replies: 41
    Last Post: 31-05-2012, 20:41
  5. [Howto] Install kernel modules for Oleg firmware
    By ecaddict in forum WL-500gP Tutorials
    Replies: 0
    Last Post: 05-12-2011, 16:18

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •