Re: [linux-pm] [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alan Stern
Date: Tuesday, June 3, 2008 - 7:12 am

On Tue, 3 Jun 2008, Tobias Diedrich wrote:


Sounds like it.


...


The OHCI controller settings look normal.  It doesn't appear to be 
sending a wakeup signal.


The EHCI controller settings, however, are strange.  The relevant part 
is the Power Management Status line near the end:


This means the controller is in the D0 state (as expected) and 
PME-Enable is currently turned off ("PME" stands for "Power Management 
Event").  But the PME+ at the end means that as soon as PME does get 
enabled -- like when the controller is suspended at the start of a 
system sleep -- it _will_ send a PME signal.

So for some reason your EHCI controller thinks a wakeup event is 
pending.  This means you should examine the contents of the "registers" 
file in the debugfs directory for the EHCI controller, not OHCI.

Alan Stern

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems, Tobias Diedrich, (Sun May 18, 5:57 am)
Re: [PATCH 1/4] Restore multicast settings on resume, Tobias Diedrich, (Sun May 18, 6:00 am)
Re: [PATCH 2/4] setup wake-on-lan before shutting down, Tobias Diedrich, (Sun May 18, 6:02 am)
Re: [PATCH 3/4] save/restore device configuration space, Tobias Diedrich, (Sun May 18, 6:03 am)
Re: [PATCH 4/4] reorder suspend/resume code, Tobias Diedrich, (Sun May 18, 6:04 am)
Re: [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems, Tobias Diedrich, (Sun May 18, 8:09 am)
Re: [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems, Rafael J. Wysocki, (Tue May 20, 3:39 pm)
Re: [PATCH 1/4] Restore multicast settings on resume, Jeff Garzik, (Thu May 22, 3:21 am)
Re: [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems, Tobias Diedrich, (Sun May 25, 8:04 am)
Re: [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems, Tobias Diedrich, (Sun May 25, 11:13 am)
Re: [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems, Tobias Diedrich, (Mon May 26, 11:21 pm)
Re: [PATCH 2/4] setup wake-on-lan before shutting down, Jeff Garzik, (Fri May 30, 7:20 pm)
Re: [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems, Tobias Diedrich, (Sat May 31, 3:12 pm)
Re: [PATCH 5/4] Fix forcedeth hibernate/wake-on-lan problems, Tobias Diedrich, (Sat May 31, 3:54 pm)
Re: [PATCH 6/4] Fix forcedeth hibernate/wake-on-lan problems, Tobias Diedrich, (Sat May 31, 4:20 pm)
Re: [linux-pm] [PATCH 0/4] Fix forcedeth hibernate/wake-on ..., Alan Stern, (Tue Jun 3, 7:12 am)