Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio #2

Open
igniuss opened this issue Feb 9, 2017 · 1 comment
Open

Audio #2

igniuss opened this issue Feb 9, 2017 · 1 comment

Comments

@igniuss
Copy link

igniuss commented Feb 9, 2017

Hi, I'm having issues getting audio to work on the RPi3, I was able to change the modes in raspi-config after updating all packages, and have tried both hdmi and default 3.5mm jack, the file in question is a simple wav file, which works fine on my windows machine, android phone, and ubuntu VM.

I've also tried setting the output using amixer, rebooted pulseaudio, tried some stuff in the /biot/config.txt file, and kind of at a loss atm.

Any idea what it could be?
Thanks, Sean.

@JoKontage
Copy link

Just fixed this on my own RPi3 (running the 0.4 img version).
aplay -l showed no devices (even with snd_bcm2835 loaded).

Adding:
dtparam=audio=on

and making sure to uncomment:
hdmi_drive=2 (because I wanted HDMI by default)

to /boot/config.txt fixed the issue of no HDMI/Internal audio for me (got a fancy boot sound playing now ^^).

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants