Edited by Eduard at 2016-12-27 19:31  
 
Hello, 
  
Has onyone succeeded to play music on the orangePiZero? I tried pin 7 and 8 on the 13 pin connector and also a usb soundcard. No luck at all 
 
After a few days my first Orange Pi zero is working. I loaded a sd card with Lubuntu and one with Armbian. The pi is connected to the network with a RJ45 cable. In Armbian I use ssh from the command line. Lubuntu can be used with ssh or VNC. There is no screen of no keyboard directly connected to the zero. Everything is done from a network laptop 
 
I added the usb card just for debugging. The ultimate goal is using the connector pins. I can play a .wav file. I used also aplay. The programs seem to proceed but no sound is heard. May be the sound is muted but I dont know how to unmute.  
 
Every hint is welcome. 
************************************************** 
The problem is solved. There was a short-circuit in the female 3.5mm jack soldered on the wires comming from the 13 pin connector on the orange pi zero. After soldering another jack everything went easy. I just had to add a file .asoundrc to the user home folder. The .asoundrc file is build from scratch. It contains only a few lines which select the on-board sound card to output.                                  
 
pcm.!default {     type hw     card audiocodec }  
ctl.!default {     type hw     card audiocodec }  
 
That's all. After adding this file the music coming from the orange pi zero is much better than one would expect from such a cheap device. It works fine with Lubuntu or armbian. 
  
I think everything about this has been said. Have a nice day. 
  
 
Cordialy, 
 
Eduard 
 
 |