Code: Select all
RPI Zero - W
Raspbian Stretch lite install.
root@raspberrypi:~# uname -a
Linux raspberrypi 4.14.98+ #1200 Tue Feb 12 20:11:02 GMT 2019 armv6l GNU/Linux
Following this guide:
https://www.instructables.com/id/DIY-Go ... -Raspberr/
Can connect to the pi, I have the BT Headset paired, and trusted. The odd part is that if as root I run:
Code: Select all
aplay foo.wavHowever the same command for the pi user tries to use something else, and acts like it is successfully playing, but if I specify the device, works just fine.
Code: Select all
aplay foo.wav -D speaker
Code: Select all
ipcm.!default {
type asym
capture.pcm "mic"
playback.pcm "speaker"
}
pcm.mic {
type plug slave { pcm "hw:1,0" }
}
pcm.speaker {
type plug
slave.pcm {
type bluealsa device "E8:07:BF:38:7F:C7"
profile "a2dp"
}
}Any tips/questions/pointers would be greatly appreciated!
Thanks,
Mriswithe