I wasn't sure if I should post this in the Linux section of the forum or not, but figure this group would have the best idea what I broke - but it may be something with the DLNA config in MC
I had a raspberry pi setup as a DLNA renderer for quite some time working just fine. Then I got tired of wifi issues with it, so I hooked up the ethernet, and for some reason that seems to have jacked a few things up. At first the sound started coming out of the headphone jack instead of the USB dragonfly. I got it working as a DLNA output now on MC again with the right audio device by changing my Alsa config from hw:1,0 to hw:2,0, but I no longer have volume control in MC. Only if I ssh and go into AlsaMixer can I change the volume. In mpd.conf, I have the following:
audio_output {
type "alsa"
name "My ALSA Device"
device "hw:2,0" # optional
mixer_type "hardware" # optional
mixer_device "hw:1" # optional
mixer_control "PCM" # optional
mixer_index "0" # optional
}
And I see this when I look at aplay -l:
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: b1 [bcm2835 HDMI 1], device 0: bcm2835 HDMI 1 [bcm2835 HDMI 1]
Subdevices: 4/4
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
card 1: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones [bcm2835 Headphones]
Subdevices: 4/4
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
card 2: v10 [AudioQuest DragonFly Red v1.0], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
I'm not sure what I did, but I'd like to be able to control the volume from MC and I did before, so I'm sure I screwed something up this afternoon! I only have 1 DLNA server configured in MC, so it's not like changing the ip address changed that. It's set to send 24bit PCM. Thanks!
EDIT: Oops, didn't noticed I picked the MC29 group and not the current MC30 group...