I am running suse 11 kde 3.5.9. I can’t find lm-sensors in the repos, or with a Webpin search. What repo/package are they in?
Hi
It’s normally installed by default? I think you will find it’s
lm_sensors.
zypper search -s -i sensors
sensors-detect
chkconfig lm_sensors on
–
Cheers Malcolm °¿° (Linux Counter #276890)
SLED 10 SP2 i586 Kernel 2.6.16.60-0.25-default
up 12:49, 1 user, load average: 0.70, 0.50, 0.99
GPU GeForce Go 6600 TE/6200 TE Version: 173.14.09
I know it was installed by default in 10.3, but no sign of it in 11. I tried to run sensors-detect this morning to set them up. That’s when I noticed they weren’t there. That’s when I thought it may have been wrapped up inside another package, but no luck finding it. Weird.
fastback:/home/shawnr # zypper search -s -i sensors
Reading installed packages...
S | Name | Type | Version | Arch | Repository
--+-------------+---------+-------------+------+------------------
i | libsensors3 | package | 2.10.6-19.1 | i586 | openSUSE-11.0-Oss
i | libsensors3 | package | 2.10.6-19.1 | i586 | openSUSE-DVD 11.0
fastback:/home/shawnr # sensors-detect
bash: sensors-detect: command not found
fastback:/home/shawnr # chkconfig lm_sensors on
lm_sensors: unknown service
Hi
Try;
zypper in sensors
–
Cheers Malcolm °¿° (Linux Counter #276890)
SLED 10 SP2 i586 Kernel 2.6.16.60-0.25-default
up 13:12, 1 user, load average: 0.84, 0.43, 0.43
GPU GeForce Go 6600 TE/6200 TE Version: 173.14.09
That done it! I come from a Debian based background, and the packages are a little different in Opensuse. There is a slight learning curve:) Thank you.
I’ve the same problem, i tried the installation but it says that the package is already installed, this is the output:
hawake@RisingStar:~> su -c "zypper in sensors"
Password:
Downloading repository '20080914-221437' metadata [done]
Building repository '20080914-221437' cache [done]
Reading installed packages...
'sensors' is already installed.
Nothing to do.
hawake@RisingStar:~> sensors-detect
bash: sensors-detect: command not found
hawake@RisingStar:~>
What can i do?
Thanks in advance,
Bye
hawake
Hi
You need to be root user, try;
sudo /usr/sbin/sensors-detect
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.16-0.1-default
up 3 days 23:18, 5 users, load average: 0.47, 0.69, 0.66
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12
Ok. So, what app do you use to read/report the sensor output?
Hi
From the cli run the command sensors. I use gkrellm, with gkrelltop and
gkx86info plugins along with hddtemp, it also integrates with Nvidia
for temp monitoring.
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.16-0.1-default
up 4 days 2:31, 1 user, load average: 0.02, 0.10, 0.19
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12
If you are using KDE, you might find kima (applet) useful for such purposes.
I add the sensors into a superkaramba system status display script, and also on a ksysguard worksheet.
I cant view my sensors anymore, somewhere on the text boot screen, it says something like “starting sensors failed” on red letters, i was able to view them before using some xfce tool
just got them working, somehow, “sensors” package got installed and “lm_sensors” was uninstalled.