Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Internal microphone on Lenovo G570 with Ubutnu?

  1. #1
    Join Date
    Mar 2007
    Location
    Smoky Bay
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Question Internal microphone on Lenovo G570 with Ubutnu?

    The internal microphone doesn't work on brand new Lenovo G570 with Ubutnu 11.04. Any idea how to fix it? The external microphone works perfectly when connected. Thank you!

  2. #2
    Join Date
    Mar 2007
    Location
    Smoky Bay
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Internal microphone on Lenovo G570 with Ubutnu?

    Any idea?

  3. #3
    Join Date
    Jul 2011
    Location
    Madrid, Spain
    Beans
    9
    Distro
    Kubuntu

    Re: Internal microphone on Lenovo G570 with Ubutnu?

    I have the same problem with my Lenovo G570.

  4. #4
    Join Date
    Jul 2011
    Location
    Madrid, Spain
    Beans
    9
    Distro
    Kubuntu

    Re: Internal microphone on Lenovo G570 with Ubutnu?

    I've solved it!.

    You must edit /etc/modprobe.d/sound.conf

    Code:
    options snd-hda-intel model=asus
    I'm using Kubuntu 11.04, and I had "model=thinkpad" by default. Changing to "model=asus" and reboot alsa with:

    Code:
    sudo alsa force-reload
    Note: Sometimes, when I've tried to reload service alsa, it failed because pulseaudio was working. Reboot and go.

    You could test it with:
    Code:
    arecord -D hw:0,0 -vv -f cd ~/test.wav
    Quote Originally Posted by Marzata View Post
    The internal microphone doesn't work on brand new Lenovo G570 with Ubutnu 11.04. Any idea how to fix it? The external microphone works perfectly when connected. Thank you!

  5. #5
    Join Date
    Mar 2007
    Location
    Smoky Bay
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Unhappy Re: Internal microphone on Lenovo G570 with Ubutnu?

    Thank you for your answer. I am running Xubuntu 11.10 and
    /etc/modprobe.d/sound.conf
    is empty.
    Any idea how to fix the issue above?

  6. #6
    Join Date
    Jul 2011
    Location
    Madrid, Spain
    Beans
    9
    Distro
    Kubuntu

    Re: Internal microphone on Lenovo G570 with Ubutnu?

    You must be sure that the module is loaded correctly:

    Code:
    $ lsmod | egrep snd_hda_intel
    If the module snd_hda_intel has been loaded, you could create the file /etc/modprobe.d/sound.conf if it does not exist, or add the line if it is empty.


    Quote Originally Posted by Marzata View Post
    Thank you for your answer. I am running Xubuntu 11.10 and
    /etc/modprobe.d/sound.conf
    is empty.
    Any idea how to fix the issue above?

  7. #7
    Join Date
    Mar 2007
    Location
    Smoky Bay
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Smile Re: Internal microphone on Lenovo G570 with Ubutnu?

    Thank you! The internal microphone works now. Is there a way to turn it up? Thank you again!

  8. #8
    Join Date
    Jul 2011
    Location
    Madrid, Spain
    Beans
    9
    Distro
    Kubuntu

    Re: Internal microphone on Lenovo G570 with Ubutnu?

    Quote Originally Posted by Marzata View Post
    Thank you! The internal microphone works now. Is there a way to turn it up? Thank you again!
    You can change volume levels with:

    Code:
    $ alsamixer

  9. #9
    Join Date
    Mar 2007
    Location
    Smoky Bay
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Internal microphone on Lenovo G570 with Ubutnu?

    There in alsamixer I am not sure what should be the mic control. See the attached screenshot. Thank you!
    Attached Images Attached Images

  10. #10
    Join Date
    Jul 2011
    Location
    Madrid, Spain
    Beans
    9
    Distro
    Kubuntu

    Re: Internal microphone on Lenovo G570 with Ubutnu?

    Hi Marzata!

    my internal mic control is "Analog Mic Boost". I can turn it up to 40dB. In your screenshot, it is on 30.

    But my Chip is Conexant CX20590. Yours is "Intel CougarPoint HDMI". Is it the graphic card? On alsamixer, you can press F6 to select sound card.

Page 1 of 2 12 LastLast

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
  •