Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Sound not working in Debian 12

Need help with peripherals or devices?
Post Reply
Message
Author
jackjackard
Posts: 6
Joined: 2024-03-21 07:35

Sound not working in Debian 12

#1 Post by jackjackard »

Hi all,
I have an issue with sound not working in Debian 12 running with KDE. The sound works with bluetooth or USB headset but when no external audio device is set up, I can see a dummy sound output in the system control bar but nothing comes out from the built-in speakers. I don't know the root cause of the problem, maybe it has to do with kernel upgrade or proprietary nvidia drivers installation (sound was working for a while after I have installed those drivers though). I had both pulseaudio and pipewire intalled but since I saw it can cause conflict, I removed pipewire but it did not solved the issue.

Thanks in advance for your help !

Code: Select all

username@debian:~$ hostnamectl
 Static hostname: debian
       Icon name: computer-laptop
         Chassis: laptop 💻      Machine ID: xxx
         Boot ID: xxx
Operating System: Debian GNU/Linux 12 (bookworm)    
          Kernel: Linux 6.1.0-18-amd64
    Architecture: x86-64
 Hardware Vendor: Micro-Star International Co., Ltd.
  Hardware Model: Raider GE78HX 13VG
Firmware Version: E17S2IMS.108
username@debian:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 31: HDA Analog Deep Buffer (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
username@debian:~$ amixer
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 26214 [40%] [on]
  Front Right: Playback 26214 [40%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 65536
  Front Left: Capture 65536 [100%] [off]
  Front Right: Capture 65536 [100%] [off]
username@debian:~$ pacmd list-sinks
No PulseAudio daemon running, or not running as session daemon.
username@debian:~$ groups
username cdrom floppy sudo audio dip video plugdev users netdev bluetooth lpadmin scanner firejail
username@debian:~$ cat /proc/asound/cards
 0 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0x5f080000 irq 17
 1 [sofhdadsp      ]: sof-hda-dsp - sof-hda-dsp
                      Micro_StarInternationalCo.Ltd.-RaiderGE78HX13VG-REV1.0-MS_17S2
username@debian:~$ lspci -v | grep -A7 -i "audio"
0000:00:1f.3 Multimedia audio controller: Intel Corporation Device 7a50 (rev 11)
        DeviceName: Onboard - Sound
        Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13cf
        Flags: bus master, fast devsel, latency 32, IRQ 211, IOMMU group 14
        Memory at 6237230000 (64-bit, non-prefetchable) [size=16K]
        Memory at 6237000000 (64-bit, non-prefetchable) [size=1M]
        Capabilities: <access denied>
        Kernel driver in use: sof-audio-pci-intel-tgl
        Kernel modules: snd_hda_intel, snd_sof_pci_intel_tgl

0000:00:1f.4 SMBus: Intel Corporation Device 7a23 (rev 11)
        DeviceName: Onboard - Other
        Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13cf
        Flags: medium devsel, IRQ 18, IOMMU group 14
        Memory at 623723c000 (64-bit, non-prefetchable) [size=256]
--
0000:01:00.1 Audio device: NVIDIA Corporation Device 22bd (rev a1)
        Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13cf
        Flags: bus master, fast devsel, latency 0, IRQ 17, IOMMU group 15
        Memory at 5f080000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
username@debian:~$ fgrep -ie 'audio' /etc/group
audio:x:29:pulse,username

panpan
Posts: 72
Joined: 2015-09-18 17:07
Has thanked: 3 times
Been thanked: 3 times

Re: Sound not working in Debian 12

#2 Post by panpan »


jackjackard
Posts: 6
Joined: 2024-03-21 07:35

Re: Sound not working in Debian 12

#3 Post by jackjackard »

Thanks for the hint, seems it doesn't work for me:

Code: Select all

amixer --card=0 sset Headphone 100% unmute
Unable to find simple control 'Headphone',0
I also tried with --card=1 and/or Speaker / Headpones / Master / Capture options but got the same output message.

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2138
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 233 times

Re: Sound not working in Debian 12

#4 Post by FreewheelinFrank »

Could we have output of the following please?

Code: Select all

$ inxi -Fxxxmprz

Code: Select all

# dmesg | grep 'sof\|snd\|audio\|firmware'

panpan
Posts: 72
Joined: 2015-09-18 17:07
Has thanked: 3 times
Been thanked: 3 times

Re: Sound not working in Debian 12

#5 Post by panpan »

The problem seams to be:
username@debian:~$ pacmd list-sinks
No PulseAudio daemon running, or not running as session daemon.
Install pavucontrol if you don't have it, and go to Output Devices to select the port you want.
Check also this: https://learn.foundry.com/nuke/content/ ... pulse.html

jackjackard
Posts: 6
Joined: 2024-03-21 07:35

Re: Sound not working in Debian 12

#6 Post by jackjackard »

Sure,
Here is the output of the requested code. I have tried using pavucontrol to change the sound setting but all ports appear unavailable / not connected and I can't get the sound back using it.
Thanks !

Code: Select all

user@debian:~$ sudo inxi -Fxxxmprz
System:
  Kernel: 6.1.0-18-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    Desktop: KDE Plasma v: 5.27.5 tk: Qt v: 5.15.8 wm: kwin_wayland dm: SDDM
    Distro: Debian GNU/Linux 12 (bookworm)
Machine:
  Type: Laptop System: Micro-Star product: Raider GE78HX 13VG v: REV:1.0
    serial: <filter> Chassis: type: 10 serial: <filter>
  Mobo: Micro-Star model: MS-17S2 v: REV:1.0 serial: <filter> UEFI: American
    Megatrends LLC. v: E17S2IMS.108 date: 03/27/2023
Battery:
  ID-1: BAT1 charge: 16.5 Wh (19.6%) condition: 84.3/95.0 Wh (88.8%)
    volts: 14.6 min: 15.2 model: MSI BIF0_9 type: Li-ion serial: N/A
    status: discharging
Memory:
  RAM: total: 31.04 GiB used: 5.55 GiB (17.9%)
  Array-1: capacity: 64 GiB slots: 2 EC: None max-module-size: 32 GiB
    note: est.
  Device-1: Controller0-ChannelA-DIMM0 type: DDR5 detail: synchronous
    size: 16 GiB speed: 5600 MT/s volts: 1.1 width (bits): data: 64 total: 64
    manufacturer: SK Hynix part-no: HMCG78AGBSA092N serial: <filter>
  Device-2: Controller1-ChannelA-DIMM0 type: DDR5 detail: synchronous
    size: 16 GiB speed: 5600 MT/s volts: 1.1 width (bits): data: 64 total: 64
    manufacturer: SK Hynix part-no: HMCG78AGBSA092N serial: <filter>
CPU:
  Info: 24-core (8-mt/16-st) model: 13th Gen Intel Core i9-13980HX bits: 64
    type: MST AMCP smt: enabled arch: Raptor Lake rev: 1 cache: L1: 2.1 MiB
    L2: 32 MiB L3: 36 MiB
  Speed (MHz): avg: 801 high: 837 min/max: 800/5400:5600:4000 volts: 0.7 V
    ext-clock: 100 MHz cores: 1: 800 2: 800 3: 800 4: 800 5: 800 6: 800 7: 800
    8: 800 9: 837 10: 800 11: 800 12: 800 13: 800 14: 800 15: 800 16: 800
    17: 800 18: 800 19: 800 20: 800 21: 800 22: 800 23: 800 24: 800 25: 800
    26: 800 27: 800 28: 800 29: 800 30: 800 31: 800 32: 800 bogomips: 154828
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
  Device-1: Intel Raptor Lake-S UHD Graphics vendor: Micro-Star MSI
    driver: i915 v: kernel arch: Gen-13 ports: active: eDP-1 empty: DP-1, DP-2,
    HDMI-A-1, HDMI-A-2 bus-ID: 0000:00:02.0 chip-ID: 8086:a788 class-ID: 0300
  Device-2: NVIDIA AD106M [GeForce RTX 4070 Max-Q / Mobile]
    vendor: Micro-Star MSI driver: nvidia v: 525.147.05 arch: Lovelace
    bus-ID: 0000:01:00.0 chip-ID: 10de:2820 class-ID: 0300
  Device-3: Bison FHD Camera type: USB driver: uvcvideo bus-ID: 1-3:2
    chip-ID: 5986:215c class-ID: fe01 serial: <filter>
  Display: server: X.Org v: 1.22.1.9 with: Xwayland v: 22.1.9
    compositor: kwin_wayland driver: X: loaded: modesetting,nvidia
    unloaded: fbdev,nouveau,vesa alternate: nv dri: iris gpu: i915
    display-ID: :1 screens: 1
  Screen-1: 0 s-res: 2561x1601 s-dpi: 96 s-size: 678x424mm (26.69x16.69")
    s-diag: 800mm (31.48")
  Monitor-1: eDP-1 mapped: XWAYLAND0 model: AU Optronics 0x84a6
    res: 2560x1601 hz: 240 dpi: 176 size: 370x230mm (14.57x9.06")
    diag: 431mm (17") modes: 2560x1600
  API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel Graphics (RPL-S)
    direct-render: Yes
Audio:
  Device-1: Intel vendor: Micro-Star MSI driver: sof-audio-pci-intel-tgl
    bus-ID: 0000:00:1f.3 chip-ID: 8086:7a50 class-ID: 0401
  Device-2: NVIDIA vendor: Micro-Star MSI driver: snd_hda_intel v: kernel
    bus-ID: 0000:01:00.1 chip-ID: 10de:22bd class-ID: 0403
  API: ALSA v: k6.1.0-18-amd64 status: kernel-api
  Server-1: PipeWire v: 0.3.65 status: off
  Server-2: PulseAudio v: 16.1 status: active (root, process)
Network:
  Device-1: Intel vendor: Rivet Networks driver: iwlwifi v: kernel port: N/A
    bus-ID: 0000:00:14.3 chip-ID: 8086:7a70 class-ID: 0280
  IF: wlo1 state: up mac: <filter>
  Device-2: Realtek Killer E3000 2.5GbE vendor: Micro-Star MSI driver: r8169
    v: kernel port: 4000 bus-ID: 0000:3a:00.0 chip-ID: 10ec:3000 class-ID: 0200
  IF: enp58s0 state: down mac: <filter>
Bluetooth:
  Device-1: Intel AX211 Bluetooth type: USB driver: btusb v: 0.8
    bus-ID: 1-14:6 chip-ID: 8087:0033 class-ID: e001
  Report: hciconfig ID: hci0 rfk-id: 0 state: down
    bt-service: enabled,running rfk-block: hardware: no software: yes
    address: <filter>
RAID:
  Hardware-1: Intel Volume Management Device NVMe RAID Controller Intel
    driver: vmd v: 0.6 port: N/A bus-ID: 0000:00:0e.0 chip-ID: 8086:a77f rev:
    class-ID: 0104
Drives:
  Local Storage: total: 1.86 TiB used: 1.26 TiB (67.6%)
  ID-1: /dev/nvme0n1 vendor: Micron model: 3400 MTFDKBA2T0TFH size: 1.86 TiB
    speed: 63.2 Gb/s lanes: 4 type: SSD serial: <filter> rev: P7MA000
    temp: 54.9 C scheme: GPT
Partition:
  ID-1: / size: 91.11 GiB used: 24.3 GiB (26.7%) fs: ext4 dev: /dev/dm-1
    mapped: debian--vg-root
  ID-2: /boot size: 455.1 MiB used: 136.2 MiB (29.9%) fs: ext2
    dev: /dev/nvme0n1p2
  ID-3: /boot/efi size: 511 MiB used: 5.8 MiB (1.1%) fs: vfat
    dev: /dev/nvme0n1p1
  ID-4: /home size: 1.67 TiB used: 1.22 TiB (73.4%) fs: ext4 dev: /dev/dm-5
    mapped: debian--vg-home
  ID-5: /tmp size: 1.79 GiB used: 148 KiB (0.0%) fs: ext4 dev: /dev/dm-3
    mapped: debian--vg-tmp
  ID-6: /var size: 18.16 GiB used: 15.3 GiB (84.2%) fs: ext4 dev: /dev/dm-4
    mapped: debian--vg-var
Swap:
  ID-1: swap-1 type: partition size: 59.6 GiB used: 0 KiB (0.0%) priority: -2
    dev: /dev/dm-2 mapped: debian--vg-swap
Sensors:
  System Temperatures: cpu: 49.0 C mobo: N/A
  Fan Speeds (RPM): N/A
Repos:
  Packages: 3690 pm: dpkg pkgs: 3678 pm: snap pkgs: 12
  Active apt repos in: /etc/apt/sources.list
    1: deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
    2: deb-src http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
    3: deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
    4: deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
    5: deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
    6: deb-src http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
  Active apt repos in: /etc/apt/sources.list.d/protonvpn-stable.list
    1: deb [arch="all", signed-by=/usr/share/keyrings/protonvpn-stable-archive-keyring.gpg] https://repo.protonvpn.com/debian stable main
  Active apt repos in: /etc/apt/sources.list.d/zotero.list
    1: deb [signed-by=/usr/share/keyrings/zotero-archive-keyring.gpg by-hash=force] https://zotero.retorque.re/file/apt-package-archive ./
  No active apt repos in: /etc/apt/sources.list.d/qgis.sources
Info:
  Processes: 490 Uptime: 5m wakeups: 758 Init: systemd v: 252
  target: graphical (5) default: graphical Compilers: gcc: 12.2.0 alt: 12
  clang: 14.0.6 Shell: Sudo (sudo) v: 1.9.13p3 default: Bash v: 5.2.15
  running-in: konsole inxi: 3.3.26
user@debian:~$ dmesg | grep 'sof\|snd\|audio\|firmware'
dmesg: read kernel buffer failed: Operation not permitted
user@debian:~$ sudo dmesg | grep 'sof\|snd\|audio\|firmware'
[    0.020110] software IO TLB: area num 32.
[    1.259825] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.259826] software IO TLB: mapped [mem 0x000000001cea8000-0x0000000020ea8000] (64MB)
[    1.769128] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.769179] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    2.650165] i915 0000:00:02.0: firmware: direct-loading firmware i915/adls_dmc_ver2_01.bin
[    2.651532] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
[    2.700088] i915 0000:00:02.0: firmware: direct-loading firmware i915/tgl_guc_70.bin
[    2.700251] i915 0000:00:02.0: firmware: direct-loading firmware i915/tgl_huc.bin
[    2.793010] i915 0000:00:02.0: [drm] GuC firmware i915/tgl_guc_70.bin version 70.5.1
[    2.793012] i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc.bin version 7.9.3
[    3.566578] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f5001)
[   14.209807] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[   14.209863] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[   14.209960] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   14.210382] snd_hda_intel 0000:01:00.1: Disabling MSI
[   14.210390] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   14.332126] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[   14.332168] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[   14.332187] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[   14.332545] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[   14.332661] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   14.339773] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[   14.376085] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[   14.376092] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[   14.376095] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
[   14.378935] sof-audio-pci-intel-tgl 0000:00:1f.3: firmware: direct-loading firmware intel/sof/sof-rpl-s.ri
[   14.378940] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[   14.378941] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[   14.378943] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[   14.463617] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[   14.463623] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[   14.484958] sof-audio-pci-intel-tgl 0000:00:1f.3: firmware: direct-loading firmware intel/sof-tplg/sof-hda-generic-2ch.tplg
[   14.484976] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[   14.510592] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC274: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   14.510602] snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   14.510606] snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   14.510609] snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
[   14.510619] snd_hda_codec_realtek ehdaudio0D0:    inputs:
[   14.510620] snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
[   14.891963] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[   14.892411] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[   14.957777] iwlwifi 0000:00:14.3: firmware: direct-loading firmware iwlwifi-so-a0-gf-a0-72.ucode
[   14.958566] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[   14.958602] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[   14.958639] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[   14.958666] iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 so-a0-gf-a0-72.ucode op_mode iwlmvm
[   15.001932] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input30
[   15.002032] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input31
[   15.002122] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input32
[   15.002194] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input33
[   15.002265] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input34
[   15.172893] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   15.177636] bluetooth hci0: firmware: direct-loading firmware intel/ibt-1040-0041.sfi
[   15.177653] Bluetooth: hci0: Found device firmware: intel/ibt-1040-0041.sfi
[   15.392567] iwlwifi 0000:00:14.3: firmware: direct-loading firmware iwlwifi-so-a0-gf-a0.pnvm
[   16.092742] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   16.093305] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   16.093831] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   16.094365] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   16.094870] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   16.095410] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   16.456538] r8169 0000:3a:00.0: firmware: direct-loading firmware rtl_nic/rtl8125b-2.fw
[   16.748953] Bluetooth: hci0: Waiting for firmware download to complete
[   16.766336] bluetooth hci0: firmware: direct-loading firmware intel/ibt-1040-0041.ddc
[   47.476591] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   47.477000] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   47.477392] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   47.477778] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   47.478173] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   47.478657] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   47.479104] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   47.479556] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   47.479964] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   47.480375] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[   47.480771] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  125.988972] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  125.989420] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  125.989928] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  125.990404] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  125.990846] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  125.991347] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  125.991875] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  125.992376] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  125.992821] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  125.993264] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  306.650550] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  306.651289] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  306.652018] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
[  306.652744] ACPI Warning: Time parameter 250 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2138
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 233 times

