mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* linux-2.6.30-rc2 - No sound (HDA Intel) avec resume
@ 2009-04-21 16:24 Paul Rolland
  2009-04-21 16:29 ` Takashi Iwai
  2009-04-21 19:11 ` Rafael J. Wysocki
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Rolland @ 2009-04-21 16:24 UTC (permalink / raw)
  To: linux-kernel

Hello,

For the first time, I can successfully suspend/resume my Dell laptop using
linux 2.6.30-rc2.
Unfortunately, after resume, xmms stays silent. I've tried to change the
master channel, and everything I can access in the configuration, but no
luck.
All other devices are resuming correctly, including the video while running
X and compiz, so this is quite good.

Is there anything I can do to help on this issue ?

At boot time, I have :
Advanced Linux Sound Architecture Driver Version 1.0.19.
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
HDA Intel 0000:00:1b.0: setting latency timer to 64
ALSA device list:
  #0: Dummy 1
  #1: Virtual MIDI Card 1
  #2: HDA Intel at 0xefebc000 irq 21

When suspending :
Apr 20 21:26:21 tux kernel: HDA Intel 0000:00:1b.0: PCI INT A disabled

When resuming :
Apr 20 21:26:21 tux kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21

Regards,
Paul

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

* Re: linux-2.6.30-rc2 - No sound (HDA Intel) avec resume
  2009-04-21 16:24 linux-2.6.30-rc2 - No sound (HDA Intel) avec resume Paul Rolland
@ 2009-04-21 16:29 ` Takashi Iwai
  2009-04-22  6:49   ` Paul Rolland
  2009-04-21 19:11 ` Rafael J. Wysocki
  1 sibling, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2009-04-21 16:29 UTC (permalink / raw)
  To: Paul Rolland; +Cc: linux-kernel

At Tue, 21 Apr 2009 18:24:48 +0200,
Paul Rolland wrote:
> 
> Hello,
> 
> For the first time, I can successfully suspend/resume my Dell laptop using
> linux 2.6.30-rc2.
> Unfortunately, after resume, xmms stays silent. I've tried to change the
> master channel, and everything I can access in the configuration, but no
> luck.

Are you using pulseaudio or direct ALSA or OSS access?


> All other devices are resuming correctly, including the video while running
> X and compiz, so this is quite good.
> 
> Is there anything I can do to help on this issue ?
> 
> At boot time, I have :
> Advanced Linux Sound Architecture Driver Version 1.0.19.
> HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
> HDA Intel 0000:00:1b.0: setting latency timer to 64
> ALSA device list:
>   #0: Dummy 1
>   #1: Virtual MIDI Card 1
>   #2: HDA Intel at 0xefebc000 irq 21
> 
> When suspending :
> Apr 20 21:26:21 tux kernel: HDA Intel 0000:00:1b.0: PCI INT A disabled
> 
> When resuming :
> Apr 20 21:26:21 tux kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21

Try the very latest Linus tree, as some fix patches have been merged
after rc2.  If it still doesn't work, run alsa-info.sh with
--no-upload option before and after suspend, and attach the generated
files.  The script is found at
    http://www.alsa-project.org/alsa-info.sh


thanks,

Takashi

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

* Re: linux-2.6.30-rc2 - No sound (HDA Intel) avec resume
  2009-04-21 16:24 linux-2.6.30-rc2 - No sound (HDA Intel) avec resume Paul Rolland
  2009-04-21 16:29 ` Takashi Iwai
@ 2009-04-21 19:11 ` Rafael J. Wysocki
  1 sibling, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2009-04-21 19:11 UTC (permalink / raw)
  To: Paul Rolland; +Cc: linux-kernel

On Tuesday 21 April 2009, Paul Rolland wrote:
> Hello,

Hi,

> For the first time, I can successfully suspend/resume my Dell laptop using
> linux 2.6.30-rc2.

That's great to know. :-)

> Unfortunately, after resume, xmms stays silent. I've tried to change the
> master channel, and everything I can access in the configuration, but no
> luck.
> All other devices are resuming correctly, including the video while running
> X and compiz, so this is quite good.
> 
> Is there anything I can do to help on this issue ?
> 
> At boot time, I have :
> Advanced Linux Sound Architecture Driver Version 1.0.19.
> HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
> HDA Intel 0000:00:1b.0: setting latency timer to 64
> ALSA device list:
>   #0: Dummy 1
>   #1: Virtual MIDI Card 1
>   #2: HDA Intel at 0xefebc000 irq 21
> 
> When suspending :
> Apr 20 21:26:21 tux kernel: HDA Intel 0000:00:1b.0: PCI INT A disabled
> 
> When resuming :
> Apr 20 21:26:21 tux kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21

That looks pretty usual.

Please attach dmesg output including a suspend-resume cycle and /proc/iomem.

Best,
Rafael

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

* Re: linux-2.6.30-rc2 - No sound (HDA Intel) avec resume
  2009-04-21 16:29 ` Takashi Iwai
@ 2009-04-22  6:49   ` Paul Rolland
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Rolland @ 2009-04-22  6:49 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-kernel, Rafael J. Wysocki

Hello,

On Tue, 21 Apr 2009 18:29:01 +0200
Takashi Iwai <tiwai@suse.de> wrote:

> Are you using pulseaudio or direct ALSA or OSS access?
Alsa.
 

> Try the very latest Linus tree, as some fix patches have been merged
> after rc2.  If it still doesn't work, run alsa-info.sh with
> --no-upload option before and after suspend, and attach the generated
> files.  The script is found at
>     http://www.alsa-project.org/alsa-info.sh

and

On Tue, 21 Apr 2009 21:11:19 +0200
"Rafael J. Wysocki" <rjw@sisk.pl> wrote:

> Please attach dmesg output including a suspend-resume cycle
> and /proc/iomem.

I've been trying all your suggestions, but my machine is now refusing again
to resume, either using stock -rc2, or latest Linus's git tree...
Suspend is fine, resume seems fine, but the video is not restored anymore...

I've just seen -rc3 is out, I'll try to install it and have suspend/resume
working, and then I'll restart my HDA testing.

Thanks anyway for answering me !

Regards,
Paul

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

end of thread, other threads:[~2009-04-22  6:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-21 16:24 linux-2.6.30-rc2 - No sound (HDA Intel) avec resume Paul Rolland
2009-04-21 16:29 ` Takashi Iwai
2009-04-22  6:49   ` Paul Rolland
2009-04-21 19:11 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®