Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'CPU temperature and hardware sensor readouts in bash' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
CPU temperature and hardware sensor readouts in bash
Authored by: david-bo on Oct 30, '05 05:38:10AM

Worked on my 12" PB (Tiger)

46.5 HDD BOTTOMSIDE Celsius
46.25 CPU TOPSIDE Celsius
58.75 GPU ON DIE Celsius
1.1228 CPU CORE volts
5720 REAR MAIN ENCLOSURE fan RPM
32 BATTERY Celsius

However, on my Pismo (Panther), I got sed-error:

sed: option requires an argument -- e
usage: sed script [-Ean] [-i extension] [file ...]
sed [-an] [-i extension] [-e script] ... [-f script_file] ... [file ...]
./tp: line 3: s/type//: No such file or directory
sed: option requires an argument -- e
usage: sed script [-Ean] [-i extension] [file ...]
sed [-an] [-i extension] [-e script] ... [-f script_file] ... [file ...]
./tp: line 5: s/temperature/Celsius/: No such file or directory
./tp: line 6: s/current/Amps/: No such file or directory


Any ideas why?

---
http://www.google.com/search?as_q=%22Authored+by%3A+david-bo%22&num=10&hl=en&ie=ISO-8859-1&btnG=



[ Reply to This | # ]