How can I update pulseaudio to latest 9.0 version?
up vote
2
down vote
favorite
First off, thank you to all the great questions and easy to follow how to(s) on this site. Great community answers here.
This is my first time using Ubuntu so I really need easy to follow directions.
My main issue is that this is a HTPC on a laptop and when I use the laptop and open and close the screen, my sound for HDMI switches to laptop speakers and not back. I have read some work arounds for this here but as I understand pulseaudio 9.0 has been released and fixes this issue.
So, how can I (hopefully easily) upgrade my Ubuntu from 8.0 to 9.0?
Is this a bad idea?
I'm running Ubuntu 16.04.1
sound pulseaudio hdmi
add a comment |
up vote
2
down vote
favorite
First off, thank you to all the great questions and easy to follow how to(s) on this site. Great community answers here.
This is my first time using Ubuntu so I really need easy to follow directions.
My main issue is that this is a HTPC on a laptop and when I use the laptop and open and close the screen, my sound for HDMI switches to laptop speakers and not back. I have read some work arounds for this here but as I understand pulseaudio 9.0 has been released and fixes this issue.
So, how can I (hopefully easily) upgrade my Ubuntu from 8.0 to 9.0?
Is this a bad idea?
I'm running Ubuntu 16.04.1
sound pulseaudio hdmi
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
First off, thank you to all the great questions and easy to follow how to(s) on this site. Great community answers here.
This is my first time using Ubuntu so I really need easy to follow directions.
My main issue is that this is a HTPC on a laptop and when I use the laptop and open and close the screen, my sound for HDMI switches to laptop speakers and not back. I have read some work arounds for this here but as I understand pulseaudio 9.0 has been released and fixes this issue.
So, how can I (hopefully easily) upgrade my Ubuntu from 8.0 to 9.0?
Is this a bad idea?
I'm running Ubuntu 16.04.1
sound pulseaudio hdmi
First off, thank you to all the great questions and easy to follow how to(s) on this site. Great community answers here.
This is my first time using Ubuntu so I really need easy to follow directions.
My main issue is that this is a HTPC on a laptop and when I use the laptop and open and close the screen, my sound for HDMI switches to laptop speakers and not back. I have read some work arounds for this here but as I understand pulseaudio 9.0 has been released and fixes this issue.
So, how can I (hopefully easily) upgrade my Ubuntu from 8.0 to 9.0?
Is this a bad idea?
I'm running Ubuntu 16.04.1
sound pulseaudio hdmi
sound pulseaudio hdmi
edited Apr 13 '17 at 12:23
Community♦
1
1
asked Jan 15 '17 at 16:58
Michael
1112
1112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
The easiest method is to download the .deb
file and install.
As you can see here, version +9.0 is available from official repositories (main
) for both Ubuntu 16.10 and 17.04. Let's say you want to use the latest stable, for 17.04:
- Download the package from here, from the "Builds" subsection, according to your architecture. For this answer, I will assume you are using x86_64. The file is this one.
In a terminal, run the following:
sudo dpkg -i /path/to/pulseaudio_9.0-5ubuntu3_amd64.deb
Now, to fix dependencies problems, run:
sudo apt-get -f install
That's it.
Another, more complex method, is through Apt-Pinning. Check this or this. I can add a guide to the answer if you want, but the above method should be enough.
Thanks luchonacho... so follow up question(s)... is pulseaudio 9.0 included in Ubuntu 17.04? AND, if so can I just update my Ubuntu to 17.04? AND finally... if so, how?
– Michael
Jan 15 '17 at 17:57
1
Yes, it is included. But, since you only have a problem with audio, I suggest you just update Pulseaudio, as in my answer. That is enough, and much simpler. If you still want to move away from 16.04, I suggest 16.10. It will still give you Pulseaudio +9. You can find it here. Install as you installed 16.04 (probably with an ISO into a USB or CD). Check the tons of instructions available online if you are having trouble with that.
– user308164
Jan 15 '17 at 18:14
I got the following error...dependency problems prevent configuration of pulseaudio: pulseaudio depends on libpulse0 (= 1:9.0-5ubuntu3); however: Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1.
– Michael
Jan 16 '17 at 1:13
Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1. pulseaudio depends on libwebrtc-audio-processing1; however: Package libwebrtc-audio-processing1 is not installed. pulseaudio depends on pulseaudio-utils; however:
– Michael
Jan 16 '17 at 1:16
Ok, that is because the libraries needed are not available in your version of Ubuntu. The option is then to use Apt-Pinning. Will update the answer shortly.
– user308164
Jan 16 '17 at 10:35
|
show 3 more comments
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',
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%2f872260%2fhow-can-i-update-pulseaudio-to-latest-9-0-version%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
up vote
0
down vote
The easiest method is to download the .deb
file and install.
As you can see here, version +9.0 is available from official repositories (main
) for both Ubuntu 16.10 and 17.04. Let's say you want to use the latest stable, for 17.04:
- Download the package from here, from the "Builds" subsection, according to your architecture. For this answer, I will assume you are using x86_64. The file is this one.
In a terminal, run the following:
sudo dpkg -i /path/to/pulseaudio_9.0-5ubuntu3_amd64.deb
Now, to fix dependencies problems, run:
sudo apt-get -f install
That's it.
Another, more complex method, is through Apt-Pinning. Check this or this. I can add a guide to the answer if you want, but the above method should be enough.
Thanks luchonacho... so follow up question(s)... is pulseaudio 9.0 included in Ubuntu 17.04? AND, if so can I just update my Ubuntu to 17.04? AND finally... if so, how?
– Michael
Jan 15 '17 at 17:57
1
Yes, it is included. But, since you only have a problem with audio, I suggest you just update Pulseaudio, as in my answer. That is enough, and much simpler. If you still want to move away from 16.04, I suggest 16.10. It will still give you Pulseaudio +9. You can find it here. Install as you installed 16.04 (probably with an ISO into a USB or CD). Check the tons of instructions available online if you are having trouble with that.
– user308164
Jan 15 '17 at 18:14
I got the following error...dependency problems prevent configuration of pulseaudio: pulseaudio depends on libpulse0 (= 1:9.0-5ubuntu3); however: Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1.
– Michael
Jan 16 '17 at 1:13
Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1. pulseaudio depends on libwebrtc-audio-processing1; however: Package libwebrtc-audio-processing1 is not installed. pulseaudio depends on pulseaudio-utils; however:
– Michael
Jan 16 '17 at 1:16
Ok, that is because the libraries needed are not available in your version of Ubuntu. The option is then to use Apt-Pinning. Will update the answer shortly.
– user308164
Jan 16 '17 at 10:35
|
show 3 more comments
up vote
0
down vote
The easiest method is to download the .deb
file and install.
As you can see here, version +9.0 is available from official repositories (main
) for both Ubuntu 16.10 and 17.04. Let's say you want to use the latest stable, for 17.04:
- Download the package from here, from the "Builds" subsection, according to your architecture. For this answer, I will assume you are using x86_64. The file is this one.
In a terminal, run the following:
sudo dpkg -i /path/to/pulseaudio_9.0-5ubuntu3_amd64.deb
Now, to fix dependencies problems, run:
sudo apt-get -f install
That's it.
Another, more complex method, is through Apt-Pinning. Check this or this. I can add a guide to the answer if you want, but the above method should be enough.
Thanks luchonacho... so follow up question(s)... is pulseaudio 9.0 included in Ubuntu 17.04? AND, if so can I just update my Ubuntu to 17.04? AND finally... if so, how?
– Michael
Jan 15 '17 at 17:57
1
Yes, it is included. But, since you only have a problem with audio, I suggest you just update Pulseaudio, as in my answer. That is enough, and much simpler. If you still want to move away from 16.04, I suggest 16.10. It will still give you Pulseaudio +9. You can find it here. Install as you installed 16.04 (probably with an ISO into a USB or CD). Check the tons of instructions available online if you are having trouble with that.
– user308164
Jan 15 '17 at 18:14
I got the following error...dependency problems prevent configuration of pulseaudio: pulseaudio depends on libpulse0 (= 1:9.0-5ubuntu3); however: Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1.
– Michael
Jan 16 '17 at 1:13
Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1. pulseaudio depends on libwebrtc-audio-processing1; however: Package libwebrtc-audio-processing1 is not installed. pulseaudio depends on pulseaudio-utils; however:
– Michael
Jan 16 '17 at 1:16
Ok, that is because the libraries needed are not available in your version of Ubuntu. The option is then to use Apt-Pinning. Will update the answer shortly.
– user308164
Jan 16 '17 at 10:35
|
show 3 more comments
up vote
0
down vote
up vote
0
down vote
The easiest method is to download the .deb
file and install.
As you can see here, version +9.0 is available from official repositories (main
) for both Ubuntu 16.10 and 17.04. Let's say you want to use the latest stable, for 17.04:
- Download the package from here, from the "Builds" subsection, according to your architecture. For this answer, I will assume you are using x86_64. The file is this one.
In a terminal, run the following:
sudo dpkg -i /path/to/pulseaudio_9.0-5ubuntu3_amd64.deb
Now, to fix dependencies problems, run:
sudo apt-get -f install
That's it.
Another, more complex method, is through Apt-Pinning. Check this or this. I can add a guide to the answer if you want, but the above method should be enough.
The easiest method is to download the .deb
file and install.
As you can see here, version +9.0 is available from official repositories (main
) for both Ubuntu 16.10 and 17.04. Let's say you want to use the latest stable, for 17.04:
- Download the package from here, from the "Builds" subsection, according to your architecture. For this answer, I will assume you are using x86_64. The file is this one.
In a terminal, run the following:
sudo dpkg -i /path/to/pulseaudio_9.0-5ubuntu3_amd64.deb
Now, to fix dependencies problems, run:
sudo apt-get -f install
That's it.
Another, more complex method, is through Apt-Pinning. Check this or this. I can add a guide to the answer if you want, but the above method should be enough.
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Jan 15 '17 at 17:12
user308164
Thanks luchonacho... so follow up question(s)... is pulseaudio 9.0 included in Ubuntu 17.04? AND, if so can I just update my Ubuntu to 17.04? AND finally... if so, how?
– Michael
Jan 15 '17 at 17:57
1
Yes, it is included. But, since you only have a problem with audio, I suggest you just update Pulseaudio, as in my answer. That is enough, and much simpler. If you still want to move away from 16.04, I suggest 16.10. It will still give you Pulseaudio +9. You can find it here. Install as you installed 16.04 (probably with an ISO into a USB or CD). Check the tons of instructions available online if you are having trouble with that.
– user308164
Jan 15 '17 at 18:14
I got the following error...dependency problems prevent configuration of pulseaudio: pulseaudio depends on libpulse0 (= 1:9.0-5ubuntu3); however: Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1.
– Michael
Jan 16 '17 at 1:13
Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1. pulseaudio depends on libwebrtc-audio-processing1; however: Package libwebrtc-audio-processing1 is not installed. pulseaudio depends on pulseaudio-utils; however:
– Michael
Jan 16 '17 at 1:16
Ok, that is because the libraries needed are not available in your version of Ubuntu. The option is then to use Apt-Pinning. Will update the answer shortly.
– user308164
Jan 16 '17 at 10:35
|
show 3 more comments
Thanks luchonacho... so follow up question(s)... is pulseaudio 9.0 included in Ubuntu 17.04? AND, if so can I just update my Ubuntu to 17.04? AND finally... if so, how?
– Michael
Jan 15 '17 at 17:57
1
Yes, it is included. But, since you only have a problem with audio, I suggest you just update Pulseaudio, as in my answer. That is enough, and much simpler. If you still want to move away from 16.04, I suggest 16.10. It will still give you Pulseaudio +9. You can find it here. Install as you installed 16.04 (probably with an ISO into a USB or CD). Check the tons of instructions available online if you are having trouble with that.
– user308164
Jan 15 '17 at 18:14
I got the following error...dependency problems prevent configuration of pulseaudio: pulseaudio depends on libpulse0 (= 1:9.0-5ubuntu3); however: Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1.
– Michael
Jan 16 '17 at 1:13
Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1. pulseaudio depends on libwebrtc-audio-processing1; however: Package libwebrtc-audio-processing1 is not installed. pulseaudio depends on pulseaudio-utils; however:
– Michael
Jan 16 '17 at 1:16
Ok, that is because the libraries needed are not available in your version of Ubuntu. The option is then to use Apt-Pinning. Will update the answer shortly.
– user308164
Jan 16 '17 at 10:35
Thanks luchonacho... so follow up question(s)... is pulseaudio 9.0 included in Ubuntu 17.04? AND, if so can I just update my Ubuntu to 17.04? AND finally... if so, how?
– Michael
Jan 15 '17 at 17:57
Thanks luchonacho... so follow up question(s)... is pulseaudio 9.0 included in Ubuntu 17.04? AND, if so can I just update my Ubuntu to 17.04? AND finally... if so, how?
– Michael
Jan 15 '17 at 17:57
1
1
Yes, it is included. But, since you only have a problem with audio, I suggest you just update Pulseaudio, as in my answer. That is enough, and much simpler. If you still want to move away from 16.04, I suggest 16.10. It will still give you Pulseaudio +9. You can find it here. Install as you installed 16.04 (probably with an ISO into a USB or CD). Check the tons of instructions available online if you are having trouble with that.
– user308164
Jan 15 '17 at 18:14
Yes, it is included. But, since you only have a problem with audio, I suggest you just update Pulseaudio, as in my answer. That is enough, and much simpler. If you still want to move away from 16.04, I suggest 16.10. It will still give you Pulseaudio +9. You can find it here. Install as you installed 16.04 (probably with an ISO into a USB or CD). Check the tons of instructions available online if you are having trouble with that.
– user308164
Jan 15 '17 at 18:14
I got the following error...dependency problems prevent configuration of pulseaudio: pulseaudio depends on libpulse0 (= 1:9.0-5ubuntu3); however: Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1.
– Michael
Jan 16 '17 at 1:13
I got the following error...dependency problems prevent configuration of pulseaudio: pulseaudio depends on libpulse0 (= 1:9.0-5ubuntu3); however: Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1.
– Michael
Jan 16 '17 at 1:13
Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1. pulseaudio depends on libwebrtc-audio-processing1; however: Package libwebrtc-audio-processing1 is not installed. pulseaudio depends on pulseaudio-utils; however:
– Michael
Jan 16 '17 at 1:16
Version of libpulse0:amd64 on system is 1:8.0-0ubuntu3.1. pulseaudio depends on libwebrtc-audio-processing1; however: Package libwebrtc-audio-processing1 is not installed. pulseaudio depends on pulseaudio-utils; however:
– Michael
Jan 16 '17 at 1:16
Ok, that is because the libraries needed are not available in your version of Ubuntu. The option is then to use Apt-Pinning. Will update the answer shortly.
– user308164
Jan 16 '17 at 10:35
Ok, that is because the libraries needed are not available in your version of Ubuntu. The option is then to use Apt-Pinning. Will update the answer shortly.
– user308164
Jan 16 '17 at 10:35
|
show 3 more comments
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%2f872260%2fhow-can-i-update-pulseaudio-to-latest-9-0-version%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