Wakeup timer doesn't work on HP Compaq
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
Low
|
Marc Tardif | ||
checkbox (Ubuntu) |
Fix Released
|
Low
|
Marc Tardif | ||
Lucid |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The impact of this bug is that the suspend_test script might return false positives on some systems because of the way wakealarm might be supported. This fix provides a clean way to support wakealarm in all situations, assuming wakealarm is supported at all.
As requested on ubuntu-
* My laptop is a HP Compaq 6710b
* In #307090 it's suggested to boot with "hpet=disable", which makes no difference in my case.
* It looks like http://
* See https:/
pet@workmate:~$ uname -a
Linux workmate 2.6.28-9-generic #31-Ubuntu SMP Wed Mar 11 15:43:49 UTC 2009 x86_64 GNU/Linux
pet@workmate:~$ sudo sh -c 'echo 0 > /sys/class/
pet@workmate:~$ sudo sh -c 'echo `date "+%s" -d "+ 5 minutes"` > /sys/class/
pet@workmate:~$ cat /proc/driver/rtc
rtc_time : 18:12:16
rtc_date : 2009-03-27
alrm_time : 18:17:06
alrm_date : ****-**-27
alarm_IRQ : no
alrm_pending : no
24hr : yes
periodic_IRQ : no
update_IRQ : no
HPET_emulated : no
DST_enable : no
periodic_freq : 1024
batt_status : okay
[1] https:/
Related branches
- Andy Whitcroft: Pending requested
-
Diff: 29 lines (+3/-3)2 files modifieddebian/changelog (+1/-0)
scripts/suspend_test (+2/-3)
- Mathias Gug: Needs Fixing
-
Diff: 822 lines (+253/-247)20 files modifiedbackend (+12/-3)
checkbox/job.py (+1/-1)
checkbox/resource.py (+3/-2)
checkbox/user_interface.py (+7/-2)
debian/changelog (+17/-0)
debian/control (+1/-0)
jobs/disk.txt.in (+1/-2)
jobs/local.txt.in (+1/-1)
jobs/resource.txt.in (+1/-0)
plugins/backend_info.py (+15/-17)
plugins/begin_prompt.py (+33/-0)
plugins/launchpad_exchange.py (+2/-1)
plugins/persist_info.py (+2/-2)
po/checkbox.pot (+10/-10)
scripts/ansi_parser (+2/-1)
scripts/device_list (+0/-168)
scripts/disk_test (+0/-33)
scripts/run_templates (+142/-0)
scripts/suspend_test (+2/-3)
scripts/udev_resource (+1/-1)
- Stéphane Graber: Approve
-
Diff: 807 lines (+250/-246)19 files modifiedbackend (+12/-3)
checkbox/job.py (+1/-1)
checkbox/resource.py (+3/-2)
checkbox/user_interface.py (+7/-2)
debian/changelog (+16/-0)
debian/control (+1/-0)
jobs/disk.txt.in (+1/-2)
jobs/local.txt.in (+1/-1)
jobs/resource.txt.in (+1/-0)
plugins/backend_info.py (+15/-17)
plugins/begin_prompt.py (+33/-0)
plugins/launchpad_exchange.py (+2/-1)
plugins/persist_info.py (+2/-2)
po/checkbox.pot (+10/-10)
scripts/device_list (+0/-168)
scripts/disk_test (+0/-33)
scripts/run_templates (+142/-0)
scripts/suspend_test (+2/-3)
scripts/udev_resource (+1/-1)
description: | updated |
affects: | ubuntu → checkbox (Ubuntu) |
Changed in checkbox: | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in checkbox (Ubuntu): | |
assignee: | nobody → Marc Tardif (cr3) |
Changed in checkbox: | |
assignee: | nobody → Marc Tardif (cr3) |
status: | Confirmed → In Progress |
Changed in checkbox (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in checkbox (Ubuntu): | |
importance: | Undecided → Low |
Changed in checkbox: | |
status: | In Progress → Fix Released |
Changed in checkbox (Ubuntu Lucid): | |
status: | New → In Progress |
milestone: | none → lucid-updates |
description: | updated |
Same here with a HP Compaq 6530b
Everything worked, except the wakeup