Yep, think we did a little whoopsie for v136.Sciamano wrote:Analogue audio works for me too, but alsamixer still gives that error. :shock:
edit /etc/asound.conf and change ctrl.!default to ctl.!default. Save changes, alsamixer should now fire up.
Yep, think we did a little whoopsie for v136.Sciamano wrote:Analogue audio works for me too, but alsamixer still gives that error. :shock:
OrangePi PC? Any chance you can run aplay -l and paste results?fhals wrote:Same here with alsamixer not starting on 137.
My /etc/asound.conf already is ctl'ed:
pcm.!default {
type hw
card 0
device 0
}
ctl.!default {
type hw
card 0
device 0
}
Yep, it seems to do that with all PCM52xx chips (possibly at kernel level). The following boards all fail to load alsamixer:Sciamano wrote:Analogue audio works for me too, but alsamixer still gives that error. :shock:
Code: Select all
amixer -c 0 scontrols
I see. Just wanted to make it clear that this is happening on my "naked" Orange Pi PC with no HATs or any other add-on boards.Fourdee wrote:Yep, it seems to do that with all PCM52xx chips (possibly at kernel level). The following boards all fail to load alsamixer:Sciamano wrote:Analogue audio works for me too, but alsamixer still gives that error. :shock:
- Allo Piano DAC
- JustBoom DAC HAT
- Odroid Hifi Shield 2
Code: Select all
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 8/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
Code: Select all
pcm.!default {
type hw
card 0
device 0
}
ctl.!default {
type hw
card 0
device 0
}
Hi,verm71 wrote:I'm getting this problem on a Raspberry Pi 3, and DietPi 141, where the audio keeps defaulting to HDMI, when I actually want it to go to analog 3.5mm.
Code: Select all
amixer -c 0 cset numid=3 1
Code: Select all
speaker-test
Thanks Verm,verm71 wrote:If I usefollowed byCode: Select all
amixer -c 0 cset numid=3 1
I get sound come out of my 3.5mm. So that's a good start.Code: Select all
speaker-test