How to get audio in mp3blaster out the headphone jack?
Hi everyone. I'm trying to figure out how to get audio out the audio jack on this board from the console.
The Ubuntu forums suggested $padsp mp3blaster -s /dev/dsp however, it's not working.
A quick ls -la in the /dev directory tells me there is no dsp so, i'm a little stuck.
How to I query the device output? has anyone had any luck here?
-- to maybe help others on setting up --
I also had console porblems when connected via PuTTY that made mp3blaster look corrupted.
I fixed this by changing the .profile file in /home/firefly and adding in (export TERM=linux) without the brackets, at the end of that file.
I also changed the PuTTY windows translation to cp437 in settings. This also fixed the function keys in mp3blaster from not working.
Comments
Ok, i'm willing to use any type of console player. Not GUI console, for use with headphones.
Have you tried alsamixer? After you've configured the right output, use mpg123 or have a process decode it to raw wave and pass it to aplay.
Hi loverpi,
Thanks for you help ;-) That's really appreciated :-)
I can certainly do that. Is there a quick method to determine the output device?
I did a ls -la in /dev however, i'm a little unsure on what I am looking for.
Obviously, I can't us lspci, maybe modprobe?