Hardware - Support > Sound

NO SOUND FROM SPEAKERS

(1/2) > >>

TheDead:
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! ;)

az-suomi:
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.

Moltke:

--- Quote from: az-suomi on July 25, 2020, 05:42:15 PM ---Took your advice, but I still don't have any sound from speakers.

--- End quote ---

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. 

az-suomi:
Took your advice, but I still don't have any sound from speakers.

Moltke:

--- Quote from: 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

--- End quote ---

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

--- Code: ---$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

--- End code ---

If you get
--- Code: ---command not found
--- End code ---
error you might need to install
--- Code: ---alsa-utils
--- End code ---
install with
--- Code: ---sudo apt-get install alsa-utils
--- End code ---
and run the speaker-test command again. You may also try with
--- Code: ---alsamixer
--- End code ---
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: ---sudo apt install pavucontrol -y

--- End code ---

--- End quote ---

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! :)

Navigation

[0] Message Index

[#] Next page

Go to full version