* 2.4.17-pre[12]-ben0 trees hang on unsuspend
@ 2001-12-02 4:45 Derrik Pates
2001-12-02 9:51 ` Benjamin Herrenschmidt
2001-12-04 22:52 ` Jörn Nettingsmeier
0 siblings, 2 replies; 15+ messages in thread
From: Derrik Pates @ 2001-12-02 4:45 UTC (permalink / raw)
To: benh; +Cc: linuxppc-dev
I've been trying the latest rsync snaps from your kernel tree
(particularly to fix the time-warp bug that pops up in 2.4.16-ben0), but
I've discovered that these latest trees cause the iBook FireWire that I'm
using to hang up when I try to bring the unit out of suspend mode. The
"sleep" indicator stops pulsating, and the drive spins up - I can hear it
- but it never wakes up. The backlight never comes on, and typing at the
keyboard (into a root shell - I was at a console logged in as root when I
suspended) has no effect, apparently indicating it's really gone.
Rebooting into 2.4.16-ben0 and suspending still works as normal, so I know
it's not hardware.
One thing to note is that normally, when the system comes out of sleep,
the "sleep" indicator below the display flashes one last time before
coming up out of suspend - when using 2.4.17-pre[12]-ben0, I don't get
that "last flash" when I press a key to wake the system.
Derrik Pates | Sysadmin, Douglas School | #linuxOS on EFnet
dpates@dsdk12.net | District (dsdk12.net) | #linuxOS on OPN
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: 2.4.17-pre[12]-ben0 trees hang on unsuspend
2001-12-02 4:45 2.4.17-pre[12]-ben0 trees hang on unsuspend Derrik Pates
@ 2001-12-02 9:51 ` Benjamin Herrenschmidt
2001-12-02 15:58 ` Derrik Pates
2001-12-04 22:52 ` Jörn Nettingsmeier
1 sibling, 1 reply; 15+ messages in thread
From: Benjamin Herrenschmidt @ 2001-12-02 9:51 UTC (permalink / raw)
To: Derrik Pates, linuxppc-dev
>I've been trying the latest rsync snaps from your kernel tree
>(particularly to fix the time-warp bug that pops up in 2.4.16-ben0), but
>I've discovered that these latest trees cause the iBook FireWire that I'm
>using to hang up when I try to bring the unit out of suspend mode. The
>"sleep" indicator stops pulsating, and the drive spins up - I can hear it
>- but it never wakes up. The backlight never comes on, and typing at the
>keyboard (into a root shell - I was at a console logged in as root when I
>suspended) has no effect, apparently indicating it's really gone.
>Rebooting into 2.4.16-ben0 and suspending still works as normal, so I know
>it's not hardware.
>
>One thing to note is that normally, when the system comes out of sleep,
>the "sleep" indicator below the display flashes one last time before
>coming up out of suspend - when using 2.4.17-pre[12]-ben0, I don't get
>that "last flash" when I press a key to wake the system.
Could be one of my sleep.S changes, let me check...
Ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: 2.4.17-pre[12]-ben0 trees hang on unsuspend
2001-12-02 9:51 ` Benjamin Herrenschmidt
@ 2001-12-02 15:58 ` Derrik Pates
2001-12-02 16:01 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 15+ messages in thread
From: Derrik Pates @ 2001-12-02 15:58 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev
On Sun, 2 Dec 2001, Benjamin Herrenschmidt wrote:
> Could be one of my sleep.S changes, let me check...
I diff'd 2.4.16-ben0's sleep.S and 2.4.17-pre2-ben0's sleep.S, then
commented out the added stuff for register save/restore on 74x0 PPCs. That
seems to have corrected the problem - the system now wakes up correctly
from sleep, exactly as before. Any idea what's happening there? It looks
like that stuff shouldn't even be getting called for non-74x0 PPC
processors (/proc/cpuinfo IDs this system's CPU as a 750CX), so one of the
processor-type checks apparently isn't working quite right.
Derrik Pates | Sysadmin, Douglas School | #linuxOS on EFnet
dpates@dsdk12.net | District (dsdk12.net) | #linuxOS on OPN
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: 2.4.17-pre[12]-ben0 trees hang on unsuspend
2001-12-02 15:58 ` Derrik Pates
@ 2001-12-02 16:01 ` Benjamin Herrenschmidt
2001-12-02 21:03 ` Derrik Pates
2001-12-04 22:53 ` Jörn Nettingsmeier
0 siblings, 2 replies; 15+ messages in thread
From: Benjamin Herrenschmidt @ 2001-12-02 16:01 UTC (permalink / raw)
To: Derrik Pates, linuxppc-dev
>On Sun, 2 Dec 2001, Benjamin Herrenschmidt wrote:
>
>> Could be one of my sleep.S changes, let me check...
>
>I diff'd 2.4.16-ben0's sleep.S and 2.4.17-pre2-ben0's sleep.S, then
>commented out the added stuff for register save/restore on 74x0 PPCs. That
>seems to have corrected the problem - the system now wakes up correctly
>from sleep, exactly as before. Any idea what's happening there? It looks
>like that stuff shouldn't even be getting called for non-74x0 PPC
>processors (/proc/cpuinfo IDs this system's CPU as a 750CX), so one of the
>processor-type checks apparently isn't working quite right.
Some bug in the assembly. I fixed it.
Ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: 2.4.17-pre[12]-ben0 trees hang on unsuspend
2001-12-02 16:01 ` Benjamin Herrenschmidt
@ 2001-12-02 21:03 ` Derrik Pates
2001-12-02 21:07 ` Derrik Pates
2001-12-04 22:53 ` Jörn Nettingsmeier
1 sibling, 1 reply; 15+ messages in thread
From: Derrik Pates @ 2001-12-02 21:03 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev
On Thu, 3 Nov 2033, Benjamin Herrenschmidt wrote:
> Some bug in the assembly. I fixed it.
When will the fix show up in the rsync tree?
Derrik Pates | Sysadmin, Douglas School | #linuxOS on EFnet
dpates@dsdk12.net | District (dsdk12.net) | #linuxOS on OPN
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: 2.4.17-pre[12]-ben0 trees hang on unsuspend
2001-12-02 16:01 ` Benjamin Herrenschmidt
2001-12-02 21:03 ` Derrik Pates
@ 2001-12-04 22:53 ` Jörn Nettingsmeier
1 sibling, 0 replies; 15+ messages in thread
From: Jörn Nettingsmeier @ 2001-12-04 22:53 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: Derrik Pates, linuxppc-dev
Benjamin Herrenschmidt wrote:
>
> >On Sun, 2 Dec 2001, Benjamin Herrenschmidt wrote:
> >
> >> Could be one of my sleep.S changes, let me check...
> >
> >I diff'd 2.4.16-ben0's sleep.S and 2.4.17-pre2-ben0's sleep.S, then
> >commented out the added stuff for register save/restore on 74x0 PPCs. That
> >seems to have corrected the problem - the system now wakes up correctly
> >from sleep, exactly as before. Any idea what's happening there? It looks
> >like that stuff shouldn't even be getting called for non-74x0 PPC
> >processors (/proc/cpuinfo IDs this system's CPU as a 750CX), so one of the
> >processor-type checks apparently isn't working quite right.
>
> Some bug in the assembly. I fixed it.
any guesses why i'm seeing the bug in 2.4.16-ben0 ?
--
Jörn Nettingsmeier
home://Kurfürstenstr.49.45138.Essen.Germany
phone://+49.201.491621
http://spunk.dnsalias.org
http://www.linuxdj.com/audio/lad/
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: 2.4.17-pre[12]-ben0 trees hang on unsuspend
2001-12-02 4:45 2.4.17-pre[12]-ben0 trees hang on unsuspend Derrik Pates
2001-12-02 9:51 ` Benjamin Herrenschmidt
@ 2001-12-04 22:52 ` Jörn Nettingsmeier
2001-12-04 23:12 ` Benjamin Herrenschmidt
1 sibling, 1 reply; 15+ messages in thread
From: Jörn Nettingsmeier @ 2001-12-04 22:52 UTC (permalink / raw)
To: Derrik Pates; +Cc: linuxppc-dev@lists.linuxppc.org, Benjamin Herrenschmidt
Derrik Pates wrote:
>
> I've been trying the latest rsync snaps from your kernel tree
> (particularly to fix the time-warp bug that pops up in 2.4.16-ben0), but
> I've discovered that these latest trees cause the iBook FireWire that I'm
> using to hang up when I try to bring the unit out of suspend mode. The
> "sleep" indicator stops pulsating, and the drive spins up - I can hear it
> - but it never wakes up. The backlight never comes on, and typing at the
> keyboard (into a root shell - I was at a console logged in as root when I
> suspended) has no effect, apparently indicating it's really gone.
> Rebooting into 2.4.16-ben0 and suspending still works as normal, so I know
> it's not hardware.
i'm seeing the same, but on 2.4.16-ben0 on a pismo powerbook.
it does not happen every time, but often enough to be almost
unusable.
i *think* it gets triggered when i hit a button immediately after
the screen has blanked. when i wait a couple of seconds until the
suspend led has started blinking, i get the machine back most of the
time.
when it dies, the hd comes up, but the screen remains black. i tried
blind-typing "reboot" in a root shell, but nothing happened. i could
not ssh into the box from outside. there are no ping echos.
--
Jörn Nettingsmeier
home://Kurfürstenstr.49.45138.Essen.Germany
phone://+49.201.491621
http://spunk.dnsalias.org
http://www.linuxdj.com/audio/lad/
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: 2.4.17-pre[12]-ben0 trees hang on unsuspend
2001-12-04 22:52 ` Jörn Nettingsmeier
@ 2001-12-04 23:12 ` Benjamin Herrenschmidt
2001-12-05 10:06 ` Jörn Nettingsmeier
0 siblings, 1 reply; 15+ messages in thread
From: Benjamin Herrenschmidt @ 2001-12-04 23:12 UTC (permalink / raw)
To: Jörn Nettingsmeier, linuxppc-dev, Derrik Pates
>
>i'm seeing the same, but on 2.4.16-ben0 on a pismo powerbook.
>it does not happen every time, but often enough to be almost
>unusable.
>
>i *think* it gets triggered when i hit a button immediately after
>the screen has blanked. when i wait a couple of seconds until the
>suspend led has started blinking, i get the machine back most of the
>time.
>
>when it dies, the hd comes up, but the screen remains black. i tried
>blind-typing "reboot" in a root shell, but nothing happened. i could
>not ssh into the box from outside. there are no ping echos.
>
Try the latest rsync and tell me if that still happens.
ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: 2.4.17-pre[12]-ben0 trees hang on unsuspend
2001-12-04 23:12 ` Benjamin Herrenschmidt
@ 2001-12-05 10:06 ` Jörn Nettingsmeier
2001-12-05 10:37 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 15+ messages in thread
From: Jörn Nettingsmeier @ 2001-12-05 10:06 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev, DerrikPates
Benjamin Herrenschmidt wrote:
>
> >
> >i'm seeing the same, but on 2.4.16-ben0 on a pismo powerbook.
> >it does not happen every time, but often enough to be almost
> >unusable.
> >
> >i *think* it gets triggered when i hit a button immediately after
> >the screen has blanked. when i wait a couple of seconds until the
> >suspend led has started blinking, i get the machine back most of the
> >time.
> >
> >when it dies, the hd comes up, but the screen remains black. i tried
> >blind-typing "reboot" in a root shell, but nothing happened. i could
> >not ssh into the box from outside. there are no ping echos.
> >
>
> Try the latest rsync and tell me if that still happens.
so far, it has not died after resume. but it only went through 3
sleep cycles so far...
btw, alsa compiles now, the feature.h header is there.
thanks,
jörn
--
Jörn Nettingsmeier
home://Kurfürstenstr.49.45138.Essen.Germany
phone://+49.201.491621
http://spunk.dnsalias.org
http://www.linuxdj.com/audio/lad/
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 15+ messages in thread
[parent not found: <3C1222A8.59C17879@folkwang-hochschule.de>]
end of thread, other threads:[~2001-12-09 22:29 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-02 4:45 2.4.17-pre[12]-ben0 trees hang on unsuspend Derrik Pates
2001-12-02 9:51 ` Benjamin Herrenschmidt
2001-12-02 15:58 ` Derrik Pates
2001-12-02 16:01 ` Benjamin Herrenschmidt
2001-12-02 21:03 ` Derrik Pates
2001-12-02 21:07 ` Derrik Pates
2001-12-04 22:53 ` Jörn Nettingsmeier
2001-12-04 22:52 ` Jörn Nettingsmeier
2001-12-04 23:12 ` Benjamin Herrenschmidt
2001-12-05 10:06 ` Jörn Nettingsmeier
2001-12-05 10:37 ` Benjamin Herrenschmidt
[not found] <3C1222A8.59C17879@folkwang-hochschule.de>
[not found] ` <20011208164612.1404@smtp.wanadoo.fr>
2001-12-08 19:31 ` Jörn Nettingsmeier
2001-12-08 20:05 ` Benjamin Herrenschmidt
2001-12-09 18:00 ` Michael Schmitz
2001-12-09 22:29 ` Jörn Nettingsmeier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).