All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.22-rc1 suspend to RAM problem
@ 2007-05-16 13:05 Marcus Better
  2007-05-16 13:13 ` Marcus Better
  0 siblings, 1 reply; 12+ messages in thread
From: Marcus Better @ 2007-05-16 13:05 UTC (permalink / raw)
  To: linux-pm

Hi,

my Thinkpad R60 (x86_64, SMP, XFS) has failed to resume from RAM twice, with
the caps lock LED flashing, blank screen and a locked system (but it
usually succeeds). I use s2ram.

Marcus

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 2.6.22-rc1 suspend to RAM problem
  2007-05-16 13:05 2.6.22-rc1 suspend to RAM problem Marcus Better
@ 2007-05-16 13:13 ` Marcus Better
  2007-05-16 13:34   ` Rafael J. Wysocki
  0 siblings, 1 reply; 12+ messages in thread
From: Marcus Better @ 2007-05-16 13:13 UTC (permalink / raw)
  To: linux-pm

Marcus Better wrote:
> my Thinkpad R60 (x86_64, SMP, XFS) has failed to resume from RAM twice,

I should probably add that I have applied the Rafael's patch [1] for the
suspend-to-disk issue.

Marcus

[1]
http://article.gmane.org/gmane.linux.power-management.general/5593/match=wish+machine

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: 2.6.22-rc1 suspend to RAM problem
  2007-05-16 13:13 ` Marcus Better
@ 2007-05-16 13:34   ` Rafael J. Wysocki
  2007-05-16 13:39     ` Marcus Better
  2007-05-17  8:44     ` Marcus Better
  0 siblings, 2 replies; 12+ messages in thread
From: Rafael J. Wysocki @ 2007-05-16 13:34 UTC (permalink / raw)
  To: linux-pm; +Cc: linux-pm, Marcus Better

On Wednesday, 16 May 2007 15:13, Marcus Better wrote:
> Marcus Better wrote:
> > my Thinkpad R60 (x86_64, SMP, XFS) has failed to resume from RAM twice,
> 
> I should probably add that I have applied the Rafael's patch [1] for the
> suspend-to-disk issue.

Please revert it.  It's a debug-only patch and it fiddles with too many things.

Does the hibernation work with it, BTW?

Rafael

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: 2.6.22-rc1 suspend to RAM problem
  2007-05-16 13:34   ` Rafael J. Wysocki
@ 2007-05-16 13:39     ` Marcus Better
  2007-05-17  8:44     ` Marcus Better
  1 sibling, 0 replies; 12+ messages in thread
From: Marcus Better @ 2007-05-16 13:39 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: linux-pm, linux-pm


