Hi Daniel,
Workaround:
(1) select "RPi DAC" in the "I2S audio device" dropdown, then press SET. This particular DAC uses /etc/modules instead of dtoverlay. Don't reboot yet.
(2) ssh root@moode (pwd = moode)
(3) nano /etc/modules
(4) enter configuration for the 9018
(5) Ctrl-x y <return> to save file
(6) reboot
If successful, post back contents of /etc/modules along with the name for this DAC and I'll code the i2s config and audio device description for it in release 2.4 🙂
Regards,
Tim
P.S. @Rod Coleman, thanks for the info on 9018 🙂
Hi Tim,
I did the following tests:
select "RPi DAC" in the "I2S audio device" dropdown, then press SET, change "/ etc / modules":
snd_soc_bcm2708
snd_soc_bcm2708_i2s
bcm2708_dmaengine
snd-soc-pcm1794a
snd_soc_rpi_dac
After reboot in MPD Configuration, under Audio output: "nothing selected" (attached picture).
I also did other tests:
A)
root@moode:~# lsmod
Module Size Used by
arc4 1745 0
ecb 2027 0
md4 3378 0
md5 1832 1
hmac 2825 1
nls_utf8 1165 1
cifs 287741 2
nfsd 263697 2
ipv6 333976 38
snd_soc_rpi_dac 2334 0
snd_soc_pcm5102a 1646 0
snd_soc_bcm2708_i2s 6637 0
regmap_mmio 2961 1 snd_soc_bcm2708_i2s
snd_soc_core 136798 3 snd_soc_rpi_dac,snd_soc_pcm5102a,snd_soc_bcm2708_i2s
snd_compress 7610 1 snd_soc_core
snd_pcm_dmaengine 3359 1 snd_soc_core
snd_pcm 73475 2 snd_soc_core,snd_pcm_dmaengine
snd_seq 53078 0
snd_seq_device 5628 1 snd_seq
snd_timer 17784 2 snd_pcm,snd_seq
snd 51038 6 snd_soc_core,snd_timer,snd_pcm,snd_seq,snd_seq_device,snd_compress
i2c_bcm2708 5006 0
uio_pdrv_genirq 2958 0
uio 8119 1 uio_pdrv_genirq
root@moode:~#
There is no module snd_soc_bcm2708.
B)
root@moode:~# modprobe snd_soc_bcm2708
FATAL: Module snd_soc_bcm2708 not found.
C) root@moode:~# aplay -l
aplay: device_list:268: no soundcards found...
I found several references in audio forums about snd_soc_bcm2708 module no longer in Raspian from version 3.08.
I understand that this is the problem because DAC ES9018 don´t work, but don´t know why this module is not more Raspbian and I don´t found a solution.
Regards,
Daniel.
Attachments
Hi Tim,
I did the following tests:
select "RPi DAC" in the "I2S audio device" dropdown, then press SET, change "/ etc / modules":
snd_soc_bcm2708
snd_soc_bcm2708_i2s
bcm2708_dmaengine
snd-soc-pcm1794a
snd_soc_rpi_dac
After reboot in MPD Configuration, under Audio output: "nothing selected" (attached picture).
I also did other tests:
A)
root@moode:~# lsmod
Module Size Used by
arc4 1745 0
ecb 2027 0
md4 3378 0
md5 1832 1
hmac 2825 1
nls_utf8 1165 1
cifs 287741 2
nfsd 263697 2
ipv6 333976 38
snd_soc_rpi_dac 2334 0
snd_soc_pcm5102a 1646 0
snd_soc_bcm2708_i2s 6637 0
regmap_mmio 2961 1 snd_soc_bcm2708_i2s
snd_soc_core 136798 3 snd_soc_rpi_dac,snd_soc_pcm5102a,snd_soc_bcm2708_i2s
snd_compress 7610 1 snd_soc_core
snd_pcm_dmaengine 3359 1 snd_soc_core
snd_pcm 73475 2 snd_soc_core,snd_pcm_dmaengine
snd_seq 53078 0
snd_seq_device 5628 1 snd_seq
snd_timer 17784 2 snd_pcm,snd_seq
snd 51038 6 snd_soc_core,snd_timer,snd_pcm,snd_seq,snd_seq_device,snd_compress
i2c_bcm2708 5006 0
uio_pdrv_genirq 2958 0
uio 8119 1 uio_pdrv_genirq
root@moode:~#
There is no module snd_soc_bcm2708.
B)
root@moode:~# modprobe snd_soc_bcm2708
FATAL: Module snd_soc_bcm2708 not found.
C) root@moode:~# aplay -l
aplay: device_list:268: no soundcards found...
I found several references in audio forums about snd_soc_bcm2708 module no longer in Raspian from version 3.08.
I understand that this is the problem because DAC ES9018 don´t work, but don´t know why this module is not more Raspbian and I don´t found a solution.
Regards,
Daniel.
Hi Daniel,
I did a quick search "snd_soc_bcm2708 missing" and ran across posts indicating that the module "is no longer needed" which would explain why it is not in the newer kernels, but why its not needed anymore, I don't know.
The only i2s dac coded in Moode that does not have or work with an existing i2s dtoverlay driver is the RPi-DAC, it requires /etc/modules according the maker as I recall.
What happens if u remove snd_soc_bcm2708 from /etc/modules ?
Its looking like a dtoverlay i2s driver is needed for ES9018 chip.
Regards,
Tim
Hi Twerp, how you connected the i2s dac to the old RPi?I guess I'm the canary in the coal mine then! 2.3 works fine. Hopefully 2.4 will too!
Anyway, I'm gifting that Pi to a friend (along with an I2s DAC and Moode installed). I doubt it will get updated after that. As long as 2.4 works I'll be happy, although if not, a tweaked 2.3 will do fine.
Sent from my Nexus 4 using Tapatalk
Hi Twerp, how you connected the i2s dac to the old RPi?
Sent from my Nexus 4 using Tapatalk
Hi Birca,
My old RPI model B is a revision 2 board with the P5 header. If you don't have the P5 connector I really don't think it's worth the hassle of trying to attach an I2S DAC as it involves soldering directly on the board. But if you're brave enough, here are some details:
https://volumio.org/forum/i2s-raspberry-rev1-256mb-ram-t470.html
Add BNR radio station?
Hi Tim,
I've tried to add the Dutch station Business News Radio myself but can't get it to work with MoOde.
The URL is http://bnr.cdp.triple-it.nl/playlists/bnr_aac_64_05.pls
Can you help?
Hi Tim,
I've tried to add the Dutch station Business News Radio myself but can't get it to work with MoOde.
The URL is http://bnr.cdp.triple-it.nl/playlists/bnr_aac_64_05.pls
Can you help?
Hi,
All 5 dev systems running Linux kernel 4.1.10+ and MPD version 0.19.10 🙂 Working through various tests.
Does anyone foresee the need for the following MPD options?
Decoders plugins:
[opus] opus ogg oga
[sidplay] sid mus str prg P00
[adplug] amd d00 hsc laa rad raw sa2
[gme] ay gbs gym hes kss nsf nsfe sap spc vgm vgz
Output plugins:
pulse
Encoder plugins:
opus
Archive plugins:
[iso] iso
Input plugins:
archive cdio_paranoia
Regards,
Tim
All 5 dev systems running Linux kernel 4.1.10+ and MPD version 0.19.10 🙂 Working through various tests.
Does anyone foresee the need for the following MPD options?
Decoders plugins:
[opus] opus ogg oga
[sidplay] sid mus str prg P00
[adplug] amd d00 hsc laa rad raw sa2
[gme] ay gbs gym hes kss nsf nsfe sap spc vgm vgz
Output plugins:
pulse
Encoder plugins:
opus
Archive plugins:
[iso] iso
Input plugins:
archive cdio_paranoia
Regards,
Tim
Hi Tim,
I've tried to add the Dutch station Business News Radio myself but can't get it to work with MoOde.
The URL is http://bnr.cdp.triple-it.nl/playlists/bnr_aac_64_05.pls
Can you help?
Hi,
Try this URL for BNR station 🙂
http://icecast-bnr.cdp.triple-it.nl/bnr_aac_64_05
To find the direct streaming url in .pls file I add it to iTunes then Get info, file.
Regards,
Tim
Hi,
Try this URL for BNR station 🙂
http://icecast-bnr.cdp.triple-it.nl/bnr_aac_64_05
To find the direct streaming url in .pls file I add it to iTunes then Get info, file.
Regards,
Tim
That's a neat trick; works like a charm. Thank you!
Hi,
All 5 dev systems running Linux kernel 4.1.10+ and MPD version 0.19.10 🙂 Working through various tests.
Looking forward to it!!!
Sorry for off topic, but will it make sense to add linear psu to the raspberry?
A number of users on the AOS (Art of Sound) forum have upgraded to a linear psu with good results. I am using a Anker 2nd Gen Astro Pro2 with good results.
Does anyone have a good recommendation for multichannel DAC that will work with the Moode/raspberry pi either via USB or as an add-on board? I'm looking for 8 channels out that doesn't cost a fortune but still sound OK. It will be used for active amplification/cross-over where every channel out goes to a separate amplifier - all controlled from a set-up based on Moode.
The only one I have seen is the ASUS Xonar U7 but not sure how the sound is since it seems to be more designed for computer gaming and I don't really need an integrated headphone amp. Have anyone tried one with Moode/Raspberry pi and if so, does it sound ok?
There are also some pro-audio ones like the Motu 1024, or the exasound e28 which both looks really, really good but they are way more than I want to pay (plus I haven't found any references that they will work with the pi). Are there any other good options with a more budget friendly pricing?
The only one I have seen is the ASUS Xonar U7 but not sure how the sound is since it seems to be more designed for computer gaming and I don't really need an integrated headphone amp. Have anyone tried one with Moode/Raspberry pi and if so, does it sound ok?
There are also some pro-audio ones like the Motu 1024, or the exasound e28 which both looks really, really good but they are way more than I want to pay (plus I haven't found any references that they will work with the pi). Are there any other good options with a more budget friendly pricing?
I was trying to cast music from my pc to the rpi but it does not really want to work stable enough (I believe it is win10 problem here).
What is another option to stream music?
DLNA server seems to be there but not sure how to set it up..
What is another option to stream music?
DLNA server seems to be there but not sure how to set it up..
Last edited:
A number of users on the AOS (Art of Sound) forum have upgraded to a linear psu with good results. I am using a Anker 2nd Gen Astro Pro2 with good results.
I have also had good experience with an Anker 2nd Gen Astro E4 battery. My expectation bias of course ruled it was better, but to be honest, I haven't really done any a/b tests so can't really tell if it is better or not.
@voxxonline - Do you power the DAC via the pi board or will the linear psu be for the DAC alone?
Thank you. I d rather build one. Have some salas spare boards around, so should do the trick.
Sorry, should have said the Astro pro2 is a battery.
I know, none the less linear psu is needed, I want to hide rpi and having parts available makes it easy.
Hi,
Just a brief update that exFAT file system will be supported in release 2.4 🙂
and I'm using a new forum id "TimCurtis"
Regards,
Tim
Just a brief update that exFAT file system will be supported in release 2.4 🙂
and I'm using a new forum id "TimCurtis"
Regards,
Tim

Tony.
- Home
- Source & Line
- PC Based
- Moode Audio Player for Raspberry Pi