["SOLVED"] PulseAudio - some applications won't output sound sometimes

So, I have KDE 4 and PulseAudio installed, with VLC as Phonon's backend software.
After startup, I often find that Skype won't output sound at all for seemingly random periods of time. This also often happens (sometimes simultaneously, but not necessarily) to Chromium. Pavucontrol and the KDE audio mixer, don't show anything useful at all in terms of the output of Skype and Chromium, and messing with master output in Pavucontrol doesn't affect anything.
After a completely random period of time (usually a very long period of time), these applications start outputting sound again. It's very frustrating, and restarting the applications doesn't help whatsoever. While these two applications are affected, all other applications output sound perfectly.
I don't even know. I've searched, but I haven't found any similar problems documented elsewhere. Any advice?
EDIT: Solved, for now.
Last edited by Archimaredes (2013-03-14 20:22:04)

I fixed it (for now, at least!)
I ran the below command:
$ cat /proc/asound/cards
0 [U0x46d0x804 ]: USB-Audio - USB Device 0x46d:0x804
USB Device 0x46d:0x804 at usb-0000:00:1a.0-1.2, high speed
1 [MID ]: HDA-Intel - HDA Intel MID
HDA Intel MID at 0xf9ff8000 irq 47
2 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfbd7c000 irq 17
Basically, my USB webcam, which also acts as a microphone, was being treated as my default sound card. I changed this by creating a file in /etc/modprobe.d with the following:
options snd-hda-intel index=0
Which set my real sound card as default:
$ cat /proc/asound/cards
0 [MID ]: HDA-Intel - HDA Intel MID
HDA Intel MID at 0xf9ff8000 irq 47
1 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfbd7c000 irq 17
2 [U0x46d0x804 ]: USB-Audio - USB Device 0x46d:0x804
USB Device 0x46d:0x804 at usb-0000:00:1a.0-1.2, high speed
The problem isn't ENTIRELY fixed. Skype's still being a bit buggy, but at least Chromium is now playing sound, including in Flash media. Strangely enough, after playing a Flash video (e.g. on YouTube), Skype's sound seems to fix itself if it's defunct.
Last edited by Archimaredes (2013-03-14 20:23:49)

