Crackling and delayed sound after upgrading to 18.04
I just upgraded to 18.04, and I noticed that the sound from my headphones, whether plugged into front or back port, was very crackling and slow/delayed. This issue didn't exist on 17.04/10. It also doesn't affect audio coming from HDMI via Radeon 560 GPU, just the headphone/onboard audio. The relevant device is:
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
I tried a bunch of fixes for pulseaudio I found googling, including this one and this one. Neither of which helped.
I have found something that at least makes it listenable - changing "default-fragment-size-msec" from 25 to 5 in /etc/pulse/daemon.conf. It makes it much much better, but still a little crackly from time to time.
I've googled for 30 min or more now, and not finding anything else that seems recent and relevant, so wondering if I should maybe open a bug, or if there's something I'm overlooking here.
18.04 sound pulseaudio
add a comment |
I just upgraded to 18.04, and I noticed that the sound from my headphones, whether plugged into front or back port, was very crackling and slow/delayed. This issue didn't exist on 17.04/10. It also doesn't affect audio coming from HDMI via Radeon 560 GPU, just the headphone/onboard audio. The relevant device is:
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
I tried a bunch of fixes for pulseaudio I found googling, including this one and this one. Neither of which helped.
I have found something that at least makes it listenable - changing "default-fragment-size-msec" from 25 to 5 in /etc/pulse/daemon.conf. It makes it much much better, but still a little crackly from time to time.
I've googled for 30 min or more now, and not finding anything else that seems recent and relevant, so wondering if I should maybe open a bug, or if there's something I'm overlooking here.
18.04 sound pulseaudio
add a comment |
I just upgraded to 18.04, and I noticed that the sound from my headphones, whether plugged into front or back port, was very crackling and slow/delayed. This issue didn't exist on 17.04/10. It also doesn't affect audio coming from HDMI via Radeon 560 GPU, just the headphone/onboard audio. The relevant device is:
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
I tried a bunch of fixes for pulseaudio I found googling, including this one and this one. Neither of which helped.
I have found something that at least makes it listenable - changing "default-fragment-size-msec" from 25 to 5 in /etc/pulse/daemon.conf. It makes it much much better, but still a little crackly from time to time.
I've googled for 30 min or more now, and not finding anything else that seems recent and relevant, so wondering if I should maybe open a bug, or if there's something I'm overlooking here.
18.04 sound pulseaudio
I just upgraded to 18.04, and I noticed that the sound from my headphones, whether plugged into front or back port, was very crackling and slow/delayed. This issue didn't exist on 17.04/10. It also doesn't affect audio coming from HDMI via Radeon 560 GPU, just the headphone/onboard audio. The relevant device is:
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
I tried a bunch of fixes for pulseaudio I found googling, including this one and this one. Neither of which helped.
I have found something that at least makes it listenable - changing "default-fragment-size-msec" from 25 to 5 in /etc/pulse/daemon.conf. It makes it much much better, but still a little crackly from time to time.
I've googled for 30 min or more now, and not finding anything else that seems recent and relevant, so wondering if I should maybe open a bug, or if there's something I'm overlooking here.
18.04 sound pulseaudio
18.04 sound pulseaudio
edited 2 days ago
Pablo Bianchi
2,3851528
2,3851528
asked May 8 '18 at 5:01
jwintermjwinterm
10613
10613
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
I had the same issue and killing pulseaudio fixed it for me. I'm not sure why it would get into a bad state, but restarting pulseaudio might be something to try.
Try
killall pulseaudio
Worked for me! weird bug.
– micwallace
May 26 '18 at 12:39
add a comment |
Press Ctrl+Alt+T to go to a terminal and use your favourite editor to edit the file
nano /etc/pulse/default.pa
then find a line containing:
load-module module-udev-detect
modify this to become:
load-module module-udev-detect tsched=0
save and exit and you're all set!
Welcome to Ask Ubuntu! ;-) Could you please review my edits and also review the editing help to improve the readability of your answers in the future... ;-)
– Fabby
Jul 1 '18 at 10:16
you need to restart your laptop or run:pulseaudio -k
after you change the configuration.
– stason
Nov 16 '18 at 3:05
all it does is makes the sound completely distorted
– Sarge Borsch
Nov 16 '18 at 13:12
add a comment |
I ran into the same issue (crackling sound) today on Ubuntu 18.10 on my Intel NUC Canyon Hades.
killall pulseaudio
only fixed it temporarily for some reason. After a few minutes the problem was back again.
What ultimately did the trick was the answer posted by Fabby in combination with the comment by statson to enter
pulsaudio -k
New contributor
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%2f1033405%2fcrackling-and-delayed-sound-after-upgrading-to-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the same issue and killing pulseaudio fixed it for me. I'm not sure why it would get into a bad state, but restarting pulseaudio might be something to try.
Try
killall pulseaudio
Worked for me! weird bug.
– micwallace
May 26 '18 at 12:39
add a comment |
I had the same issue and killing pulseaudio fixed it for me. I'm not sure why it would get into a bad state, but restarting pulseaudio might be something to try.
Try
killall pulseaudio
Worked for me! weird bug.
– micwallace
May 26 '18 at 12:39
add a comment |
I had the same issue and killing pulseaudio fixed it for me. I'm not sure why it would get into a bad state, but restarting pulseaudio might be something to try.
Try
killall pulseaudio
I had the same issue and killing pulseaudio fixed it for me. I'm not sure why it would get into a bad state, but restarting pulseaudio might be something to try.
Try
killall pulseaudio
edited 2 days ago
Pablo Bianchi
2,3851528
2,3851528
answered May 8 '18 at 22:08
TommyTommy
611
611
Worked for me! weird bug.
– micwallace
May 26 '18 at 12:39
add a comment |
Worked for me! weird bug.
– micwallace
May 26 '18 at 12:39
Worked for me! weird bug.
– micwallace
May 26 '18 at 12:39
Worked for me! weird bug.
– micwallace
May 26 '18 at 12:39
add a comment |
Press Ctrl+Alt+T to go to a terminal and use your favourite editor to edit the file
nano /etc/pulse/default.pa
then find a line containing:
load-module module-udev-detect
modify this to become:
load-module module-udev-detect tsched=0
save and exit and you're all set!
Welcome to Ask Ubuntu! ;-) Could you please review my edits and also review the editing help to improve the readability of your answers in the future... ;-)
– Fabby
Jul 1 '18 at 10:16
you need to restart your laptop or run:pulseaudio -k
after you change the configuration.
– stason
Nov 16 '18 at 3:05
all it does is makes the sound completely distorted
– Sarge Borsch
Nov 16 '18 at 13:12
add a comment |
Press Ctrl+Alt+T to go to a terminal and use your favourite editor to edit the file
nano /etc/pulse/default.pa
then find a line containing:
load-module module-udev-detect
modify this to become:
load-module module-udev-detect tsched=0
save and exit and you're all set!
Welcome to Ask Ubuntu! ;-) Could you please review my edits and also review the editing help to improve the readability of your answers in the future... ;-)
– Fabby
Jul 1 '18 at 10:16
you need to restart your laptop or run:pulseaudio -k
after you change the configuration.
– stason
Nov 16 '18 at 3:05
all it does is makes the sound completely distorted
– Sarge Borsch
Nov 16 '18 at 13:12
add a comment |
Press Ctrl+Alt+T to go to a terminal and use your favourite editor to edit the file
nano /etc/pulse/default.pa
then find a line containing:
load-module module-udev-detect
modify this to become:
load-module module-udev-detect tsched=0
save and exit and you're all set!
Press Ctrl+Alt+T to go to a terminal and use your favourite editor to edit the file
nano /etc/pulse/default.pa
then find a line containing:
load-module module-udev-detect
modify this to become:
load-module module-udev-detect tsched=0
save and exit and you're all set!
edited Jul 1 '18 at 10:14
Fabby
26.5k1360159
26.5k1360159
answered Jul 1 '18 at 8:33
H360H360
112
112
Welcome to Ask Ubuntu! ;-) Could you please review my edits and also review the editing help to improve the readability of your answers in the future... ;-)
– Fabby
Jul 1 '18 at 10:16
you need to restart your laptop or run:pulseaudio -k
after you change the configuration.
– stason
Nov 16 '18 at 3:05
all it does is makes the sound completely distorted
– Sarge Borsch
Nov 16 '18 at 13:12
add a comment |
Welcome to Ask Ubuntu! ;-) Could you please review my edits and also review the editing help to improve the readability of your answers in the future... ;-)
– Fabby
Jul 1 '18 at 10:16
you need to restart your laptop or run:pulseaudio -k
after you change the configuration.
– stason
Nov 16 '18 at 3:05
all it does is makes the sound completely distorted
– Sarge Borsch
Nov 16 '18 at 13:12
Welcome to Ask Ubuntu! ;-) Could you please review my edits and also review the editing help to improve the readability of your answers in the future... ;-)
– Fabby
Jul 1 '18 at 10:16
Welcome to Ask Ubuntu! ;-) Could you please review my edits and also review the editing help to improve the readability of your answers in the future... ;-)
– Fabby
Jul 1 '18 at 10:16
you need to restart your laptop or run:
pulseaudio -k
after you change the configuration.– stason
Nov 16 '18 at 3:05
you need to restart your laptop or run:
pulseaudio -k
after you change the configuration.– stason
Nov 16 '18 at 3:05
all it does is makes the sound completely distorted
– Sarge Borsch
Nov 16 '18 at 13:12
all it does is makes the sound completely distorted
– Sarge Borsch
Nov 16 '18 at 13:12
add a comment |
I ran into the same issue (crackling sound) today on Ubuntu 18.10 on my Intel NUC Canyon Hades.
killall pulseaudio
only fixed it temporarily for some reason. After a few minutes the problem was back again.
What ultimately did the trick was the answer posted by Fabby in combination with the comment by statson to enter
pulsaudio -k
New contributor
add a comment |
I ran into the same issue (crackling sound) today on Ubuntu 18.10 on my Intel NUC Canyon Hades.
killall pulseaudio
only fixed it temporarily for some reason. After a few minutes the problem was back again.
What ultimately did the trick was the answer posted by Fabby in combination with the comment by statson to enter
pulsaudio -k
New contributor
add a comment |
I ran into the same issue (crackling sound) today on Ubuntu 18.10 on my Intel NUC Canyon Hades.
killall pulseaudio
only fixed it temporarily for some reason. After a few minutes the problem was back again.
What ultimately did the trick was the answer posted by Fabby in combination with the comment by statson to enter
pulsaudio -k
New contributor
I ran into the same issue (crackling sound) today on Ubuntu 18.10 on my Intel NUC Canyon Hades.
killall pulseaudio
only fixed it temporarily for some reason. After a few minutes the problem was back again.
What ultimately did the trick was the answer posted by Fabby in combination with the comment by statson to enter
pulsaudio -k
New contributor
edited 2 days ago
Pablo Bianchi
2,3851528
2,3851528
New contributor
answered Jan 5 at 15:41
Roman KaufmannRoman Kaufmann
111
111
New contributor
New contributor
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.
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%2faskubuntu.com%2fquestions%2f1033405%2fcrackling-and-delayed-sound-after-upgrading-to-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