Hi,
Hardware
RPi Rev B with Hifiberry Digi
Software
Squeezeplug (with max2play built in)
sqeeuzebox server running on Synology
when i play a stream the sound only comes from the onboard sound-output, and not via the digital connections.
on the hifiberry board i can see the green led, but the optical-out doesnt light up. (it schould be a red light right?)
http://puu.sh/h2EZj/86d6968fa4.png
http://puu.sh/h2F3W/91079ed324.png
should i do something else to set up the digiberry?
Date
Votes
11 comments
-
HiFiBerry team You might need to disable the onboard sound in /etc/modules.
Also check the output of aplay -l to see if the Digi is configured correctly.
Best regards
Daniel -
BalooTheBigBear is there a guide somewhere to do this stuff? -
BalooTheBigBear # /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.
snd-bcm2835
ill just put a # in front of "snd-bcm2835"
how do i check the output of aplay -l -
HiFiBerry team Yes, just put an # in front of the snd-bcm2835
Then run aplay -l as root and check if the HiFiBerry Digi is listed as the only sound card.
Best regards
Daniel -
BalooTheBigBear do i need to do it locally?
i cant find anything about ssh/... -
HiFiBerry team Sure, you have to login to the system first. You can do this over the network with SSH or you connect a monitor and keyboard to the Raspberry Pi and do it on the system.
Best regards
Daniel -
BalooTheBigBear root@max2play:~# aplay -l
aplay: device_list:252: no soundcards found...
(i tried to ssh via port 2222, wich doesnt work :), my other server uses 2222 for some reason) -
HiFiBerry team Looks like the HiFiBerry Digi is not configured correctly. What distribution are you using and how did you configure it?
Please post the output auf "uname -a"
Best regards
Daniel -
BalooTheBigBear [code]
root@max2play:~# uname -a
Linux max2play 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l GNU/Linux
[/code]
i havent configured anything, should i install drivers or something?
i installed the SPMAX2PLAY_RPI_NOOBS_200.zip package from squeezeplug.eu -
HiFiBerry team Yes, you need to configure the drivers. This is documented here:
https://www.hifiberry.com/guides/configuring-linux-3-18-x/
Best regards
Daniel -
BalooTheBigBear Thx,
works like charm
Michiel
Please sign in to leave a comment.