Similar Messages

  • Media applications fail to output sound. [SOLVED]

    The issue here seems to be that for some reason or another applications such as VLC, Nightingale, clementine and amarok fail to output sound while system sounds, flash media, and notification sounds from applications such as Skype and Thunderbird continue to work. With each of the music players respectfully there seems to be an error output that amounts to not being able to connect to the sound device. As nightingale is what I currently have installed, the error output is such when I attempt to play any sort of media.
    Configured audiosink audiosink-bin is not working.
    I am using E17 after formerly having used KDE however I had similar problems with the initial install that were fixed after setting the default device in alsamixer.
    The output of aplay -l is as follows
    **** List of PLAYBACK Hardware Devices ****
    card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: Generic_1 [HD-Audio Generic], device 0: ALC269VB Analog [ALC269VB Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    lsmod | grep '^snd' | column -t
    snd_seq_dummy          1463    0
    snd_seq_oss            28970   0
    snd_seq_midi_event     5660    1   snd_seq_oss
    snd_seq                49946   5   snd_seq_midi_event,snd_seq_oss,snd_seq_dummy
    snd_seq_device         5180    3   snd_seq,snd_seq_oss,snd_seq_dummy
    snd_hda_codec_realtek  30893   1
    snd_hda_codec_hdmi     29298   1
    snd_hda_intel          35816   0
    snd_hda_codec          145920  3   snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep              6364    1   snd_hda_codec
    snd_pcm                76860   3   snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc         7330    2   snd_pcm,snd_hda_intel
    snd_timer              18687   2   snd_pcm,snd_seq
    snd                    58893   10  snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_hda_codec,snd_hda_intel,snd_seq_oss,snd_seq_device
    Every thing seems to be loaded correctly and speakertest -c 2 seems to be working. The problem I had last time was with flash blocking sound output from other programs, but this problem subsided after having correctly set my default with alsamixer. I began to have the problem of flash blocking other applications from outputting sound when a browser was open a couple of days ago, but this has somehow progressed to any media application failing to output sound at anytime regardless if a browser has been opened or not. I uninstalled flashplugin and now rely on the plugin packaged within chrome but the problem persists. Any suggestions? I have read the wiki on alsa and on the flash plugin and have searched around but have found nothing that addresses my problem or that I have not already implemented or tried.
    EDIT: It seems that I have gotten vlc to start working again. The issue here seems to be that /etc/alsa.conf had been marked by pacman as /etc/alsa.conf.pacorig and renaming it and setting vlc to output directly to the default device instead of having set to default has gotten sound working for it again. It seems the only problem that remains and I have gotten this error is other applications and it is probably the problem behind XBMC not playing audio but the audiosink-bin is not working error is most likely the source of the additional problems. I will look into it and see if I get any reply in the meantime.
    EDIT: Due to something beyond my intelligence it seems that nightingale now plays sound and can even do so with chrome and a youtube video open. I am guessing the problem lied in the gstreamer plugins and when I removed all of my orphaned dependencies that may have been what had done it, something may have been in conflict or maybe just from the couple of reboots I have had since then. I did reinstall the plugins but there was a package that was removed called smpeg and another called sdlmixer those may have had something to do with it. So the moral of this story is to remove orphans on a regular basis, which I have been doing but just got around to today. If anyone has any input, which I doubt at this point. I will mark this as solved
    Last edited by agahnim (2013-07-04 00:45:35)

    I fixed it (for now, at least!)
    I ran the below command:
    $ cat /proc/asound/cards
    0 [U0x46d0x804 ]: USB-Audio - USB Device 0x46d:0x804
    USB Device 0x46d:0x804 at usb-0000:00:1a.0-1.2, high speed
    1 [MID ]: HDA-Intel - HDA Intel MID
    HDA Intel MID at 0xf9ff8000 irq 47
    2 [NVidia ]: HDA-Intel - HDA NVidia
    HDA NVidia at 0xfbd7c000 irq 17
    Basically, my USB webcam, which also acts as a microphone, was being treated as my default sound card. I changed this by creating a file in /etc/modprobe.d with the following:
    options snd-hda-intel index=0
    Which set my real sound card as default:
    $ cat /proc/asound/cards
    0 [MID ]: HDA-Intel - HDA Intel MID
    HDA Intel MID at 0xf9ff8000 irq 47
    1 [NVidia ]: HDA-Intel - HDA NVidia
    HDA NVidia at 0xfbd7c000 irq 17
    2 [U0x46d0x804 ]: USB-Audio - USB Device 0x46d:0x804
    USB Device 0x46d:0x804 at usb-0000:00:1a.0-1.2, high speed
    The problem isn't ENTIRELY fixed. Skype's still being a bit buggy, but at least Chromium is now playing sound, including in Flash media. Strangely enough, after playing a Flash video (e.g. on YouTube), Skype's sound seems to fix itself if it's defunct.
    Last edited by Archimaredes (2013-03-14 20:23:49)

  • How come some apps won't play sound on a USB device but only on the internal speaker while others can?

    How come some apps won't play sound on a USB device but only on the internal speaker while others can? Mac OS 10.8.5

    You can simply set your system preferences
    Sound preference
    output - to whatever your USB device/audio interface is
    Your question seems a bit vague to me though. So can you actually inform us of what it is you are trying to do and give us examples with named kit.

  • Some applications won't open after updating to OS 10.8.5

    I am running the Mountain Lion on a 2009 Macbook Air. I just did an update to 10.8.5 and now some of my applications won't open. A few of the appications that no longer run are Chrome, iPhoto and all Microsoft applications.
    I tried uninstalling an reinstalling the apps but that did nothing, I also tried creating a new user account to see if the problem persisted in there and it did. I then tried removing my caches folder from Library which also fixed nothing. I then tried booting it in safe mode and the applications successfully opened in there.
    I obviously can't just boot my Macbook up in safe mode whenever I need to use it so if anyone knows how this problem could be solved? They were all functioning normally before I did the most recent update of OS.
    I have tried repairing the disk permissions but that resulted in no change also. I do not have the start up disk for Mountain Lion so reinstalling the OS is not possible, nor is booting from disk.
    I'm in my final year of college, in the middle of my final year project I REALLY need this fixed.

    When I try to open iPhoto, Unity, Chrome or a few others it gives me the same error each time. "iPhoto cannot be opened because of a problem. Check with the developer to make sure iPhoto works with this version of OS X. You may need to reinstall the application. Be sure to install any available updates for the application and OS X"
    But that doesn't make sense because I just updated the OS and all my applications are up to date also. I've tried reinstalling, no joy though.

  • [SOLVED] PulseAudio Volume Control won't start anymore

    Hi!
    As described in the title, PulseAudio Volume Control won't start from one day to another.
    I have no clue where this could come from or what I could have done wrong to create this issue.
    Here is how it looks like:
    When I start it, it seems to be loading but after some time it just disappears and nothing happens.
    I also have the same looking issue with KMix and Google Music Manager.
    Do any of you have an idea where this could be coming from?
    Thanks for your help :-)
    Last edited by StefanMu (2014-01-10 01:15:24)

    Rasi wrote:StefanMu, you are not giving enough details. Have there been any updates, that are pulse or gtk related. What versions do you have installed of gtk, gtkmm, libpulse, pavucontrol. Are all of those repository packages, or is something built from AUR? Any custom repositories?
    Hi, and thanks for your reply. Here are the details:
    gtk: 
    [root@ACDCROCKS-ARCH_LINUX miniclip22]# pacman -Qi gtk
    Name : gtk
    Version : 1.2.10-13
    Description : GTK+ is a multi-platform toolkit (v1)
    gtkmm:
    [root@ACDCROCKS-ARCH_LINUX miniclip22]# pacman -Qi gtkmm
    Name : gtkmm
    Version : 2.24.4-1
    Description : C++ bindings for gtk2
    Architecture : x86_64
    URL : [url]http://www.gtkmm.org/[/url]
    libpulse:
    [root@ACDCROCKS-ARCH_LINUX miniclip22]# pacman -Qi libpulse
    Name : libpulse
    Version : 4.0-6
    Description : A featureful, general-purpose sound server (client library)
    Architecture : x86_64
    pavucontrol:
    [root@ACDCROCKS-ARCH_LINUX miniclip22]# pacman -Qi pavucontrol
    Name : pavucontrol
    Version : 2.0-2
    Description : A GTK volume control for PulseAudio
    Architecture : x86_64
    They are all repository packages, NOT from the AUR. As previously mentioned, this is a fresh install, so I don't have any custom repositories. Any help is appreciated. Thanks in advance!
    Last edited by miniclip22 (2013-12-28 18:42:12)

  • Some apps won't play sound through iPad2 speakers

    I've noticed since updating to iOS 5 and 5.0.1, I've got more apps that won't play sound through ipad2 speakers, but will play sound through earphones though.  Using the same app on the iphone plays sound through the iphone speakers as normal. 
    It seems to be picky with which apps it does this to as Sky News/BBCiplayer/YouTube/Video/ IMDb all play sound through ipad speakers. Apps like FilmOn plus/ FreeAppMagic/ Falling Gems/ Bejeweled2/ FNS Shift2 will only play sound through earphones.  These Apps updating to the new iOS doesn't fix the sound issue either.
    I can use an app that plays sound through iPad speakers, then use an app that doesn't play sound through the speakers, then use another app that does play sound through speakers, so the earphone connection actuator doesn't look like the problem to me.  Maybe some sound drivers may have been lost or deleted with new iOS updates over wifi...?
    Any help would be appreciated.

    See if perhaps this is the reason why some apps aren't playing sound.
    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • Some applications won't start

    I've been out of the country without my computer for a month and a bit, came back and things were fine for about 2 days. Now when I click on some applications on the dock they'll bounce a few times and that's it, won't open. Have yet to see this one - relatively new harddrive. Ran disk utility, said it found minor error but it failed in trying to repair. Ran an extended AHT test and it said everything was fine. Reset my ram and still no luck.

    rtob. wrote:
    Ran disk utility, said it found minor error but it failed in trying to repair.
    Those errors need to be fixed. Try DU a couple more times, but if DU cannot correct your directory, you'll need to either use a stronger utility such as Disk Warrior, or erase/zero the HD (backup first) and reinstall everything.

  • Some applications won't stop looking for network computer

    I've got a problem that cripples some applications (Finale 2005) and slows others down (Appleworks). When I'm off my home network and I open a file, there's dialog box that says "Looking up '[a network computer].'" Whether or not I click "disconnect", the application continues to search for the network computer and I can't work with that file; in fact, I have to force quit.
    It looks as if this becomes a problem if I haven't specifically logged out in the finder before quitting the application. In fact, I usually just close my laptop with applications running and take it with me to work. Is there a sequence I must follow with Tiger? I don't think this was an issue with Panther.

    You do have to unmount any Network Drives when/before moving to another location.
    I'm thinking the APPs that don't work right have some pref on the non-existing network drive/cpu, for instance, if they automatically open the last doc used.

  • TS1702 Some applications do not have sound on them.  Any suggestions?

    While most of the applications on the iPad function with sound - eg music, story books, etc, some of the apps which depend on sound do not have any sound at all.  I have adjusted them in the individual settings area, without success.  I have tried turning the iPad off, then on, and it still doesn't work.  Help please.

    Thanks.  I looked at some of the other questions, and was able to find out that the MUTE button was activated.  Strange that it only muted some of the applications, and not others.   But all is good now, the affected apps are working and I'm a happy Mum...

  • Some Applications won't launch in RDP

    I am using RDP to get into some Hyper-V VMs.  Most applications launch no problem but I have a few similar ones that will launch local on the server through the VM Connector but when I use RDP they won't launch.

    Hi,
    Thank you for posting in Windows Server forum.
    What’s the server & client OS using in your environment? Also let us know the RDP version used.
    In meanwhile please check that the application which you want to take RDP does not have any compatibility issue for the server or client you are using. Because it might happens sometime due to compatibility reason. As you already mentioned that there is issue
    with some specific application.
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Some Applications Won't Open

    Hi. So, just randomly one day some of the application on my Mac stopped opening and it's been a few days and they still won't. I tried shutting the computer down and restarting it, deleting a lot of stuff, and even using different accounts but nothing seems to be changing anything. Most of the applications are fine but Pages, Numbers, iPhoto, and maybe some other ones I haven't tried yet just aren't opening. When you click on them it says they're open but there's nothing on the screen. You can quit out of the application but really... there's nothing to quit out of. And if you leave it "open" for long enough then when you click on it it tells you to force quit. I'd really appreciate some help on how to fix this because nothing seems to be working. Thanks!

    You could check in the various logs in Console (in Utilities) for any messages that appear to be related. Might also not hurt (but maybe not help) to run Permissions repair in Disk Utility.

  • Internet works fine but some applications won't work (wrt54g2)

    So my connection works just fine with most applications and browsing, but when I try logging into a ventrilo server I'll just get stuck on synchronizing.
    When playing Heroes of Newerth too, for an  instance, I'm not able to connect to any games or download the game list.
    I've opened all related ports and also set my computer up as DMZ to see if that was the problem, still didn't work.
    The router is WRT54G2 updated to the newest firmware.
    I also have a D-LINK router and both ventrilo and heroes of newerth work just fine on that router.
    Any ideas?

    Who is your ISP....?
    Are you able to login in the ventrilo server when connected directly to the modem...?
    As you have upgraded the router's firmware,I would suggest you to reset the router for 35 seconds,power cycle the router and re-configure it from scratch...Now,try to open the required ports on the router and check.

  • Application won't open in my profile, but open and run great in a test profile

    Just got a new macbook
    I imported the profile from my old MAcbook and some application won't work anymore...
    So I got my way to make macoffice to work again...
    Now My suitcase fusion don't want to open... when i clic on the icon, it start and it ask me if I want to check for update no mather if I clic yes or no, after it close... So I try it in another profile and it work great...
    I had similar issue in the past and I had to copy file from the test profile to my main profiles...
    but this time it's not working...
    any idea ???
    Thanks in advance

    I suggest to go to your profile's library and look for Application Support folder. Verify if it contains a folder matching your application. If so delete it.
    Then got to Preferences folder and look for files or folder related to your application name. Delete them too.
    now restart your application.
    To go to your Library folder in Lion: In Finder navigate to your user folder and use the Go To menu item Go to folder and enter "Library" as it is a hidden folder in Lion.

  • Docked iPod only outputs sound during video to TV

    I have a 5G iPod in an Apple dock, connected to my TV using a Monster audio cable and an S-Video cable. For some reason, it only outputs sound during videos or a photo slide show - not at all for music only playback. I'm baffled! Any idea why? It's a Panasonic plasma, and I've tried three different inputs. None work for music, but video is fine.

    The iPhone 4, unlike iPod, doesn't ask you to set for PAL or NTSC.  In fact, in the SETTINGS/Video menu it only asks if you want to "Start Playing From Beginning", "Closed Captioning" and "Home Sharing".  I was surprised it had no settings like the iPod at all.

  • Some applications are not installed by MDT

    Hi!
    I'm deploying Windows 7 32bit and most of my applications are installed by MDT, after the image is droped on the target machine. I found myself facing a very odd situation for which I couldn't find an explanation or solution:
    - "sometimes" (and that it's a key word), when I dropped the same image using the same task sequence on the same type of hardware (lets 20-30 computers), on some machines all the applications will be installed, and on others I'll miss 1, 2 (usaully
    the same ones) or sometimes more and I'm not refering to the situation when the TS was interupted and it's aking you if you want to continue. The TS will finish without any error/warning messages but those apps will not be on all the machines. 
    Did anyone had a problem like this? Can you help me please with any information/solutions regarding it?
    Thank you!
    PS My MDT version is 6.1.2373.0

    No, the TS is not being interrupted, this was what I was saying previously. The TS will finish, without throwing any message but sometime, some applications won't be installed. If I go to the log files (BDD or ZTIApplications) I can see an error code about
    those apps, but if I don't check the log files or look to see if all my apps came down well, I won't receive any notification from MDT that something didn't work well (and once, one of my coleauges sent me a log file were it was saying that one app was installed
    succesfuly , but he couldn't find the app. I'm still very intrigue by that log file. Maybe it was sent by mistake from another computer).
    From what I research and talked with other people I think, most of the time, the situation is caused by an app that starts to install, but it takes more time and after awhile MDT is thingking that it finished and it's moving to the next app. And when is
    doing that, some time (especialy if the server is not busy), the other app(or apps that are comeing after it) is not installing at all. I said most of the time, because sometime, this problem will start to maifest before reaching that troublemaker app (again,
    when the server is busier than usual).
    What I've done until now, to limit the damages, was to put that app last on the list. If it won't install, at least won't affect others. I'm still working on it to make it works always! :)

Maybe you are looking for

  • Turn off screen after a certain time in xorg.conf

    added Option "DPMS" "true" to monitor and Option "OffTime" "1" to serverflags and it doesn't work. # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder26) Thu Feb 14 18:13:41 PST 2008

  • Boris Text 3D crashing FCP

    This started as a missing Text editor. When I'd open the controls tab and try to open the Boris text editor, the pop-up window was nowhere to be found. I trashed my prefs but that didn't solve it. Now, whenever I try to open the text editor, all of F

  • Archived E-Mail Campaigns

    I have tidied up some email campaigns by archiving them, but now find I can't access the analytics for them. Is there a way of doing this, or do I need to log a support ticket to get this undone? thanks Ursh

  • Safari & iTunes --- where's my music????

    My last Apple update for iTunes landed me in Safari land. I went it to Safari to change update my iPod music only to discover that it doesn't quite work that way...not easily. I either need to figure out how to get my music into Safari, or I need to

  • Directory Listing on CSS

    We have a CSS running Version 5 of the image. How can I see a directory listing of the files on the system. What command would I use that's equal to "ls" in unix or "Dir" in Windows.