Ubuntu 18.04 strange sound volume behaviour on MSI GD63 7RD Stealth
I recently installed Ubuntu 18.04 on my new Laptop (MSI GD63 7RD Stealth). The sound volume control is working perfectly until I plug my headphones in. If I do so the sound is also coming from the laptop speakers and with max volume from the headphones. The volume control then only works on the laptop speakers (headphones is always max volume) until its completely off. Then its also off on the headphones.
Does anyone know that behavior and how I can fix this?
EDIT:
pacmd list-sinks | grep -e'name:' -e 'index:'
* index: 0
name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
18.04 sound headphones volume-control
New contributor
add a comment |
I recently installed Ubuntu 18.04 on my new Laptop (MSI GD63 7RD Stealth). The sound volume control is working perfectly until I plug my headphones in. If I do so the sound is also coming from the laptop speakers and with max volume from the headphones. The volume control then only works on the laptop speakers (headphones is always max volume) until its completely off. Then its also off on the headphones.
Does anyone know that behavior and how I can fix this?
EDIT:
pacmd list-sinks | grep -e'name:' -e 'index:'
* index: 0
name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
18.04 sound headphones volume-control
New contributor
add a comment |
I recently installed Ubuntu 18.04 on my new Laptop (MSI GD63 7RD Stealth). The sound volume control is working perfectly until I plug my headphones in. If I do so the sound is also coming from the laptop speakers and with max volume from the headphones. The volume control then only works on the laptop speakers (headphones is always max volume) until its completely off. Then its also off on the headphones.
Does anyone know that behavior and how I can fix this?
EDIT:
pacmd list-sinks | grep -e'name:' -e 'index:'
* index: 0
name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
18.04 sound headphones volume-control
New contributor
I recently installed Ubuntu 18.04 on my new Laptop (MSI GD63 7RD Stealth). The sound volume control is working perfectly until I plug my headphones in. If I do so the sound is also coming from the laptop speakers and with max volume from the headphones. The volume control then only works on the laptop speakers (headphones is always max volume) until its completely off. Then its also off on the headphones.
Does anyone know that behavior and how I can fix this?
EDIT:
pacmd list-sinks | grep -e'name:' -e 'index:'
* index: 0
name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
18.04 sound headphones volume-control
18.04 sound headphones volume-control
New contributor
New contributor
edited 5 hours ago
Samuel P.
New contributor
asked 9 hours ago
Samuel P.Samuel P.
1055
1055
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Have you tried using pactl?
(I guess it's installed by default)
do this in terminal: pactl set-sink-volume 0 -50%
That only sets the volume for the laptop speakers, headphones remain 100%, except for 0
– Samuel P.
6 hours ago
can you try this "pacmd list-sinks | grep -e'name:' -e 'index:' " to see list of output source and capture the screen please
– Kongnut
5 hours ago
* index: 0 name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
– Samuel P.
5 hours ago
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
});
}
});
Samuel P. is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1120161%2fubuntu-18-04-strange-sound-volume-behaviour-on-msi-gd63-7rd-stealth%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
Have you tried using pactl?
(I guess it's installed by default)
do this in terminal: pactl set-sink-volume 0 -50%
That only sets the volume for the laptop speakers, headphones remain 100%, except for 0
– Samuel P.
6 hours ago
can you try this "pacmd list-sinks | grep -e'name:' -e 'index:' " to see list of output source and capture the screen please
– Kongnut
5 hours ago
* index: 0 name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
– Samuel P.
5 hours ago
add a comment |
Have you tried using pactl?
(I guess it's installed by default)
do this in terminal: pactl set-sink-volume 0 -50%
That only sets the volume for the laptop speakers, headphones remain 100%, except for 0
– Samuel P.
6 hours ago
can you try this "pacmd list-sinks | grep -e'name:' -e 'index:' " to see list of output source and capture the screen please
– Kongnut
5 hours ago
* index: 0 name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
– Samuel P.
5 hours ago
add a comment |
Have you tried using pactl?
(I guess it's installed by default)
do this in terminal: pactl set-sink-volume 0 -50%
Have you tried using pactl?
(I guess it's installed by default)
do this in terminal: pactl set-sink-volume 0 -50%
answered 6 hours ago
KongnutKongnut
111
111
That only sets the volume for the laptop speakers, headphones remain 100%, except for 0
– Samuel P.
6 hours ago
can you try this "pacmd list-sinks | grep -e'name:' -e 'index:' " to see list of output source and capture the screen please
– Kongnut
5 hours ago
* index: 0 name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
– Samuel P.
5 hours ago
add a comment |
That only sets the volume for the laptop speakers, headphones remain 100%, except for 0
– Samuel P.
6 hours ago
can you try this "pacmd list-sinks | grep -e'name:' -e 'index:' " to see list of output source and capture the screen please
– Kongnut
5 hours ago
* index: 0 name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
– Samuel P.
5 hours ago
That only sets the volume for the laptop speakers, headphones remain 100%, except for 0
– Samuel P.
6 hours ago
That only sets the volume for the laptop speakers, headphones remain 100%, except for 0
– Samuel P.
6 hours ago
can you try this "pacmd list-sinks | grep -e'name:' -e 'index:' " to see list of output source and capture the screen please
– Kongnut
5 hours ago
can you try this "pacmd list-sinks | grep -e'name:' -e 'index:' " to see list of output source and capture the screen please
– Kongnut
5 hours ago
* index: 0 name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
– Samuel P.
5 hours ago
* index: 0 name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
– Samuel P.
5 hours ago
add a comment |
Samuel P. is a new contributor. Be nice, and check out our Code of Conduct.
Samuel P. is a new contributor. Be nice, and check out our Code of Conduct.
Samuel P. is a new contributor. Be nice, and check out our Code of Conduct.
Samuel P. is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1120161%2fubuntu-18-04-strange-sound-volume-behaviour-on-msi-gd63-7rd-stealth%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