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?
Re: Rpi 2 - Background noises
Bump...
Re: Rpi 2 - Background noises
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?
-
- Posts: 27225
- Joined: Tue Mar 25, 2014 12:40 pm
Re: Rpi 2 - Background noises
Incorrect cable ?? http://www.raspberrypi-spy.co.uk/2014/0 ... video-jackTheiTay 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?
Take what I advise as advice not the utopian holy grail, and it is gratis !!
-
- Posts: 4
- Joined: Mon Jul 16, 2012 11:24 am
Re: Rpi 2 - Background noises
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
> aplay /usr/share/sounds/alsa/Front_Center.wav
but stops shortly after.
Using the current Rasbian and I'd love to find a fix
Re: Rpi 2 - Background noises
What cable are you using to connect? Is it fully in?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
There are 10 types of people: those who understand binary and those who don't.
-
- Posts: 4
- Joined: Mon Jul 16, 2012 11:24 am
Re: Rpi 2 - Background noises
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
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
Re: Rpi 2 - Background noises
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
Re: Rpi 2 - Background noises
Thank you!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
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.
Re: Rpi 2 - Background noises
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
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
Re: Rpi 2 - Background noises
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