LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-08-2004, 11:48 PM   #1
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Rep: Reputation: 30
lm_sensors-2.8.7 installation problem


Hi, i'm trying to instal lm_sensors-2.8.7 to monitor temp, power, etc.. but i'm a huge linux noob..

in the install file it tells me to make user and make user_install

so i do them, and i think i didn't finish the installation, how do i remove the files it created??

If i can't find that out, can someone please give me a step-by-step instructions on how to install it..

Thanks

i really need this
 
Old 09-09-2004, 09:05 PM   #2
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
bump
 
Old 09-09-2004, 11:22 PM   #3
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
Do "sensors-detect" as root to run the program. It's generally OK to give the default answer to each question (hit the Enter key). Follow the instructions at the end of the program.

If "sensors-detect" doesn't work, re-install lm_sensors. Also check which version is compatible with your kernel and if the kernel is configured right at the lm_sensors site

Post again if you run into problems
 
Old 09-12-2004, 01:39 PM   #4
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
ok, idid it
and i pressed enter on them all
what now?

it says

To make the sensors modules behave correctly, add these lines to
/etc/modules.conf:

#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----

To load everything that is needed, add this to some /etc/rc* file:

#----cut here----
# I2C adapter drivers
modprobe i2c-nforce2
# I2C chip drivers
modprobe asb100
modprobe w83l785ts
modprobe eeprom
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----cut here----

WARNING! If you have some things built into your kernel, the list above
will contain too many modules. Skip the appropriate ones! You really should
try these commands right now to make sure everything is working properly.
Monitoring programs won't work until it's done.

Do you want to generate /etc/sysconfig/lm_sensors? (YES/no): yo
Copy /usr/share/doc/packages/sensors/prog/init/lm_sensors.init.suse
to /etc/init.d/lm_sensors for initialization at boot time.


what now?

Do i copy that file to it, reboot, then what next?
 
Old 09-12-2004, 02:20 PM   #5
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
Copy the two blocks of code to where the program specifies and also copy the lm_sensors.init.suse file to the specified location. Then reboot

If all goes well, you just need to configure GKrellm or whatever frontend you're using to display the sensor output
 
Old 09-12-2004, 03:30 PM   #6
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
nevermind, igot it

Last edited by minm; 09-12-2004 at 05:26 PM.
 
Old 09-12-2004, 05:30 PM   #7
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
ok

i'm confused, i look at modules.conf and it's empty, so whatever, i put that first part in... now i go to the second part and a see a dir called rc.d and a file names rc.status

do i copy that other code into rc.status?
 
Old 09-13-2004, 09:14 AM   #8
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
bump!
 
Old 09-13-2004, 09:18 AM   #9
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
also, for future reference, how would i uninstall lm_sensors?
 
Old 09-13-2004, 11:27 AM   #10
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
I'm not familiar with Suse, but rc.local is generally a good place to put the second part if you have it

There are quite a few recent lm_sensors threads. Have a look through these, I'm sure you'll find a lot of the answers you're looking for.

Thread 1
Thread 2
Thread 3

And the best link of all, the lm_sensors site
 
Old 09-28-2004, 11:31 AM   #11
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
ok, back i am, i had to do a format on my system so i forgot about this, now i'm trying to install it again...

but i dunno what to download... soo confused..

I have an AthlonXP cpu, Nforce2 mobo with SuSE 9.1 professional... the kernal is 2.6.5-7.108-default

what do i download on this site?

http://secure.netroedge.com/~lm78/download.html

thanks!

Last edited by minm; 09-28-2004 at 11:36 AM.
 
Old 09-28-2004, 11:41 AM   #12
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
hmm, whats even more wierd is its already installed on my systems when i type sensors..
i never installed it.

does it come with the kernal now or something?
 
Old 09-29-2004, 10:48 AM   #13
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
bump!
 
Old 09-29-2004, 10:59 PM   #14
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
ahh anyone?
 
Old 09-30-2004, 12:37 AM   #15
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
I don't know what you're asking. If it's already installed, follow the same steps you did to get it working the first time: run sensors-detect, copy/paste the specified code to the relevant files.

If it's not working, download version 2.8.6 for your kernel and make sure your kernel is set up according to this lm_sensors page and then follow the same steps you did the first time
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem installing lm_sensors PunkPT Slackware 3 07-29-2004 03:22 PM
lm_sensors problem JJX Linux - Newbie 5 04-18-2004 04:15 AM
lm_sensors problem mkzmonkeylagger Linux - Software 1 04-16-2004 07:29 PM
lm_sensors problem! r3l4x Debian 4 10-20-2003 10:15 AM
I2c & lm_sensors installation question. nidua18 Linux - General 1 10-16-2003 05:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration