Linux Lite Forums

Hardware - Support => Sound => Topic started by: az-suomi on July 23, 2020, 11:51:01 PM

Title: NO SOUND FROM SPEAKERS
Post by: az-suomi on July 23, 2020, 11:51:01 PM
Speakers suddenly quit. Installed new speakers and still cannot get any sound. I've attached a system report. Please advise.
David
Title: Re: NO SOUND FROM SPEAKERS
Post by: Şerban S. on July 24, 2020, 02:00:46 AM
Speakers suddenly quit. Installed new speakers and still cannot get any sound. I've attached a system report. Please advise.
David

Hello! :)
For some reasons, sometimes after install, the speakers are muted. Some Apps also mute the speakers. Why does this happen, it's above my skills to explain.

So, here is what to do:

Open a terminal window or use Synaptic Package Manager.
Copy/Paste the following, if you use the terminal:

Code: [Select]
sudo apt install pavucontrol -y
Now in the Linux Lite main menu, choose Multimedia and from here, choose PulseAudio Volume Control. ;)

Good luck! :)
Title: Re: NO SOUND FROM SPEAKERS
Post by: Moltke on July 24, 2020, 11:31:02 AM
Speakers suddenly quit. Installed new speakers and still cannot get any sound. I've attached a system report. Please advise.
David

To make sure the speakers are functioning you may try with
Code: [Select]
speaker-test for that, open a terminal and type
Code: [Select]
speaker-test  -c 2 if everything's fine speakers will make some noise and you should get an output similar to this:
Code: [Select]
$speaker-test -c 2

speaker-test 1.2.2

Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 96 to 1048576
Period size range from 32 to 349526
Using max buffer size 1048576
Periods = 4
was set period_size = 262144
was set buffer_size = 1048576
 0 - Front Left
 1 - Front Right
Time per period = 11,019373
 0 - Front Left
 1 - Front Right
^CTime per period = 11,026943

If you get
Code: [Select]
command not found error you might need to install
Code: [Select]
alsa-utils install with
Code: [Select]
sudo apt-get install alsa-utils and run the speaker-test command again. You may also try with
Code: [Select]
alsamixer and see if can fix the sound with it.

Quote
Open a terminal window or use Synaptic Package Manager.
Copy/Paste the following, if you use the terminal:

Code: [Select]
sudo apt install pavucontrol -y

I believe pavucontrol is already installed in LL, might be wrong though and I'm not in LL right now but I think it is. Otherwise yes,  this is another option and probably an easier one since it has a GUI.

Hope this helps! :)
Title: Re: NO SOUND FROM SPEAKERS
Post by: az-suomi on July 25, 2020, 05:42:15 PM
Took your advice, but I still don't have any sound from speakers.
Title: Re: NO SOUND FROM SPEAKERS
Post by: Moltke on July 25, 2020, 05:56:23 PM
Took your advice, but I still don't have any sound from speakers.

Which one? Installing pavucontrol or running speaker-test? Is this a laptop or a desktop? If a laptop, do you get audio from the internal speakers? If a desktop, can you try with another set of speakers? Just to rule out they're not malfuctioning. 
Title: Re: NO SOUND FROM SPEAKERS
Post by: az-suomi on July 25, 2020, 11:37:24 PM
This is a desktop computer with new Logitech speakers. Pavucontrol is already installed. Speaker-test was run with normal results but no sound from speakers. Ran other tests with no results. I will try another pair of speakers.
Title: Re: NO SOUND FROM SPEAKERS
Post by: TheDead on July 26, 2020, 12:23:06 AM
Check the speaker output in colume control.
When you have a HDMI monitor, sound is sometimes outputed to there.
You have to choose the correct output.

Hope this helps! ;)