Re: Sound not working in Debian 12

#7 Post by FreewheelinFrank »

Pipewire and PulseAudio do not work well together in Bookworm. Inxi indicates both are present, even if Pipewire is off.
Server-1: PipeWire v: 0.3.65 status: off
Server-2: PulseAudio v: 16.1 status: active (root, process)
The first thing to try would be removing Pipewire (as this is KDE, and PulseAudio is still the default).

viewtopic.php?t=157688

The system is trying to use SOF because there is a digital microphone. If, after removing Pipewire, sound is still not working you have two options:

Force the legacy driver, which may get sound working, (although the microphone will not work) or
Try a newer kernel and SOF firmware and associated files.

viewtopic.php?t=153813

jackjackard
Posts: 6
Joined: 2024-03-21 07:35

Re: Sound not working in Debian 12

#8 Post by jackjackard »

I remove the remaining pipewire dependencies and now the output of inxi seems fine:

Code: Select all

Audio:
  Device-1: Intel vendor: Micro-Star MSI driver: snd_hda_intel v: kernel
    bus-ID: 0000:00:1f.3 chip-ID: 8086:7a50 class-ID: 0401
  Device-2: NVIDIA vendor: Micro-Star MSI driver: snd_hda_intel v: kernel
    bus-ID: 0000:01:00.1 chip-ID: 10de:22bd class-ID: 0403
  API: ALSA v: k6.1.0-18-amd64 status: kernel-api
  Server-1: PulseAudio v: 16.1 status: active (root, process)
