Open Xeue opened 3 months ago
No audio on the stereo minijack output. Issue appears to be in armbian kernel, same as this issue: https://github.com/armbian/linux-rockchip/issues/219
Following in kernel logs: [18524.226883] asoc-simple-card rt5616-sound: ASoC: DAPM unknown pin Headphones
[18524.226883] asoc-simple-card rt5616-sound: ASoC: DAPM unknown pin Headphones
I was testing in gstreamer using the folowing command: gst-launch-1.0 audiotestsrc ! audioconvert ! audioresample ! alsasink device=hw:4
gst-launch-1.0 audiotestsrc ! audioconvert ! audioresample ! alsasink device=hw:4
Your audio device may be a different number aplay -l will list the devices
aplay -l
6.1.0-1014-rockchip
FriendlyElec NanoPC-T6 LTS
Ubuntu 24.04 LTS (Noble Nombat)
Yes, same dmesg, but no idea if it's relevant ....
What happened?
No audio on the stereo minijack output. Issue appears to be in armbian kernel, same as this issue: https://github.com/armbian/linux-rockchip/issues/219
Following in kernel logs:
[18524.226883] asoc-simple-card rt5616-sound: ASoC: DAPM unknown pin Headphones
I was testing in gstreamer using the folowing command:
gst-launch-1.0 audiotestsrc ! audioconvert ! audioresample ! alsasink device=hw:4
Your audio device may be a different number
aplay -l
will list the devicesKernel version
6.1.0-1014-rockchip
SBC model
FriendlyElec NanoPC-T6 LTS
What operating system are you seeing this problem on?
Ubuntu 24.04 LTS (Noble Nombat)
Relevant logs