Results 1 to 6 of 6

Thread: Unable to make calls using Skype

  1. #1
    Join Date
    Mar 2010
    Posts
    372

    Unable to make calls using Skype

    Hello,
    As indicated by the title of my subject, I can not call or answer a call in Skype. I have the following error: "problem with sound device". To see if my microphone works fine (it works on windows) I tried applying the "sound recorder" and then I have the following error: "Your audio capture settings are invalid. Please fix the parameters multimedia. " I turned everything on the microphone in the volume controller, but it changes nothing.

  2. #2
    Join Date
    Nov 2009
    Posts
    67

    Re: Unable to make calls using Skype

    Even I do have a same problem and in addition when I go to the menu System / Preferences / Sound / devices / conference audio / sound capture / test
    I see the following:
    "Gconfaudiosrc! AudioConvert! Audioresample! Gconfaudiosink profile = chat: Could not open resource for writing".
    Have you tried to this system / preference / sound you try tinkering a bit to see? (Particularly the "capture sound")

  3. #3
    Join Date
    Dec 2009
    Posts
    178

    Re: Unable to make calls using Skype

    Try the following on the command line
    Code:
    sudo / etc / init.d / alsa-utils restart
    And what version of Skype do you have installed? And after all is done just restart your computer once.

  4. #4
    Join Date
    Nov 2009
    Posts
    359

    Re: Unable to make calls using Skype

    To summarize the explanation, the problem was here dmix , which is used by sound cards that do not support hardware mixing (reproduce several different sounds at the same time). Dmix realized in this case a mixing software, to send a single audio stream to the soundcard. The problem is that ALSA dmix plugin does not support the removal of the audio stream from the microphone from the sound card. It is a kind of "virtual soundcard" but only of the output. The solution is to create in / etc / asound.conf a new description for a "virtual soundcard" that uses the sound card directly to the input and output to dmix:
    Code:
    Backup the file / etc / asound.conf :
    Code:
    $ Sudo cp / etc / asound.conf / etc / asound.conf.bak
    Open / etc / asound.conf with write permission (eg $ sudo gedit / etc / asound.conf) and
    - Add the definition of pcm.skype "(see code below)
    - Ensuring replace slave.pcm "dmix" by slave.pcm "skype" in the definition of "pcm." default "

    Then save, close and restart ALSA
    Code:
    $ Sudo / etc / init.d / alsa-utils restart
    It remains to relaunch Skype, which should now work correctly.

  5. #5
    Join Date
    Dec 2009
    Posts
    296

    Re: Unable to make calls using Skype

    I had a sound problem with a Cirrus Logic (or CS4297A CrystalClear CS4614/22/24) and Skype: the sound worked well on my PC, also recording, only Skype could not hear me (I heard my correspondents). Basically, Skype had a problem with the microphone. I had indeed enabled the microphone to capture, ADC Capture was high, DAC was not captured, but the high level, high CFM also. I solved the problem like this:
    Code:
    CS46xx.conf post with:
    sudo nano / usr/share/alsa/cards/CS46xx.conf
    Save and close.
    Code:
    Reconfigure ALSA
    sudo dpkg-reconfigure alsa-base

  6. #6
    Join Date
    Dec 2009
    Posts
    192

    Re: Unable to make calls using Skype

    What did you like "devices" recognized by Skype (tools, options, sound devices) please? Oh and sub, you have sound otherwise?? And last question alternative, have you tried the static version?

Similar Threads

  1. Replies: 4
    Last Post: 16-01-2012, 11:11 PM
  2. Unable to make calls using Skype on htc Wildfire S?
    By Gundugollu in forum Portable Devices
    Replies: 6
    Last Post: 11-12-2011, 12:44 PM
  3. Home Phone to make free Skype to Skype calls
    By Manavendra in forum Technology & Internet
    Replies: 9
    Last Post: 01-10-2011, 10:38 AM
  4. Replies: 10
    Last Post: 29-09-2011, 11:10 PM
  5. Unable to make Calls in Skype 5.3
    By Where-TO in forum Windows Software
    Replies: 5
    Last Post: 24-06-2011, 10:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,272,395.64206 seconds with 17 queries