[SOLVED] No sound only in Skype?

I have sound working on my system completely, sans Skype. I did not have PulseAudio installed when I installed Skype, yet Skype somehow put "PulseAudio Server (local)" in audio settings. Installing pulseaudio didn't really help - pavucontrol doesn't see my card for whatever reason.
Help?
Ninja edit: I did try this:
echo "autospawn = no" > ~/.pulse/client.conf
no luck
Edit2: the above command helped, I just forgot to run killall pulseaudio. Sorry for wasting database space
Last edited by Deusdies (2011-04-11 22:09:34)

Actually I don't consider this solved since after rebooting, the solution doesn't work (unless you kill pulseaudio again). It's a bit of a hassle to kill pulseaudio after each reboot. Especially when I use pulseaudio for other things while using skype. Currently I have no sound in skype after configuring pulseaudio from the wiki. Other software works fine under pulse except skype. I am running Arch x86_64 and I have installed skype from multilib, lib32-libpulse and other required packages listed in the wiki. As mentioned before the topic solution works but is tedious. If anyone knows a way to get skype fully working with pulseaudio under Arch x86_64; please let me know. Thanks

Similar Messages

  • [SOLVED] PulseAudio, sound only in first xsession

    Hi,
    After much tinkering, I can now run xmonad on vt1 and XFCE on vt2. I do this because XFCE plays much nicer with games than xmonad does. I launch XFCE like so:
    startx xfce4 -- :1 vt2
    However, sound only plays when I have the first session active. For example, if I start an episode of a TV show or a game in XFCE, I don't hear any audio until I switch back to xmonad, at which point I hear the audio from the XFCE session and the current session. I have no idea why this is happening, any ideas?
    This is my .xinitrc:
    #!/bin/sh
    xsetroot -cursor_name left_ptr
    setxkbmap -option caps:super
    xrdb -merge ~/.Xresources
    if [ -e /home/fil/.screenlayout/main.sh ]
    then
    sh /home/fil/.screenlayout/main.sh
    fi
    # Applications to startup
    pulseaudio --start
    pasystray &
    dropboxd &
    udiskie --tray &
    # Depending on WM
    case $2 in
    xfce) exec startxfce4 ;;
    trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype percent --width 10 --height 12 --tint 0x000000 --transparent true --alpha 0 &
    xcompmgr -n &
    feh --bg-fill ~/Dropbox/wallpaper/close_fields-wide.jpg
    exec xmonad
    esac
    *edit* I should add that I don't care if I can't hear audio across sessions, or if I can. As long as I can always hear the audio for a session in that session.
    Last edited by filk (2014-04-13 06:20:28)

    I resolved the issue by adding myself to the "audio" group.

  • [Solved] No sound (only headphones) on Thinkpad X200 Tablet

    A few years ago, I installed Arch on a Thinkpad X200 Tablet, and everything was fine until a few day ago the HD had to be replaced. I was happy with system and the only think I remember being a headache was the touchscreen.
    With the new HD, I decided to reinstall and not keeping config files, for a complete fresh start. One of the first things I did was setup sound, as it was really easy and worked just out-of-box with ALSA. After that, I installed some apps and the DE (Gnome this time, I've been previously working with only a WM, Awesome). I remeber even watching and listening a flash video with no problems.
    Today, I keep installing some tweaks: GDM, laptop-tools, HDAPS, setting a console font... and suddenly, I noticed sound was not working anymore. Looked at alsamixer, and everything looks fine. Booting on init level 3 the problem persists, so it's not a Gnome issue. I tried blacklisting the more recent modules and daemons, but no sound. I tried plugging some headphones, and hey, the headphones work!
    After reviewing the Arch wiki, Thinkwiki, googling, and trying several workarounds (most of them settings at modprobe.conf, and unmutting everything), I'm still with no sound, and very puzzled for the situation. I would greatly appreciate any help on this, or any clue to keep researching.
    $ lspci|grep -i audio
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    $ lsmod |grep snd
    snd_seq_dummy 1119 0
    snd_seq_oss 25232 0
    snd_hda_codec_conexant 35779 1
    snd_seq_midi_event 4568 1 snd_seq_oss
    snd_seq 41912 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 4409 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_pcm_oss 33950 0
    snd_mixer_oss 15366 1 snd_pcm_oss
    snd_hda_intel 18988 1
    snd_hda_codec 64796 2 snd_hda_codec_conexant,snd_hda_intel
    snd_hwdep 4804 1 snd_hda_codec
    snd_pcm 59496 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
    snd_timer 15687 2 snd_seq,snd_pcm
    snd_page_alloc 6053 2 snd_hda_intel,snd_pcm
    snd 43987 14 snd_seq_oss,snd_hda_codec_conexant,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer,thinkpad_acpi
    soundcore 4961 1 snd
    $ cat /proc/asound/modules
    0 snd_hda_intel
    29 thinkpad_acpi
    Last edited by Sachiel (2011-04-02 11:58:31)

    Hola joseperezc, thank you for the recommendations.
    Installing alsa-oss -> Nothing changes.
    pcspkr is loaded by default:
    $ lsmod |grep pcspkr
    pcspkr 1367 0
    I also tried blacklisting it, but no results.
    I also tried this conf:
    $ cat /etc/modprobe.d/alsa-base.conf
    options snd slots=snd-hda-intel
    alias snd-card-0 snd-hda-intel
    options snd-hda-intel model=auto
    options snd-hda-intel enable_msi=1
    But still no sound.
    Btw, atm I have:
    $ pacman -Qs alsa
    alocal/alsa-lib 1.0.24.1-1
    An alternative implementation of Linux sound support
    local/alsa-utils 1.0.24.2-1
    An alternative implementation of Linux sound support
    I also tried muting the SPDIF channels (I read that sometimes if they are enabled, the conflict with analog output), but no changes. And the sad thing is that it was working before... I'm thinking on uninstalling everything step by step...

  • Garageband is not picking sound from builtin mic (rMBP). I recorded some tracks, now it is not working. All other apps can use the mic. Monitoring is switched ON at GB, it picks sound only some other app, eg. Skype, is used to access the mic.

    Garageband is not picking sound from builtin mic (rMBP).
    I recorded some tracks, now it is not working. I have checked GB Preferences, Audio/MIDI > Audio Input > Built In Microphone.
    All other apps can use the mic. Dictation, Skype etc. can use the mic!
    Monitoring is switched ON at GB, it picks sound only some other app, eg. Skype, is used to access the mic.
    Can any one help me, Please!
    Many thanks!

    I have foud the solution - rather stupid. The system setting for audio input was at 70%, increasing it to 100% solves the problem!

  • [SOLVED] Crackling/distortion sound issues with Skype

    Recently pulseaudio was updated version 5.0 this finally fixed my KDE issues where KDE would switch inputs after every login. But now I have a crackling sound issue in Skype but only on my end off the connection. The one I'm talking to sounds fine but he hears me all the distorted and crackling. I tried the Skype Test Call system and there I sound fine no crackling issues or distortions. Anyone else have issues like that currently or know that could be?
    Last edited by fettouhi (2014-04-24 09:06:02)

    brebs wrote:
    Some things to try, that helped with youtube on a Ubuntu laptop:
    sed -e "/^resample-method =/s/.*/resample-method=trivial/" -e "/default-sample-rate =/s/.*/default-sample-rate = 48000/" -i /etc/pulse/daemon.conf
    sed -e "/^load-module module-udev-detect/s/.*/load-module module-udev-detect tsched=0/" -i /etc/pulse/default.pa
    I tried the one already that didn't do anything. I will try your first suggestion and see if it helps.

  • [Solved] No sound in Skype 4.3

    I am aware that Skype 4.3 requires pulseaudio, as much as I dislike pulse, skype is one of the main functions of my laptop to begin with so I decided to bite the bullet.
    I installed pulseaudio and pulseaudio-alsa, lib32-libpulse and lib32-alsa-plugins from the official repositories, configured pulse with pavucontrol and other programs are working (being Teamspeak 3 and Chromium)
    Skypes "Sound Devices" settings seems to be detecting pulse properly (mic, speakers and ringing is all set to "PulseAudio server (local)") but no sound comes from skype when I try to make a test sound (nor when I first launch it)
    Pavucontrol does not detect Skype as a sound application when it is running. (Neither recording nor playback)
    What could be the problem?
    Last edited by rabcor (2014-06-27 00:14:22)

    Fixed it, silly me.
    Pulseaudio doesn't pick up Skype as a sound application except for the moments where it is delivering sound (i.e. when I click the make test sound button, it will show skype in the playback list until the sound ends)
    Pulseaudio also doesn't seem to have any reliable way of selecting a default device as far as I can tell (and skype didn't let me do this either) I have a headset and intergrated speakers, what was happening was that skype insisted on using the headset for sound (I assume this happened because the headphones mic was the default mic)
    It is strange how chromium and teamspeak (both set to use pulse's default devices) correctly used the intergrated speaker and the headphone mic like I wanted whereas skype did not. That's why I hate pulse I guess.
    The fix for me in this case was to reconfigure (in pavucontrol) the headphones to "Analog Mono Input" rather than "Analog Stereo Output + Analog Mono Input".
    Last edited by rabcor (2014-06-27 00:14:12)

  • Sound problems with skype

    Ok so i have a HP Pavilion HPE h8-1150uk Desktop PC just got it, Windows 7 64 Bit, brand new.
    I get sound fine with Google Chrome aswell as Games, but whenever i connect to a skype conversation, i can only hear skype over Chrome, i can still get game sound while in a skype call, but for some reason i cant get chrome sound(for youtube etc).
    When i play somthing on youtube, then connect to skype, it makes a sound, then somehow overides chrome sounds and i only get skype/game sounds.
    Im using headphones aswell.
    I dont get it, any1 have any suggestions?
    Im baffled here. 

    Hi Teff,
    It sounds confused. 
    Check this setting in your sound.
    Taskbar > Sound > Playback Devices > Communications
    Try setting it to "Do nothing"
    I hope this helps.
    Say “Thanks!” – Click the Kudos Star next to the Post that helps you.
    Mark a Post “Accepted Solution” to say your issue is solved.
    Kind Regards,
    Dragon-Fur

  • Apple TV3 and the New iPad - I  WANT to stream the sound only

    Hey guys!
    I've got the new iPad and apple tv 3 which is great together!
    I have a receiver (which is located in the living room)  with Zone2 option and also have outdoor speakers which are connected to that Zone2.
    When I sit outside i want to use my great speaker system and use the outdoor speakers using AirPlay and ATV and stream the content to my ATV but the thing is that when i do that I lose my video on the device and the tv shows my video feed.
    That of course is a problem coz I enjoy my great speakers but can't watch the video (like YouTube video or something else)...
    Is there a way to stream the sound only to the ATV?
    I found discussions of people who don't manage to stream their video to the ATV and only managed to stream their sound but that was an error and things like firmware update solved their problem...
    Found no discussions of people who TRY to stream only the sound, like I want to...
    Does anyone have an idea that can solve my problem?
    Thanks a lot in advance!!!
    Golan

    It's actually very easy and doesn't even require splitting the video stream and extracting the audio track from it (which is pretty easy if you have a desktop computer).
    If you don't want to play back protected content (non-music videos purchased from iTunes Store), all you need to do is getting GoodPlayer, letting it play audio in background (Settings > Background Audio) and connect to your ATV in non-AirPlay mirroring mode. It'll happily play back the audio track of the video while you can do anything in the foreground. (Note that, in addition to GoodPlayer, other background audio-playback players may also work - it's just that I've tested GoodPlayer in this regard between my ATV3 and iPad 3. Let me know if you need more - for example, a list - info on them.)

  • Sound only works with Netflix via Mini DisplayPort

    I recently ordered a Mini DisplayPort to HDMI Adapter  (http://www.amazon.com/gp/product/B007DNG9DY/ref=oh_details_o05_s00_i00) for use with my Macbook Pro (purchased in 2011). I followed all of the setup instructions for display and sound (in both system preferences and Audio Midi). It seems that the audio is working only on Netflix. I have tried watching videos on other websites like YouTube and ABC, and there is video but no sound. Sound also works for video files that are on my computer. 
    Does anyone know why I would not have any sound only on certain websites? Is there a way to fix this?

    I had this exact same issue with my mini and a Toshiba 1080p TV.
    The reason is pretty technical and involves the EDID signal being lost between TV and Mini. (I think the TV can't re-acquire the signal from the mini)
    The only way I found to solve it was to buy one of these:
    http://www.gefen.com/kvm/dproduct.jsp?prod_id=4714
    (Gefen DVI Detective)
    Once setup it stores the EDID so that the TV always displays the mini's video signal.
    It's easy to setup and works fine for me (I've used it connected directly to my TV and through a HDMI switch). Only problem is the price for something that should already work.

  • SOUND ONLY Black screen on windows movie maker 8.1

               I  have sound only and  a black screen on my video   in windows movie maker 8.1

    Hello @craftycom,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that your desktop computer is not able to display a visual on the monitor screen. Are you able to get a visual on your monitor screen when you first boot into Windows? Does the black screen occur if you boot your system in Safe Mode, and then launch the program? I would be happy to help you, but first I would encourage you to post your product number for your computer. Below is a is an HP Support document that will demonstrate how to find your computer's product number. 
    How Do I Find My Model Number or Product Number?
    Please re-post with the necessary information, this way I will be able to research this further for you. I look forward to your reply!
    Cheers!
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Quick time sound only for mp4

    I just bought a refurbished IBook G4 (OS 10.4.6, Quick Time 7.0.4) For some .mp4 files, I get sound only (no video).
    Are there any ideas on how to solve this problem?

    I don't see a Movie Inspector Window, but I opened Movie Info, and the Format reads as follows:
    AAC, Stereo (L, R), 44.100 kHz, H.264, 848 x 480, Millions

  • Why won't videos play on my new iPad 2 14gb? They either constantly buffer, stop and I have to press play again, play sound only etc.

    Why won't videos play on my new iPad 2 14gb? They either constantly buffer, stop and I have to press play again, play sound only etc.

    Thanks .Ralph.  The problem is only on the iPad 2only.  I have an iPad 1 as well and it never had the problem.  The only videos that I have tried are you tube and the tutorials on apple.com.  I have absolutely no problem on either of my laptops or desktop PC's.  Only the iPad 2.    I am a new Apple user, so not very familiar yet with the product, but this is an absolute deal breaker for me.  With Apple's reputation I was not expecting any such problems and it is beyond my skill set to solve it.  Very frustrating.  Again, no problem with you tube videos.  I don't watch movies, so am not a Netflix member and haven't tried that yet, only you tube videos and apple.com tutorial videos.  I have to watch those on my laptop.  Again, I found a fix to the you tube problem.  It was a link to a site.  www.youtube/html5.  html5 video player trial that you click on and once done, the videos on the you tube app started working great.  They were doing the same thing as the tutorial videos prior to that.  No such luck with the other web videos, at least the ones that i have tried. Hope this is enough info and understandable. You might check out the html5 site.  I didn't thoroughly understand why, but it worked.  You may understand it better.  I am a proficient user, but far from an I.t. Pro.  I have read Many posts with similar problems, but no simple solutions and the ones I did try didn't work.  Speed tested well.  Channel is set to auto and always different than neighboring networks, usually channel 11.  Tried disabling QOS as suggested....no good.   I am completely stumped.   Any help is greatly appreciated.  Thanks very much for you time and helpful info.
    David

  • Why does my sound only come on sometimes when i get to the log in screen for World of Warcraft?

    Product: HP Pavilion dv9628nr
    Operating system: Vista
    Error Message: (i dont know if it is an error message) "No Audio Output Device Installed"
    All I did was play the latest content for World of Warcraft (Patch 4.3). I hit the mute button and it turned red. I hit "exit" and "exit now" after i was done playing and it took a long time to exit. After it was back to the very familiar screen with all the icons the sound was gone. The mute button was blue after a restart, then it started saying i didn't have a sound card when i tried looking for it. The next day i turn on my laptop and and the mute button is red when it's starting up. After it was done I unmute it and sound worked fine, but for a while. After that the sound only comes back on a few rare occasions when i get to the login screen of world of warcraft. Then after a while of walking around doing nothing, the sound is gone again, but the mixer is still there (the mixer disappears after i restart). It also doesn't let me successfully uninstall the sound driver. I restart and go to reinstall the driver on the website, but during the download it says that it's already installed and if i want to overwrite, when i hit "yes to all" the lap top beeps LOUDLY, and says the installation failed because it didn't find the device. What's going on?

    The boot ROM is static unless Apple issues a firmware update. I just checked and they never released any such updates for the eMac. Without a firmware update available, I know of no way to overwrite the current version.
    What did the serial number check show? Don;t post your serial number, just whether it fell within one of those ranges.
    The logic board issue was specifically bad capacitors. Look at some of the pic posted here:
    http://picasaweb.google.com/gdegagne/EMacCapacitorReplacement#
    Open your RAM door on the case bottom and look inside. The third picture in the web site is the view with that door open. You can see only two of several possible bad caps through the RAM door but, if those two are leaking brown goo like those in the image, I think you will have found your problem.
    I just realized you are in Tacoma. That makes the closing of the repair place I mentioned all the more sad, as your shipping costs to Eugene OR would be much less than for an eMac owner living several states away. Heck, you could have driven it to Eugene!
    Really, I'm not in the habit of preaching 'gloom and doom' but, in your case, we need to deal with the logic board issue first to be able to provide you with worthwhile help should your computer not have the "bad cap" problem. If bad caps are the problem, there is not much we can offer other than to refer you to Google to search for self-repair instructions, or to Apple Customer Relations (1-800-767-2775) to consult regarding a Repair Extension Program that was apparently shut off too early.

  • Classic will no longer sync podcasts with video.  I get sound only

    Hi
    I was haveing a great time with my ipod. Watching podcasts of all sorts. Then it stopped syncing podcasts (music is fine). I got error messages sometimes saying cannot sync as disc cannot be found.
    Then out of the blue it sunk some podcasts but with sound only. The downloaded podcasts show in podcast library and also I have copied them to a playlist I made myself called 'podcasts'. I did this once before but it disappeared. I am not desperate to save any of these current pods so dont mind dumping the lot ~(not music) and starting again if necessary.
    Please help, this is driving me nuts. No really techi advice please. Simple English would be great.
    Thanks in anticipation

    Found out that my iPod was hanging on the photos not Outlook. Deleted the iPod Cashe and problem is sloved.

  • Brand new Ipod touch G4 with sound only in one earbud

    I have a brand new Ipod touch G4 with sound only in one earbud.  I have tried different types of headphones, but get the same result.  If I jiggle the connector pin, I can get sound on both earbuds, but only on one side when the connector pin is push all the way in.
    I have an older Ipod g4 without this problem
    any suggestions?

    Try on your ipod going to Settings-General-Accessibility. Scroll down into Hearing and see that Mono Audio is off. Maybe that's the problem.

Maybe you are looking for

  • Pass system ack of JDBC adapter to ERP in IDoc - XI - JDBC scenario

    Dear all, i have an IDoc -> XI -> JDBC scenario (without using ccBPM). In the standard way the ERP system, sending the IDoc waits for an application acknowledgement. However the JDBC adapter is only capeable to send system acknowledgements. Is there

  • Add action to a button

    Hi everybody, i�m a beginner programming JAVA. So i think the question will be so easy. How can I add an action to a button created on a container??? i.e. i want that when pressing the button, a word document can be opened. thank you very much in adv

  • Sales wise production report

    Dear Experts We have one sales order with 100 line iitems .How to identify what are the production orders are confirmed from shop floor and reday for delivery ? Regards Akash

  • 503 Service Unavailable -- only in FireFox 30.0

    Recently I am consistently get this error when viewing certain webpages (such as all tumblr blog homepages (ie. http://soanddso.tumblr.com/), but my dash and specific posts on anyone's blog work fine.) -- I have tried running in safe mode, still happ

  • Business emails in Inbox deleted on Iphone also delete from Outlook Inbox on Computer

    There are numerous discussions regarding the deletion of emails from Outlook on the computer when they are deleted from the iphone, mine being a 4s.  I have two email accounts set up on my iphone.  One setup in Other for my personal domain email acco