imaxgt
Posts: 2
Joined: Sat Nov 03, 2018 9:13 am

Speaker

Sat Nov 03, 2018 9:23 am

Hi All

See a have a Rasberry Pi 3+ system, and the great, but I have a speaker connected but no silent, but I think is wrong.

what can do if fix this?

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Speaker

Sat Nov 03, 2018 4:16 pm

imaxgt wrote:
Sat Nov 03, 2018 9:23 am
Hi All

See a have a Rasberry Pi 3+ system, and the great, but I have a speaker connected but no silent, but I think is wrong.

what can do if fix this?

The Headphone Jack is line level only output it needs amplification.

Though you could be trying to get sound via a USB Sound Card or HDMi ?

https://www.raspberrypi.org/documentati ... -config.md
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
WillBoxOwO
Posts: 122
Joined: Wed Jun 27, 2018 10:24 pm

Re: Speaker

Sat Nov 03, 2018 6:59 pm

Im not shure what you meant by that, but if you simply want to make the jack port output sound, just do the following command:

Code: Select all

sudo amixer cset numid=3 1
I hope I helped you somehow.
I like cats

LTolledo
Posts: 3430
Joined: Sat Mar 17, 2018 7:29 am
Location: Anime Heartland

Re: Speaker

Sat Nov 03, 2018 9:35 pm

is the "speaker" system amplified
amplified means there is a power in port (either barrel jack or microUSB/miniUSB etc), and usually have a volume control knob (optional)

or plain boxed speaker, with just the headphone jack as connector.

you may be able to test the sound output from the audio jack (TRRS jack) using plain headphones (I tested it before and it works)
if you can hear audio from the headphones then the audio jack works
otherwise you need to set the RPi to output audio to the audio jack,
the settings can be done in rpi-config, set audio to output to analog.
you may have to reboot.

if you are using Raspbian Stretch Desktop, you can change the audio output by right clicking on the speaker icon, and selecting analog. You still need to do a quick reboot for it to take effect.

now after confirming that audio does output to audio jack, connecting a plain boxed speaker to it will still output audio, but you will have to place your ear very very very close to the speaker.

that being mentioned, it is better to have an amplified speaker instead

if you still want to use your boxed speaker, then you need to provide an amplifier. An ultra low cost 5V, 3W amplifier module is available in amazon or your favorite shopping site/ local electronics shop.

do tell us what you intend to do.....

And Welcome to the Forums!
"Don't come to me with 'issues' for I don't know how to deal with those
Come to me with 'problems' and I'll help you find solutions"

Some people be like:
"Help me! Am drowning! But dont you dare touch me nor come near me!"

W. H. Heydt
Posts: 12648
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: Speaker

Sat Nov 03, 2018 11:52 pm

Perhaps I can make this a little bit simpler...

To use just speakers with a Pi, they need to be self powered. The typical "computer speaker" sets work this way.

Return to “Beginners”