我正在使用带有 Lubuntu 18.04 的 Mediacom W700 平板电脑(就像 SurfTab wintron 7.0 ST70416-6)(我还安装了 Ubuntu-dekstop,但它只有 1 GB 的内存)。
如何启用扬声器、麦克风和摄像头?
超级(物理)按钮也不起作用。
在硬信息中我看到:Audio: bytcr-rt5651 - bytcr-rt5651
。
所以我用:
dmesg | grep bytcr
[ 39.559314] bytcr_rt5651 bytcr_rt5651: quirk DMIC_MAP enabled
[ 39.559319] bytcr_rt5651 bytcr_rt5651: quirk DMIC enabled
[ 39.559322] bytcr_rt5651 bytcr_rt5651: quirk MCLK_EN enabled
[ 39.581339] bytcr_rt5651 bytcr_rt5651: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
[ 39.581426] bytcr_rt5651 bytcr_rt5651: snd-soc-dummy-dai <-> deepbuffer-cpu-dai mapping ok
[ 39.581557] bytcr_rt5651 bytcr_rt5651: rt5651-aif1 <-> ssp2-port mapping ok
[ 39.581652] bytcr_rt5651 bytcr_rt5651: ASoC: no DMI vendor name!
[ 39.583777] input: bytcr-rt5651 Headset as /devices/platform/80860F28:00/bytcr_rt5651/sound/card1/input6
我在 github 上找到了这个项目,看起来很完美,它说:
要在 RT5651 平台上启用 UCM,
将目录复制到 UCM 位置 sudo cp -rf ../bytcr-rt5651 /usr/share/alsa/ucm
更新 asound.state sudo cp asound.state /var/lib/alsa
应检测 UCM 文件并与 Pulseaudio 4.0 及更高版本一起使用
我按照步骤操作,我有pulseaudio
4.0 以上。
如果我跑sudo sh asound.state
进去,/var/lib/alsa
我会得到:
asound.state: 1: asound.state: state.bytcrrt5651: not found
asound.state: 2: asound.state: control.1: not found
asound.state: 3: asound.state: iface: not found
asound.state: 4: asound.state: name: not found
asound.state: 5: asound.state: value: not found
asound.state: 6: asound.state: comment: not found
asound.state: 7: asound.state: access: not found
BOOLEAN: not found
asound.state: 9: asound.state: count: not found
asound.state: 10: asound.state: Syntax error: "}" unexpected
其他可能有用的命令:
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Audio [Intel HDMI/DP LPE Audio], device 0: HdmiLpeAudio [Intel HDMI/DP LPE Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Audio [Intel HDMI/DP LPE Audio], device 1: HdmiLpeAudio [Intel HDMI/DP LPE Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: bytcrrt5651 [bytcr-rt5651], device 0: 1 []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: bytcrrt5651 [bytcr-rt5651], device 1: Deep-Buffer Audio (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
pulseaudio
E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.
扬声器和耳机完全没有声音。
在这个项目http://linuxiumcomau.blogspot.com/2017/06/customizing-ubuntu-isos-documentation.html中,您可以找到为英特尔原子设备制作的 6 个文件(4 个脚本和 2 个 .deb)。
此文件适用于蓝牙、wi-fi 和音频。但是你需要新的内核。
无线网络已经很好了。
内核 4.18.15 音频工作,最大(扬声器)音量非常低,默认情况下可能是这样。
内核 4.19(不稳定)也是蓝牙,但我没有测试它,现在我有了稳定的内核。