I tried to force the legacy driver but it did not work. I wish to try if it works with a live image of bookworm but I couldn't do that yet because I don't know how to install the firmware for the live image to work on my device, so I need more time for testing. Since I am using the stable version of Debian 12, I guess it is not trivial to upgrade the kernel to a newer version without breaking the system. What do you think ? What is strange though, is that sound was working just fine on an older kernel version "out of the box" so I am not sure what caused the problem and if upgrading to a newer kernel will solve it.

Anyway, thanks for your time and kind help, really appreciate !

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2138
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 233 times

Re: Sound not working in Debian 12

#9 Post by FreewheelinFrank »

jackjackard wrote: 2024-04-12 06:20
I tried to force the legacy driver but it did not work. I wish to try if it works with a live image of bookworm but I couldn't do that yet because I don't know how to install the firmware for the live image to work on my device, so I need more time for testing. Since I am using the stable version of Debian 12, I guess it is not trivial to upgrade the kernel to a newer version without breaking the system. What do you think ? What is strange though, is that sound was working just fine on an older kernel version "out of the box" so I am not sure what caused the problem and if upgrading to a newer kernel will solve it.

Anyway, thanks for your time and kind help, really appreciate !
What firmware is preventing the live image from running?

You can use Debian Backports to safely install a newer kernel.

