From: mru-UNjuZkX4dYU@public.gmane.org (Måns Rullgård)
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [PM][ACPI] No ACPI interrupts after resume from S1
Date: Fri, 24 Oct 2003 17:14:25 +0200 [thread overview]
Message-ID: <yw1xbrs6652m.fsf@kth.se> (raw)
In-Reply-To: 3F98FDDF.1040905@cyberone.com.au
Nick Piggin <piggin-/x7JMgtu12E0n/F98K4Iww@public.gmane.org> writes:
>>I've been trying the new suspend to disk implementation (pmdisk, I
>>think) lately. I get these lines in the kernel log when starting
>>after a suspend:
>>
>>PM: Reading pmdisk image.
>>PM: Resume from disk failed.
>>ACPI: (supports S0 S1 S3 S4 S5)
>>
>>Last time I tried swsusp, I did pass the resume= option, but it didn't
>>work.
>>
>>Could it be that some disk cache is never flushed properly?
>>Occasionally, some random filesystem is reported as not being cleanly
>>unmounted when booting normally, which seems to point in the same
>>direction.
>>
>
> Try turning your disk cache off, or set it to write through caching
> (even so I heard some IDE drives don't turn it off anyway!). See if
> it helps.
That took me one step further. Now it loaded the image swap, but them
immediately rebooted. I didn't have time to see if there were any
error messages. I don't have a serial port, so I can't put a console
there. This was with lots of modules loaded, so maybe unloading some
would help. Are there any known broken drivers in this list:
Module Size Used by
ide_cd 36612 0
cdrom 32160 1 ide_cd
evdev 7808 1
ipv6 226496 12
iptable_filter 2304 1
ip_tables 15616 1 iptable_filter
sis_agp 4224 1
agpgart 25896 1 sis_agp
ohci_hcd 16128 0
usbcore 94940 3 ohci_hcd
snd_intel8x0 28164 0
snd_ac97_codec 50948 1 snd_intel8x0
snd_pcm 84004 1 snd_intel8x0
snd_timer 20996 1 snd_pcm
snd_page_alloc 9092 2 snd_intel8x0,snd_pcm
snd_mpu401_uart 6144 1 snd_intel8x0
snd_rawmidi 19616 1 snd_mpu401_uart
snd 43364 6 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi
soundcore 7104 1 snd
ohci1394 31112 0
ieee1394 68396 1 ohci1394
sis900 16516 0
crc32 4096 1 sis900
ds 10884 4
yenta_socket 14336 0
pcmcia_core 60768 2 ds,yenta_socket
rtc 10552 0
In case it matters, sisfb is compiled into the kernel.
--
Måns Rullgård
mru-UNjuZkX4dYU@public.gmane.org
WARNING: multiple messages have this Message-ID (diff)
From: mru@kth.se (Måns Rullgård)
To: linux-kernel@vger.kernel.org
Cc: acpi-devel@lists.sourceforge.net
Subject: Re: [PM][ACPI] No ACPI interrupts after resume from S1
Date: Fri, 24 Oct 2003 17:14:25 +0200 [thread overview]
Message-ID: <yw1xbrs6652m.fsf@kth.se> (raw)
In-Reply-To: 3F98FDDF.1040905@cyberone.com.au
Nick Piggin <piggin@cyberone.com.au> writes:
>>I've been trying the new suspend to disk implementation (pmdisk, I
>>think) lately. I get these lines in the kernel log when starting
>>after a suspend:
>>
>>PM: Reading pmdisk image.
>>PM: Resume from disk failed.
>>ACPI: (supports S0 S1 S3 S4 S5)
>>
>>Last time I tried swsusp, I did pass the resume= option, but it didn't
>>work.
>>
>>Could it be that some disk cache is never flushed properly?
>>Occasionally, some random filesystem is reported as not being cleanly
>>unmounted when booting normally, which seems to point in the same
>>direction.
>>
>
> Try turning your disk cache off, or set it to write through caching
> (even so I heard some IDE drives don't turn it off anyway!). See if
> it helps.
That took me one step further. Now it loaded the image swap, but them
immediately rebooted. I didn't have time to see if there were any
error messages. I don't have a serial port, so I can't put a console
there. This was with lots of modules loaded, so maybe unloading some
would help. Are there any known broken drivers in this list:
Module Size Used by
ide_cd 36612 0
cdrom 32160 1 ide_cd
evdev 7808 1
ipv6 226496 12
iptable_filter 2304 1
ip_tables 15616 1 iptable_filter
sis_agp 4224 1
agpgart 25896 1 sis_agp
ohci_hcd 16128 0
usbcore 94940 3 ohci_hcd
snd_intel8x0 28164 0
snd_ac97_codec 50948 1 snd_intel8x0
snd_pcm 84004 1 snd_intel8x0
snd_timer 20996 1 snd_pcm
snd_page_alloc 9092 2 snd_intel8x0,snd_pcm
snd_mpu401_uart 6144 1 snd_intel8x0
snd_rawmidi 19616 1 snd_mpu401_uart
snd 43364 6 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi
soundcore 7104 1 snd
ohci1394 31112 0
ieee1394 68396 1 ohci1394
sis900 16516 0
crc32 4096 1 sis900
ds 10884 4
yenta_socket 14336 0
pcmcia_core 60768 2 ds,yenta_socket
rtc 10552 0
In case it matters, sisfb is compiled into the kernel.
--
Måns Rullgård
mru@kth.se
next prev parent reply other threads:[~2003-10-24 15:14 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-20 14:15 [PM][ACPI] No ACPI interrupts after resume from S1 Karol Kozimor
2003-10-20 14:15 ` Karol Kozimor
2003-10-20 14:32 ` Måns Rullgård
2003-10-20 14:32 ` Måns Rullgård
[not found] ` <yw1x8yngj7xg.fsf-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
2003-10-20 18:47 ` Karol Kozimor
2003-10-20 18:47 ` Karol Kozimor
2003-10-20 19:08 ` Måns Rullgård
2003-10-20 19:08 ` Måns Rullgård
[not found] ` <yw1xekx7afrz.fsf-UNjuZkX4dYU@public.gmane.org>
2003-10-23 8:25 ` Pavel Machek
2003-10-23 8:25 ` Pavel Machek
2003-10-24 9:11 ` Måns Rullgård
2003-10-24 9:11 ` Måns Rullgård
[not found] ` <yw1xr813f1a3.fsf-UNjuZkX4dYU@public.gmane.org>
2003-10-24 10:24 ` Nick Piggin
2003-10-24 10:24 ` Nick Piggin
2003-10-24 15:14 ` Måns Rullgård [this message]
2003-10-24 15:14 ` Måns Rullgård
[not found] ` <yw1xbrs6652m.fsf-UNjuZkX4dYU@public.gmane.org>
2003-10-24 22:23 ` Pavel Machek
2003-10-24 22:23 ` Pavel Machek
2003-10-24 22:45 ` Måns Rullgård
2003-10-24 22:45 ` Måns Rullgård
[not found] ` <yw1xbrs6p85n.fsf-UNjuZkX4dYU@public.gmane.org>
2003-10-24 23:59 ` Nigel Cunningham
2003-10-24 23:59 ` Nigel Cunningham
[not found] ` <1067039997.2114.16.camel-udXHSmD1qAy4CTf7w+cZoA@public.gmane.org>
2003-10-25 19:58 ` [PM]No " Pavel Machek
2003-10-25 19:58 ` [PM][ACPI] No " Pavel Machek
2003-10-25 17:05 ` Måns Rullgård
2003-10-25 17:05 ` Måns Rullgård
[not found] ` <20031020184750.GA26154-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2003-10-23 8:24 ` [PM]No " Pavel Machek
2003-10-23 8:24 ` [PM][ACPI] No " Pavel Machek
[not found] ` <20031023082410.GC643-u08AdweFZfgxtPtxi4kahqVXKuFTiq87@public.gmane.org>
2003-10-24 15:18 ` Karol Kozimor
2003-10-24 15:18 ` Karol Kozimor
-- strict thread matches above, loose matches on Subject: below --
2003-10-24 7:52 Yu, Luming
2003-10-24 7:52 ` Yu, Luming
[not found] ` <3ACA40606221794F80A5670F0AF15F8401720B63-4yWAQGcml64gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2003-10-26 21:41 ` Karol Kozimor
2003-10-26 21:41 ` Karol Kozimor
2003-10-27 8:56 Yu, Luming
2003-10-27 8:56 ` Yu, Luming
2003-10-27 17:02 ` Karol Kozimor
2003-11-21 1:10 Yu, Luming
2003-11-21 1:10 ` Yu, Luming
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yw1xbrs6652m.fsf@kth.se \
--to=mru-unjuzkx4dyu@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.