Results 1 to 6 of 6

Thread: Odd issue with microphone and sound

  1. #1
    Join Date
    Jan 2008
    Beans
    6
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Odd issue with microphone and sound

    I am running Xubuntu 11.10 and I am finding quite an odd issue with my sound settings.

    I have an external speaker and a mic embedded into a USB Webcam. The mic does not work but as I was (just) hearing a friend over Gtalk, she found out that she could hear the music I was playing in my computer.

    So, she could hear my sound output, but not my voice! As is the output signal was routed directly into the microphone.

    Any idea of what is going on in my system?

  2. #2
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Odd issue with microphone and sound

    Use the alsa-info-script to provide detailed information.
    Run this command in a terminal:
    Code:
    wget http://www.alsa-project.org/alsa-info.sh -O alsa-info.sh && bash alsa-info.sh
    Choose the upload option and provide a link for the output.

  3. #3
    Join Date
    Jan 2008
    Beans
    6
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Odd issue with microphone and sound

    I ran the script and the output is here:

    http://www.alsa-project.org/db/?f=fe...976fec67754dd4

    Thanks for your reply and help!

  4. #4
    Join Date
    Jan 2008
    Beans
    6
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Odd issue with microphone and sound

    More info concerning my sound issue:

    1) I switch off my external speakers (so I cannot hear any sound).
    2) I play some music (which I cannot hear).
    3) Run "arecord -d 10 borrar2.wav"
    4) After the recording, I switch on the speakers.
    5) I run "aplay borrar2.wav" and I can hear the music that was playing at time (3).

    It seems as if the output of my speakers were routed to my mic, doesn't it?

  5. #5
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Odd issue with microphone and sound

    You're not using pulseaudio, correct? Does the webcam mic have a separate port or does it share the usb? If so it would require the snd-usb-audio module which is not being loaded.
    You can try loading it thusly:
    Code:
    sudo modprobe snd-usb-audio
    Then check for new devices:
    Code:
    aplay -l

  6. #6
    Join Date
    Apr 2009
    Beans
    1

    Re: Odd issue with microphone and sound

    I had the same issue and tried this solution. It works! thank you very much lidex!!!!

    I have read about many people having this problem, we should mark this as solved so that others might use it, it's quite important!

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
  •