Got home from vacation last night and ran yum update. Among other things installed was mplayerplug-in-3.25-1.el4.rf ... now any time I attempt to view CNN video, my sound device locks up -- I eventually end up having to kill firefox, and anything thereafter that attempts to access sound (such as system-config-soundcard) also ends up wedged.
Previously this only happened sporadically and after several hours of successful use of the plugin. I have nVidia onboard sound, using the snd_intel8x0 driver module. Anybody have any suggestions?
On 4/16/06, Bart Schaefer barton.schaefer@gmail.com wrote:
Got home from vacation last night and ran yum update. Among other things installed was mplayerplug-in-3.25-1.el4.rf ... now any time I attempt to view CNN video, my sound device locks up
Some additional information: The sound device is only stuck because mplayer itself is stuck. An "lsof /dev/dsp" revealed an mplayer process holding the device open; killing that process allows other processes to access the device again.
Nevertheless this was not happening, or at least not happening predictably, before I upgraded to the new mplayerplug-in.
[Sorry for the multiple self-followups. This should be the last one for a bit.]
On 4/16/06, Bart Schaefer barton.schaefer@gmail.com wrote:
On 4/16/06, Bart Schaefer barton.schaefer@gmail.com wrote:
installed was mplayerplug-in-3.25-1.el4.rf ... now any time I attempt to view CNN video, my sound device locks up
Some additional information: The sound device is only stuck because mplayer itself is stuck.
I tried the plugin again and found that four copies of mplayer are being started up. One of those four appears to be in an infinite loop (strace shows nothing, but cputime increases rapidly). If I kill that runaway process, one of the other three also dies -- and one of the remaining two plays the video normally.
I can repeat this several times (start loading a new video, kill the runaway, watch the video) but eventually that hangs as well. At that point killing all mplayer instances and running system-config-soundcard gives me:
aplay: pcm_write:1115: write error: Input/output error
Even unloading and reloading all the sound-related kernel modules is not sufficient to revive the device at that point. Google for that error message only finds threads about conflicts with the intel8x0m modem driver, but I don't have a modem and that modem driver is not loaded.
I've tried downloading/compiling/modprobe-ing the nvsound driver from nVidia's website, but that's an OSS driver rather than ALSA (as I understand the snd_intel8x0 driver to be). Is there something I need to do to switch over to OSS? Or is that entirely the wrong thing to be looking at ...?