Central speaker playing the subwoofer sound, and subwoofer playing central speaker sound












1















I've a C-Media sound card - CM8738 and 5.1 speakers.



Everything seems to work pretty good, but there is a problem - two speakers are mixed - subwoofer is a central speaker, and central speaker is a subwoofer for Ubuntu.










share|improve this question





























    1















    I've a C-Media sound card - CM8738 and 5.1 speakers.



    Everything seems to work pretty good, but there is a problem - two speakers are mixed - subwoofer is a central speaker, and central speaker is a subwoofer for Ubuntu.










    share|improve this question



























      1












      1








      1








      I've a C-Media sound card - CM8738 and 5.1 speakers.



      Everything seems to work pretty good, but there is a problem - two speakers are mixed - subwoofer is a central speaker, and central speaker is a subwoofer for Ubuntu.










      share|improve this question
















      I've a C-Media sound card - CM8738 and 5.1 speakers.



      Everything seems to work pretty good, but there is a problem - two speakers are mixed - subwoofer is a central speaker, and central speaker is a subwoofer for Ubuntu.







      sound speakers






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 28 '13 at 20:29









      Mateo

      7,37484971




      7,37484971










      asked Apr 27 '12 at 19:03







      user57249





























          1 Answer
          1






          active

          oldest

          votes


















          0














          1- Run in terminal gksu gedit /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf
          This is the file where the channel map is, enter you pasword when prompted, and the file will open.



          2- You are looking for the code that looks like this-



          [Mapping analog-surround-51]
          device-strings = surround51:%f
          channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
          paths-output = analog-output analog-output-speaker analog-output-desktop-speaker analog-output-lfe-on-mono
          priority = 8
          direction = output


          3- It may not be exactly the same, but we want to change only the channel-map order

          from -
          channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe

          to -
          channel-map = front-left,front-right,rear-left,rear-right,lfe,front-center



          Notice the order on lfe and front-center, lfe is the subwoofer, and front-center is your center speaker, if it displays another configuration, just swap position of lfe and front-center



          Source: http://ubuntuforums.org/archive/index.php/t-1484966.html



          Let me know how this works for your version.






          share|improve this answer
























          • Now pulseaudio don't want to work. Sound settings don't see any sound card.

            – user57249
            Apr 28 '12 at 6:57











          • I did. Ubuntu 12.04, but it didn't worked on previous versions also. I don't have amplituner, it's normal sound system from Creative so I guess, I will have to buy new sound card. Bad news. But I still have some hope.

            – user57249
            Apr 28 '12 at 20:39











          • It is probably not possible to map output jacks as input jacks with this method, is it? I tried, but the mic still seems not to be connected/existing in the Unity audio settings...

            – Byte Commander
            May 4 '15 at 9:19











          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%2f126409%2fcentral-speaker-playing-the-subwoofer-sound-and-subwoofer-playing-central-speak%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









          0














          1- Run in terminal gksu gedit /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf
          This is the file where the channel map is, enter you pasword when prompted, and the file will open.



          2- You are looking for the code that looks like this-



          [Mapping analog-surround-51]
          device-strings = surround51:%f
          channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
          paths-output = analog-output analog-output-speaker analog-output-desktop-speaker analog-output-lfe-on-mono
          priority = 8
          direction = output


          3- It may not be exactly the same, but we want to change only the channel-map order

          from -
          channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe

          to -
          channel-map = front-left,front-right,rear-left,rear-right,lfe,front-center



          Notice the order on lfe and front-center, lfe is the subwoofer, and front-center is your center speaker, if it displays another configuration, just swap position of lfe and front-center



          Source: http://ubuntuforums.org/archive/index.php/t-1484966.html



          Let me know how this works for your version.






          share|improve this answer
























          • Now pulseaudio don't want to work. Sound settings don't see any sound card.

            – user57249
            Apr 28 '12 at 6:57











          • I did. Ubuntu 12.04, but it didn't worked on previous versions also. I don't have amplituner, it's normal sound system from Creative so I guess, I will have to buy new sound card. Bad news. But I still have some hope.

            – user57249
            Apr 28 '12 at 20:39











          • It is probably not possible to map output jacks as input jacks with this method, is it? I tried, but the mic still seems not to be connected/existing in the Unity audio settings...

            – Byte Commander
            May 4 '15 at 9:19
















          0














          1- Run in terminal gksu gedit /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf
          This is the file where the channel map is, enter you pasword when prompted, and the file will open.



          2- You are looking for the code that looks like this-



          [Mapping analog-surround-51]
          device-strings = surround51:%f
          channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
          paths-output = analog-output analog-output-speaker analog-output-desktop-speaker analog-output-lfe-on-mono
          priority = 8
          direction = output


          3- It may not be exactly the same, but we want to change only the channel-map order

          from -
          channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe

          to -
          channel-map = front-left,front-right,rear-left,rear-right,lfe,front-center



          Notice the order on lfe and front-center, lfe is the subwoofer, and front-center is your center speaker, if it displays another configuration, just swap position of lfe and front-center



          Source: http://ubuntuforums.org/archive/index.php/t-1484966.html



          Let me know how this works for your version.






          share|improve this answer
























          • Now pulseaudio don't want to work. Sound settings don't see any sound card.

            – user57249
            Apr 28 '12 at 6:57











          • I did. Ubuntu 12.04, but it didn't worked on previous versions also. I don't have amplituner, it's normal sound system from Creative so I guess, I will have to buy new sound card. Bad news. But I still have some hope.

            – user57249
            Apr 28 '12 at 20:39











          • It is probably not possible to map output jacks as input jacks with this method, is it? I tried, but the mic still seems not to be connected/existing in the Unity audio settings...

            – Byte Commander
            May 4 '15 at 9:19














          0












          0








          0







          1- Run in terminal gksu gedit /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf
          This is the file where the channel map is, enter you pasword when prompted, and the file will open.



          2- You are looking for the code that looks like this-



          [Mapping analog-surround-51]
          device-strings = surround51:%f
          channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
          paths-output = analog-output analog-output-speaker analog-output-desktop-speaker analog-output-lfe-on-mono
          priority = 8
          direction = output


          3- It may not be exactly the same, but we want to change only the channel-map order

          from -
          channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe

          to -
          channel-map = front-left,front-right,rear-left,rear-right,lfe,front-center



          Notice the order on lfe and front-center, lfe is the subwoofer, and front-center is your center speaker, if it displays another configuration, just swap position of lfe and front-center



          Source: http://ubuntuforums.org/archive/index.php/t-1484966.html



          Let me know how this works for your version.






          share|improve this answer













          1- Run in terminal gksu gedit /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf
          This is the file where the channel map is, enter you pasword when prompted, and the file will open.



          2- You are looking for the code that looks like this-



          [Mapping analog-surround-51]
          device-strings = surround51:%f
          channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
          paths-output = analog-output analog-output-speaker analog-output-desktop-speaker analog-output-lfe-on-mono
          priority = 8
          direction = output


          3- It may not be exactly the same, but we want to change only the channel-map order

          from -
          channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe

          to -
          channel-map = front-left,front-right,rear-left,rear-right,lfe,front-center



          Notice the order on lfe and front-center, lfe is the subwoofer, and front-center is your center speaker, if it displays another configuration, just swap position of lfe and front-center



          Source: http://ubuntuforums.org/archive/index.php/t-1484966.html



          Let me know how this works for your version.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Apr 28 '12 at 0:26









          MateoMateo

          7,37484971




          7,37484971













          • Now pulseaudio don't want to work. Sound settings don't see any sound card.

            – user57249
            Apr 28 '12 at 6:57











          • I did. Ubuntu 12.04, but it didn't worked on previous versions also. I don't have amplituner, it's normal sound system from Creative so I guess, I will have to buy new sound card. Bad news. But I still have some hope.

            – user57249
            Apr 28 '12 at 20:39











          • It is probably not possible to map output jacks as input jacks with this method, is it? I tried, but the mic still seems not to be connected/existing in the Unity audio settings...

            – Byte Commander
            May 4 '15 at 9:19



















          • Now pulseaudio don't want to work. Sound settings don't see any sound card.

            – user57249
            Apr 28 '12 at 6:57











          • I did. Ubuntu 12.04, but it didn't worked on previous versions also. I don't have amplituner, it's normal sound system from Creative so I guess, I will have to buy new sound card. Bad news. But I still have some hope.

            – user57249
            Apr 28 '12 at 20:39











          • It is probably not possible to map output jacks as input jacks with this method, is it? I tried, but the mic still seems not to be connected/existing in the Unity audio settings...

            – Byte Commander
            May 4 '15 at 9:19

















          Now pulseaudio don't want to work. Sound settings don't see any sound card.

          – user57249
          Apr 28 '12 at 6:57





          Now pulseaudio don't want to work. Sound settings don't see any sound card.

          – user57249
          Apr 28 '12 at 6:57













          I did. Ubuntu 12.04, but it didn't worked on previous versions also. I don't have amplituner, it's normal sound system from Creative so I guess, I will have to buy new sound card. Bad news. But I still have some hope.

          – user57249
          Apr 28 '12 at 20:39





          I did. Ubuntu 12.04, but it didn't worked on previous versions also. I don't have amplituner, it's normal sound system from Creative so I guess, I will have to buy new sound card. Bad news. But I still have some hope.

          – user57249
          Apr 28 '12 at 20:39













          It is probably not possible to map output jacks as input jacks with this method, is it? I tried, but the mic still seems not to be connected/existing in the Unity audio settings...

          – Byte Commander
          May 4 '15 at 9:19





          It is probably not possible to map output jacks as input jacks with this method, is it? I tried, but the mic still seems not to be connected/existing in the Unity audio settings...

          – Byte Commander
          May 4 '15 at 9:19


















          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%2f126409%2fcentral-speaker-playing-the-subwoofer-sound-and-subwoofer-playing-central-speak%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á

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