Ubuntu 18.10 - no sound in Chrome
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am running Ubuntu 18.10 and chrome Version 70.0.3538.77 (Official Build) (64-bit). I have the same problem - no sound in Chrome, but it works fine with everything else, including Firefox. It did not work with 18.04 either.
I have tried both of the solutions offered in 'No sound (audio) in Chrome Ubuntu 18.04LTS' but neither worked.
I have seen numerous other complaints about this issue, but I have yet to find a solution that works for me. I would appreciate any help I can get.
sound google-chrome
add a comment |
I am running Ubuntu 18.10 and chrome Version 70.0.3538.77 (Official Build) (64-bit). I have the same problem - no sound in Chrome, but it works fine with everything else, including Firefox. It did not work with 18.04 either.
I have tried both of the solutions offered in 'No sound (audio) in Chrome Ubuntu 18.04LTS' but neither worked.
I have seen numerous other complaints about this issue, but I have yet to find a solution that works for me. I would appreciate any help I can get.
sound google-chrome
I just now installed chrome 73.0.3683.86 and audio works! The installation procedure was: 1)wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
2)sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
3)sudo apt-get update
and 4)sudo apt-get install google-chrome-stable
. Issue command:$ google-chrome --version
, you will see the output will beGoogle Chrome 73.0.3683.86
. Finally issue command:google-chrome-stable &
and you will see Chrome browser.
– Marmayogi
Mar 28 at 20:46
But this version was not like yours (70.0.3538.77). I hope you won't mind to update your chrome browser to the latest one (73.0.3683.86)!
– Marmayogi
Mar 28 at 20:47
You can also access Chrome browser throughGnome dash
and double-clickchrome browser shortcut
– Marmayogi
Mar 28 at 21:23
That worked. Problem solved. Many thanks.
– Stewart Kluss
Mar 30 at 18:36
add a comment |
I am running Ubuntu 18.10 and chrome Version 70.0.3538.77 (Official Build) (64-bit). I have the same problem - no sound in Chrome, but it works fine with everything else, including Firefox. It did not work with 18.04 either.
I have tried both of the solutions offered in 'No sound (audio) in Chrome Ubuntu 18.04LTS' but neither worked.
I have seen numerous other complaints about this issue, but I have yet to find a solution that works for me. I would appreciate any help I can get.
sound google-chrome
I am running Ubuntu 18.10 and chrome Version 70.0.3538.77 (Official Build) (64-bit). I have the same problem - no sound in Chrome, but it works fine with everything else, including Firefox. It did not work with 18.04 either.
I have tried both of the solutions offered in 'No sound (audio) in Chrome Ubuntu 18.04LTS' but neither worked.
I have seen numerous other complaints about this issue, but I have yet to find a solution that works for me. I would appreciate any help I can get.
sound google-chrome
sound google-chrome
asked Mar 28 at 19:37
Stewart KlussStewart Kluss
62
62
I just now installed chrome 73.0.3683.86 and audio works! The installation procedure was: 1)wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
2)sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
3)sudo apt-get update
and 4)sudo apt-get install google-chrome-stable
. Issue command:$ google-chrome --version
, you will see the output will beGoogle Chrome 73.0.3683.86
. Finally issue command:google-chrome-stable &
and you will see Chrome browser.
– Marmayogi
Mar 28 at 20:46
But this version was not like yours (70.0.3538.77). I hope you won't mind to update your chrome browser to the latest one (73.0.3683.86)!
– Marmayogi
Mar 28 at 20:47
You can also access Chrome browser throughGnome dash
and double-clickchrome browser shortcut
– Marmayogi
Mar 28 at 21:23
That worked. Problem solved. Many thanks.
– Stewart Kluss
Mar 30 at 18:36
add a comment |
I just now installed chrome 73.0.3683.86 and audio works! The installation procedure was: 1)wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
2)sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
3)sudo apt-get update
and 4)sudo apt-get install google-chrome-stable
. Issue command:$ google-chrome --version
, you will see the output will beGoogle Chrome 73.0.3683.86
. Finally issue command:google-chrome-stable &
and you will see Chrome browser.
– Marmayogi
Mar 28 at 20:46
But this version was not like yours (70.0.3538.77). I hope you won't mind to update your chrome browser to the latest one (73.0.3683.86)!
– Marmayogi
Mar 28 at 20:47
You can also access Chrome browser throughGnome dash
and double-clickchrome browser shortcut
– Marmayogi
Mar 28 at 21:23
That worked. Problem solved. Many thanks.
– Stewart Kluss
Mar 30 at 18:36
I just now installed chrome 73.0.3683.86 and audio works! The installation procedure was: 1)
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
2) sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
3) sudo apt-get update
and 4) sudo apt-get install google-chrome-stable
. Issue command: $ google-chrome --version
, you will see the output will be Google Chrome 73.0.3683.86
. Finally issue command: google-chrome-stable &
and you will see Chrome browser.– Marmayogi
Mar 28 at 20:46
I just now installed chrome 73.0.3683.86 and audio works! The installation procedure was: 1)
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
2) sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
3) sudo apt-get update
and 4) sudo apt-get install google-chrome-stable
. Issue command: $ google-chrome --version
, you will see the output will be Google Chrome 73.0.3683.86
. Finally issue command: google-chrome-stable &
and you will see Chrome browser.– Marmayogi
Mar 28 at 20:46
But this version was not like yours (70.0.3538.77). I hope you won't mind to update your chrome browser to the latest one (73.0.3683.86)!
– Marmayogi
Mar 28 at 20:47
But this version was not like yours (70.0.3538.77). I hope you won't mind to update your chrome browser to the latest one (73.0.3683.86)!
– Marmayogi
Mar 28 at 20:47
You can also access Chrome browser through
Gnome dash
and double-click chrome browser shortcut
– Marmayogi
Mar 28 at 21:23
You can also access Chrome browser through
Gnome dash
and double-click chrome browser shortcut
– Marmayogi
Mar 28 at 21:23
That worked. Problem solved. Many thanks.
– Stewart Kluss
Mar 30 at 18:36
That worked. Problem solved. Many thanks.
– Stewart Kluss
Mar 30 at 18:36
add a comment |
1 Answer
1
active
oldest
votes
The questioner @Stewart Kluss's Chrome browser version 70.0.3538.77 had audio issues, so the suggestion was to upgrade chrome to the latest version 73.0.3683.86.
I installed chrome 73.0.3683.86 and audio worked!
The installation Procedure for Google Chrome Browser 64-bit version 73.0.3683.86.
Step-1: First, add (if not added already) the Google Chrome repository on your system using the following command. While using PPA to our system we also receive the latest updates whenever you check for system updates.
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Now add the PPA url to the /etc/apt/sources.list.d/google.list
file as per Ubuntu system architecture.
$ sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Step-2: Install or Upgrade Google Chrome
After adding Google Chrome repository in our system use following commands to install the latest Google Chrome stable release. If you already have installed an older version, It will upgrade currently installed version with recent stable version.
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
Step-3: Verify version
$ google-chrome --version
Figure-1: Google Chrome latest version 73.0.3683.86
you will see the output will be Google Chrome 73.0.3683.86.
Step-4: Launch Google Chrome
After completing step-3 the Google Chrome has been installed successfully on your system. Finally issue command to see Chrome browser:
$ google-chrome-stable &
Note: You can also access Chrome browser through Gnome dash
and double-click chrome browser shortcut
.
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%2f1129494%2fubuntu-18-10-no-sound-in-chrome%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
The questioner @Stewart Kluss's Chrome browser version 70.0.3538.77 had audio issues, so the suggestion was to upgrade chrome to the latest version 73.0.3683.86.
I installed chrome 73.0.3683.86 and audio worked!
The installation Procedure for Google Chrome Browser 64-bit version 73.0.3683.86.
Step-1: First, add (if not added already) the Google Chrome repository on your system using the following command. While using PPA to our system we also receive the latest updates whenever you check for system updates.
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Now add the PPA url to the /etc/apt/sources.list.d/google.list
file as per Ubuntu system architecture.
$ sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Step-2: Install or Upgrade Google Chrome
After adding Google Chrome repository in our system use following commands to install the latest Google Chrome stable release. If you already have installed an older version, It will upgrade currently installed version with recent stable version.
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
Step-3: Verify version
$ google-chrome --version
Figure-1: Google Chrome latest version 73.0.3683.86
you will see the output will be Google Chrome 73.0.3683.86.
Step-4: Launch Google Chrome
After completing step-3 the Google Chrome has been installed successfully on your system. Finally issue command to see Chrome browser:
$ google-chrome-stable &
Note: You can also access Chrome browser through Gnome dash
and double-click chrome browser shortcut
.
add a comment |
The questioner @Stewart Kluss's Chrome browser version 70.0.3538.77 had audio issues, so the suggestion was to upgrade chrome to the latest version 73.0.3683.86.
I installed chrome 73.0.3683.86 and audio worked!
The installation Procedure for Google Chrome Browser 64-bit version 73.0.3683.86.
Step-1: First, add (if not added already) the Google Chrome repository on your system using the following command. While using PPA to our system we also receive the latest updates whenever you check for system updates.
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Now add the PPA url to the /etc/apt/sources.list.d/google.list
file as per Ubuntu system architecture.
$ sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Step-2: Install or Upgrade Google Chrome
After adding Google Chrome repository in our system use following commands to install the latest Google Chrome stable release. If you already have installed an older version, It will upgrade currently installed version with recent stable version.
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
Step-3: Verify version
$ google-chrome --version
Figure-1: Google Chrome latest version 73.0.3683.86
you will see the output will be Google Chrome 73.0.3683.86.
Step-4: Launch Google Chrome
After completing step-3 the Google Chrome has been installed successfully on your system. Finally issue command to see Chrome browser:
$ google-chrome-stable &
Note: You can also access Chrome browser through Gnome dash
and double-click chrome browser shortcut
.
add a comment |
The questioner @Stewart Kluss's Chrome browser version 70.0.3538.77 had audio issues, so the suggestion was to upgrade chrome to the latest version 73.0.3683.86.
I installed chrome 73.0.3683.86 and audio worked!
The installation Procedure for Google Chrome Browser 64-bit version 73.0.3683.86.
Step-1: First, add (if not added already) the Google Chrome repository on your system using the following command. While using PPA to our system we also receive the latest updates whenever you check for system updates.
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Now add the PPA url to the /etc/apt/sources.list.d/google.list
file as per Ubuntu system architecture.
$ sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Step-2: Install or Upgrade Google Chrome
After adding Google Chrome repository in our system use following commands to install the latest Google Chrome stable release. If you already have installed an older version, It will upgrade currently installed version with recent stable version.
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
Step-3: Verify version
$ google-chrome --version
Figure-1: Google Chrome latest version 73.0.3683.86
you will see the output will be Google Chrome 73.0.3683.86.
Step-4: Launch Google Chrome
After completing step-3 the Google Chrome has been installed successfully on your system. Finally issue command to see Chrome browser:
$ google-chrome-stable &
Note: You can also access Chrome browser through Gnome dash
and double-click chrome browser shortcut
.
The questioner @Stewart Kluss's Chrome browser version 70.0.3538.77 had audio issues, so the suggestion was to upgrade chrome to the latest version 73.0.3683.86.
I installed chrome 73.0.3683.86 and audio worked!
The installation Procedure for Google Chrome Browser 64-bit version 73.0.3683.86.
Step-1: First, add (if not added already) the Google Chrome repository on your system using the following command. While using PPA to our system we also receive the latest updates whenever you check for system updates.
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Now add the PPA url to the /etc/apt/sources.list.d/google.list
file as per Ubuntu system architecture.
$ sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Step-2: Install or Upgrade Google Chrome
After adding Google Chrome repository in our system use following commands to install the latest Google Chrome stable release. If you already have installed an older version, It will upgrade currently installed version with recent stable version.
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
Step-3: Verify version
$ google-chrome --version
Figure-1: Google Chrome latest version 73.0.3683.86
you will see the output will be Google Chrome 73.0.3683.86.
Step-4: Launch Google Chrome
After completing step-3 the Google Chrome has been installed successfully on your system. Finally issue command to see Chrome browser:
$ google-chrome-stable &
Note: You can also access Chrome browser through Gnome dash
and double-click chrome browser shortcut
.
edited Mar 30 at 19:53
answered Mar 30 at 19:07
MarmayogiMarmayogi
86047
86047
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%2f1129494%2fubuntu-18-10-no-sound-in-chrome%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
I just now installed chrome 73.0.3683.86 and audio works! The installation procedure was: 1)
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
2)sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
3)sudo apt-get update
and 4)sudo apt-get install google-chrome-stable
. Issue command:$ google-chrome --version
, you will see the output will beGoogle Chrome 73.0.3683.86
. Finally issue command:google-chrome-stable &
and you will see Chrome browser.– Marmayogi
Mar 28 at 20:46
But this version was not like yours (70.0.3538.77). I hope you won't mind to update your chrome browser to the latest one (73.0.3683.86)!
– Marmayogi
Mar 28 at 20:47
You can also access Chrome browser through
Gnome dash
and double-clickchrome browser shortcut
– Marmayogi
Mar 28 at 21:23
That worked. Problem solved. Many thanks.
– Stewart Kluss
Mar 30 at 18:36