[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, respectively) cannot find their data anymore and Conky
crashes. Possibly this happens because some modules change their load
order. While I haven't found how this can be influenced, this issue can
be resolved by changing sensor. Conky has got 'i2c' and 'platform'
variables for the monitoring purposes in addition to 'hwmon'. Platform
devices are also symlinks, but they have more distinctive names. I
changed my variables to ${platform it87.552 fan 1} and ${platform
it87.552 temp 2} and this fixed the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/435571

Title:
  Conky looks in the wrong sysfs dir for hwmon temperature info

To manage notifications about this bug go to:
https://bugs.launchpad.net/conky/+bug/435571/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 my system every day), hwmon 0 and hwmon 1 
swap places and cputemp shows systemtemp and vice versa, fanspeed remains 
blank.  If change hwmon 0 to hwmon 1 it works for some time and randomly on 
some reboot they again interchange.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/435571

Title:
  Conky looks in the wrong sysfs dir for hwmon temperature info

To manage notifications about this bug go to:
https://bugs.launchpad.net/conky/+bug/435571/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 (invalid Window parameter)
  Major opcode of failed request:  61 (X_ClearArea)
  Resource id in failed request:  0x0
  Serial number of failed request:  49
  Current serial number in output stream:  51

but if I change that line to:

CPU Temp: ${hwmon 0 temp 1}°Cr

then conky will work just fine... until I restart my system. Then it
will stop working once again with the same error except now it complains
of not finding the  '/sys/class/hwmon/hwmon1/temp0_input' folder, so I
have to go and change the line back (ie: change the '0' to a '1') to
make it work again. This works until I restart the system in a never-
ending loop.

I have both '/sys/class/hwmon/hwmon1/' AND '/sys/class/hwmon/hwmon0/'
folders so I think this might be causing some confusion to conky.

Could this be related to this bug or is this an issue with my system?
Any ideas how I could fix this? Cheers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/435571

Title:
  Conky looks in the wrong sysfs dir for hwmon temperature info

To manage notifications about this bug go to:
https://bugs.launchpad.net/conky/+bug/435571/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/435571

Title:
  Conky looks in the wrong sysfs dir for hwmon temperature info

To manage notifications about this bug go to:
https://bugs.launchpad.net/conky/+bug/435571/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

