Central speaker playing the subwoofer sound, and subwoofer playing central speaker sound
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
add a comment |
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
add a comment |
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
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
sound speakers
edited May 28 '13 at 20:29
Mateo
7,37484971
7,37484971
asked Apr 27 '12 at 19:03
user57249
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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