[-- Attachment #1.1: Type: text/plain, Size: 234 bytes --]

Rafael J. Wysocki wrote:
> Please revert it.  It's a debug-only patch and it fiddles with too many
> things.
>
> Does the hibernation work with it, BTW?

Yes, that's why I left it in place. Will remove and try again.

Thanks,

Marcus

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: 2.6.22-rc1 suspend to RAM problem
  2007-05-16 13:34   ` Rafael J. Wysocki
  2007-05-16 13:39     ` Marcus Better
@ 2007-05-17  8:44     ` Marcus Better
  2007-05-17  9:28       ` Pavel Machek
  1 sibling, 1 reply; 12+ messages in thread
From: Marcus Better @ 2007-05-17  8:44 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: linux-pm, linux-pm


[-- Attachment #1.1: Type: text/plain, Size: 643 bytes --]

> On Wednesday, 16 May 2007 15:13, Marcus Better wrote:
> > Marcus Better wrote:
> > > my Thinkpad R60 (x86_64, SMP, XFS) has failed to resume from RAM twice,
> >
> > I should probably add that I have applied the Rafael's patch [1] for the
> > suspend-to-disk issue.
>
> Please revert it.  It's a debug-only patch and it fiddles with too many
> things.

Ok, so the resume-from-RAM problem appears on 2.6.22-rc1, but not on 2.6.20, 
and probably not in 2.6.21. I may try to bisect it if I can find some time...

Also, it works correctly with "init=/bin/sh", but not when booting 
with "single". Perhaps a driver issue?

Marcus

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: 2.6.22-rc1 suspend to RAM problem
  2007-05-17  8:44     ` Marcus Better
@ 2007-05-17  9:28       ` Pavel Machek
  2007-05-17 17:14         ` Marcus Better
  2007-05-18  5:27         ` Marcus Better
  0 siblings, 2 replies; 12+ messages in thread
From: Pavel Machek @ 2007-05-17  9:28 UTC (permalink / raw)
  To: Marcus Better; +Cc: linux-pm, linux-pm

Hi!

> > > > my Thinkpad R60 (x86_64, SMP, XFS) has failed to resume from RAM twice,
> > >
> > > I should probably add that I have applied the Rafael's patch [1] for the
> > > suspend-to-disk issue.
> >
> > Please revert it.  It's a debug-only patch and it fiddles with too many
> > things.
> 
> Ok, so the resume-from-RAM problem appears on 2.6.22-rc1, but not on 2.6.20, 
> and probably not in 2.6.21. I may try to bisect it if I can find some time...
> 
> Also, it works correctly with "init=/bin/sh", but not when booting 
> with "single". Perhaps a driver issue?

Sounds so. Try to locate which driver.
							Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: 2.6.22-rc1 suspend to RAM problem
  2007-05-17  9:28       ` Pavel Machek
@ 2007-05-17 17:14         ` Marcus Better
  2007-05-17 18:57           ` Marcus Better
  2007-05-18  9:03           ` Pavel Machek
  2007-05-18  5:27         ` Marcus Better
  1 sibling, 2 replies; 12+ messages in thread
From: Marcus Better @ 2007-05-17 17:14 UTC (permalink / raw)
  To: linux-pm

Pavel Machek wrote:
> Sounds so. Try to locate which driver.

Found it! It's fw-ohci. Haven't bisected it yet though.

Marcus

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: 2.6.22-rc1 suspend to RAM problem
  2007-05-17 17:14         ` Marcus Better
@ 2007-05-17 18:57           ` Marcus Better
  2007-05-17 21:19             ` Marcus Better
  2007-05-18  9:03           ` Pavel Machek
  1 sibling, 1 reply; 12+ messages in thread
From: Marcus Better @ 2007-05-17 18:57 UTC (permalink / raw)
  To: linux-pm

Marcus Better wrote:
> Found it! It's fw-ohci. Haven't bisected it yet though.

Results so far: Commit 7b104bcb8e460e45a1aebe3da9b86aacdb4cab12 is bad,
b526ca438b95a6d71210e0ffc79aabac8aba2b1e is good, 261 more revisions to
test.

Marcus

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: 2.6.22-rc1 suspend to RAM problem
  2007-05-17 18:57           ` Marcus Better
@ 2007-05-17 21:19             ` Marcus Better
  2007-05-18  7:20               ` Johannes Berg
  0 siblings, 1 reply; 12+ messages in thread
From: Marcus Better @ 2007-05-17 21:19 UTC (permalink / raw)
  To: linux-pm

Marcus Better wrote:
> Results so far: Commit 7b104bcb8e460e45a1aebe3da9b86aacdb4cab12 is bad,

Forget it, the bisection was borked...

Marcus

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: 2.6.22-rc1 suspend to RAM problem
  2007-05-17  9:28       ` Pavel Machek
  2007-05-17 17:14         ` Marcus Better
@ 2007-05-18  5:27         ` Marcus Better
  1 sibling, 0 replies; 12+ messages in thread
From: Marcus Better @ 2007-05-18  5:27 UTC (permalink / raw)
  To: linux-pm

Pavel Machek wrote:
> Sounds so. Try to locate which driver.

So it's the fw-ohci driver, but I cannot bisect it since it's based on
2.6.21-rc3 which hangs already at suspend.

Marcus

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: Re: 2.6.22-rc1 suspend to RAM problem
  2007-05-17 21:19             ` Marcus Better
@ 2007-05-18  7:20               ` Johannes Berg
  0 siblings, 0 replies; 12+ messages in thread
From: Johannes Berg @ 2007-05-18  7:20 UTC (permalink / raw)
  To: Marcus Better; +Cc: linux-pm


[-- Attachment #1.1: Type: text/plain, Size: 382 bytes --]

On Thu, 2007-05-17 at 23:19 +0200, Marcus Better wrote:
> Marcus Better wrote:
> > Results so far: Commit 7b104bcb8e460e45a1aebe3da9b86aacdb4cab12 is bad,
> 
> Forget it, the bisection was borked...

fw-ohci is new anyway and I don't think it has seen many revisions
in-tree. It's loaded on my machine too but lost against ohci1394 so it's
not actually in use.

johannes

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: Re: 2.6.22-rc1 suspend to RAM problem
  2007-05-17 17:14         ` Marcus Better
  2007-05-17 18:57           ` Marcus Better
@ 2007-05-18  9:03           ` Pavel Machek
  1 sibling, 0 replies; 12+ messages in thread
From: Pavel Machek @ 2007-05-18  9:03 UTC (permalink / raw)
  To: Marcus Better; +Cc: linux-pm

Hi!

> > Sounds so. Try to locate which driver.
> 
> Found it! It's fw-ohci. Haven't bisected it yet though.

Complain to its maintainer, cc list and akpm, I'd say.
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-05-18  9:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-16 13:05 2.6.22-rc1 suspend to RAM problem Marcus Better
2007-05-16 13:13 ` Marcus Better
2007-05-16 13:34   ` Rafael J. Wysocki
2007-05-16 13:39     ` Marcus Better
2007-05-17  8:44     ` Marcus Better
2007-05-17  9:28       ` Pavel Machek
2007-05-17 17:14         ` Marcus Better
2007-05-17 18:57           ` Marcus Better
2007-05-17 21:19             ` Marcus Better
2007-05-18  7:20               ` Johannes Berg
2007-05-18  9:03           ` Pavel Machek
2007-05-18  5:27         ` Marcus Better

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.