I am currently trying to get forked-daapd working but I am struggling with the audio.
I currently have it installed and running, serving music from a memory stick, the library appears in iTunes on other computers on the network and I have an iPad with the Apple "Remote" app paired so I can control the music.
What I would really like is to use the iPad to control the music being played locally from the Pi!
However when I try to play a song the log file gives:
[2012-04-22 20:26:20] laudio: cannot find card '0'[2012-04-22 20:26:20] laudio: function snd_func_card_driver ret$
[2012-04-22 20:26:20] player: Could not open local audio
[2012-04-22 20:26:20] player: Could not activate local audio output
In the config I have just left:
card = "default"
Any Ideas?
I understand that the audio drivers are very alpha currently but it would be nice to
get something outputting even if it does crash.
I have enabled audio by modprobe snd_bcm2835 and have had music playing.
I aim to write up how I got it all set up once its all working if any one is interested in doing
something similar.
Hope that makes sense, any help would be greatly appreciated!
I am running the latest debian image
Cheer
Greg