Intel HDAを使用するMint 21.2でマイクアレイが機能しないRealteck ALC274

Intel HDAを使用するMint 21.2でマイクアレイが機能しないRealteck ALC274

Windowsベースの新しいノートブックを購入し、Mint(Mint 21.2 Cinnamon)をインストールすることにしました。ラップトップにはカメラの周りにマイクの配置があります。

内蔵スピーカーを含むほとんどのハードウェアが動作するため、オーディオドライバの一部が動作しています。

唯一の問題は、マイクアレイが機能しないことです。ミントはマイクアレイやサイドジャックに接続されている他のマイクを検出できません。

Windowsで起動すると、アレイは正常に動作します。

この問題に対する解決策をどこで見つけるべきですか?

ミントサウンドの写真

いくつかの技術的な詳細:

Mint 21.2(Ubuntu Jammyベース)

inxi -A

Audio:
  Device-1: Intel driver: snd_hda_intel
  Sound Server-1: ALSA v: k5.15.0-84-generic running: yes
  Sound Server-2: PulseAudio v: 15.99.1 running: yes
  Sound Server-3: PipeWire v: 0.3.48 running: yes
dmesg | grep audio

[   66.531528] snd_hda_intel 0000:00:1f.3: couldn't bind with audio component
[   66.587873] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   66.587890] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   66.587897] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   66.587902] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   66.587905] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   66.587908] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[  624.313215] snd_hda_codec_realtek hdaudioC0D0: hda-codec: reconfiguring
[  624.313218] snd_hda_codec_realtek hdaudioC0D0: The codec is being used, can't reconfigure.
pactl list sources

Source #1
    State: SUSPENDED
    Name: alsa_output.pci-0000_00_1f.3.analog-stereo.monitor
    Description: Monitor of Built-in Audio Analogue Stereo
    Driver: module-alsa-card.c
    Sample Specification: s16le 2ch 48000Hz
    Channel Map: front-left,front-right
    Owner Module: 25
    Mute: no
    Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
            balance 0.00
    Base Volume: 65536 / 100% / 0.00 dB
    Monitor of Sink: alsa_output.pci-0000_00_1f.3.analog-stereo
    Latency: 0 usec, configured 0 usec
    Flags: DECIBEL_VOLUME LATENCY 
    Properties:
        device.description = "Monitor of Built-in Audio Analogue Stereo"
        device.class = "monitor"
        alsa.card = "0"
        alsa.card_name = "HDA Intel PCH"
        alsa.long_card_name = "HDA Intel PCH at 0x603d1a0000 irq 198"
        alsa.driver_name = "snd_hda_intel"
        device.bus_path = "pci-0000:00:1f.3"
        sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
        device.bus = "pci"
        device.vendor.id = "8086"
        device.vendor.name = "Intel Corporation"
        device.product.id = "51ca"
        device.form_factor = "internal"
        device.string = "0"
        module-udev-detect.discovered = "1"
        device.icon_name = "audio-card-pci"
    Formats:
        pcm

ベストアンサー1

Mintフォーラムでは、デフォルトのLinuxカーネル(mint 21.2に付属)がバージョン5.15であるため、この新しいノートブックハードウェアと互換性のあるドライバが含まれていない可能性が高いことがわかります。

それで彼らのアドバイスに基づいてアップグレードのための旅を始めました。

ブログをフォローしました。Linuxの機能最新のカーネルバージョン(この記事を書く時点では6.5.5)をインストールしました。

次のコマンドを実行しました。

sudo apt-get update
sudo apt-get upgrade
reboot
sudo add-apt-repository ppa:cappelikan/ppa -y
sudo apt-get update
sudo apt-get install mainline -y

次にプログラムを開きます。

タスクバー>メインラインカーネル

バージョン6.5.5を選択し、「インストール」をクリックしました 本線。]

新しいカーネルをインストールした後、再起動しました。

再起動後、マイクアレイが正常に動作し始めました!

おすすめ記事