[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2016-07-12 Thread Oleg Moiseichuk
Same problem here. I'm using Ubuntu 12.04 and Conky 1.8.1. I've got 3 hwmon entries in '/sys/class/hwmon': 0, 1, 2 for k10temp, it8720 and nouveau, respectively. After several boots 'hwmon0' and 'hwmon1' swap their places and ${hwmon 1 fan 1} and ${hwmon 1 temp 2} (for CPU fan and temperature, resp

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2014-08-05 Thread Srinivas Murthy
Using Xubuntu 14.04, Conky. I use CPU: ${color1}${hwmon 1 temp 1}°C ${color0}${goto 90}MB: ${color1}${hwmon 0 temp 1}°C ${alignr} ${color0}Fan: ${color1}${hwmon 0 fan 1} ${color0}RPM to show cpu temp, system temp and fanspeed respectively. But every once in a while after rebooting (I shut down

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2012-08-05 Thread miegiel
@Gabriel, I'll be sending you a mail about what's going on ;) @Everyone, this bug has been fixed! Though it might reappear, it is most likely you have found a new bug or something else is going wrong. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2012-08-05 Thread Gabriel_P
I'm having a very similar issue. If I use the line: CPU Temp: ${hwmon 1 temp 1}°Cr conky will fail with the message: Conky: can't open '/sys/class/hwmon/hwmon1/temp1_input': No such file or directory please check your device or remove this var from Conky X Error of failed request: BadWindow (i

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-19 Thread Cesare Tirabassi
Well, that's certainly not conky' s fault. You may want to check with the kernel guys (open a different bug if necessary, just don' t pollute this one). -- Conky looks in the wrong sysfs dir for hwmon temperature info https://bugs.launchpad.net/bugs/435571 You received this bug notification becau

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-19 Thread Mytonn
${alignr}${hwmon 1 temp 3} x...@x-desktop:~$ ls -L /sys/class/hwmon/hwmon0/* /sys/class/hwmon/hwmon0/name/sys/class/hwmon/hwmon0/temp1_input /sys/class/hwmon/hwmon0/temp1_crit /sys/class/hwmon/hwmon0/uevent /sys/class/hwmon/hwmon0/power: wakeup /sys/class/hwmon/hwmon0/subsystem: hwmon0

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-18 Thread Cesare Tirabassi
And what is the content (recursively) of your /sys/class/hwmon and the hwmon variable in your .conkyrc? -- Conky looks in the wrong sysfs dir for hwmon temperature info https://bugs.launchpad.net/bugs/435571 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-18 Thread Mytonn
x...@x-desktop:~$ sudo aptitude show conky-all Package: conky-all New: yes State: installed Automatically installed: no Version: 1.7.2-0ubuntu4 Priority: optional Section: universe/utils Maintainer: Cesare Tirabassi x...@x-desktop:~$ uname -a Linux x-desktop 2.6.31-14-generic #48-Ubuntu SMP Fri O

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package conky - 1.7.2-0ubuntu4 --- conky (1.7.2-0ubuntu4) karmic; urgency=low * Bug-fix only release: - modify debian/patches/fix_hwmon_for_2.6.31.patch (LP: #435571): modify the patch so that all possible cases for the hwmon data location a

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-16 Thread Ricardo Teixeira
And, just checked, it also works with hwmon 1 and hwmon 2 (CPU Core Temp). So for me it works when the info is in /sys/class/hwmon/hwmon0 and when the info is in /sys/class/hwmon/hwmon1/device. Here is the listing of my hwmon dir ctr...@jupiter:/sys/class/hwmon$ ls */* hwmon0/fan1_input hwmon

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-16 Thread Ricardo Teixeira
Yup. Just checked with 1.7.2-0ubuntu4~karmic1 and everything is still the same: OK. ctr...@jupiter:~$ sudo aptitude show conky-all Package: conky-all State: installed Automatically installed: no Version: 1.7.2-0ubuntu4~karmic1 Priority: optional Section: utils Maintainer: Cesare Tirabassi -- Co

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-16 Thread Cesare Tirabassi
Ricardo, can you please check that things are still ok with you with the latest version from my ppa? -- Conky looks in the wrong sysfs dir for hwmon temperature info https://bugs.launchpad.net/bugs/435571 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-15 Thread miegiel
I just installed conky_1.7.2-0ubuntu4~karmic1_i386.deb and conky- all_1.7.2-0ubuntu4~karmic1_i386.deb from https://launchpad.net/~norsetto/+archive/ppa/+packages and it's working. Thanks : ) -- Conky looks in the wrong sysfs dir for hwmon temperature info https://bugs.launchpad.net/bugs/435571 Y

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-15 Thread Cesare Tirabassi
I've got a new package (1.7.2-0ubuntu4~karmic1) up for testing in my ppa (https://launchpad.net/%7Enorsetto/%2Barchive), it should cover all cases reported here. Can you please test once the binaries are available and report here? ** Changed in: conky (Ubuntu) Status: In Progress => Incompl

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-15 Thread miegiel
I belive it's case 3. I just did 'cat /sys/class/hwmon/hwmon1/device/temp1_input' a couple of times. Idle it returns 32000 or 33000, while doing a virus scan it goes up to 4 or 41000. -- Conky looks in the wrong sysfs dir for hwmon temperature info https://bugs.launchpad.net/bugs/435571 You r

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-15 Thread Cesare Tirabassi
So, forgetting what the documentation says, looks like as we have 3 possible cases: 1. hwmonX contains directly the sensors data; hwmonX/device doesn't exist 2. hwmonX contains directly the sensors data; hwmonX/device exists but is irrelevant 3. hwmonX doesn't contain the sensors data, they are i

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-15 Thread miegiel
In case its relevant, it's the 'coretemp' sensor and it only shows the temperatures of core 1 and core 2 of my CPU. u...@machine:~$ uname -a Linux grass 2.6.31-14-generic #46-Ubuntu SMP Tue Oct 13 16:47:59 UTC 2009 i686 GNU/Linux u...@machine:~$ ls -L /sys/class/hwmon/* /sys/class/hwmon/hwmon0:

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-15 Thread Cesare Tirabassi
Can you show me what is the content (recursively) of your /sys/class/hwmon, and please confirm that your kernel is 2.6.31? -- Conky looks in the wrong sysfs dir for hwmon temperature info https://bugs.launchpad.net/bugs/435571 You received this bug notification because you are a member of Ubuntu

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-14 Thread miegiel
${hwmon 2 temp 1} and ${hwmon 1 temp 1} still cause conky to crash for me (temps for core 1 and 2 of my cpu). ${hwmon 0 temp 1} does work though but it's not accurate. Conky: can't open '/sys/class/hwmon/hwmon1/temp1_input': No such file or directory please check your device or remove this var fr

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/conky -- Conky looks in the wrong sysfs dir for hwmon temperature info https://bugs.launchpad.net/bugs/435571 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-04 Thread Launchpad Bug Tracker
This bug was fixed in the package conky - 1.7.2-0ubuntu2 --- conky (1.7.2-0ubuntu2) karmic; urgency=low * Bug-fix only release: - add quilt support in debian/control and debian/rules - add debian/patches/fix_if_running.patch: fix if_running not working on linux when a

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-03 Thread Cesare Tirabassi
** Changed in: conky (Ubuntu) Status: Incomplete => Fix Committed -- Conky looks in the wrong sysfs dir for hwmon temperature info https://bugs.launchpad.net/bugs/435571 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-b

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-02 Thread Ricardo Teixeira
OK. I just checked with both ${hwmon temp 1} and ${hwmon * temp 1) and it works. -- Conky looks in the wrong sysfs dir for hwmon temperature info https://bugs.launchpad.net/bugs/435571 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-02 Thread Cesare Tirabassi
conky should also find the first device if the device is not specified, or is specified with a wildcard (the cararacter *). For instance as ${hwmon temp 1} or ${hwmon * temp 1). -- Conky looks in the wrong sysfs dir for hwmon temperature info https://bugs.launchpad.net/bugs/435571 You received t

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-02 Thread Ricardo Teixeira
Hi. I've just updated with the package from your ppa. I'm sorry for the delay. The package conky - 1.7.2-0ubuntu2~karmic3 in https://launchpad.net/%7Enorsetto/%2Barchive ppa solves my problem and still shows voltage and fan speed. I don't know what you mean by "(...) and also if the device is not

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-10-01 Thread Cesare Tirabassi
I need to have at least a couple of positive feedbacks on this (that it solves this problem and it doesn' t break anything else). I' m planning to upload a bug-fix release this week-end, that would be the deadline if you want this in karmic. -- Conky looks in the wrong sysfs dir for hwmon tempera

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-09-26 Thread Cesare Tirabassi
As you can see here: >/sys/class/hwmon/hwmon0/device: >driver hid hwmon modalias path power subsystem uevent in your case /sys/class/hwmon/hwmon0/device points to something. If I look at the kernel docs for 2.6.31 (http://www.mjmwired.net/kernel/Documentation/hwmon/sysfs-interface) I get the im

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-09-25 Thread Ricardo Teixeira
Another thing. I've been searching to see if I could remove the symlink device but I haven't found a way to do it. If it is a leftover from something it must have been done by the system itself. -- Conky looks in the wrong sysfs dir for hwmon temperature info https://bugs.launchpad.net/bugs/4355

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-09-25 Thread Ricardo Teixeira
I just upgraded to the latest kernel and for me the problem still exists. Later today or tomorrow I will try with the package in your ppa. And I apologize for not linking the upstream bug to this one. Here is some more data: ctr...@jupiter:~$ ls -L /sys/class/hwmon/hwmon0/* /sys/class/hwmon/hwmon

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-09-25 Thread Cesare Tirabassi
I just checked with the latest kernel (2.6.31-10) and I don' t see any problem like you described. I guess is just a problem on your particular machine (perhaps you still have an old symlink from a previous kernel). ** Changed in: conky (Ubuntu) Status: New => Incomplete -- Conky looks

[Bug 435571] Re: Conky looks in the wrong sysfs dir for hwmon temperature info

2009-09-24 Thread Cesare Tirabassi
There is already a check for /device which is eventually stripped out. The problem with the kernel 2.6.31 is that /sys/class/hwmon/hwmon0/device apparently still exists so that check fails. Waiting to find a proper solution upstream that maintains compatibility with older kernels, I made an horr