View Single Post
  #5 (permalink)  
Old 05-Jul-2008, 08:40
oldcpu's Avatar
oldcpu oldcpu is online now
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,729
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Lost sound in totem, vlc, mplayer, flash, banshee etc

Quote:
Originally Posted by nimajiman View Post
@oldcpu: I ran the command you suggested but got no sound. Output from terminal was:
Code:
user@opensuse-laptop:~> speaker-test -Dplug:front -c2 -l5 -twav
speaker-test 1.0.16

Playback device is plug:front
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
Playback open error: -16,Device or resource busy
Playback open error: -16,Device or resource busy
Ok, ... so the snd device is busy, because some other app has control and has not released control (at least thats how it looks to me). What is this "other" app? Please look for it.

Maybe run that sound test again, and while getting that error, type this in a second xterm/konsole:
lsof /dev/dsp* /dev/audio* /dev/mixer* /dev/snd/*
Reply With Quote