#9842 NORM 1.5-sof: Disabling WOL causes suspend to fail
Zarro Boogs per Child
bugtracker at laptop.org
Tue Dec 8 02:43:58 EST 2009
#9842: Disabling WOL causes suspend to fail
--------------------------+-------------------------------------------------
Reporter: dsaxena | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.5-software-final
Component: not assigned | Version: not specified
Keywords: | Next_action: never set
Verified: 0 | Deployment_affected:
Blockedby: | Blocking:
--------------------------+-------------------------------------------------
{{{
[root at xo-b7-a1-28 dev]# ethtool -s eth0 wol d
[root at xo-b7-a1-28 dev]# echo mem > /sys/power/state
bash: echo: write error: Invalid argument
}}}
This is due to the following in {{{lbs_suspend()}}}:
{{{
if (priv->wol_criteria == 0xffffffff) {
lbs_pr_info("Suspend attempt without configuring wake params!\n");
return -EINVAL;
}
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/9842>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list