Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Lukas <christoph.lukas@gmx.net>
To: gte654n@mail.gatech.edu
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: snd_intel8x0 fails after ACPI sleep
Date: Sat, 13 Mar 2004 19:13:04 +0100	[thread overview]
Message-ID: <1079201584.2991.13.camel@beja> (raw)
In-Reply-To: <1078989194.4050118a9a0df@webmail.mail.gatech.edu>

Hi,

> I have a Fujitsu E7110 laptop with a builtin audio card.  This is what lspci 
> reports... 
>  
> 00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 
> 02) 
>         Subsystem: Citicorp TTI: Unknown device 1177 
>         Flags: bus master, medium devsel, latency 0, IRQ 11 
>         I/O ports at 1000 [size=256] 
>         I/O ports at 1880 [size=64] 
>  
> I am running 2.6.4-rc2 kernel, and I have been trying to get ACPI S3 (suspend 
> to ram) to wake up correctly.  One of the problems that I am encountering is 
> that with the sound modules loaded (I have always had success with 
> snd_intel8x0 on the same hardware) coming back from sleep freezes my laptop 
> hard.  If I rmmod *all* the sound-related modules before going to sleep, the 
> laptop resumes without a hitch.  However, if I attempt to modprobe 
> snd_intel8x0 after resume, I get a hard freeze again.  I cannot recover any 
> debug output, because the end of /var/log/messages is garbled on reboot. 

I have nearly the same behaviour here with a Dell D800 with the following sound card:

00:1f.5 Multimedia audio controller: Intel Corp.: Unknown device 24c5 (rev 01)
        Subsystem: Dell Computer Corporation: Unknown device 014e
        Flags: bus master, medium devsel, latency 0, IRQ 11
        I/O ports at b800 [size=256]
        I/O ports at bc40 [size=64]
        Memory at f4fff800 (32-bit, non-prefetchable) [size=512]
        Memory at f4fff400 (32-bit, non-prefetchable) [size=256]
        Capabilities: [50] Power Management version 2

If I unload usb, network and sound modules before entering S3 I can
resume successfully. 

Reloading the sound modules after resume the behaviour differs depending
on the order I load the modules in.

If I modprobe the snd modules _after_ usb or network modules the system
freezes. 
If I modprobe the snd modules _before_ the others I get the following
messages in the syslog:

Mar 13 18:54:25 beja kernel: PCI: Setting latency timer of device
0000:00:1f.5 to 64
Mar 13 18:54:25 beja kernel: ALSA
/usr/src/modules/alsa-driver/kbuild/../pci/intel8x0.c:1969: AC'97 warm
reset still in progress? [0xffffffff]
Mar 13 18:54:25 beja kernel: Intel ICH: probe of 0000:00:1f.5 failed
with error -5

Is this problem hardware specific or does the alsa system not support
ACPI powermanagement?

I would really like helping to get this to work as this is the only
problem preventing me from using S3. 

I could supply more information if necessary.

Thanks for any hints,
Christoph



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

  reply	other threads:[~2004-03-13 18:13 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-07 14:51 PCM hw mixing with volume Ove Kaaven
2004-03-07 16:36 ` Manuel Jander
2004-03-07 16:41 ` Jaroslav Kysela
2004-03-08 16:20 ` Paul Davis
2004-03-08 21:29   ` Ove Kaaven
2004-03-09 14:26     ` Paul Davis
2004-03-09 14:59       ` Takashi Iwai
2004-03-09 17:31         ` USB audio devices Jaroslav Kysela
2004-03-10  8:26           ` Clemens Ladisch
2004-03-10  9:08             ` Jaroslav Kysela
2004-03-10  9:41               ` Takashi Iwai
2004-03-10 20:04                 ` Karsten Wiese
2004-03-11  0:13                   ` Patrick Shirkey
2004-03-11  8:09                   ` Clemens Ladisch
2004-03-10  9:41               ` Clemens Ladisch
2004-03-10 16:34             ` Takashi Iwai
2004-03-10 17:46               ` Clemens Ladisch
2004-03-11  8:14             ` Clemens Ladisch
2004-03-09 17:25       ` PCM hw mixing with volume Ove Kaaven
2004-03-09 20:24         ` Manuel Jander
2004-03-10  9:46         ` Giuliano Pochini
2004-03-10 14:16           ` Ove Kaaven
2004-03-10 14:40             ` Ove Kaaven
2004-03-10 14:53               ` Paul Davis
2004-03-10 15:08             ` Takashi Iwai
2004-03-10 16:05               ` Ove Kaaven
2004-03-10 15:55             ` Giuliano Pochini
2004-03-10 16:56               ` Ove Kaaven
2004-03-11  9:24                 ` Giuliano Pochini
2004-03-10 17:28               ` Takashi Iwai
2004-03-10 18:47             ` James Courtier-Dutton
2004-03-11  5:15               ` Manuel Jander
2004-03-11  7:13                 ` snd_intel8x0 fails after ACPI sleep gte654n
2004-03-13 18:13                   ` Christoph Lukas [this message]
2004-03-11  5:00             ` PCM hw mixing with volume Manuel Jander

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=1079201584.2991.13.camel@beja \
    --to=christoph.lukas@gmx.net \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=gte654n@mail.gatech.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox