01-12-2020, 04:17 PM
(This post was last modified: 01-12-2020, 04:21 PM by TheOldPresbyope.
Edit Reason: added footnote
)
@Maitresinh
Downloading that .deb package was not part of the manual setup procedure. I have no idea what's in it.
Sorry, I should not have assumed knowledge on your part. The manual setup has nothing to do with moOde's list of cards. What we're trying to do here is act "as if" moOde already knew about the Audio Injector card.
First, in Audio Config, setup moOde for some I2S audio device. For simplicity, I suggest you select the "Generic-2 I2S (rpi-dac)" device. Reboot.
When I just did this with moOde 6.4.0 on an RPi4B, hostname moodeLR, I see the new config.txt file:
Change* the dtoverlay= line to reflect your overlay name. Reboot. You should be able to start playing music.
Once this works, don't try to change the moOde I2S setting (and ignore what System Info reports is your audio device) or you'll have to do the manual edit again.
Regards,
Kent
*This should be done in moOde via an SSH session
Downloading that .deb package was not part of the manual setup procedure. I have no idea what's in it.
Sorry, I should not have assumed knowledge on your part. The manual setup has nothing to do with moOde's list of cards. What we're trying to do here is act "as if" moOde already knew about the Audio Injector card.
First, in Audio Config, setup moOde for some I2S audio device. For simplicity, I suggest you select the "Generic-2 I2S (rpi-dac)" device. Reboot.
When I just did this with moOde 6.4.0 on an RPi4B, hostname moodeLR, I see the new config.txt file:
Code:
pi@moodeLR:~ $ more /boot/config.txt
disable_splash=1
disable_overscan=1
hdmi_drive=2
dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=audio=off
dtoverlay=rpi-dac
#dtoverlay=pi3-disable-wifi
#dtoverlay=pi3-disable-bt
Change* the dtoverlay= line to reflect your overlay name. Reboot. You should be able to start playing music.
Once this works, don't try to change the moOde I2S setting (and ignore what System Info reports is your audio device) or you'll have to do the manual edit again.
Regards,
Kent
*This should be done in moOde via an SSH session