x...@x-desktop:~$ ls -L /sys/class/hwmon/hwmon1/*
ls: cannot access /sys/class/hwmon/hwmon1/*: No such file or directory

Hwmon variable in my conky was working fine before i upgraded my jaunty
to karmic.

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 norse...@ubuntu.com

x...@x-desktop:~$ uname -a
Linux x-desktop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 
i686 GNU/Linux

Conky: can't open '/sys/class/hwmon/hwmon1/temp3_input': No such file or 
directory
please check your device or remove this var from Conky
Conky: X Error: type 0 Display 82e1788 XID 0 serial 41 error_code 3 
request_code 61 minor_code 0 other Display: 82e1788

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
  are taken into account. This should also be compatible with older
  kernels.

 -- Cesare Tirabassi norse...@ubuntu.com   Thu, 15 Oct 2009 18:37:15
+0200

** Changed in: conky (Ubuntu)
   Status: Incomplete = Fix Released

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 norse...@ubuntu.com

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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  hwmon0/in0_input  hwmon0/in2_input  hwmon0/name
hwmon0/fan1_label  hwmon0/in0_label  hwmon0/in2_label  hwmon0/temp1_crit
hwmon0/fan1_maxhwmon0/in0_maxhwmon0/in2_maxhwmon0/temp1_input
hwmon0/fan1_minhwmon0/in0_minhwmon0/in2_minhwmon0/temp1_label
hwmon0/fan2_input  hwmon0/in1_input  hwmon0/in3_input  hwmon0/temp1_max
hwmon0/fan2_label  hwmon0/in1_label  hwmon0/in3_label  hwmon0/uevent
hwmon0/fan2_maxhwmon0/in1_maxhwmon0/in3_maxhwmon1/uevent
hwmon0/fan2_minhwmon0/in1_minhwmon0/in3_minhwmon2/uevent

hwmon0/device:
driver  hid  hwmon  modalias  path  power  subsystem  uevent

hwmon0/power:
wakeup

hwmon0/subsystem:
hwmon0  hwmon1  hwmon2

hwmon1/device:
driver  modalias  power  temp1_crittemp1_input  temp1_max
hwmon   name  subsystem  temp1_crit_alarm  temp1_label  uevent

hwmon1/power:
wakeup

hwmon1/subsystem:
hwmon0  hwmon1  hwmon2

hwmon2/device:
driver  modalias  power  temp1_crittemp1_input  temp1_max
hwmon   name  subsystem  temp1_crit_alarm  temp1_label  uevent

hwmon2/power:
wakeup

hwmon2/subsystem:
hwmon0  hwmon1  hwmon2
ctr...@jupiter:/sys/class/hwmon$ 


Thanks Cesare,

Ricardo

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
name  power  subsystem  temp1_crit  temp1_input  uevent

/sys/class/hwmon/hwmon1:
device  power  subsystem  uevent

/sys/class/hwmon/hwmon2:
device  power  subsystem  uevent


u...@machine:~$ ls -L /sys/class/hwmon/hwmon1/*
/sys/class/hwmon/hwmon1/uevent

/sys/class/hwmon/hwmon1/device:
driver  modalias  power  temp1_crittemp1_input  temp1_max
hwmon   name  subsystem  temp1_crit_alarm  temp1_label  uevent

/sys/class/hwmon/hwmon1/power:
wakeup

/sys/class/hwmon/hwmon1/subsystem:
hwmon0  hwmon1  hwmon2


u...@machine:~$ ls -L /sys/class/hwmon/hwmon2/*
/sys/class/hwmon/hwmon2/uevent

/sys/class/hwmon/hwmon2/device:
driver  modalias  power  temp1_crittemp1_input  temp1_max
hwmon   name  subsystem  temp1_crit_alarm  temp1_label  uevent

/sys/class/hwmon/hwmon2/power:
wakeup

/sys/class/hwmon/hwmon2/subsystem:
hwmon0  hwmon1  hwmon2


u...@machine:~$ 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  hwmon1  hwmon2

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 in hwmonX/device

Case 1 is covered by conky, either patched or unpatched
Case 2 would cause the unpatched conky to fail
Case 3 would cause the patched conky to fail

I can prepare a patch that covers all these cases but I can't guarantee
that this will go in before karmic is released.

** Changed in: conky (Ubuntu)
   Status: Fix Released = In Progress

** Changed in: conky (Ubuntu)
 Assignee: (unassigned) = Cesare Tirabassi (norsetto)

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 = Incomplete

** Changed in: conky (Ubuntu)
 Assignee: Cesare Tirabassi (norsetto) = (unassigned)

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 from Conky
Conky: X Error: type 0 Display a07d7e0 XID 0 serial 25 error_code 3 
request_code 61 minor_code 0 other Display: a07d7e0

Aborted (core dumped)

  Installed: 1.7.2-0ubuntu2
  Candidate: 1.7.2-0ubuntu2

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 top flavour is not running
  commit 75ce3b259be20f4a304fbf90d7c5f55871c872da
- add debian/patches/fix_hwmon_for_2.6.31.patch (LP: #435571):
  horrible hack to make hwmon works with kernel 2.6.31 also when
  /sys/class/hwmon/hwmon0/device erroneously exists
- package is now maintained in bzr/launchpad
  https://code.launchpad.net/~norsetto/+junk/conky:
  + add Vcs-* fields to debian/control
- add --disable-static flag to conky-all instead of building and
  then manually removing the static library
- make conky-all with --enable-nvidia only on i386 and amd64
  arches (fix FTBFS for all other arches)
- change naming scheme to ease transitions, conky is now a transitional
  package that installs conky-all. Standard conky is now named conky-std

 -- Cesare Tirabassi norse...@ubuntu.com   Sat, 26 Sep 2009 15:12:38
+0200

** Changed in: conky (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 specified or 
specified as * but all seems OK.

Thanks.

ctr...@jupiter:~$ apt-cache policy conky-all
conky-all:
  Installed: 1.7.2-0ubuntu2~karmic3
  Candidate: 1.7.2-0ubuntu2~karmic3
  Version table:
 *** 1.7.2-0ubuntu2~karmic3 0
500 http://ppa.launchpad.net karmic/main Packages
100 /var/lib/dpkg/status
 1.7.2-0ubuntu1 0
500 http://pt.archive.ubuntu.com karmic/universe Packages

ctr...@jupiter:~$ uname -a
Linux jupiter 2.6.31-11-generic #36-Ubuntu SMP Fri Sep 25 06:37:51 UTC 2009 
i686 GNU/Linux

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 
impression that that is wrong, and would be a bug in the kernel for your 
particular chipset implementation.

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/hwmon0/fan1_input  /sys/class/hwmon/hwmon0/in1_min
/sys/class/hwmon/hwmon0/fan1_label  /sys/class/hwmon/hwmon0/in2_input
/sys/class/hwmon/hwmon0/fan1_max/sys/class/hwmon/hwmon0/in2_label
/sys/class/hwmon/hwmon0/fan1_min/sys/class/hwmon/hwmon0/in2_max
/sys/class/hwmon/hwmon0/fan2_input  /sys/class/hwmon/hwmon0/in2_min
/sys/class/hwmon/hwmon0/fan2_label  /sys/class/hwmon/hwmon0/in3_input
/sys/class/hwmon/hwmon0/fan2_max/sys/class/hwmon/hwmon0/in3_label
/sys/class/hwmon/hwmon0/fan2_min/sys/class/hwmon/hwmon0/in3_max
/sys/class/hwmon/hwmon0/in0_input   /sys/class/hwmon/hwmon0/in3_min
/sys/class/hwmon/hwmon0/in0_label   /sys/class/hwmon/hwmon0/name
/sys/class/hwmon/hwmon0/in0_max /sys/class/hwmon/hwmon0/temp1_crit
/sys/class/hwmon/hwmon0/in0_min /sys/class/hwmon/hwmon0/temp1_input
/sys/class/hwmon/hwmon0/in1_input   /sys/class/hwmon/hwmon0/temp1_label
/sys/class/hwmon/hwmon0/in1_label   /sys/class/hwmon/hwmon0/temp1_max
/sys/class/hwmon/hwmon0/in1_max /sys/class/hwmon/hwmon0/uevent

/sys/class/hwmon/hwmon0/device:
driver  hid  hwmon  modalias  path  power  subsystem  uevent

/sys/class/hwmon/hwmon0/power:
wakeup

/sys/class/hwmon/hwmon0/subsystem:
hwmon0  hwmon1  hwmon2

ctr...@jupiter:~$ uname -a
Linux jupiter 2.6.31-10-generic #35-Ubuntu SMP Tue Sep 22 17:33:42 UTC 2009 
i686 GNU/Linux

ctr...@jupiter:~$ cat /sys/class/hwmon/hwmon0/name 
atk0110

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 horrible hack that should work for karmic (hopefully 
it doesn't break anything else). Can you check it out? The package is available 
in my ppa:

https://launchpad.net/%7Enorsetto/%2Barchive

If you do that please check if it still works for vol too, not just temp, and 
also if the device is not specified or specified as *.
(I can't test myself as my VM stopped working after the latest karmic upgrade).

PS. If in the future you open a bug also upstream, can you please link
it to the launchpad one?

** Bug watch added: SourceForge.net Tracker #2865628
   http://sourceforge.net/support/tracker.php?aid=2865628

** Also affects: conky via
   http://sourceforge.net/support/tracker.php?aid=2865628
   Importance: Unknown
   Status: Unknown

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs