LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-03-2020, 12:40 AM   #1
LeTesla
LQ Newbie
 
Registered: Jan 2020
Posts: 1

Rep: Reputation: Disabled
No audio on Linux Mint 19 Cinnamon


I have recently used MrChromebox's BIOS method to write over ChromeOS, and I have installed Linux Mint 19 Cinnamon in it's place. However, my main issue is that there is no audio. Alsamixer only shows the HDMI audio and headphone audio. Pavucontrol does this as well.

Some hardware specs:
  • Acer Chromebook 14 CB3-431
  • 32GB SSD
  • 2.4GiB RAM
  • Appears to use an Intel audio chip
 
Old 01-03-2020, 04:12 PM   #2
michaelsavage
Member
 
Registered: Apr 2019
Distribution: Linux Mint
Posts: 59

Rep: Reputation: 11
From the menu go to the System Settings then select sound. Near the top select Output. Do you have an object in the "Device" section? If so highlight it. In the "Output Profile" use the drop down arrow and select your profile. Select the "Test Sound" button. A window will open for you to test your speakers. You may need to try different things in the "Profile and Device" section to hear your sound. You may need to turn up the sound also.
 
1 members found this post helpful.
Old 01-03-2020, 07:34 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
If you have not already done so, install the Pulse Audio Mixer (pavucontrol); it gives you more granular control. It should be in the repos.

Also, what is the audio chipset in that machine? (The command lspci, issued in a terminal, should provide that information.)
 
Old 01-07-2020, 07:26 AM   #4
sauloslack
LQ Newbie
 
Registered: Jan 2020
Location: Brazil
Distribution: Slackware
Posts: 7

Rep: Reputation: 1
Talking

Quote:
Originally Posted by LeTesla View Post
I have recently used MrChromebox's BIOS method to write over ChromeOS, and I have installed Linux Mint 19 Cinnamon in it's place. However, my main issue is that there is no audio. Alsamixer only shows the HDMI audio and headphone audio. Pavucontrol does this as well.

Some hardware specs:
  • Acer Chromebook 14 CB3-431
  • 32GB SSD
  • 2.4GiB RAM
  • Appears to use an Intel audio chip
Recently Linux Mint has been experiencing a few bugs.

Type the command:

sudo apt-get update
sudo apt-get install pavucontrol pulseaudio-module-gconf pulseaudio-module-zeroconf

Reboot the computer, then click the Menu button and type pavucontrol in the search box. Click PulseAudio Volume Control.

Click the Configuration tab. Beside Profile, click the drop-down menu. Select the profile that best suits the audio device which you found with the lspci command.

pulseaudio_volume_control_configuration

Click the Output Devices tab. Beside your default audio device, check if the mute button is enabled. Click it to clear the green box to unmute your audio device.

linux_mint_pulseaudio_volume_control

If there is still no sound, you can try to type this command:

amixer set Master unmute

Depending on the problem you’re having, you can use this command differently:

amixer set Speaker unmute
amixer set Headphone unmute

If the above commands don’t work, you can also try:

amixer -D pulse set Master 1+ toggle

If you’re experiencing no sound in a specific program, such as Audacity, make sure that the correct audio device is selected within the program.

linux_mint_audacity_audio_playback_device

You can also try selecting “pulse” or “default” or any of the other selections to see if this restores the sound functionality in the program.

This will solve most problems with no sound in Linux Mint.

One main cause of popping, cracking, distorted audio in Linux is most likely to be overloaded system resources. So your first order of business is to just shut down any programs you don’t need. If that doesn’t work, shut down the computer, leave it off for at least 30 seconds, then turn it back on again. (Do not reboot. This can leave problems running in memory.)

Also check your speaker cables, headphone cables, headphone jack, etc. Try swapping out your speakers or headphones for different ones.

If you still experience a problem with audio, try the following edit:

sudo nano /etc/default/pulse.pa

Move to the area in the file where you see “load-module module-udev-detect”, and add tsched=0 to the end. When finished, the line should read:

load-module module-udev-detect tsched=0

Then restart PulseAudio with the following commands:

pulseaudio -k pulseaudio --start

Type CTRL+O to save your changes, then type CRTL+X to exit nano.
Buzzing Sound in Speakers

A buzzing sound in the speakers may be a sign that the speakers are failing. You may hear a constant buzzing noise, or you may hear buzzing only when the audio levels get too high. This is an especially difficult problem with laptop computers with built-in speakers. The best workaround for this problem is to install PulseAudio Equalizer and turn down the levels on the offending audio frequencies. But you can also try swapping speakers on your desktop computer or installing external speakers on your laptop to see if that solves the problem.

You can also try editing the audio levels in Alsamixer. Just start a terminal and type:

alsamixer
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to launch "cinnamon-session-cinnamon" X session "cinnamon-session-cinnamon" -found; Falling back to default "session." xxxindigo Linux Mint 22 09-01-2019 09:21 AM
Why Go Debian-Ubuntu-Mint-Cinnamon, When You Can Go Debian-Cinnamon? happydog500 Debian 17 10-10-2017 08:37 AM
LXer: Linux Mint 17.3 "Rosa" Cinnamon Edition Beta Officially Released with Cinnamon 2.8 LXer Syndicated Linux News 0 11-18-2015 11:29 PM
[SOLVED] Linux Mint 17 (Cinnamon) versus Linux Mint 17-1 (Cinnamon) Tikiman Linux - General 2 05-15-2015 02:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration