sbp wrote: > Hi Thomas > > I'm using two scripts in order to go from a HiFiBerry DAC to Digi and > back again. We need to change the modules that are loaded. > > This will allow us to use the Digi card: > > Code: -------------------- > > > #!/bin/sh > # we need to stop squeezelite before anything > sudo /usr/local/etc/init.d/squeezelite_initd stop > > > #we need to remove any i2s stuff in order to get it right if we toggle between DAC and digi > sudo modprobe -qr snd_soc_hifiberry_dac > sudo modprobe -qr snd_soc_hifiberry_digi > > > #We need to load the correct modules for hifibery Digi > sudo modprobe -q snd_soc_bcm2708_i2s > sudo modprobe -q bcm2708_dmaengine > sudo modprobe -q snd_soc_wm8804 > sudo modprobe -q snd_soc_hifiberry_digi > -------------------- > > > > This will allow us to use the DAC: > > Code: -------------------- > > > #!/bin/sh > # we need to stop squeezelite before anything > sudo /usr/local/etc/init.d/squeezelite_initd stop > > > #we need to remove any i2s stuff in order to get it right if we toggle between DAC and digi > sudo modprobe -qr snd_soc_hifiberry_dac > sudo modprobe -qr snd_soc_hifiberry_digi > > > #We need to load the correct modules for hifibery DAC > sudo modprobe -q snd_soc_bcm2708_i2s > sudo modprobe -q bcm2708_dmaengine > sudo modprobe -q snd_soc_pcm5102a > sudo modprobe -q snd_soc_hifiberry_dac -------------------- > > > > Hope this helps. > > Steen Hi Steen, thanks a lot, but I'm not able to get it to work!
My /etc/modules looks like this: snd_soc_bcm2708 snd_soc_bcm2708_i2s bcm2708_dmaengine snd_soc_wm8804 snd_soc_hifiberry_digi I can't see any output device if I type squeezelite -l ! What's wrong with my setup? Thanks a lot, Thomas SBS 7.7.x on SqueezePlug, 2 x Squeezebox Duet, 1 x Squeezebox Touch, 1 x Onkyo TX-8050 DLNA ready receiver iPeng, SqueezeSlave My SqueezePlug Wiki: 'Wiki' (http://www.squeezeplug.eu/wiki) My Blog: 'Blog' (http://squeezeplug.eu) My Forum: 'Forum ' (http://squeezeplug.eu/forum) My Downloads: 'Downloads' (http://squeezeplug.eu/?page_id=52) My Videos: 'YouTube' (http://www.youtube.com/squeezeplug) Feel free to donate my SqueezePlug project: 'Donate' (https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3R2M49ARYWK6C), thanks a lot! ------------------------------------------------------------------------ truehl's Profile: http://forums.slimdevices.com/member.php?userid=34265 View this thread: http://forums.slimdevices.com/showthread.php?t=97803 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
