09-25-2016, 06:20 PM
(09-25-2016, 02:27 PM)zirconx Wrote: Update - I went back to Debian and followed these instructions for getting the onboard audio to be recognized: http://forum.pine64.org/archive/index.ph...-1228.html
Now I am able to get audio through my headphones if I specify the device:
aplay -D plughw:CARD=audiocodec,DEV=0 /usr/share/sounds/speech-dispatcher/test.wav
lol.. beat me to it... I was about to point you to that thread, as I did the same to make it work on DietPi (it's just some of the DietPi menus don't work with the pine64 yet). If you want the analog audio (headphones jack) to be the default, try editing /usr/share/alsa/alsa.conf and changing
defaults.ctl.card 0
defaults.pcm.card 0
to
defaults.ctl.card 1
defaults.pcm.card 1
(where sndhmdi is 0 and audiocodec is 1 when you run aplay list)
(09-25-2016, 02:27 PM)zirconx Wrote: Now I'm working on being able to use arecord to record using the mic in my headset. So far I get an error every time I run arecord and give it one of my devices.
Afraid I can't help you with that one... I haven't had any need to record anything with the Pine64, so haven't played with the record side of things.