Comment 12 for bug 270123

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Thanks for that. The information is slightly more difficult to interpret than I first thought though. If you find some time, it would be good for you to collect some coherent data from /proc/acpi and sysfs for various different conditions (AC adapter present/not present battery full/discharging etc), so we can compare the two. You can do this with the following:

cp -r /proc/acpi /tmp
cp -r /sys/devices/LNXSYSTM:00/device:00 /tmp
tar -cvjf ~/acpi.tar.bz /tmp/acpi
tar -cvjf ~/sysfs.tar.bz /tmp/device:00

For each set of data, could you describe what the conditions are.

Would you mind also attaching the other bits of information requested in https://wiki.ubuntu.com/DebuggingACPI too (in particular, dmesg after fresh boot, and output of lspci -vvnn)

Thanks :)