mikeybs wrote: > I am trying to use the hifiberry DAC+ connected to an RPi 2. I can't > get squeezelite to start up using the hifiberry for output. I've tried > doing it manually from the command line using the options I retrieved > from picoreplayer > > root@max2play:/opt# /opt/squeezelite/squeezelite -n max2play -o > hw:CARD=sndrpihifiberry > [19:45:24.859711] test_open:294 playback open error: No such device > [19:45:24.860165] output_init_common:381 unable to open output device > > It seems alsa can't see the hifiberry, and doing an lsmod suggests it > has to do with kernel modules. I compared to lsmod output on > picoreplayer, and then I attempted to manually load the needed modules. > It did not work. I am unsure if maybe I loaded them in the incorrect > order, or if there is more to it than loading modules. > > > UPDATE > Could it be the lack of kernel dma modules in max2play? > > picoreplayer output: > tc@piCorePlayer:~$ ls /lib/modules/3.14.4-piCore\+/kernel/drivers/dma > bcm2708-dmaengine.ko virt-dma.ko > > These modules are missing in max2play... > > Do I have to compile a new kernel to get the hifiberry DAC+ working?
I tried using the following in my /etc/modules: snd_soc_bcm2708 bcm2708_dmaengine snd_soc_pcm512x snd_soc_hifiberry_dacplus still can't get my hifiberry dac+ working root@max2play:~# aplay -l aplay: device_list:252: no soundcards found... ------------------------------------------------------------------------ mikeybs's Profile: http://forums.slimdevices.com/member.php?userid=62630 View this thread: http://forums.slimdevices.com/showthread.php?t=101856 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