https://backports.debian.org/Instructions/

You can also install more up-to-date firmware and configuration files (firmware-sof-signed and alsa-ucm-conf) from Sid manually by downloading the package and doing apt install. Installing packages from Sid is usually not recommended, but firmware is safe.

https://packages.debian.org/sid/firmware-sof-signed

https://packages.debian.org/sid/alsa-ucm-conf

But before doing that, try a live image to see if it is actually going to work.

The dmesg output tells me that the SOF driver is not going to work without upgrading the kernel/firmware, so perhaps the legacy driver was working at some point. As your digital microphone will not work with the legacy driver, trying to get SOF working would be my suggestion. Again, try the live image: what is preventing you?

jackjackard
Posts: 6
Joined: 2024-03-21 07:35

Re: Sound not working in Debian 12

#10 Post by jackjackard »

Hi,
The sound is not working either when I use the live image. As I understand, it is not possible to upgrade the kernel version on the live image so I skipped the testing part and installed the latest kernel version from the backport together with the latest versions of firmware-sof-signed and alsa-ucm-conf from Sid. During the kernel upgrade, I had some warnings that firmaware i915 may be missing. To install the alsa-ucm-conf, I also had to install manually the dependencies libasound2t64 (1.2.11-1 and others) and libasound2-data (1.2.11-1) with apt install using the deb files. The sound is still not working. Here are the output of inxi and dmesg:

