Hey all,
I have an RPi4b running Moode Audio that is connected to my in-home audio receiver via 3.5mm headphone jack to play Spotify through my whole house audio speaker set up (which was here when i moved in). For some reason the area I'm in has short power outages every few weeks, and it causes me to need to unplug and replug the pi to get it back up and running. However this last time the power went out the Pi stopped reconnecting so I went in and had to reflash the SD to get it back up and running.
Long story short the new flash of Moode Audio is not showing the headphone jack on the pi as an audio output, only HDMI 1 and 2. I've tried numerous things to rectify this but most are met with zero luck.
things I've tried and ultimately ended up reflashing because i can't figure out if it's making things worse or not:
1. tried another Pi4b to see if it was specific to the pi or not - it was also not found on the new pi
2. tried to force headphone jack through raspi-config - the option wasnt available.
3 tried to manipulate the config to comment out dtoverlay=vc4-kms-v3d - nothing changed
4. tried to hard set the headphone jack via sudo amixer cset numid=3 1amixer: Control default element write error: Operation not permitted
5. using aplay -l I only see card 0 and 1 which show the vc4-hdmi-0 and hdmi-1 respectively.
6. set the default sound card by updating the asound.conf file - no change
7. deleted the alsa state file to regen the config - no change
8. lsmod | grep snd_bcm2835 snd_bcm2835 24576 0
snd_pcm 139264 6
snd_soc_bcm2835_i2s,snd_bcm2835,snd_soc_hdmi_codec,snd_compress,snd_soc_core,snd_pcm_dmaenginesnd 110592 6
snd_bcm2835,snd_soc_hdmi_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm
(where snd_bcm2835 is in red for each instance it's mentioned)
Really need some help as I have a get together at my house next week and we would want to play music on the speakers (which for some reason only seems to work when using this set up so far).
Thanks in advance
I have an RPi4b running Moode Audio that is connected to my in-home audio receiver via 3.5mm headphone jack to play Spotify through my whole house audio speaker set up (which was here when i moved in). For some reason the area I'm in has short power outages every few weeks, and it causes me to need to unplug and replug the pi to get it back up and running. However this last time the power went out the Pi stopped reconnecting so I went in and had to reflash the SD to get it back up and running.
Long story short the new flash of Moode Audio is not showing the headphone jack on the pi as an audio output, only HDMI 1 and 2. I've tried numerous things to rectify this but most are met with zero luck.
things I've tried and ultimately ended up reflashing because i can't figure out if it's making things worse or not:
1. tried another Pi4b to see if it was specific to the pi or not - it was also not found on the new pi
2. tried to force headphone jack through raspi-config - the option wasnt available.
3 tried to manipulate the config to comment out dtoverlay=vc4-kms-v3d - nothing changed
4. tried to hard set the headphone jack via sudo amixer cset numid=3 1amixer: Control default element write error: Operation not permitted
5. using aplay -l I only see card 0 and 1 which show the vc4-hdmi-0 and hdmi-1 respectively.
6. set the default sound card by updating the asound.conf file - no change
7. deleted the alsa state file to regen the config - no change
8. lsmod | grep snd_bcm2835 snd_bcm2835 24576 0
snd_pcm 139264 6
snd_soc_bcm2835_i2s,snd_bcm2835,snd_soc_hdmi_codec,snd_compress,snd_soc_core,snd_pcm_dmaenginesnd 110592 6
snd_bcm2835,snd_soc_hdmi_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm
(where snd_bcm2835 is in red for each instance it's mentioned)
Really need some help as I have a get together at my house next week and we would want to play music on the speakers (which for some reason only seems to work when using this set up so far).
Thanks in advance
Menu > Configure > System
Set "Integrated audio" to "Firmware mode (Legacy)"
Here's the (i) help for that setting
Kernel mode: Default vc4-kms-v3d driver for advanced Pi HDMI capabilities.
Firmware mode: Legacy snd-bcm2835 driver to support Pi Headphone only configuration. No other audio, video or system features are supported.
Set "Integrated audio" to "Firmware mode (Legacy)"
Here's the (i) help for that setting
Kernel mode: Default vc4-kms-v3d driver for advanced Pi HDMI capabilities.
Firmware mode: Legacy snd-bcm2835 driver to support Pi Headphone only configuration. No other audio, video or system features are supported.