Ubuntu 13.10 and xfce4: No sound at all
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I didn't want to reinstall my ubuntu to xubuntu so i decided to install xfce4 on Ubuntu 13.10 with: sudo apt-get install xfce4
I logued on for first time and the sound was working well.
However after a reboot the sound didn't work anymore...
I tried:
- reinstalling alsa => didn't work
reinstalling xfce4-mixer => didn't work
adding options snd-hda-intel model=laptop-eapd to /etc/modprobe.d/alsa-base.conf => didn't work
speaker-test -c 6 => no sound
I am out of idea now.I thank in advance those who have an idea that could help me.
My config:
Laptop Asus N56VZ
Ubuntu 13.10 - xfce4
sound 13.10 xfce
add a comment |
I didn't want to reinstall my ubuntu to xubuntu so i decided to install xfce4 on Ubuntu 13.10 with: sudo apt-get install xfce4
I logued on for first time and the sound was working well.
However after a reboot the sound didn't work anymore...
I tried:
- reinstalling alsa => didn't work
reinstalling xfce4-mixer => didn't work
adding options snd-hda-intel model=laptop-eapd to /etc/modprobe.d/alsa-base.conf => didn't work
speaker-test -c 6 => no sound
I am out of idea now.I thank in advance those who have an idea that could help me.
My config:
Laptop Asus N56VZ
Ubuntu 13.10 - xfce4
sound 13.10 xfce
add a comment |
I didn't want to reinstall my ubuntu to xubuntu so i decided to install xfce4 on Ubuntu 13.10 with: sudo apt-get install xfce4
I logued on for first time and the sound was working well.
However after a reboot the sound didn't work anymore...
I tried:
- reinstalling alsa => didn't work
reinstalling xfce4-mixer => didn't work
adding options snd-hda-intel model=laptop-eapd to /etc/modprobe.d/alsa-base.conf => didn't work
speaker-test -c 6 => no sound
I am out of idea now.I thank in advance those who have an idea that could help me.
My config:
Laptop Asus N56VZ
Ubuntu 13.10 - xfce4
sound 13.10 xfce
I didn't want to reinstall my ubuntu to xubuntu so i decided to install xfce4 on Ubuntu 13.10 with: sudo apt-get install xfce4
I logued on for first time and the sound was working well.
However after a reboot the sound didn't work anymore...
I tried:
- reinstalling alsa => didn't work
reinstalling xfce4-mixer => didn't work
adding options snd-hda-intel model=laptop-eapd to /etc/modprobe.d/alsa-base.conf => didn't work
speaker-test -c 6 => no sound
I am out of idea now.I thank in advance those who have an idea that could help me.
My config:
Laptop Asus N56VZ
Ubuntu 13.10 - xfce4
sound 13.10 xfce
sound 13.10 xfce
asked Dec 30 '13 at 20:04
ChewbyeChewbye
23115
23115
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Answer 1: From the terminal, run xfce4-mixer or even easier, if you have the speaker icon on your panel (i.e. which you can easily add to your panel if it's not there, just right-click on the panel and move around, it's not hard) right-click it, chose to run the audio mixer, make sure you are on the playback tab. Your master, headphone and speaker levels should be un-muted and high enough for you to listen to anything.
The problem is that when you mute your volume again, only the master responds reasonably. But the speaker and headphone levels get muted and never back to un-muted. So I have to manually un-mute the headphone and speaker levels.

I tried a solution which didn't work for me, but may be for others. It's about sudo editing a file: /etc/modprobe.d/alsa-base.conf and append this line to it: options snd-hda-intel model=laptop-eapd, then reboot, but this didn't work for me.
I'm using a Dell Inspiron SE 7520, Ubuntu 13.10, Xfce 4.12.
Answer 2: Log out of Xfce, log in using Unity, un-mute your voice (This is the trick. I found my sound muted on Unity). Logout and login again using Xfce.
What still bothers me, is that when I muted the sound on Xfce, the problem occurred again. No sound at all even if I un-mute it while I'm still on Xfce !
I have reinstalled alsa and pulseaudio and it worked: sudo apt-get remove --purge alsa-base sudo apt-get remove --purge pulseaudio sudo apt-get install alsa-base sudo apt-get install pulseaudio sudo alsa force-reload
– Chewbye
Jan 26 '14 at 19:14
I have uninstalled xfce4 and xubuntu-desktop, a while after that I reinstalled xfce4 only, and this issue didn't occur again. I cannot confirm that installing xubuntu-desktop caused this problem. You can, though to you don't have to, up-vote this answer :)
– Muhammad Gelbana
Jan 26 '14 at 19:57
add a comment |
The accepted answer didn't work for Ubuntu 18.04x64. My sound disappeared after moving my PC.
I installed the old gnome-alsamixer from https://tracker.debian.org/pkg/gnome-alsamixer and all the speaker and mic options were on mute. Unmuted them and everything works fine now.
Just though I'd add this as an answer at this late stage as google found the question quick enough :)
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%2f397819%2fubuntu-13-10-and-xfce4-no-sound-at-all%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Answer 1: From the terminal, run xfce4-mixer or even easier, if you have the speaker icon on your panel (i.e. which you can easily add to your panel if it's not there, just right-click on the panel and move around, it's not hard) right-click it, chose to run the audio mixer, make sure you are on the playback tab. Your master, headphone and speaker levels should be un-muted and high enough for you to listen to anything.
The problem is that when you mute your volume again, only the master responds reasonably. But the speaker and headphone levels get muted and never back to un-muted. So I have to manually un-mute the headphone and speaker levels.

I tried a solution which didn't work for me, but may be for others. It's about sudo editing a file: /etc/modprobe.d/alsa-base.conf and append this line to it: options snd-hda-intel model=laptop-eapd, then reboot, but this didn't work for me.
I'm using a Dell Inspiron SE 7520, Ubuntu 13.10, Xfce 4.12.
Answer 2: Log out of Xfce, log in using Unity, un-mute your voice (This is the trick. I found my sound muted on Unity). Logout and login again using Xfce.
What still bothers me, is that when I muted the sound on Xfce, the problem occurred again. No sound at all even if I un-mute it while I'm still on Xfce !
I have reinstalled alsa and pulseaudio and it worked: sudo apt-get remove --purge alsa-base sudo apt-get remove --purge pulseaudio sudo apt-get install alsa-base sudo apt-get install pulseaudio sudo alsa force-reload
– Chewbye
Jan 26 '14 at 19:14
I have uninstalled xfce4 and xubuntu-desktop, a while after that I reinstalled xfce4 only, and this issue didn't occur again. I cannot confirm that installing xubuntu-desktop caused this problem. You can, though to you don't have to, up-vote this answer :)
– Muhammad Gelbana
Jan 26 '14 at 19:57
add a comment |
Answer 1: From the terminal, run xfce4-mixer or even easier, if you have the speaker icon on your panel (i.e. which you can easily add to your panel if it's not there, just right-click on the panel and move around, it's not hard) right-click it, chose to run the audio mixer, make sure you are on the playback tab. Your master, headphone and speaker levels should be un-muted and high enough for you to listen to anything.
The problem is that when you mute your volume again, only the master responds reasonably. But the speaker and headphone levels get muted and never back to un-muted. So I have to manually un-mute the headphone and speaker levels.

I tried a solution which didn't work for me, but may be for others. It's about sudo editing a file: /etc/modprobe.d/alsa-base.conf and append this line to it: options snd-hda-intel model=laptop-eapd, then reboot, but this didn't work for me.
I'm using a Dell Inspiron SE 7520, Ubuntu 13.10, Xfce 4.12.
Answer 2: Log out of Xfce, log in using Unity, un-mute your voice (This is the trick. I found my sound muted on Unity). Logout and login again using Xfce.
What still bothers me, is that when I muted the sound on Xfce, the problem occurred again. No sound at all even if I un-mute it while I'm still on Xfce !
I have reinstalled alsa and pulseaudio and it worked: sudo apt-get remove --purge alsa-base sudo apt-get remove --purge pulseaudio sudo apt-get install alsa-base sudo apt-get install pulseaudio sudo alsa force-reload
– Chewbye
Jan 26 '14 at 19:14
I have uninstalled xfce4 and xubuntu-desktop, a while after that I reinstalled xfce4 only, and this issue didn't occur again. I cannot confirm that installing xubuntu-desktop caused this problem. You can, though to you don't have to, up-vote this answer :)
– Muhammad Gelbana
Jan 26 '14 at 19:57
add a comment |
Answer 1: From the terminal, run xfce4-mixer or even easier, if you have the speaker icon on your panel (i.e. which you can easily add to your panel if it's not there, just right-click on the panel and move around, it's not hard) right-click it, chose to run the audio mixer, make sure you are on the playback tab. Your master, headphone and speaker levels should be un-muted and high enough for you to listen to anything.
The problem is that when you mute your volume again, only the master responds reasonably. But the speaker and headphone levels get muted and never back to un-muted. So I have to manually un-mute the headphone and speaker levels.

I tried a solution which didn't work for me, but may be for others. It's about sudo editing a file: /etc/modprobe.d/alsa-base.conf and append this line to it: options snd-hda-intel model=laptop-eapd, then reboot, but this didn't work for me.
I'm using a Dell Inspiron SE 7520, Ubuntu 13.10, Xfce 4.12.
Answer 2: Log out of Xfce, log in using Unity, un-mute your voice (This is the trick. I found my sound muted on Unity). Logout and login again using Xfce.
What still bothers me, is that when I muted the sound on Xfce, the problem occurred again. No sound at all even if I un-mute it while I'm still on Xfce !
Answer 1: From the terminal, run xfce4-mixer or even easier, if you have the speaker icon on your panel (i.e. which you can easily add to your panel if it's not there, just right-click on the panel and move around, it's not hard) right-click it, chose to run the audio mixer, make sure you are on the playback tab. Your master, headphone and speaker levels should be un-muted and high enough for you to listen to anything.
The problem is that when you mute your volume again, only the master responds reasonably. But the speaker and headphone levels get muted and never back to un-muted. So I have to manually un-mute the headphone and speaker levels.

I tried a solution which didn't work for me, but may be for others. It's about sudo editing a file: /etc/modprobe.d/alsa-base.conf and append this line to it: options snd-hda-intel model=laptop-eapd, then reboot, but this didn't work for me.
I'm using a Dell Inspiron SE 7520, Ubuntu 13.10, Xfce 4.12.
Answer 2: Log out of Xfce, log in using Unity, un-mute your voice (This is the trick. I found my sound muted on Unity). Logout and login again using Xfce.
What still bothers me, is that when I muted the sound on Xfce, the problem occurred again. No sound at all even if I un-mute it while I'm still on Xfce !
edited Jan 16 '14 at 7:06
answered Jan 15 '14 at 21:20
Muhammad GelbanaMuhammad Gelbana
2,14362136
2,14362136
I have reinstalled alsa and pulseaudio and it worked: sudo apt-get remove --purge alsa-base sudo apt-get remove --purge pulseaudio sudo apt-get install alsa-base sudo apt-get install pulseaudio sudo alsa force-reload
– Chewbye
Jan 26 '14 at 19:14
I have uninstalled xfce4 and xubuntu-desktop, a while after that I reinstalled xfce4 only, and this issue didn't occur again. I cannot confirm that installing xubuntu-desktop caused this problem. You can, though to you don't have to, up-vote this answer :)
– Muhammad Gelbana
Jan 26 '14 at 19:57
add a comment |
I have reinstalled alsa and pulseaudio and it worked: sudo apt-get remove --purge alsa-base sudo apt-get remove --purge pulseaudio sudo apt-get install alsa-base sudo apt-get install pulseaudio sudo alsa force-reload
– Chewbye
Jan 26 '14 at 19:14
I have uninstalled xfce4 and xubuntu-desktop, a while after that I reinstalled xfce4 only, and this issue didn't occur again. I cannot confirm that installing xubuntu-desktop caused this problem. You can, though to you don't have to, up-vote this answer :)
– Muhammad Gelbana
Jan 26 '14 at 19:57
I have reinstalled alsa and pulseaudio and it worked: sudo apt-get remove --purge alsa-base sudo apt-get remove --purge pulseaudio sudo apt-get install alsa-base sudo apt-get install pulseaudio sudo alsa force-reload
– Chewbye
Jan 26 '14 at 19:14
I have reinstalled alsa and pulseaudio and it worked: sudo apt-get remove --purge alsa-base sudo apt-get remove --purge pulseaudio sudo apt-get install alsa-base sudo apt-get install pulseaudio sudo alsa force-reload
– Chewbye
Jan 26 '14 at 19:14
I have uninstalled xfce4 and xubuntu-desktop, a while after that I reinstalled xfce4 only, and this issue didn't occur again. I cannot confirm that installing xubuntu-desktop caused this problem. You can, though to you don't have to, up-vote this answer :)
– Muhammad Gelbana
Jan 26 '14 at 19:57
I have uninstalled xfce4 and xubuntu-desktop, a while after that I reinstalled xfce4 only, and this issue didn't occur again. I cannot confirm that installing xubuntu-desktop caused this problem. You can, though to you don't have to, up-vote this answer :)
– Muhammad Gelbana
Jan 26 '14 at 19:57
add a comment |
The accepted answer didn't work for Ubuntu 18.04x64. My sound disappeared after moving my PC.
I installed the old gnome-alsamixer from https://tracker.debian.org/pkg/gnome-alsamixer and all the speaker and mic options were on mute. Unmuted them and everything works fine now.
Just though I'd add this as an answer at this late stage as google found the question quick enough :)
add a comment |
The accepted answer didn't work for Ubuntu 18.04x64. My sound disappeared after moving my PC.
I installed the old gnome-alsamixer from https://tracker.debian.org/pkg/gnome-alsamixer and all the speaker and mic options were on mute. Unmuted them and everything works fine now.
Just though I'd add this as an answer at this late stage as google found the question quick enough :)
add a comment |
The accepted answer didn't work for Ubuntu 18.04x64. My sound disappeared after moving my PC.
I installed the old gnome-alsamixer from https://tracker.debian.org/pkg/gnome-alsamixer and all the speaker and mic options were on mute. Unmuted them and everything works fine now.
Just though I'd add this as an answer at this late stage as google found the question quick enough :)
The accepted answer didn't work for Ubuntu 18.04x64. My sound disappeared after moving my PC.
I installed the old gnome-alsamixer from https://tracker.debian.org/pkg/gnome-alsamixer and all the speaker and mic options were on mute. Unmuted them and everything works fine now.
Just though I'd add this as an answer at this late stage as google found the question quick enough :)
answered yesterday
Gavin SimpsonGavin Simpson
1013
1013
add a comment |
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%2f397819%2fubuntu-13-10-and-xfce4-no-sound-at-all%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