Code: Select all

user@debian:~$ inxi -Fxxxmprz
System:
  Kernel: 6.6.13+bpo-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    Desktop: KDE Plasma v: 5.27.5 tk: Qt v: 5.15.8 wm: kwin_wayland vt: 1
    dm: SDDM Distro: Debian GNU/Linux 12 (bookworm)
Machine:
  Type: Laptop System: Micro-Star product: Raider GE78HX 13VG v: REV:1.0
    serial: <superuser required> Chassis: type: 10 serial: <superuser required>
  Mobo: Micro-Star model: MS-17S2 v: REV:1.0 serial: <superuser required>
    UEFI: American Megatrends LLC. v: E17S2IMS.108 date: 03/27/2023
Battery:
  ID-1: BAT1 charge: 83.5 Wh (98.9%) condition: 84.4/95.0 Wh (88.8%)
    volts: 16.9 min: 15.2 model: MSI BIF0_9 type: Li-ion serial: N/A
    status: not charging
Memory:
  RAM: total: 31.05 GiB used: 6.1 GiB (19.6%)
  RAM Report: permissions: Unable to run dmidecode. Root privileges
    required.
CPU:
  Info: 24-core (8-mt/16-st) model: 13th Gen Intel Core i9-13980HX bits: 64
    type: MST AMCP smt: enabled arch: Raptor Lake rev: 1 cache: L1: 2.1 MiB
    L2: 32 MiB L3: 36 MiB
  Speed (MHz): avg: 800 min/max: 800/5400:5600:4000 cores: 1: 800 2: 800
    3: 800 4: 800 5: 800 6: 800 7: 800 8: 800 9: 800 10: 800 11: 800 12: 800
    13: 800 14: 800 15: 800 16: 800 17: 800 18: 800 19: 800 20: 800 21: 800
    22: 800 23: 800 24: 800 25: 800 26: 800 27: 800 28: 800 29: 800 30: 800
    31: 800 32: 800 bogomips: 154828
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
  Device-1: Intel Raptor Lake-S UHD Graphics vendor: Micro-Star MSI
    driver: i915 v: kernel arch: Gen-13 ports: active: eDP-1 empty: DP-1, DP-2,
    HDMI-A-1, HDMI-A-2 bus-ID: 0000:00:02.0 chip-ID: 8086:a788 class-ID: 0300
  Device-2: NVIDIA AD106M [GeForce RTX 4070 Max-Q / Mobile]
    vendor: Micro-Star MSI driver: N/A arch: Lovelace bus-ID: 0000:01:00.0
    chip-ID: 10de:2820 class-ID: 0300
  Device-3: Bison FHD Camera type: USB driver: uvcvideo bus-ID: 1-3:2
    chip-ID: 5986:215c class-ID: fe01 serial: <filter>
  Display: wayland server: X.org v: 1.21.1.7 with: Xwayland v: 22.1.9
    compositor: kwin_wayland driver: X: loaded: modesetting unloaded: fbdev,vesa
    dri: iris gpu: i915 display-ID: 0
  Monitor-1: eDP-1 model: AU Optronics 0x84a6 res: 2560x1600 dpi: 178
    size: 366x228mm (14.41x8.98") diag: 431mm (17") modes: 2560x1600
  API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel Graphics (RPL-S)
    direct-render: Yes
Audio:
  Device-1: Intel vendor: Micro-Star MSI driver: snd_hda_intel v: kernel
    bus-ID: 0000:00:1f.3 chip-ID: 8086:7a50 class-ID: 0401
  Device-2: NVIDIA vendor: Micro-Star MSI driver: snd_hda_intel v: kernel
    bus-ID: 0000:01:00.1 chip-ID: 10de:22bd class-ID: 0403
  API: ALSA v: k6.6.13+bpo-amd64 status: kernel-api
  Server-1: PulseAudio v: 16.1 status: active
Network:
  Device-1: Intel vendor: Rivet Networks driver: iwlwifi v: kernel port: N/A
    bus-ID: 0000:00:14.3 chip-ID: 8086:7a70 class-ID: 0280
  IF: wlo1 state: up mac: <filter>
  Device-2: Realtek Killer E3000 2.5GbE vendor: Micro-Star MSI driver: r8169
    v: kernel port: 4000 bus-ID: 0000:3a:00.0 chip-ID: 10ec:3000 class-ID: 0200
  IF: enp58s0 state: down mac: <filter>
  IF-ID-1: tun0 state: unknown speed: 10000 Mbps duplex: full mac: N/A
Bluetooth:
  Device-1: Intel AX211 Bluetooth type: USB driver: btusb v: 0.8
    bus-ID: 1-14:6 chip-ID: 8087:0033 class-ID: e001
  Report: hciconfig ID: hci0 rfk-id: 0 state: down
    bt-service: enabled,running rfk-block: hardware: no software: yes
    address: <filter>
RAID:
  Hardware-1: Intel Volume Management Device NVMe RAID Controller Intel
    driver: vmd v: 0.6 port: N/A bus-ID: 0000:00:0e.0 chip-ID: 8086:a77f rev:
    class-ID: 0104
