Re: sensors command now hangs [update 2]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 02/17/2014 04:43 PM, David Anderson wrote:
Not using Noveau driver at all here.
         lsmod |grep nov
shows nothing.  I just thought it was interesting that someone
else had a hanging sensors command.

Hi David,

That grep wont help much, as it is nouveau (with an added u),
not noveau.

On 02/17/2014 03:17 PM, Guenter Roeck wrote:

I think I already asked this - in your original e-mail,
you mentioned that the sensors command 'now hangs', and that
only started happening some time ago. What did you change -
if anything - in your system before this started to happen ?

The only change I can think of
was to move from Ubuntu 13.04 to
Ubuntu 13.10.

Right now I have no idea what may be different. 13.4 is the 3.8 kernel
if I remember correctly, and 13.10 should be 3.11. I did a quick diff
in the relevant drivers but did not see anything that might cause
the problem.

To find out what exactly is hanging, you might try something like

cd /sys/class/hwmon
for d in *
do
(echo $d:
cd $d
if [ ! -f name ]
then
cd device
fi
ls
grep . *
)
done

The last line of output should show the attribute causing the hang,
or rather the one accessed before it.

Guenter


_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors




[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux