Bug 37772
Summary: | Sometimes, sound disappears and doesn't want to idle. | ||
---|---|---|---|
Product: | Drivers | Reporter: | merkil |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | RESOLVED UNREPRODUCIBLE | ||
Severity: | normal | CC: | akpm, alan, florian, maciej.rutecki, rjw, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.39.1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 32012 |
Description
merkil
2011-06-17 22:06:27 UTC
A few things to check: - Is this a regression? - alsa-info.sh outputs at both good and bad states on this kernel - If it's a regression, again alsa-info.sh outpus with both good and bad-working kernels Check the content /sys/module/snd_hda_intel/parameters/power_save file. This value can be changed dynamically, and some daemon like pm-utils may have changed it. For more quick testing, you can set it (via echo) by yourself, and start/stop some sound program and see. Once when you can reproduce the problem reliably, test it with the older (working) kernel to confirm the points above. Thanks. I tried to reproduce some scenarios, and it seems to occur when I change the sound volume during I load a flash animation (2 of my keys are bound to the commands "amixer sset Master 1+" and "amixer sset Master 1-"). At this moment, flash seems to freeze and even VLC Media Player cannot play any sound. Finally, it appears to be solvable by simply closing my web browser, so I think it's rather a Flash issue. But I wasn't able to make Flash hang with Linux 2.6.32, so it could also be a regression... Here are alsa_info results : * With Linux 2.6.32 : http://pastebin.com/pQmux2nx (with that conf : http://pastebin.com/JdP7fepx, default on Arch Linux) * With Linux 2.6.39.1 : http://pastebin.com/kuB9Sifr (with that conf : http://pastebin.com/r8db20Xm, home compiled kernel) Well, I think I can't provide more informations, sorry. 2.6.32 is a bit too far to compare with 2.6.39. Could you figure out whether it's a kernel regression, and which kernel version it happens first? And, can it be related with PulseAudio? Also, could you provide alsa-info.sh outputs of 2.6.39 for both working and non-working cases? Now, I can't compile kernels, but I'll try later. Here is 2.6.39 when Flash hangs in my web browser : http://pastebin.com/7eTixNHJ And when it works (for example, without any flash animation) : http://pastebin.com/Aqnd9egN As you can see, there is a little difference. It's not related with Pulseaudio, it isn't even installed. Oh, and I can't reproduce this issue with the default binary kernel provided by Arch Linux packagers (config : http://pastebin.com/CFpdq80Q). So it's somehow related to my configuration, maybe power saving stuff. |