Thanks @lorin
@fritzg Ok all done, compiled with upnp enabled, ready for testing:
https://github.com/Fourdee/DietPi/issues/821#issuecomment-288050133
Thanks @lorin
@fritzg Ok all done, compiled with upnp enabled, ready for testing:
https://github.com/Fourdee/DietPi/issues/821#issuecomment-288050133
@Dan_Knight I did the upgrade and edited the /etc/mpd.conf file, but the Pi does not appear as a UPNP/DLNA device. So far, no cigar for me.
Hi @Dan_Knight, any news on when do you think youāll get this patched into the kernel? No rush, but am very interested to try this out. Thanks again.
Hi Noel,
I did run the patch and test compile, unfortunately, it failed. Appears the patch isnt compatible with current RPi 4.4 kernel:
sound/usb/quirks.c: At top level:
sound/usb/quirks.c:1220:5: error: redefinition of āsnd_usb_select_mode_quirkā
int snd_usb_select_mode_quirk(struct snd_usb_substream *subs,
^
sound/usb/quirks.c:1186:5: note: previous definition of āsnd_usb_select_mode_quirkā was here
int snd_usb_select_mode_quirk(struct snd_usb_substream *subs,
^
sound/usb/quirks.c: In function āsnd_usb_interface_dsd_format_quirksā:
sound/usb/quirks.c:1366:11: error: āSNDRV_PCM_FMTBIT_DSD_U32_BEā undeclared (first use in this function)
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
^
scripts/Makefile.build:258: recipe for target 'sound/usb/quirks.o' failed
make[2]: *** [sound/usb/quirks.o] Error 1
scripts/Makefile.build:403: recipe for target 'sound/usb' failed
make[1]: *** [sound/usb] Error 2
Makefile:961: recipe for target 'sound' failed
make: *** [sound] Error 2
If I get another chance, iāll take a look at the failed code, see if we can resolve in code, however, I cant promise anything as kernel source isnāt my strongest point (yet).
Hi,
Strange, lets ensure version is correct and upnp is enabled:
mpd --version | grep 21
mpd --version | grep upnp
Thanks a lot @Dan_Knight - that is all cryptic to me so Iām very thankful that you tried. Really appreciate that.
root@DietPi:~# mpd --version | grep 21
Music Player Daemon 0.19.21
root@DietPi:~# mpd --version | grep upnp
simple proxy upnp
smbclient upnp
root@DietPi:~#
@fritzg can you describe the functionality youāre trying to achieve? Because my limited experience is that this bit of code allows mpd to play files served up by upnp music servers such as minimserver, and thatās about it.
@lorin That is what I am trying to do. Play files from a upnp server. Other end points in my house show up in the server, such as a beaglebone black using mpd, but the pi does not.
@Dan_Knight - is there a board/processor that you recommend based on price and sound quality? I will be using with Roon.
Your list of boards / processors is Great (http://dietpi.com/#download). And I see that you rate CPU performance. My main criteria are sound quality and cost - e.g. I can buy an Orange Pi One for $20 and get the better CPU performance than a Raspberry Pi ($35), but is there a sound quality difference.
Also - how does VirtualBox work? Seems it may be beyond my reach tech wiseā¦
Iām currently running DietPi on two Raspberry Piās (a 2B and 3 I believe) both using Roon. Both have been stable and sound good.
I need to put two additional streamers together and need to decide what board / processor to use.
Thank you for your help and your outstanding software!!! Aloha, -Mark
@Dan_Knight - itās probably me doing something stupid, but this morning I updated the version of Dietpi running on my RPi3 from V142 to V147, and now Roon doesnāt see it as an endpoint anymore (it has an IQaudIO DAC+ board).
htop shows that Roon Bridge/RAAT server is running, but it just doesnāt show up as a Roon Endpoint. Iāve tried rebooting both the Roon Core and the RPi3 several times to no effect. Have you any idea what I might be doing wrong here? Thanks.
Edit: Iāve also tried starting from scratch with a fresh download of DietPi and installing the soundcard software and Roon Bridge - same result: not being seen.
Can you SSH in and issue āaplay -lā at the prompt?
My guess is that the driversfor your IQAudio board is not loaded somehow. If aplay returns āno devices foundā ā set the soundcard to none in dietpi-config, reboot and reselect the IQAudio board.
Let us know how it goes ā youāve got a nice little bit of tinkering ahead of you on a sunny saterday afternoonā¦
Hi Geoff,
I just completed a fresh install of v147 on RPi with Roon, all appears well. We did patch for a RoonBridge reinstall in v144 update, but weāll check status of RoonBridge if the below does not resolve.
It may be one of a few issues:
dietpi-config
> Audio options > Soundcard āIQaudIO DAC+ā, then rebootping google.com -c 2
If problems persist:
Weāll need to debug, please take a screenshot/paste of the following commands:
aplay -l
systemctl status roonbridge -l
Thanks. The problem appears to be that even though dietpi-config claims I have a DAC+ card installed, the system thinks that no soundcards are presentā¦
Edit: I am running a beta version of the Roon Remote on this PC - Iāve tested it against two Cores, one the release version and one the new beta.
I did try re-selecting the soundcard from dietpi-config, and reboot, but no changeā¦
Edit2: Same result using the release build 208 on both Core and Roon Remote - no sign of the RPi3
Hi Mark,
If your planning to use a USB DAC, you could essentially go for any board. I believe a few users on here have had good results with the NanoPi Neo + USB DACās.
Although, I donāt personally test all the boards for USB DAC support, so, if there is a board in mind, let me know and iāll verify USB DAC functionality before you purchase.
If on the other hand, your aiming at DAC HATS, this really comes down to the board itself, and, which board supports which DAC HAT.
In my view, in terms of sound quality:
Midrange:
Top End:
If you like soldering:
The Odroid C2 will give you the best CPU/network performance. RPi will allow for more DAC HAT options in the future.
The Allo Vana Player bundle, in my eyes, is the ultimate in achieving Hi-End audio via SBCās and DAC HATS.
Also - how does VirtualBox work? Seems it may be beyond my reach tech wiseā¦
Basically, you can use your PCās hardware to run a DietPi Debian system, instead of an SBC, and, ontop of your current OS (emulated). Its ideal for server usage (eg: powerful webserver), however, audio and GPU are not supported.
What does ānano /boot/config.txtā say? Is the correct overlay present at the end of the file?
EDIT: Iām updating my Pi to 147 right now ā see you on the other side.
Yep, good spot, thanks Gordon.
Ok, probably best we get a bug report to check system/DietPi settings are in order. Please could you complete the following, it will upload files for us to debug:
No need to fill out the document, only need the reference code.
Once thats sent, please try the following to reapply the soundcard:
/DietPi/dietpi/func/dietpi-set_hardware soundcard iqaudio-dacplus
reboot
#check again
aplay -l
Adding data: updated to 147 without issues, Digi+ Pro still present, Roon Bridge alpha OK.
@Geoff_Coupe: Iāll leave you in the hands of @Dan_Knight now, as his are far more skilled than mine.
Hmm, document sent (see screenshot for reference code), but even though Dietpi claims the soundcard sw is installed, no soundcard foundā¦
Edit: whoops forgot to reboot - just doing it now.
Edit 2: nope - still no soundcards foundā¦
@RBM Thanks