Sound Card not detected when using kernel 6.7, is detected on 6.6.10-1

(Using pipewire/wireplumber and pipewire-pulse)

Kernel 6.6.10-1 loads my built in sound card.
cat /proc/asound/cards

 0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xc5420000 irq 157
 1 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xc5080000 irq 17

inxi -Aa

Audio:
  Device-1: Intel vendor: Dell driver: snd_hda_intel v: kernel bus-ID: 00:1f.3
    chip-ID: 8086:f1c8 class-ID: 0403
  Device-2: NVIDIA TU116 High Definition Audio vendor: Dell
    driver: snd_hda_intel v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 16
    link-max: gen: 3 speed: 8 GT/s bus-ID: 02:00.1 chip-ID: 10de:1aeb
    class-ID: 0403
  API: ALSA v: k6.6.10-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: sndiod v: N/A status: off tools: aucat,midicat,sndioctl
  Server-2: JACK v: 1.9.22 status: off tools: N/A
  Server-3: PipeWire v: 1.0.0 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl

Kernel 6.7 does not
cat /proc/asound/cards

0 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xc5080000 irq 17

inxi -Aa

Audio:
  Device-1: Intel vendor: Dell driver: N/A alternate: snd_hda_intel
    bus-ID: 00:1f.3 chip-ID: 8086:f1c8 class-ID: 0403
  Device-2: NVIDIA TU116 High Definition Audio vendor: Dell
    driver: snd_hda_intel v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 16
    link-max: gen: 3 speed: 8 GT/s bus-ID: 02:00.1 chip-ID: 10de:1aeb
    class-ID: 0403
  API: ALSA v: k6.7.0-0-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: sndiod v: N/A status: off tools: aucat,midicat,sndioctl
  Server-2: JACK v: 1.9.22 status: off tools: N/A
  Server-3: PipeWire v: 1.0.0 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl

alsamixer does not show the card either.

I’m not sure what changed were made by 6.7 that would have caused this. Does anyone have any idea on how I can access the sound card on 6.7?

Hi @muppet,

Seeing as 6.6 is an LTS kernel, is there any specific reason you can’t use that?

2 Likes

To anybody who found this experiencing the same issue:

This problem was my own creation, I had blacklisted the i915 driver manually in /etc/modprobe.d a while ago to attempt to solve something. Removing the blacklist solved this for me, so you might want to check that.

1 Like

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.