No sound on fresh install of Debian
I'm using Debian with i3. I have both pulseaudio and alsa installed but I cannot get sound to output.
linux debian audio i3
add a comment |
I'm using Debian with i3. I have both pulseaudio and alsa installed but I cannot get sound to output.
linux debian audio i3
add a comment |
I'm using Debian with i3. I have both pulseaudio and alsa installed but I cannot get sound to output.
linux debian audio i3
I'm using Debian with i3. I have both pulseaudio and alsa installed but I cannot get sound to output.
linux debian audio i3
linux debian audio i3
edited Nov 24 at 20:34
Rui F Ribeiro
39k1479129
39k1479129
asked Jun 19 '16 at 11:41
Archie Croston
3114
3114
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
sudo alsactl init
worked for me in a similar situation. I believe sudo privileges were required for this. At the time I had these packages installed: alsa-base
, alsa-oss
, alsa-utils
.
This didn't work unfortunately and the volume is still set to mute after raising both the alsamixer and an xfce mixer I have installed.
– Archie Croston
Jun 19 '16 at 11:58
add a comment |
Some distributions ship alsa with the main channel muted. Check alsamixer
.
Yeah I had checked that just forgot to put it into my question.
– Archie Croston
Jun 20 '16 at 0:20
Don't forget to check all controls of all "cards" (push F6).
– Ferenc Wágner
Jun 20 '16 at 15:40
add a comment |
One place to start is to use pavucontrol
(install it if you don't have it) to check to what output your sound is sent. Under "Output Devices", the text next to the icon of a sound card should be something familiar (for me it is "Built-in Audio Analog Surround 4.0".
There might be options to change ports, if you have multiple speaker configurations. But that shouldn't make your volume mute, that should just change how the sound is ported to different speakers on your machine (if there are different options). Now, if the text next to the sound card icon is "Dummy Output", you might want to reload alsa (here is a good explanation of what alsa and pulse-audio are).
Try running the command sudo alsa force-reload
, and then reboot your computer (that part is important). Hopefully it should work after this - let me know if this works!
P.S. If you're new to Linux, i3 is a bit much to handle on top of everything else. Just keep this in mind - the creator, Michael Stapelberg, says so here that i3 is meant for somewhat seasoned Linux users, so you might have a slightly more difficult time at first.
add a comment |
On Debian 9 and i3/LXQT I installed the packages alsa-firmware-loaders
, alsamixergui
, alsaplayer-oss
, alsa-utils
, alsa-tools
and alsa-tools-gui
, but this was probably overkill.
Then I just used alsamixergui
to turn on the Master Volume (make also sure that the speaker icons above it are 'turned on', if you see them) and the appropriate speakers.
add a comment |
I installed pavucontrol using apt-get and from there I unticked mute
and got sound.
New contributor
This seems to be essentially the same as a previous answer, apart from adding "unmute" to the instructions.
– Jeff Schaller
8 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f290718%2fno-sound-on-fresh-install-of-debian%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
sudo alsactl init
worked for me in a similar situation. I believe sudo privileges were required for this. At the time I had these packages installed: alsa-base
, alsa-oss
, alsa-utils
.
This didn't work unfortunately and the volume is still set to mute after raising both the alsamixer and an xfce mixer I have installed.
– Archie Croston
Jun 19 '16 at 11:58
add a comment |
sudo alsactl init
worked for me in a similar situation. I believe sudo privileges were required for this. At the time I had these packages installed: alsa-base
, alsa-oss
, alsa-utils
.
This didn't work unfortunately and the volume is still set to mute after raising both the alsamixer and an xfce mixer I have installed.
– Archie Croston
Jun 19 '16 at 11:58
add a comment |
sudo alsactl init
worked for me in a similar situation. I believe sudo privileges were required for this. At the time I had these packages installed: alsa-base
, alsa-oss
, alsa-utils
.
sudo alsactl init
worked for me in a similar situation. I believe sudo privileges were required for this. At the time I had these packages installed: alsa-base
, alsa-oss
, alsa-utils
.
edited Jun 19 '16 at 12:03
answered Jun 19 '16 at 11:54
SauceCode
1,0001821
1,0001821
This didn't work unfortunately and the volume is still set to mute after raising both the alsamixer and an xfce mixer I have installed.
– Archie Croston
Jun 19 '16 at 11:58
add a comment |
This didn't work unfortunately and the volume is still set to mute after raising both the alsamixer and an xfce mixer I have installed.
– Archie Croston
Jun 19 '16 at 11:58
This didn't work unfortunately and the volume is still set to mute after raising both the alsamixer and an xfce mixer I have installed.
– Archie Croston
Jun 19 '16 at 11:58
This didn't work unfortunately and the volume is still set to mute after raising both the alsamixer and an xfce mixer I have installed.
– Archie Croston
Jun 19 '16 at 11:58
add a comment |
Some distributions ship alsa with the main channel muted. Check alsamixer
.
Yeah I had checked that just forgot to put it into my question.
– Archie Croston
Jun 20 '16 at 0:20
Don't forget to check all controls of all "cards" (push F6).
– Ferenc Wágner
Jun 20 '16 at 15:40
add a comment |
Some distributions ship alsa with the main channel muted. Check alsamixer
.
Yeah I had checked that just forgot to put it into my question.
– Archie Croston
Jun 20 '16 at 0:20
Don't forget to check all controls of all "cards" (push F6).
– Ferenc Wágner
Jun 20 '16 at 15:40
add a comment |
Some distributions ship alsa with the main channel muted. Check alsamixer
.
Some distributions ship alsa with the main channel muted. Check alsamixer
.
answered Jun 19 '16 at 23:46
fclad
1587
1587
Yeah I had checked that just forgot to put it into my question.
– Archie Croston
Jun 20 '16 at 0:20
Don't forget to check all controls of all "cards" (push F6).
– Ferenc Wágner
Jun 20 '16 at 15:40
add a comment |
Yeah I had checked that just forgot to put it into my question.
– Archie Croston
Jun 20 '16 at 0:20
Don't forget to check all controls of all "cards" (push F6).
– Ferenc Wágner
Jun 20 '16 at 15:40
Yeah I had checked that just forgot to put it into my question.
– Archie Croston
Jun 20 '16 at 0:20
Yeah I had checked that just forgot to put it into my question.
– Archie Croston
Jun 20 '16 at 0:20
Don't forget to check all controls of all "cards" (push F6).
– Ferenc Wágner
Jun 20 '16 at 15:40
Don't forget to check all controls of all "cards" (push F6).
– Ferenc Wágner
Jun 20 '16 at 15:40
add a comment |
One place to start is to use pavucontrol
(install it if you don't have it) to check to what output your sound is sent. Under "Output Devices", the text next to the icon of a sound card should be something familiar (for me it is "Built-in Audio Analog Surround 4.0".
There might be options to change ports, if you have multiple speaker configurations. But that shouldn't make your volume mute, that should just change how the sound is ported to different speakers on your machine (if there are different options). Now, if the text next to the sound card icon is "Dummy Output", you might want to reload alsa (here is a good explanation of what alsa and pulse-audio are).
Try running the command sudo alsa force-reload
, and then reboot your computer (that part is important). Hopefully it should work after this - let me know if this works!
P.S. If you're new to Linux, i3 is a bit much to handle on top of everything else. Just keep this in mind - the creator, Michael Stapelberg, says so here that i3 is meant for somewhat seasoned Linux users, so you might have a slightly more difficult time at first.
add a comment |
One place to start is to use pavucontrol
(install it if you don't have it) to check to what output your sound is sent. Under "Output Devices", the text next to the icon of a sound card should be something familiar (for me it is "Built-in Audio Analog Surround 4.0".
There might be options to change ports, if you have multiple speaker configurations. But that shouldn't make your volume mute, that should just change how the sound is ported to different speakers on your machine (if there are different options). Now, if the text next to the sound card icon is "Dummy Output", you might want to reload alsa (here is a good explanation of what alsa and pulse-audio are).
Try running the command sudo alsa force-reload
, and then reboot your computer (that part is important). Hopefully it should work after this - let me know if this works!
P.S. If you're new to Linux, i3 is a bit much to handle on top of everything else. Just keep this in mind - the creator, Michael Stapelberg, says so here that i3 is meant for somewhat seasoned Linux users, so you might have a slightly more difficult time at first.
add a comment |
One place to start is to use pavucontrol
(install it if you don't have it) to check to what output your sound is sent. Under "Output Devices", the text next to the icon of a sound card should be something familiar (for me it is "Built-in Audio Analog Surround 4.0".
There might be options to change ports, if you have multiple speaker configurations. But that shouldn't make your volume mute, that should just change how the sound is ported to different speakers on your machine (if there are different options). Now, if the text next to the sound card icon is "Dummy Output", you might want to reload alsa (here is a good explanation of what alsa and pulse-audio are).
Try running the command sudo alsa force-reload
, and then reboot your computer (that part is important). Hopefully it should work after this - let me know if this works!
P.S. If you're new to Linux, i3 is a bit much to handle on top of everything else. Just keep this in mind - the creator, Michael Stapelberg, says so here that i3 is meant for somewhat seasoned Linux users, so you might have a slightly more difficult time at first.
One place to start is to use pavucontrol
(install it if you don't have it) to check to what output your sound is sent. Under "Output Devices", the text next to the icon of a sound card should be something familiar (for me it is "Built-in Audio Analog Surround 4.0".
There might be options to change ports, if you have multiple speaker configurations. But that shouldn't make your volume mute, that should just change how the sound is ported to different speakers on your machine (if there are different options). Now, if the text next to the sound card icon is "Dummy Output", you might want to reload alsa (here is a good explanation of what alsa and pulse-audio are).
Try running the command sudo alsa force-reload
, and then reboot your computer (that part is important). Hopefully it should work after this - let me know if this works!
P.S. If you're new to Linux, i3 is a bit much to handle on top of everything else. Just keep this in mind - the creator, Michael Stapelberg, says so here that i3 is meant for somewhat seasoned Linux users, so you might have a slightly more difficult time at first.
edited Apr 13 '17 at 12:22
Community♦
1
1
answered Jun 23 '16 at 12:15
garzai
13611
13611
add a comment |
add a comment |
On Debian 9 and i3/LXQT I installed the packages alsa-firmware-loaders
, alsamixergui
, alsaplayer-oss
, alsa-utils
, alsa-tools
and alsa-tools-gui
, but this was probably overkill.
Then I just used alsamixergui
to turn on the Master Volume (make also sure that the speaker icons above it are 'turned on', if you see them) and the appropriate speakers.
add a comment |
On Debian 9 and i3/LXQT I installed the packages alsa-firmware-loaders
, alsamixergui
, alsaplayer-oss
, alsa-utils
, alsa-tools
and alsa-tools-gui
, but this was probably overkill.
Then I just used alsamixergui
to turn on the Master Volume (make also sure that the speaker icons above it are 'turned on', if you see them) and the appropriate speakers.
add a comment |
On Debian 9 and i3/LXQT I installed the packages alsa-firmware-loaders
, alsamixergui
, alsaplayer-oss
, alsa-utils
, alsa-tools
and alsa-tools-gui
, but this was probably overkill.
Then I just used alsamixergui
to turn on the Master Volume (make also sure that the speaker icons above it are 'turned on', if you see them) and the appropriate speakers.
On Debian 9 and i3/LXQT I installed the packages alsa-firmware-loaders
, alsamixergui
, alsaplayer-oss
, alsa-utils
, alsa-tools
and alsa-tools-gui
, but this was probably overkill.
Then I just used alsamixergui
to turn on the Master Volume (make also sure that the speaker icons above it are 'turned on', if you see them) and the appropriate speakers.
answered Dec 17 at 15:18
ksyrium
27119
27119
add a comment |
add a comment |
I installed pavucontrol using apt-get and from there I unticked mute
and got sound.
New contributor
This seems to be essentially the same as a previous answer, apart from adding "unmute" to the instructions.
– Jeff Schaller
8 hours ago
add a comment |
I installed pavucontrol using apt-get and from there I unticked mute
and got sound.
New contributor
This seems to be essentially the same as a previous answer, apart from adding "unmute" to the instructions.
– Jeff Schaller
8 hours ago
add a comment |
I installed pavucontrol using apt-get and from there I unticked mute
and got sound.
New contributor
I installed pavucontrol using apt-get and from there I unticked mute
and got sound.
New contributor
New contributor
answered 9 hours ago
NoobFin
1
1
New contributor
New contributor
This seems to be essentially the same as a previous answer, apart from adding "unmute" to the instructions.
– Jeff Schaller
8 hours ago
add a comment |
This seems to be essentially the same as a previous answer, apart from adding "unmute" to the instructions.
– Jeff Schaller
8 hours ago
This seems to be essentially the same as a previous answer, apart from adding "unmute" to the instructions.
– Jeff Schaller
8 hours ago
This seems to be essentially the same as a previous answer, apart from adding "unmute" to the instructions.
– Jeff Schaller
8 hours ago
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f290718%2fno-sound-on-fresh-install-of-debian%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