[Hardware] 小米Air13笔记本麦克风无法用 V20.7
Tofloor
poster avatar
海豚湾
deepin
2022-09-09 06:51
Author

问题/建议描述

 小米13Air笔记本,安装后没有输入和输出,通过下面这个方法,输出有了,有声音了。但是输入依然没有,连接蓝牙也是只有播放没有麦克风录音。

*sudo vi /etc/default/grub
下面这个选项后面添加snd_hda_intel.dmic_detect=0
GRUB_CMDLINE_LINUX_DEFAULT="${这里你的原有配置不要动} snd_hda_intel.dmic_detect=0"
sudo update-grub
reboot*

问题如何重现

只要是这台电脑就是不行,重装也试过了。 

问题重现频率

image.png

 一直

image.png

image.png

image.png

image.png

image.png

Reply Favorite View the author
Comments
poster avatar
xibeilang0616
2022-09-09 15:51
到小米官网根据找一找有没有Linux驱动,新硬件一般官网Windows 7、8、10、11、Linux有名的发行版都适配了驱动,比如适配Ubuntu的,在deepin上提示依赖故障提示,相当难装!一般小白到官小米网翻来覆去是很难驱动仓库链接人口的,实在找不到多问问小米官网客服人员
All Replies
babyfengfjx
Super Moderator
CQA
2022-09-09 18:20
#1
  • 这个应该是驱动没有;
  • 终端执行此命令:sudo apt install inxi -y && inxi -F && cat /etc/apt/sources.list /etc/apt/sources.list.d/*.list |grep -v ^# 粘贴命令输出的完整设备和源信息即可。
Reply View the author
海豚湾
deepin
2022-09-10 03:09
#2
babyfengfjx
  • 这个应该是驱动没有;
  • 终端执行此命令:sudo apt install inxi -y && inxi -F && cat /etc/apt/sources.list /etc/apt/sources.list.d/*.list |grep -v ^# 粘贴命令输出的完整设备和源信息即可。

System: Host: MING-PC Kernel: 5.18.4-amd64-desktop-hwe x86_64 bits: 64 Desktop: Deepin 20.7 Distro: Deepin 20.7
Machine: Type: Laptop System: Timi product: RedmiBook Air 13 v: 02401 serial:
Mobo: TIMI model: TM1947 v: V1.00 serial: UEFI: TIMI v: RMAAM3T0P0804 date: 10/20/2021
Battery: ID-1: BAT1 charge: 31.5 Wh condition: 40.4/41.0 Wh (99%)
CPU: Topology: Quad Core model: Intel Core i5-10210Y bits: 64 type: MT MCP L2 cache: 6144 KiB
Speed: 500 MHz min/max: 400/4000 MHz Core speeds (MHz): 1: 521 2: 600 3: 600 4: 600 5: 1765 6: 620
7: 3250 8: 699
Graphics: Device-1: Intel driver: i915 v: kernel
Display: x11 server: X.Org 1.20.11 driver: modesetting unloaded: fbdev,vesa resolution: 2560x1600~60Hz
OpenGL: renderer: Mesa Intel UHD Graphics (AML-CFL) v: 4.6 Mesa 20.3.4
Audio: Device-1: Intel Sunrise Point-LP HD Audio driver: snd_hda_intel
Sound Server: ALSA v: k5.18.4-amd64-desktop-hwe
Network: Device-1: Intel Wi-Fi 6 AX200 driver: iwlwifi
IF: wlp1s0 state: up mac: ac:12:03:16:70:6f
Drives: Local Storage: total: 476.94 GiB used: 47.11 GiB (9.9%)
ID-1: /dev/sda vendor: Samsung model: MZNLH512HALU-00000 size: 476.94 GiB
Partition: ID-1: / size: 97.87 GiB used: 12.99 GiB (13.3%) fs: ext4 dev: /dev/sda4
ID-2: swap-1 size: 2.00 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda5
Sensors: System Temperatures: cpu: 66.1 C mobo: 40.5 C
Fan Speeds (RPM): N/A
Info: Processes: 261 Uptime: 7m Memory: 15.54 GiB used: 1.36 GiB (8.7%) Shell: bash inxi: 3.0.32

Reply View the author
海豚湾
deepin
2022-09-10 03:10
#3
babyfengfjx
  • 这个应该是驱动没有;
  • 终端执行此命令:sudo apt install inxi -y && inxi -F && cat /etc/apt/sources.list /etc/apt/sources.list.d/*.list |grep -v ^# 粘贴命令输出的完整设备和源信息即可。

明白了,谢谢,那只能等驱动完善了。

Reply View the author