From Fedora Project Wiki

Line 313: Line 313:
| [[User:jskarvad|Jaroslav Škarvada]]
| [[User:jskarvad|Jaroslav Škarvada]]
| [http://www.smolts.org/client/show/pub_e03a1708-2c9a-4e78-a144-0f7885738116 EeePC Asus 1000H] <ref>Reported AVC {{bz|742325}}</ref>
| [http://www.smolts.org/client/show/pub_e03a1708-2c9a-4e78-a144-0f7885738116 EeePC Asus 1000H] <ref>Reported AVC {{bz|742325}}</ref>
| {{result|inprogress}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}} [http://fedoraproject.org/w/uploads/d/d8/Pm-test-day-20110324-pub_ed817567-e067-4ec0-acc4-4e20ea57fec6.txt bugreport]
| {{result|pass}} [http://fedoraproject.org/w/uploads/d/d8/Pm-test-day-20110324-pub_ed817567-e067-4ec0-acc4-4e20ea57fec6.txt bugreport]
Line 319: Line 319:
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
|
|
| <references/>
|-
| [[User:jskarvad|Jaroslav Škarvada]]
| [http://www.smolts.org/client/show/pub_038f190d-f297-4197-b3b9-889d97e0020d Gigabyte M56S-S3]
| {{result|inprogress}}
| {{result|inprogress}}
| {{result|pass}} [http://fedoraproject.org/w/uploads/6/69/Pm-test-day-20110324-pub_e3c8ed4c-a152-4466-8d49-4d28f68cc30d.txt bugreport]
|
|
|
| {{result|pass}}
| {{result|pass}}
|  
|  

Revision as of 19:00, 29 September 2011

Fedora Test Days
Echo-testing-48px.png
Power Management

Date 2011-09-29
Time all day

Website QA/Fedora_16_test_days
IRC #fedora-test-day (webirc)
Mailing list test


Note.png
Can't make the date?
If you come to this page after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find at Bugzilla, and add your results to the results section. If this page is more than a month old when you arrive here, please check the current schedule and see if a similar but more recent Test Day is planned or has already happened.

What to test?

Today's instalment of Fedora Test Day will focus on Power Management

Who's available

The following cast of characters will be available for testing, workarounds, bug fixes, and general discussion ...

Note: jskarvad will be available at least from 10:00 - 22:00 (UTC+2) on #fedora-test-day, #fedora-power, #fedora-devel, otherwise he will be on e-mail with non guaranteed response time.

Prerequisite for Test Day

  • PM Test Day LiveCD (md5sum: f470deed996574ab101d75b9eb5bf5c7) or an updated Fedora 16 pre-release or you may get nightly composed LiveCD.
  • Your hardware profile uploaded to Smolt according to these instructions
  • Optional: account on fedoraproject.org if you plan to upload the pm-utils bugreport file. If you do not have one and you do not plan to get it, you can still attend the test day - there are instructions in the appropriate test case(s) bellow how to handle such situation.

Typing convetions

In the following text commands that needs to be run as root are prefixed by #, e.g.:

# id

means to run id command under the root account. Commands prefixed by $ do not need to be run under the root account.

How to test?

It is focused especially on suspend, hibernate, power-consumption, LCD brightness control, tuned profiles. Some test cases are only for laptop users and it is signalled in test case description field. If you do not have laptop just skip them. You can also skip other test cases (e.g. if you do not have enough time). In this case just leave the columns for skipped test cases blank. Please note that your report will be still valuable even if you do not finish all test cases. The procedure:

  • Run test cases bellow.
  • Report results to the result table.

Prepare your system

Note.png
If you are using our PM Test Day LiveCD, please skip the following steps, because everything is already prepared for you.
  1. Install the public key (in case you would like to verify the PM Test Day support package, otherwise you can skip this step because the public key will be installed automatically with the PM Test Day support package in the next step):
    # rpm --import http://jskarvad.fedorapeople.org/RPM-GPG-KEY-pm-test-day
  2. Install the PM Test Day support package by:
    # yum install http://jskarvad.fedorapeople.org/pm-test-day-repo/pm-test-day-2-1.fc16.noarch.rpm
    • This procedure will also install the public key which will be then used for verification of packages from the PM Test Day repo.

Finally make sure you have all current updates (and temporal fixes) installed by:

# yum update

Test Cases

Testcase Description Target Approx. time required
pm-suspend Tests suspend / resume via pm-utils. All 2 minutes
pm-hibernate Tests hibernate / resume via pm-utils. All 5 minutes
pm-bugreport Tests pm-utils bug-reporting functionality. All 2 minutes
pm-powersave Tests detection of AC / battery (upower functionality) and pm-powersave reactions to power source changes (pm-utils). Laptops only 2 minutes
Lid close Tests system reaction to lid close. Laptops only 2 minutes
Backlight control Tests LCD backlight control. Laptops only 1 minute
Tuned basic Tests tuned-adm (tuned) basic functionality. All 5 minutes
Tuned disabled idle Measures power consumption of machine in active idle with tuned disabled. Laptops only 15 minutes
Tuned powersave idle Measures power consumption of machine in active idle with tuned laptop-battery-powersave profile. Laptops only 15 minutes

Known Bugs / Workarounds

The following are the known bugs and workarounds. You do not need to report them, because the problems are known and most fixes are already in updates-testing repo.

  • upower < 0.9.13-1 has unresolved symbol (g_unix_signal_add_watch_full) due to glib API change and doesn't start which cause fail of the pm-powersave test case. Upgrade to upower-0.9.13-1 (from pm-test-day repo) or newer by:
    # yum update upower
    Then logout/login or start upower by hand:
    # /usr/libexec/upowerd
    If you are using the latest LiveCD / USB (20110928 or newer) this workaround have been already installed for you.
  • If the OSD in test case pm-powersave is not shown, patch the pmtd-osd by following command:
    # echo 'echo "$STR" >> /tmp/pmtd-osd.log' >> /usr/bin/pmtd-osd
    and than read the OSD messages from /tmp/pmtd-osd.log
  • If your system doesn't have /proc/acpi/battery/BAT0 directory but has there other sub-directory (e.g. BAT1) and you are going to run the Tuned disabled idle, Tuned powersave idle test cases, you will need to update your pm-test-day package to version 2.1-1 or newer by:
    yum update pm-test-day
    If you cannot see the pm-test-day update, try to clear your yum caches by:
    yum clean all

Test Results

If you have problems with any of the tests, report a bug to Bugzilla usually for the component pm-utils, or tuned. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. Once you have completed the tests, add your results to the Results table below, following the example results from the first line as a template. The first column should be your name with a link to your User page in the Wiki if you have one, and the second should be a link to the Smolt profile of the system you tested. For each test case, use the result template to enter your result, as shown in the example result line. bugreport.txt will be generated by test case pm-bugreport, instructions for uploading are included in this test case. The bugreport.txt gives us valuable information about your HW / SW configuration and debug log of your last suspend / hibernate process.

User Smolt
Profile
pm-suspend pm-hibernate pm-bugreport pm-powersave Lid close Backlight control Tuned basic Tuned disabled idle Tuned powersave idle References
Sample User Sample Machine
Fail fail
[1]
Pass pass
Warning warn
[2] bugreport
Pass pass
Warning warn
Pass pass
Pass pass
E:4800 mWh E:4710 mWh
  1. RHBZ #54321
  2. Got report but also encountered RHBZ #54320
Jaroslav Škarvada Lenovo T500
Warning warn
[1]
Pass pass
Pass pass
bugreport
Pass pass
Pass pass
Pass pass
Pass pass
E:4330 mWh E:3920 mWh
  1. Test passed, but I encountered RHBZ #742061 that was related to wlan. I had to install abrt-cli in order to report it, because the abrt-gui didn't handle it. All comments about it will be handled to abrt guys.
Paolo Bonzini Lenovo T500, wireless off
Pass pass
none
none
Pass pass
Warning warn
[1]
Pass pass
Pass pass
E:5240 mWh E:4870 mWh
  1. My system doesn't suspend with docking station because GNOME3 is brain-damaged. RHBZ #719679, with patch here. Since this wastes power, I'm reporting it here for powersaving test day even though it is because "the designers wanted this behavior".
Jan Kaluza HP Pavilion dv6, wireless off
Fail fail
[1]
none
[2]
Pass pass
Fail fail
[3]
none
Fail fail
[4]
Pass pass
E:960 mAh E:960 mAh
  1. Suspended, but didn't wake up.
  2. No swap partition
  3. Gnome detected it properly, but upowerd does not. Killing upowerd and running it again on foreground helped and fixed the issue.
  4. This never worked for me without proprietary drivers.
Branislav Nater Lenovo ThinkPad X201
Pass pass
none
[1]
Pass pass
bugreport
Warning warn
[2]
Pass pass
Pass pass
Pass pass
E: 3820 mWh E: 3380 mWh
  1. no swap partition
  2. OSD is not shown, but messages in /tmp/pmtd-osd.log are correct
Honza Horak Lenovo ThinkPad T510
Pass pass
Fail fail
[1]
Pass pass
bugreport
Pass pass
Fail fail
[2]
Pass pass
Pass pass
none
none
  1. Didn't hibernate, but a message AC POWER printed instead of it (like AC cable plugged in, but I didn't do anything with the cable). Run from LiveUSB.
  2. Laptop back-light turned off when closed, but not suspended.
Jan Vcelak Dell E6510
Pass pass
Fail fail
[1]
Pass pass
bugreport
Pass pass
Warning warn
[2]
Pass pass
Pass pass
E:891 mAh E:835 mAh
  1. Didn't hibernate with LiveUSB. Didn't wake up from hibernation with LiveCD (black screen, CapsLock blinking).
  2. Didn't suspend when the lid was closed. But it works after reboot Before the reboot, PM features of the desktop were kind of missing. The battery icon was not there, no brightness control in "gnome-control-center power". This happens to me from time to time on regular basis, maybe some problem with ACPI. But I cannot reliably reproduce.
Petr Schindler Asus M51Kr
Pass pass
Warning warn
[1]
Pass pass
bugreport
Pass pass
Pass pass
Pass pass
Pass pass
E:8448 mWh E:8371 mWh
  1. Computer hibernated and resumed correctly, but net stoped working RHBZ #742061
Antonio Trande Acer Aspire 6930G
Pass pass
Pass pass
Pass pass
bugreport
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
E:596 mAh
Pass pass
E:616 mAh
Juraj Marko lenovo ThinkPad T400
Pass pass
Pass pass
[1]
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
E:5330 mWh
Pass pass
E:4680 mWh
  1. I was testing with docking station and dual monitor
Jan Scotka KVM virtual machine
Fail fail
[1]
Fail fail
[2]
Pass pass
none
none
none
Fail fail
[3]
none
none
  1. cat /sys/power/state shows only disk
  2. (upowerd:5277): UPower-WARNING **: Failed to acquire org.freedesktop.UPower (upowerd:5277): UPower-WARNING **: Could not acquire name; bailing out, not working
  3. Some profile caused, that mouse was disabled and not working, tested with: for foo in tuned-adm list 2>&1 |egrep "^- " |sed "s/- //"; do tuned-adm profile $foo; sleep 1; tuned-adm active; done, after investigation I found that spindown-disc caused the problem with mouse
Jiri Eischmann Lenovo ThinkPad T400s
Pass pass
Fail fail
[1]
Pass pass
bugreport
Pass pass
Pass pass
Pass pass
Pass pass
E:3420 mWh
  1. Hibernation works, but after resume it reboots.
Václav Jansa HP EliteBook 8460p
Pass pass
Fail fail
[1]
Pass pass
bugreport
Pass pass
Fail fail
[2]
Fail fail
[3]
Warning warn
[4]
E:553 mAh E:543 mAh
  1. Hibernate works ok, but in resume process ocurred force reboot.
  2. No reaction. System kept running, backlight on/off works.
  3. Gnome displays proper brightnes indicator, and react to key pressing. The brightnes level has remaind unchanged.
  4. Tuned process left runing.
Jaroslav Škarvada EeePC Asus 1000H [1]
Pass pass
Pass pass
Pass pass
bugreport
Pass pass
Pass pass
Pass pass
Pass pass
  1. Reported AVC RHBZ #742325
Jaroslav Škarvada Gigabyte M56S-S3
Inprogress inprogress
Inprogress inprogress
Pass pass
bugreport
Pass pass
User Smolt
Profile
pm-suspend pm-hibernate pm-bugreport pm-powersave Lid close Backlight control Tuned basic Tuned disabled idle Tuned powersave idle References