TheiTay
Posts: 16
Joined: Tue Feb 17, 2015 10:39 pm

Rpi 2 - Background noises

Thu Feb 19, 2015 7:39 pm

Hello, recently I purchased a new RPI 2 (Model B), This pi was supposed to control my surrounding system but unfortunately it has major background noises from the 3.5mm jack. Before using this pi 2 I used the first RPI (Model B) to control the system, it also had some background noises but it was nothing compared to the new one.

As I understood, it was supposed to be the opposite - the newer pi (since model B+), have better audio circuit, but the results are proofing else.

Any ideas?

TheiTay
Posts: 16
Joined: Tue Feb 17, 2015 10:39 pm

Re: Rpi 2 - Background noises

Wed Feb 25, 2015 8:50 pm

Bump...

drgeoff
Posts: 13489
Joined: Wed Jan 25, 2012 6:39 pm

Re: Rpi 2 - Background noises

Wed Feb 25, 2015 9:32 pm

What sort of cable are you using? If a 4-pole jack one that has incorrect wiring for the RPi, it will be superimposing video on the audio.
Quis custodiet ipsos custodes?

fruitoftheloom
Posts: 27225
Joined: Tue Mar 25, 2014 12:40 pm

Re: Rpi 2 - Background noises

Wed Feb 25, 2015 9:35 pm

TheiTay wrote:Hello, recently I purchased a new RPI 2 (Model B), This pi was supposed to control my surrounding system but unfortunately it has major background noises from the 3.5mm jack. Before using this pi 2 I used the first RPI (Model B) to control the system, it also had some background noises but it was nothing compared to the new one.

As I understood, it was supposed to be the opposite - the newer pi (since model B+), have better audio circuit, but the results are proofing else.

Any ideas?
Incorrect cable ?? http://www.raspberrypi-spy.co.uk/2014/0 ... video-jack
Take what I advise as advice not the utopian holy grail, and it is gratis !!

PeterGrecian
Posts: 4
Joined: Mon Jul 16, 2012 11:24 am

Re: Rpi 2 - Background noises

Thu Feb 26, 2015 9:31 pm

This is a genuine problem, because it happens on my Pi 2 during playing test audio:

> aplay /usr/share/sounds/alsa/Front_Center.wav

but stops shortly after.

Using the current Rasbian and I'd love to find a fix

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Rpi 2 - Background noises

Thu Feb 26, 2015 10:29 pm

PeterGrecian wrote:This is a genuine problem, because it happens on my Pi 2 during playing test audio:

> aplay /usr/share/sounds/alsa/Front_Center.wav

but stops shortly after.

Using the current Rasbian and I'd love to find a fix
What cable are you using to connect? Is it fully in?
There are 10 types of people: those who understand binary and those who don't.

PeterGrecian
Posts: 4
Joined: Mon Jul 16, 2012 11:24 am

Re: Rpi 2 - Background noises

Sat Feb 28, 2015 12:16 pm

It is fully in and it is a stereo audio jack where the video ring is grounded.

Also, the noise is associated with what the pi is doing: playing audio, not the cable, so it is definitely not the cable.

Also, through HDMI, there is no background noise, but the audio is highly distorted and the hydrogen drum machine plays slowly.

This is independant of running jackd, pulseaudio or just alsa, and I suspect it is a driver issue.
I've done the firmware update and an apt-get upgrade and am running the 2015-02-16 Raspbian

User avatar
Douglas6
Posts: 5172
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, USA

Re: Rpi 2 - Background noises

Sat Feb 28, 2015 3:12 pm

Have you seen this post: http://www.raspberrypi.org/forums/viewt ... 44#p706744? There seems to be a problem with the onboard audio driver. Try editing /boot/config.txt and adding this line:

Code: Select all

disable_audio_dither=1

TheiTay
Posts: 16
Joined: Tue Feb 17, 2015 10:39 pm

Re: Rpi 2 - Background noises

Mon Mar 02, 2015 12:34 pm

Douglas6 wrote:Have you seen this post: http://www.raspberrypi.org/forums/viewt ... 44#p706744? There seems to be a problem with the onboard audio driver. Try editing /boot/config.txt and adding this line:

Code: Select all

disable_audio_dither=1
Thank you!
This really made the noise much lower, good as the first RPI that I had. I guess that for even better performance I'll have to wait to a bug fix or buy a usb to 3.5mm dongle.

User avatar
RaTTuS
Posts: 10828
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK

Re: Rpi 2 - Background noises

Mon Mar 02, 2015 12:39 pm

the analogue audio is not brilliant , use hdmi audio for better results or a SPI audio
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

SunayK
Posts: 12
Joined: Fri Apr 28, 2017 7:01 pm

Re: Rpi 2 - Background noises

Fri Apr 28, 2017 7:08 pm

I was facing simillar issue no Audio or lot of noise and infact i did reinstall OS, finally I found that my issue was with servoblaster using as pwm, As servoblaster use PIN 18 which is used for 3.5 audio Jack also, using PCM flag --pcm i was able to get back my audio. Please find more detail on this site http://www.leenabot.com/en/Driving-Serv ... pberry-Pi/. Hope this is helpful for other who are using servoblaster.
Build your own Robot! visit www.LeenaBOT.com for more detail

Return to “Troubleshooting”