Drives:
  Local Storage: total: 1.86 TiB used: 1.26 TiB (67.8%)
  ID-1: /dev/nvme0n1 vendor: Micron model: 3400 MTFDKBA2T0TFH size: 1.86 TiB
    speed: 63.2 Gb/s lanes: 4 type: SSD serial: <filter> rev: P7MA000
    temp: 52.9 C scheme: GPT
Partition:
  ID-1: / size: 91.11 GiB used: 24.66 GiB (27.1%) fs: ext4 dev: /dev/dm-1
    mapped: debian--vg-root
  ID-2: /boot size: 455.1 MiB used: 203.3 MiB (44.7%) fs: ext2
    dev: /dev/nvme0n1p2
  ID-3: /boot/efi size: 511 MiB used: 5.8 MiB (1.1%) fs: vfat
    dev: /dev/nvme0n1p1
  ID-4: /home size: 1.67 TiB used: 1.23 TiB (73.6%) fs: ext4 dev: /dev/dm-5
    mapped: debian--vg-home
  ID-5: /tmp size: 1.79 GiB used: 132 KiB (0.0%) fs: ext4 dev: /dev/dm-3
    mapped: debian--vg-tmp
  ID-6: /var size: 18.16 GiB used: 14.72 GiB (81.0%) fs: ext4 dev: /dev/dm-4
    mapped: debian--vg-var
Swap:
  ID-1: swap-1 type: partition size: 59.6 GiB used: 0 KiB (0.0%) priority: -2
    dev: /dev/dm-2 mapped: debian--vg-swap
Sensors:
  System Temperatures: cpu: 54.0 C mobo: N/A
  Fan Speeds (RPM): N/A
Repos:
  Packages: 3696 pm: dpkg pkgs: 3684 pm: snap pkgs: 12
  Active apt repos in: /etc/apt/sources.list
    1: deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
    2: deb-src http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
    3: deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
    4: deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
    5: deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
    6: deb-src http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
    7: deb http://deb.debian.org/debian bookworm-backports main
  Active apt repos in: /etc/apt/sources.list.d/protonvpn-stable.list
    1: deb [arch="all", signed-by=/usr/share/keyrings/protonvpn-stable-archive-keyring.gpg] https://repo.protonvpn.com/debian stable main
  Active apt repos in: /etc/apt/sources.list.d/zotero.list
    1: deb [signed-by=/usr/share/keyrings/zotero-archive-keyring.gpg by-hash=force] https://zotero.retorque.re/file/apt-package-archive ./
  No active apt repos in: /etc/apt/sources.list.d/qgis.sources
Info:
  Processes: 468 Uptime: 35m wakeups: 2688 Init: systemd v: 252
  target: graphical (5) default: graphical Compilers: gcc: 12.2.0 alt: 12
  clang: 14.0.6 Shell: Bash v: 5.2.15 running-in: konsole inxi: 3.3.26
