No sound on 18.04 The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Voice audio comes weird and very low with a headphonesound for headphones no longer works but does work on windowssound - sorry!, but can't get sound on fresh 14.04 installNo sound over HDMI running 15.04 on NUC D54250WYKSound only out of internal speakers, never headphones (Alienware laptop, Ubuntu 15.10)No headphone sound in HP Spectre x360 13-w030ca Ubuntu 16.10Sound stops working randomlyHeadphones not working on ASUS n551jm (both Ubuntu and Windows 10)Sound and ALSA stop working a few reboots after ALSA reinstallNo sound on Ubuntu 18.04 HP ProBook 6560b. pavucontrol shows line-out unplugged. headphones not detected
Make it rain characters
What are these Gizmos at Izaña Atmospheric Research Center in Spain?
Are my PIs rude or am I just being too sensitive?
When did F become S in typeography, and why?
Can the DM override racial traits?
Difference between "generating set" and free product?
I could not break this equation. Please help me
How can I protect witches in combat who wear limited clothing?
How can I define good in a religion that claims no moral authority?
Windows 10: How to Lock (not sleep) laptop on lid close?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
Derivation tree not rendering
Can the prologue be the backstory of your main character?
What's the point in a preamp?
Problems with Ubuntu mount /tmp
Who or what is the being for whom Being is a question for Heidegger?
What LEGO pieces have "real-world" functionality?
First use of “packing” as in carrying a gun
Sort a list of pairs representing an acyclic, partial automorphism
"... to apply for a visa" or "... and applied for a visa"?
What information about me do stores get via my credit card?
Format single node in tikzcd
Is every episode of "Where are my Pants?" identical?
How do I add random spotting to the same face in cycles?
No sound on 18.04
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Voice audio comes weird and very low with a headphonesound for headphones no longer works but does work on windowssound - sorry!, but can't get sound on fresh 14.04 installNo sound over HDMI running 15.04 on NUC D54250WYKSound only out of internal speakers, never headphones (Alienware laptop, Ubuntu 15.10)No headphone sound in HP Spectre x360 13-w030ca Ubuntu 16.10Sound stops working randomlyHeadphones not working on ASUS n551jm (both Ubuntu and Windows 10)Sound and ALSA stop working a few reboots after ALSA reinstallNo sound on Ubuntu 18.04 HP ProBook 6560b. pavucontrol shows line-out unplugged. headphones not detected
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a Dell xps13 that previously had 14.04 and the sound worked fine. I recently installed 18.04 and now I have no sound through either my speakers or headphones. The sound settings look like this:
(Note that there is no 'Test Sound' button. )
[Edit] I've already tried many of the fixes I've found on AskUbuntu, including:
pulseaudio -k && sudo alsa force-reload
(nothing changes)- I've tried reinstalling
alsa
andpulseaudio
. [/Edit]
I'm now following the Ubuntu troubleshooting guide for sound.
At step 3, entering wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh
yields the output: https://pastebin.com/raw/44UDnp63
Running the code in step 4 yields https://pastebin.com/raw/YinifjQC
I've checked with pavucontrol
to make sure that nothing is muted. This is what the panel looks like:
(The lower bar indicates that sound is playing, but I don't hear anything out of the speakers/headphones.)
Please help!
18.04 sound pulseaudio alsa headphones
This question has an open bounty worth +50
reputation from luftbahnfahrer ending ending at 2019-04-17 20:40:15Z">in 4 days.
This question has not received enough attention.
add a comment |
I have a Dell xps13 that previously had 14.04 and the sound worked fine. I recently installed 18.04 and now I have no sound through either my speakers or headphones. The sound settings look like this:
(Note that there is no 'Test Sound' button. )
[Edit] I've already tried many of the fixes I've found on AskUbuntu, including:
pulseaudio -k && sudo alsa force-reload
(nothing changes)- I've tried reinstalling
alsa
andpulseaudio
. [/Edit]
I'm now following the Ubuntu troubleshooting guide for sound.
At step 3, entering wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh
yields the output: https://pastebin.com/raw/44UDnp63
Running the code in step 4 yields https://pastebin.com/raw/YinifjQC
I've checked with pavucontrol
to make sure that nothing is muted. This is what the panel looks like:
(The lower bar indicates that sound is playing, but I don't hear anything out of the speakers/headphones.)
Please help!
18.04 sound pulseaudio alsa headphones
This question has an open bounty worth +50
reputation from luftbahnfahrer ending ending at 2019-04-17 20:40:15Z">in 4 days.
This question has not received enough attention.
You can try this command:pulseaudio -k && sudo alsa force-reload
– WinEunuuchs2Unix
Apr 10 at 23:53
I've tried that already (see edits). Have any other ideas?
– luftbahnfahrer
2 days ago
why 18.04 specifically? like why not 19.04 (in exatly 7 days) or 18.10? let's try running you through some solutions for 18.04, if you're dead set on it : you could update the system if you haven't already withsudo apt full-upgrade -y
you can also upgrade the kernelsudo add-apt-repository ppa:teejee2008/ppa -y && sudo apt-get update && sudo apt-get install ukuu -y && sudo ukuu
.
– tatsu
2 days ago
I'd like to know if the sound works via HDMI attached. If so, maybe there is one switch to activate/deactivate the internal speakers. Maybealsamixer
on the console/terminal could help to try the possible switches.
– LupusE
2 days ago
add a comment |
I have a Dell xps13 that previously had 14.04 and the sound worked fine. I recently installed 18.04 and now I have no sound through either my speakers or headphones. The sound settings look like this:
(Note that there is no 'Test Sound' button. )
[Edit] I've already tried many of the fixes I've found on AskUbuntu, including:
pulseaudio -k && sudo alsa force-reload
(nothing changes)- I've tried reinstalling
alsa
andpulseaudio
. [/Edit]
I'm now following the Ubuntu troubleshooting guide for sound.
At step 3, entering wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh
yields the output: https://pastebin.com/raw/44UDnp63
Running the code in step 4 yields https://pastebin.com/raw/YinifjQC
I've checked with pavucontrol
to make sure that nothing is muted. This is what the panel looks like:
(The lower bar indicates that sound is playing, but I don't hear anything out of the speakers/headphones.)
Please help!
18.04 sound pulseaudio alsa headphones
I have a Dell xps13 that previously had 14.04 and the sound worked fine. I recently installed 18.04 and now I have no sound through either my speakers or headphones. The sound settings look like this:
(Note that there is no 'Test Sound' button. )
[Edit] I've already tried many of the fixes I've found on AskUbuntu, including:
pulseaudio -k && sudo alsa force-reload
(nothing changes)- I've tried reinstalling
alsa
andpulseaudio
. [/Edit]
I'm now following the Ubuntu troubleshooting guide for sound.
At step 3, entering wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh
yields the output: https://pastebin.com/raw/44UDnp63
Running the code in step 4 yields https://pastebin.com/raw/YinifjQC
I've checked with pavucontrol
to make sure that nothing is muted. This is what the panel looks like:
(The lower bar indicates that sound is playing, but I don't hear anything out of the speakers/headphones.)
Please help!
18.04 sound pulseaudio alsa headphones
18.04 sound pulseaudio alsa headphones
edited 2 days ago
luftbahnfahrer
asked Apr 3 at 19:42
luftbahnfahrerluftbahnfahrer
714
714
This question has an open bounty worth +50
reputation from luftbahnfahrer ending ending at 2019-04-17 20:40:15Z">in 4 days.
This question has not received enough attention.
This question has an open bounty worth +50
reputation from luftbahnfahrer ending ending at 2019-04-17 20:40:15Z">in 4 days.
This question has not received enough attention.
You can try this command:pulseaudio -k && sudo alsa force-reload
– WinEunuuchs2Unix
Apr 10 at 23:53
I've tried that already (see edits). Have any other ideas?
– luftbahnfahrer
2 days ago
why 18.04 specifically? like why not 19.04 (in exatly 7 days) or 18.10? let's try running you through some solutions for 18.04, if you're dead set on it : you could update the system if you haven't already withsudo apt full-upgrade -y
you can also upgrade the kernelsudo add-apt-repository ppa:teejee2008/ppa -y && sudo apt-get update && sudo apt-get install ukuu -y && sudo ukuu
.
– tatsu
2 days ago
I'd like to know if the sound works via HDMI attached. If so, maybe there is one switch to activate/deactivate the internal speakers. Maybealsamixer
on the console/terminal could help to try the possible switches.
– LupusE
2 days ago
add a comment |
You can try this command:pulseaudio -k && sudo alsa force-reload
– WinEunuuchs2Unix
Apr 10 at 23:53
I've tried that already (see edits). Have any other ideas?
– luftbahnfahrer
2 days ago
why 18.04 specifically? like why not 19.04 (in exatly 7 days) or 18.10? let's try running you through some solutions for 18.04, if you're dead set on it : you could update the system if you haven't already withsudo apt full-upgrade -y
you can also upgrade the kernelsudo add-apt-repository ppa:teejee2008/ppa -y && sudo apt-get update && sudo apt-get install ukuu -y && sudo ukuu
.
– tatsu
2 days ago
I'd like to know if the sound works via HDMI attached. If so, maybe there is one switch to activate/deactivate the internal speakers. Maybealsamixer
on the console/terminal could help to try the possible switches.
– LupusE
2 days ago
You can try this command:
pulseaudio -k && sudo alsa force-reload
– WinEunuuchs2Unix
Apr 10 at 23:53
You can try this command:
pulseaudio -k && sudo alsa force-reload
– WinEunuuchs2Unix
Apr 10 at 23:53
I've tried that already (see edits). Have any other ideas?
– luftbahnfahrer
2 days ago
I've tried that already (see edits). Have any other ideas?
– luftbahnfahrer
2 days ago
why 18.04 specifically? like why not 19.04 (in exatly 7 days) or 18.10? let's try running you through some solutions for 18.04, if you're dead set on it : you could update the system if you haven't already with
sudo apt full-upgrade -y
you can also upgrade the kernel sudo add-apt-repository ppa:teejee2008/ppa -y && sudo apt-get update && sudo apt-get install ukuu -y && sudo ukuu
.– tatsu
2 days ago
why 18.04 specifically? like why not 19.04 (in exatly 7 days) or 18.10? let's try running you through some solutions for 18.04, if you're dead set on it : you could update the system if you haven't already with
sudo apt full-upgrade -y
you can also upgrade the kernel sudo add-apt-repository ppa:teejee2008/ppa -y && sudo apt-get update && sudo apt-get install ukuu -y && sudo ukuu
.– tatsu
2 days ago
I'd like to know if the sound works via HDMI attached. If so, maybe there is one switch to activate/deactivate the internal speakers. Maybe
alsamixer
on the console/terminal could help to try the possible switches.– LupusE
2 days ago
I'd like to know if the sound works via HDMI attached. If so, maybe there is one switch to activate/deactivate the internal speakers. Maybe
alsamixer
on the console/terminal could help to try the possible switches.– LupusE
2 days ago
add a comment |
2 Answers
2
active
oldest
votes
Go to your home directory and then go to the hidden config directory. Rename the directory named pulse here:
mv ~/.config/pulse ~/.config/old_pulse
Now reboot your system. The pulse directory should be created afresh and you should have sound.
add a comment |
Another Solution for you it the above one didn't work for you...
Open the terminal and edit speech-dispatcher file by using the following command:
sudo gedit /etc/default/speech-dispatcher
In here, change RUN=yes to RUN=no
Reboot and enjoy the sound
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%2f1131006%2fno-sound-on-18-04%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
Go to your home directory and then go to the hidden config directory. Rename the directory named pulse here:
mv ~/.config/pulse ~/.config/old_pulse
Now reboot your system. The pulse directory should be created afresh and you should have sound.
add a comment |
Go to your home directory and then go to the hidden config directory. Rename the directory named pulse here:
mv ~/.config/pulse ~/.config/old_pulse
Now reboot your system. The pulse directory should be created afresh and you should have sound.
add a comment |
Go to your home directory and then go to the hidden config directory. Rename the directory named pulse here:
mv ~/.config/pulse ~/.config/old_pulse
Now reboot your system. The pulse directory should be created afresh and you should have sound.
Go to your home directory and then go to the hidden config directory. Rename the directory named pulse here:
mv ~/.config/pulse ~/.config/old_pulse
Now reboot your system. The pulse directory should be created afresh and you should have sound.
answered yesterday
Muntaha LiaqatMuntaha Liaqat
195
195
add a comment |
add a comment |
Another Solution for you it the above one didn't work for you...
Open the terminal and edit speech-dispatcher file by using the following command:
sudo gedit /etc/default/speech-dispatcher
In here, change RUN=yes to RUN=no
Reboot and enjoy the sound
add a comment |
Another Solution for you it the above one didn't work for you...
Open the terminal and edit speech-dispatcher file by using the following command:
sudo gedit /etc/default/speech-dispatcher
In here, change RUN=yes to RUN=no
Reboot and enjoy the sound
add a comment |
Another Solution for you it the above one didn't work for you...
Open the terminal and edit speech-dispatcher file by using the following command:
sudo gedit /etc/default/speech-dispatcher
In here, change RUN=yes to RUN=no
Reboot and enjoy the sound
Another Solution for you it the above one didn't work for you...
Open the terminal and edit speech-dispatcher file by using the following command:
sudo gedit /etc/default/speech-dispatcher
In here, change RUN=yes to RUN=no
Reboot and enjoy the sound
answered yesterday
Muntaha LiaqatMuntaha Liaqat
195
195
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%2f1131006%2fno-sound-on-18-04%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
You can try this command:
pulseaudio -k && sudo alsa force-reload
– WinEunuuchs2Unix
Apr 10 at 23:53
I've tried that already (see edits). Have any other ideas?
– luftbahnfahrer
2 days ago
why 18.04 specifically? like why not 19.04 (in exatly 7 days) or 18.10? let's try running you through some solutions for 18.04, if you're dead set on it : you could update the system if you haven't already with
sudo apt full-upgrade -y
you can also upgrade the kernelsudo add-apt-repository ppa:teejee2008/ppa -y && sudo apt-get update && sudo apt-get install ukuu -y && sudo ukuu
.– tatsu
2 days ago
I'd like to know if the sound works via HDMI attached. If so, maybe there is one switch to activate/deactivate the internal speakers. Maybe
alsamixer
on the console/terminal could help to try the possible switches.– LupusE
2 days ago