我正在尝试在运行 Ubuntu 18.04 LTS(lubuntu-core 桌面)的 Raspberry Pi 3 B 上设置 OP25。软件安装正常,但我无法通过 HDMI 或模拟输出从 Pi 中获取任何声音。以下是我尝试过的方法。
aplay -l
返回aplay: device_list:270: no soundcards found...
尝试删除
pulseaudio
并alsa
重新安装,但没有任何效果。尝试重新配置 hdmi/3.5mm 插孔(
sudo amixer cset numid=3 1
),但没有结果。尝试使用
inxi
,未找到音频设备。modprobe snd_bcm2835
返回[1948.563781] bcm2835_audio bcm2835_audio: Failed to get DT property 'brcm,pwm-channels'
尝试添加
dtparam=audio=on
到 config.txt,没有结果。试过了
speaker-test
,没有结果。
Pi 本身没有缺陷,当我安装 Ubuntu MATE 时,声音工作正常。我倾向于让服务器运行 lubuntu-core,因为我只需要最少的功能。
任何建议都将非常感谢。