Problem with phase inverted internal mic on Lenovo Ideapad 320, Ubuntu 18.04












0















I'm having an issue using my internal microphone. First time I noticed it was yesterday when I had a group call on Google Hangouts. After thorough research into this, I discovered that my problem was that one of my mic channels was phase inverted from the other, and thus the two channels were effectively cancelling each other out.



The mic would work if I used sudo pavucontrol to unlock the channels and mute one of them out (and thus it would serve as a ground reference for the other channel), but the thing is that most apps (e.g.: Chrome, Skype) would auto-adjust the mic gain and re-lock the mic channels together, and thus the problem would persist. I tried everything I could to mitigate the issue, but nothing really worked. Also, I found out that this bug goes back as early as 6 years ago, and still no solution is available anywhere.



Reference: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1002978










share|improve this question

























  • Found a way to mitigate this by running while sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..

    – scorpion9979
    Oct 21 '18 at 15:16
















0















I'm having an issue using my internal microphone. First time I noticed it was yesterday when I had a group call on Google Hangouts. After thorough research into this, I discovered that my problem was that one of my mic channels was phase inverted from the other, and thus the two channels were effectively cancelling each other out.



The mic would work if I used sudo pavucontrol to unlock the channels and mute one of them out (and thus it would serve as a ground reference for the other channel), but the thing is that most apps (e.g.: Chrome, Skype) would auto-adjust the mic gain and re-lock the mic channels together, and thus the problem would persist. I tried everything I could to mitigate the issue, but nothing really worked. Also, I found out that this bug goes back as early as 6 years ago, and still no solution is available anywhere.



Reference: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1002978










share|improve this question

























  • Found a way to mitigate this by running while sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..

    – scorpion9979
    Oct 21 '18 at 15:16














0












0








0








I'm having an issue using my internal microphone. First time I noticed it was yesterday when I had a group call on Google Hangouts. After thorough research into this, I discovered that my problem was that one of my mic channels was phase inverted from the other, and thus the two channels were effectively cancelling each other out.



The mic would work if I used sudo pavucontrol to unlock the channels and mute one of them out (and thus it would serve as a ground reference for the other channel), but the thing is that most apps (e.g.: Chrome, Skype) would auto-adjust the mic gain and re-lock the mic channels together, and thus the problem would persist. I tried everything I could to mitigate the issue, but nothing really worked. Also, I found out that this bug goes back as early as 6 years ago, and still no solution is available anywhere.



Reference: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1002978










share|improve this question
















I'm having an issue using my internal microphone. First time I noticed it was yesterday when I had a group call on Google Hangouts. After thorough research into this, I discovered that my problem was that one of my mic channels was phase inverted from the other, and thus the two channels were effectively cancelling each other out.



The mic would work if I used sudo pavucontrol to unlock the channels and mute one of them out (and thus it would serve as a ground reference for the other channel), but the thing is that most apps (e.g.: Chrome, Skype) would auto-adjust the mic gain and re-lock the mic channels together, and thus the problem would persist. I tried everything I could to mitigate the issue, but nothing really worked. Also, I found out that this bug goes back as early as 6 years ago, and still no solution is available anywhere.



Reference: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1002978







pulseaudio lenovo alsa microphone






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 21 '18 at 13:25







scorpion9979

















asked Oct 21 '18 at 13:18









scorpion9979scorpion9979

284




284













  • Found a way to mitigate this by running while sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..

    – scorpion9979
    Oct 21 '18 at 15:16



















  • Found a way to mitigate this by running while sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..

    – scorpion9979
    Oct 21 '18 at 15:16

















Found a way to mitigate this by running while sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..

– scorpion9979
Oct 21 '18 at 15:16





Found a way to mitigate this by running while sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..

– scorpion9979
Oct 21 '18 at 15:16










1 Answer
1






active

oldest

votes


















1














I was facing with this same issue till yesterday on the new lenovo ideapad 320.
I did the pavucontrol to unlock the channels and mute one of them, followed by



editing /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
Under [Element Internal Mic Boost] set volume to zero.
Under [Element Int Mic Boost] set volume to zero.
Under [Element Mic Boost] set volume to zero.



reference : https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Microphone_distorted_due_to_automatic_adjustment
Credits to https://forums.linuxmint.com/viewtopic.php?t=183740



Tried with skype echo test service.
Hope this helps.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1085846%2fproblem-with-phase-inverted-internal-mic-on-lenovo-ideapad-320-ubuntu-18-04%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    I was facing with this same issue till yesterday on the new lenovo ideapad 320.
    I did the pavucontrol to unlock the channels and mute one of them, followed by



    editing /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
    Under [Element Internal Mic Boost] set volume to zero.
    Under [Element Int Mic Boost] set volume to zero.
    Under [Element Mic Boost] set volume to zero.



    reference : https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Microphone_distorted_due_to_automatic_adjustment
    Credits to https://forums.linuxmint.com/viewtopic.php?t=183740



    Tried with skype echo test service.
    Hope this helps.






    share|improve this answer




























      1














      I was facing with this same issue till yesterday on the new lenovo ideapad 320.
      I did the pavucontrol to unlock the channels and mute one of them, followed by



      editing /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
      Under [Element Internal Mic Boost] set volume to zero.
      Under [Element Int Mic Boost] set volume to zero.
      Under [Element Mic Boost] set volume to zero.



      reference : https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Microphone_distorted_due_to_automatic_adjustment
      Credits to https://forums.linuxmint.com/viewtopic.php?t=183740



      Tried with skype echo test service.
      Hope this helps.






      share|improve this answer


























        1












        1








        1







        I was facing with this same issue till yesterday on the new lenovo ideapad 320.
        I did the pavucontrol to unlock the channels and mute one of them, followed by



        editing /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
        Under [Element Internal Mic Boost] set volume to zero.
        Under [Element Int Mic Boost] set volume to zero.
        Under [Element Mic Boost] set volume to zero.



        reference : https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Microphone_distorted_due_to_automatic_adjustment
        Credits to https://forums.linuxmint.com/viewtopic.php?t=183740



        Tried with skype echo test service.
        Hope this helps.






        share|improve this answer













        I was facing with this same issue till yesterday on the new lenovo ideapad 320.
        I did the pavucontrol to unlock the channels and mute one of them, followed by



        editing /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
        Under [Element Internal Mic Boost] set volume to zero.
        Under [Element Int Mic Boost] set volume to zero.
        Under [Element Mic Boost] set volume to zero.



        reference : https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Microphone_distorted_due_to_automatic_adjustment
        Credits to https://forums.linuxmint.com/viewtopic.php?t=183740



        Tried with skype echo test service.
        Hope this helps.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 5 at 4:16









        AmitAmit

        322111




        322111






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1085846%2fproblem-with-phase-inverted-internal-mic-on-lenovo-ideapad-320-ubuntu-18-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