user@debian:~$ sudo dmesg | grep 'sof\|snd\|audio\|firmware'
[sudo] password for user: 
[    0.018149] software IO TLB: area num 32.
[    0.622511] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.622511] software IO TLB: mapped [mem 0x000000001cea8000-0x0000000020ea8000] (64MB)
[    0.989838] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.989857] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.972325] i915 0000:00:02.0: firmware: direct-loading firmware i915/adls_dmc_ver2_01.bin
[    1.972727] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
[    2.007613] i915 0000:00:02.0: firmware: direct-loading firmware i915/tgl_guc_70.bin
[    2.007817] i915 0000:00:02.0: firmware: direct-loading firmware i915/tgl_huc.bin
[    2.010015] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.5.1
[    2.010016] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[    2.904961] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f5001)
[   12.960566] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   12.960739] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   12.960770] snd_hda_intel 0000:01:00.1: Disabling MSI
[   12.960773] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   12.960873] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   13.030172] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   13.030178] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   13.030179] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   13.030180] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   13.030181] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   13.030182] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[   13.114649] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[   13.115043] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[   13.139437] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-83.ucode (-2)
[   13.139448] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[   13.139457] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-83.ucode (-2)
[   13.139463] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-83.ucode failed with error -2
[   13.139473] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-82.ucode (-2)
[   13.139482] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-82.ucode (-2)
[   13.139487] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-82.ucode failed with error -2
[   13.139493] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-81.ucode (-2)
[   13.139501] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-81.ucode (-2)
[   13.139506] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-81.ucode failed with error -2
[   13.139512] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-80.ucode (-2)
[   13.139519] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-80.ucode (-2)
[   13.139525] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-80.ucode failed with error -2
[   13.139529] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-79.ucode (-2)
[   13.139537] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-79.ucode (-2)
[   13.139543] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-79.ucode failed with error -2
[   13.139547] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-78.ucode (-2)
[   13.139555] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-78.ucode (-2)
[   13.139561] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-78.ucode failed with error -2
[   13.139565] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-77.ucode (-2)
[   13.139573] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-77.ucode (-2)
[   13.139578] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-77.ucode failed with error -2
[   13.139583] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-76.ucode (-2)
[   13.139591] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-76.ucode (-2)
[   13.139596] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-76.ucode failed with error -2
[   13.139601] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-75.ucode (-2)
[   13.139611] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-75.ucode (-2)
[   13.139618] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-75.ucode failed with error -2
[   13.139622] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-74.ucode (-2)
[   13.139630] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-74.ucode (-2)
[   13.139636] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-74.ucode failed with error -2
[   13.139640] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-73.ucode (-2)
[   13.139649] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-gf-a0-73.ucode (-2)
[   13.139654] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-73.ucode failed with error -2
[   13.145688] iwlwifi 0000:00:14.3: firmware: direct-loading firmware iwlwifi-so-a0-gf-a0-72.ucode
[   13.146585] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[   13.146597] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[   13.146608] iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 so-a0-gf-a0-72.ucode op_mode iwlmvm
[   13.151486] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   13.153721] bluetooth hci0: firmware: direct-loading firmware intel/ibt-1040-0041.sfi
[   13.154039] Bluetooth: hci0: Found device firmware: intel/ibt-1040-0041.sfi
[   13.403154] iwlwifi 0000:00:14.3: firmware: direct-loading firmware iwlwifi-so-a0-gf-a0.pnvm
[   14.591963] Bluetooth: hci0: Waiting for firmware download to complete
[   14.614549] bluetooth hci0: firmware: direct-loading firmware intel/ibt-1040-0041.ddc
[   15.424326] r8169 0000:3a:00.0: firmware: direct-loading firmware rtl_nic/rtl8125b-2.fw
[  861.731596] audit: type=1400 audit(1713838974.280:50): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/usr/share/desktop-base/kf5-settings/kdeglobals" pid=18781 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  861.731609] audit: type=1400 audit(1713838974.280:51): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/home/user/.config/kdedefaults/kdeglobals" pid=18781 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[  861.733880] audit: type=1400 audit(1713838974.280:52): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/usr/share/glvnd/egl_vendor.d/10_nvidia.json" pid=18781 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  861.734049] audit: type=1400 audit(1713838974.280:53): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json" pid=18781 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  861.736041] audit: type=1400 audit(1713838974.284:54): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/usr/share/egl/egl_external_platform.d/15_nvidia_gbm.json" pid=18781 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  861.736185] audit: type=1400 audit(1713838974.284:55): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/usr/share/glvnd/egl_vendor.d/50_mesa.json" pid=18781 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  861.786321] audit: type=1400 audit(1713838974.336:56): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/home/user/.config/kdedefaults/kwinrc" pid=18781 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[  861.788854] audit: type=1400 audit(1713838974.336:57): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/home/user/.config/kdedefaults/kwinrc" pid=18781 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Thanks !
Last edited by jackjackard on 2024-04-29 02:37, edited 1 time in total.

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2138
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 233 times

Re: Sound not working in Debian 12

#11 Post by FreewheelinFrank »

You could try comparing various outputs from the live image and your install and seeing what is different.

Code: Select all

$ aplay -l

Code: Select all

$ amixer

Code: Select all

$ pacmd list-sinks
(Should work now you are using PulseAudio.)

Code: Select all

# dmesg | grep 'sof\|snd\|audio\|firmware'
As it's working in the live image, it could just be a configuration issue.

jackjackard
Posts: 6
Joined: 2024-03-21 07:35

Re: Sound not working in Debian 12

#12 Post by jackjackard »

Sorry - I meant the sound is not working either when I use the live image.
Thanks,

User avatar
sunrat
Administrator
Administrator
Posts: 6593
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 502 times

Re: Sound not working in Debian 12

#13 Post by sunrat »

Have you checking if the volumes are turned up and unmuted in alsamixer? It's part of the alsa-utils package if you don't have it. Also press F6 in it and check if the correct sound card is assigned as default.
Also check the correct device is selected in pavucontrol.
In the past I have found the Nvidia HDMI output is sometimes selected for audio, and I have a PCI sound card which is often turned down in new installs.
Also you have a very recent CPU which should be better supported by the backports kernel.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply