V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Distributions
Ubuntu
Fedora
CentOS
中文资源站
网易开源镜像站
nullptr2023
V2EX  ›  Linux

求救, redmibook pro 14 2024 ultra 安装 Linux 后不能使用声卡

  •  
  •   nullptr2023 · 178 天前 · 1167 次点击
    这是一个创建于 178 天前的主题,其中的信息可能已经有所发展或是发生改变。

    RT ,试过 ubuntu23.10, manjaro 等,安装完以后声卡 output 显示的是 dummy ouput ,没有声音输入。上网搜索以后,使用 dmic_detect=0 或者 dsp_driver=1 ,声音的 output 可以输出,但是声音输入没有。请各位支支招!相关的 log 是这样的:

    [ 13.398954] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100

    [ 13.398981] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver

    省略无关的... [ 14.275222] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker

    [ 14.275227] snd_hda_codec_realtek ehdaudio0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)

    [ 14.275229] snd_hda_codec_realtek ehdaudio0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)

    [ 14.275230] snd_hda_codec_realtek ehdaudio0D0: mono: mono_out=0x0

    [ 14.275231] snd_hda_codec_realtek ehdaudio0D0: inputs:

    [ 14.275233] snd_hda_codec_realtek ehdaudio0D0: Mic=0x19

    省略无关的...

    [ 31.889777] sof-audio-pci-intel-mtl 0000:00:1f.3: no matching blob for sample rate: 48000 sample width: 32 channels: 4

    [ 31.889787] sof-audio-pci-intel-mtl 0000:00:1f.3: failed to prepare widget dai-copier.DMIC.dmic01.capture

    [ 31.889789] sof-audio-pci-intel-mtl 0000:00:1f.3: Failed to prepare connected widgets

    [ 31.889790] sof-audio-pci-intel-mtl 0000:00:1f.3: error: failed widget list set up for pcm 6 dir 1

    [ 31.889792] sof-audio-pci-intel-mtl 0000:00:1f.3: ASoC: error at snd_soc_pcm_component_hw_params on 0000:00:1f.3: -22

    [ 31.889870] sof-audio-pci-intel-mtl 0000:00:1f.3: no matching blob for sample rate: 48000 sample width: 32 channels: 4 [ 31.889872] sof-audio-pci-intel-mtl 0000:00:1f.3: failed to prepare widget dai-copier.DMIC.dmic01.capture

    [ 31.889874] sof-audio-pci-intel-mtl 0000:00:1f.3: Failed to prepare connected widgets

    [ 31.889875] sof-audio-pci-intel-mtl 0000:00:1f.3: error: failed widget list set up for pcm 6 dir 1

    [ 31.889876] sof-audio-pci-intel-mtl 0000:00:1f.3: ASoC: error at snd_soc_pcm_component_hw_params on 0000:00:1f.3: -22 [ 31.889943] sof-audio-pci-intel-mtl 0000:00:1f.3: no matching blob for sample rate: 48000 sample width: 32 channels: 4 [ 31.889945] sof-audio-pci-intel-mtl 0000:00:1f.3: failed to prepare widget dai-copier.DMIC.dmic01.capture

    [ 31.889946] sof-audio-pci-intel-mtl 0000:00:1f.3: Failed to prepare connected widgets

    [ 31.889947] sof-audio-pci-intel-mtl 0000:00:1f.3: error: failed widget list set up for pcm 6 dir 1

    [ 31.889949] sof-audio-pci-intel-mtl 0000:00:1f.3: ASoC: error at snd_soc_pcm_component_hw_params on 0000:00:1f.3: -22

    16 条回复    2024-09-01 20:51:51 +08:00
    gnikkij97
        1
    gnikkij97  
       146 天前
    好新的本啊,我的还是 redmibook pro 2022 锐龙版。以当时的经验,一般是驱动问题,升级到更新的内核大部分可以解决。所以要么你:1)手动升级内核 2) 换一个支持更新内核的发行版,如 fedora 40
    kenxu2023
        2
    kenxu2023  
       86 天前
    我现在正在使用 Fedora 40 ,遇到了和你一样的问题,报错日志也一模一样
    kernel:6.9.5
    Ubuntu 这边似乎有修复这个问题: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2048078
    nullptr2023
        3
    nullptr2023  
    OP
       72 天前
    @kenxu2023 近期几乎主流的发行版本装了个遍,问题依旧存在,现在我是 options snd-intel-dspcfg dsp_driver=1 这样用着先
    tenzinjamyangzhs
        4
    tenzinjamyangzhs  
       70 天前 via Android
    lz 试试 opensuse tumbleweed ,这个基本上用的是最新的 kernel
    FollowHYH
        5
    FollowHYH  
       59 天前
    同型号,问题一样
    FollowHYH
        6
    FollowHYH  
       59 天前
    @kenxu2023 正在用 Ubuntu ,并没有修复这个问题
    FollowHYH
        8
    FollowHYH  
       51 天前 via Android
    FollowHYH
        9
    FollowHYH  
       51 天前 via Android
    kenxu2023
        10
    kenxu2023  
       45 天前
    @FollowHYH 感谢提供解决方案,顺便说一下,我看到这个 bug 在[这个 Commit]( https://github.com/thesofproject/linux/commit/d556f807bda0b260b392069b3c8ac9e6491f0025)被修复了,需要将 kernel 升级到 6.10 以及将 sof-bin 升级到 2.10 ,对于大部分发行版应该再等一段时间就可以了
    kenxu2023
        11
    kenxu2023  
       45 天前
    现在是不是只有指纹识别处于无解状态?
    tenzinjamyangzhs
        12
    tenzinjamyangzhs  
       29 天前 via Android
    Lz 你笔记本的问题解决了吗?还有什么 bug ?我也在挑 linux 笔记本。
    nullptr2023
        13
    nullptr2023  
    OP
       22 天前
    @kenxu2023 指纹貌似还没解
    nullptr2023
        14
    nullptr2023  
    OP
       22 天前
    @tenzinjamyangzhs 大问题没有。
    yangwenli
        15
    yangwenli  
       18 天前
    @kenxu2023 请问你怎么安装成功 fedora 40 的,我的 redmibook pro14 Ultra5, 使用 usb installer ,选择 basic mode 安装,然后黑屏只看到一个下划线光标 "_" 在屏幕左上角,进入不到图形化安装界面。
    kenxu2023
        16
    kenxu2023  
       18 天前
    @yangwenli 我是 ultra7 ,就是走正常的流程安装上的,全程丝滑的不得了,没有遇到这个问题😂
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1569 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 16:56 · PVG 00:56 · LAX 09:56 · JFK 12:56
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.