#10207 NORM 1.0-sof: wake-on-WLAN regression on XO-1

Zarro Boogs per Child bugtracker at laptop.org
Fri Jul 9 11:29:19 EDT 2010


#10207: wake-on-WLAN regression on XO-1
----------------------------------------------+-----------------------------
           Reporter:  dsd                     |       Owner:  pgf                
               Type:  defect                  |      Status:  new                
           Priority:  normal                  |   Milestone:  1.0-software-update
          Component:  power manager (powerd)  |     Version:  not specified      
         Resolution:                          |    Keywords:                     
        Next_action:  code                    |    Verified:  0                  
Deployment_affected:                          |   Blockedby:                     
           Blocking:                          |  
----------------------------------------------+-----------------------------
Changes (by pgf):

  * owner:  dsaxena => pgf
  * next_action:  never set => code
  * component:  kernel => power manager (powerd)


Comment:

 i tested this last week, so i knew it used to work.  turns out that when i
 did the powerd mods for XO-1, i remembered that XO-1 can wake on arp, and
 added 'a' to its ethtool wol command:
 {{{
 ethtool -s eth0 wol ua
 }}}

 but i was forgetting that the ethtool support code in the current driver
 doesn't support that.  so powerd's ethtool command is failing, and no
 wakeup options are being set.  changing the command to:
 {{{
 ethtool -s eth0 wol u
 }}}
 (which matches XO-1.5 command) fixes this.

 i'll change it in powerd for the next release, but only after
 investigating why we can't do wake-on-arp.

-- 
Ticket URL: <http://dev.laptop.org/ticket/10207#comment:1>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list