You are not logged in.

#1 2024-12-01 18:12:33

gleaf
Member
Registered: 2024-11-30
Posts: 8

New install no internal audio

Hello All,

I am new to Arch. I just installed Arch and the internal speakers and aux headphone port produce no audio. If I connect headphones via bluetooth or through the thunderport the audio works fine.

It seems the internal speakers are not detected correctly since there is no 'Speaker' or 'Headphone' in the aplay output but I may be incorrect. Any help will be greatly appreciated.

I have these  alsa, pipewire, and wireplumer packages:

local/alsa-card-profiles 1:1.2.7-1
local/alsa-firmware 1.2.4-4
local/alsa-lib 1.2.13-1
local/alsa-tools 1.2.11-1
local/alsa-topology-conf 1.2.5.1-4
local/alsa-ucm-conf 1.2.13-2
local/alsa-utils 1.2.13-2
local/asoundconf 1:1.2-9
local/pipewire-alsa 1:1.2.7-1

local/kpipewire 6.2.4-1 (plasma)
local/libpipewire 1:1.2.7-1
local/libwireplumber 0.5.6-1
local/pipewire 1:1.2.7-1
local/pipewire-alsa 1:1.2.7-1
local/pipewire-audio 1:1.2.7-1
local/pipewire-jack 1:1.2.7-1
local/pipewire-pulse 1:1.2.7-1
local/wireplumber 0.5.6-1

local/sof-firmware 2024.09.1-1

Here is some relevant outputs (at least I think they are relevant).

aplay -l 

**** List of PLAYBACK Hardware Devices ****
card 0: sofhdadsp [sof-hda-dsp], device 1: HDMI1 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 2: HDMI2 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI3 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
amixer -c 0

Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',1
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',2
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Dmic0',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right - Rear Left - Rear Right
  Limits: Capture 0 - 70
  Front Left: Capture 49 [70%] [-1.00dB] [on]
  Front Right: Capture 49 [70%] [-1.00dB] [on]
  Rear Left: Capture 49 [70%] [-1.00dB] [on]
  Rear Right: Capture 49 [70%] [-1.00dB] [on]
Simple mixer control 'Dmic1 2nd',0
  Capabilities: cvolume
  Capture channels: Front Left - Front Right - Rear Left - Rear Right
  Limits: Capture 0 - 70
  Front Left: Capture 50 [71%] [0.00dB]
  Front Right: Capture 50 [71%] [0.00dB]
  Rear Left: Capture 50 [71%] [0.00dB]
  Rear Right: Capture 50 [71%] [0.00dB]
Simple mixer control 'PGA2.0 2 Master',0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 32
  Mono:
  Front Left: Playback 32 [100%] [0.00dB]
  Front Right: Playback 32 [100%] [0.00dB]
Simple mixer control 'PGA3.0 3 Master',0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 32
  Mono:
  Front Left: Playback 32 [100%] [0.00dB]
  Front Right: Playback 32 [100%] [0.00dB]
Simple mixer control 'PGA4.0 4 Master',0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 32
  Mono:
  Front Left: Playback 32 [100%] [0.00dB]
  Front Right: Playback 32 [100%] [0.00dB]
lsmod | grep snd_ 

snd_usb_audio         557056  0
snd_usbmidi_lib        49152  1 snd_usb_audio
snd_ump                40960  1 snd_usb_audio
snd_rawmidi            57344  2 snd_usbmidi_lib,snd_ump
snd_seq_dummy          12288  0
snd_hrtimer            12288  1
snd_seq               131072  7 snd_seq_dummy
snd_seq_device         16384  3 snd_seq,snd_ump,snd_rawmidi
snd_ctl_led            24576  0
snd_soc_skl_hda_dsp    16384  2
snd_soc_intel_sof_board_helpers    28672  1 snd_soc_skl_hda_dsp
snd_sof_probes         28672  0
snd_soc_intel_hda_dsp_common    16384  1 snd_soc_intel_sof_board_helpers
snd_hda_codec_hdmi     98304  1
snd_soc_dmic           12288  1
snd_sof_pci_intel_tgl    16384  0
snd_sof_pci_intel_cnl    20480  1 snd_sof_pci_intel_tgl
snd_sof_intel_hda_generic    40960  2 snd_sof_pci_intel_tgl,snd_sof_pci_intel_cnl
soundwire_intel        81920  1 snd_sof_intel_hda_generic
snd_sof_intel_hda_common   200704  3 snd_sof_intel_hda_generic,snd_sof_pci_intel_tgl,snd_sof_pci_intel_cnl
snd_soc_hdac_hda       28672  1 snd_sof_intel_hda_common
snd_sof_intel_hda_mlink    36864  3 soundwire_intel,snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_sof_intel_hda      20480  2 snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_sof_pci            24576  3 snd_sof_intel_hda_generic,snd_sof_pci_intel_tgl,snd_sof_pci_intel_cnl
snd_sof_xtensa_dsp     16384  1 snd_sof_intel_hda_generic
snd_sof               462848  6 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_hda_generic,snd_sof_probes,snd_sof_intel_hda,snd_sof_pci_intel_cnl
snd_sof_utils          16384  1 snd_sof
snd_soc_acpi_intel_match   118784  4 snd_soc_intel_sof_board_helpers,snd_sof_intel_hda_generic,snd_sof_pci_intel_tgl,snd_sof_pci_intel_cnl
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_generic
snd_soc_avs           237568  0
snd_soc_hda_codec      28672  1 snd_soc_avs
snd_hda_ext_core       36864  6 snd_soc_avs,snd_soc_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_sof_intel_hda
snd_soc_core          454656  10 snd_soc_avs,snd_soc_hda_codec,soundwire_intel,snd_sof,snd_soc_intel_sof_board_helpers,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_probes,snd_soc_dmic,snd_soc_skl_hda_dsp
snd_compress           28672  3 snd_soc_avs,snd_soc_core,snd_sof_probes
ac97_bus               12288  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_hda_intel          65536  0
snd_intel_dspcfg       40960  5 snd_soc_avs,snd_hda_intel,snd_sof,snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_intel_sdw_acpi     16384  2 snd_intel_dspcfg,snd_sof_intel_hda_generic
snd_hda_codec         212992  8 snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_sof_intel_hda,snd_soc_skl_hda_dsp
snd_hda_core          147456  10 snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hwdep              20480  2 snd_usb_audio,snd_hda_codec
snd_pcm               200704  13 snd_soc_avs,snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
mc                     90112  5 videodev,snd_usb_audio,videobuf2_v4l2,uvcvideo,videobuf2_common
snd_timer              57344  3 snd_seq,snd_hrtimer,snd_pcm
snd                   155648  23 snd_ctl_led,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_sof,snd_timer,snd_compress,thinkpad_acpi,snd_soc_core,snd_ump,snd_pcm,snd_rawmidi
soundcore              16384  2 snd_ctl_led,snd
sudo dmesg | grep -E 'snd|sof'

[    0.046815] software IO TLB: area num 16.
[    0.863374] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.863375] software IO TLB: mapped [mem 0x000000007cec2000-0x0000000080ec2000] (64MB)
[    3.079141] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    3.195265] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[    3.195318] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.202487] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    7.240686] sof-audio-pci-intel-tgl 0000:00:1f.3: codec #0 probe error, ret: -5
[    7.257509] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire links not enabled
[    7.257511] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4
[    7.257512] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[    7.257520] sof-audio-pci-intel-tgl 0000:00:1f.3: NHLT device BT(0) detected, ssp_mask 0x4
[    7.257521] sof-audio-pci-intel-tgl 0000:00:1f.3: BT link detected in NHLT tables: 0x4
[    7.257523] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 4
[    7.258909] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware paths/files for ipc type 0:
[    7.258910] sof-audio-pci-intel-tgl 0000:00:1f.3:  Firmware file:     intel/sof/sof-adl.ri
[    7.258911] sof-audio-pci-intel-tgl 0000:00:1f.3:  Topology file:     intel/sof-tplg/sof-hda-generic-idisp-4ch.tplg
[    7.259220] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[    7.259221] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
[    7.259223] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[    7.373489] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[    7.373493] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
[    7.382673] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:1
[    7.519947] input: sof-hda-dsp HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input24
[    7.519975] input: sof-hda-dsp HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input25
[    7.519996] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input26
[ 1003.163047] usbcore: registered new interface driver snd-usb-audio
sudo fuser -v /dev/snd/* 

                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  a2d2        836 F.... wireplumber
/dev/snd/seq:        a2d2        835 F.... pipewire

Please let me know if there is any additional infromation I can provide.
Any help on fixing the internal audio will be greatly appreciated!

Offline

#2 2024-12-02 17:26:14

pvtvega
Member
Registered: 2024-11-25
Posts: 91

Re: New install no internal audio

From the outout of aplay -l, it looks like only HDMI outputs are being detected. What laptop do you have? If you run

pw-cli list-objects

what is the output?  I didn't see it in the packages you listed, but you can also try

pactl list sinks short

if you want a more readable output.

Offline

#3 2024-12-02 21:49:32

gleaf
Member
Registered: 2024-11-30
Posts: 8

Re: New install no internal audio

The laptop is a ThinkPad X1 Carbon Gen 10.

Here is the output of those two commands.
                                                                         

pw-cli list-objects 

        id 0, type PipeWire:Interface:Core/4
                object.serial = "0"
                core.name = "pipewire-0"
        id 1, type PipeWire:Interface:Module/3
                object.serial = "1"
                module.name = "libpipewire-module-rt"
        id 2, type PipeWire:Interface:Module/3
                object.serial = "2"
                module.name = "libpipewire-module-protocol-native"
        id 3, type PipeWire:Interface:SecurityContext/3
                object.serial = "3"
        id 4, type PipeWire:Interface:Module/3
                object.serial = "4"
                module.name = "libpipewire-module-profiler"
        id 5, type PipeWire:Interface:Profiler/3
                object.serial = "5"
        id 6, type PipeWire:Interface:Module/3
                object.serial = "6"
                module.name = "libpipewire-module-metadata"
        id 7, type PipeWire:Interface:Factory/3
                object.serial = "7"
                module.id = "6"
                factory.name = "metadata"
                factory.type.name = "PipeWire:Interface:Metadata"
                factory.type.version = "3"
        id 8, type PipeWire:Interface:Module/3
                object.serial = "8"
                module.name = "libpipewire-module-spa-device-factory"
        id 9, type PipeWire:Interface:Factory/3
                object.serial = "9"
                module.id = "8"
                factory.name = "spa-device-factory"
                factory.type.name = "PipeWire:Interface:Device"
                factory.type.version = "3"
        id 10, type PipeWire:Interface:Module/3
                object.serial = "10"
                module.name = "libpipewire-module-spa-node-factory"
        id 11, type PipeWire:Interface:Factory/3
                object.serial = "11"
                module.id = "10"
                factory.name = "spa-node-factory"
                factory.type.name = "PipeWire:Interface:Node"
                factory.type.version = "3"
        id 12, type PipeWire:Interface:Module/3
                object.serial = "12"
                module.name = "libpipewire-module-client-node"
        id 13, type PipeWire:Interface:Factory/3
                object.serial = "13"
                module.id = "12"
                factory.name = "client-node"
                factory.type.name = "PipeWire:Interface:ClientNode"
                factory.type.version = "6"
        id 14, type PipeWire:Interface:Module/3
                object.serial = "14"
                module.name = "libpipewire-module-client-device"
        id 15, type PipeWire:Interface:Factory/3
                object.serial = "15"
                module.id = "14"
                factory.name = "client-device"
                factory.type.name = "Spa:Pointer:Interface:Device"
                factory.type.version = "0"
        id 16, type PipeWire:Interface:Module/3
                object.serial = "16"
                module.name = "libpipewire-module-portal"
        id 17, type PipeWire:Interface:Module/3
                object.serial = "17"
                module.name = "libpipewire-module-access"
        id 18, type PipeWire:Interface:Module/3
                object.serial = "18"
                module.name = "libpipewire-module-adapter"
        id 19, type PipeWire:Interface:Factory/3
                object.serial = "19"
                module.id = "18"
                factory.name = "adapter"
                factory.type.name = "PipeWire:Interface:Node"
                factory.type.version = "3"
        id 20, type PipeWire:Interface:Module/3
                object.serial = "20"
                module.name = "libpipewire-module-link-factory"
        id 21, type PipeWire:Interface:Factory/3
                object.serial = "21"
                module.id = "20"
                factory.name = "link-factory"
                factory.type.name = "PipeWire:Interface:Link"
                factory.type.version = "3"
        id 22, type PipeWire:Interface:Module/3
                object.serial = "22"
                module.name = "libpipewire-module-session-manager"
        id 23, type PipeWire:Interface:Factory/3
                object.serial = "23"
                module.id = "22"
                factory.name = "client-endpoint"
                factory.type.name = "PipeWire:Interface:ClientEndpoint"
                factory.type.version = "0"
        id 24, type PipeWire:Interface:Factory/3
                object.serial = "24"
                module.id = "22"
                factory.name = "client-session"
                factory.type.name = "PipeWire:Interface:ClientSession"
                factory.type.version = "0"
        id 25, type PipeWire:Interface:Factory/3
                object.serial = "25"
                module.id = "22"
                factory.name = "session"
                factory.type.name = "PipeWire:Interface:Session"
                factory.type.version = "0"
        id 26, type PipeWire:Interface:Factory/3
                object.serial = "26"
                module.id = "22"
                factory.name = "endpoint"
                factory.type.name = "PipeWire:Interface:Endpoint"
                factory.type.version = "0"
        id 27, type PipeWire:Interface:Factory/3
                object.serial = "27"
                module.id = "22"
                factory.name = "endpoint-stream"
                factory.type.name = "PipeWire:Interface:EndpointStream"
                factory.type.version = "0"
        id 28, type PipeWire:Interface:Factory/3
                object.serial = "28"
                module.id = "22"
                factory.name = "endpoint-link"
                factory.type.name = "PipeWire:Interface:EndpointLink"
                factory.type.version = "0"
        id 29, type PipeWire:Interface:Node/3
                object.serial = "29"
                factory.id = "11"
                priority.driver = "200000"
                node.name = "Dummy-Driver"
        id 30, type PipeWire:Interface:Node/3
                object.serial = "30"
                factory.id = "11"
                priority.driver = "190000"
                node.name = "Freewheel-Driver"
        id 31, type PipeWire:Interface:Metadata/3
                object.serial = "31"
                metadata.name = "settings"
        id 32, type PipeWire:Interface:Client/3
                object.serial = "32"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "866"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0-manager"
                pipewire.access = "unrestricted"
                application.name = "WirePlumber"
        id 33, type PipeWire:Interface:Client/3
                object.serial = "33"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "868"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0"
                pipewire.access = "unrestricted"
                application.name = "pipewire"
        id 34, type PipeWire:Interface:Device/3
                object.serial = "56"
                factory.id = "15"
                client.id = "46"
                device.api = "v4l2"
                device.description = "Integrated Camera"
                device.name = "v4l2_device.pci-0000_00_14.0-usb-0_8_1.0"
                media.class = "Video/Device"
        id 35, type PipeWire:Interface:Metadata/3
                metadata.name = "schema-sm-settings"
                factory.id = "7"
                module.id = "6"
                client.id = "32"
                object.serial = "35"
        id 36, type PipeWire:Interface:Metadata/3
                metadata.name = "persistent-sm-settings"
                factory.id = "7"
                module.id = "6"
                client.id = "32"
                object.serial = "36"
        id 37, type PipeWire:Interface:Metadata/3
                metadata.name = "sm-settings"
                factory.id = "7"
                module.id = "6"
                client.id = "32"
                object.serial = "37"
        id 38, type PipeWire:Interface:Metadata/3
                metadata.name = "sm-objects"
                factory.id = "7"
                module.id = "6"
                client.id = "32"
                object.serial = "38"
        id 39, type PipeWire:Interface:Metadata/3
                metadata.name = "default"
                factory.id = "7"
                module.id = "6"
                client.id = "32"
                object.serial = "39"
        id 40, type PipeWire:Interface:Metadata/3
                metadata.name = "filters"
                factory.id = "7"
                module.id = "6"
                client.id = "32"
                object.serial = "40"
        id 41, type PipeWire:Interface:Metadata/3
                metadata.name = "route-settings"
                factory.id = "7"
                module.id = "6"
                client.id = "32"
                object.serial = "41"
        id 42, type PipeWire:Interface:Port/3
                object.serial = "60"
                object.path = "bluez_midi.server:output_0"
                format.dsp = "8 bit raw midi"
                node.id = "43"
                port.id = "0"
                port.name = "out"
                port.direction = "out"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "out"
                port.group = "group.0"
        id 43, type PipeWire:Interface:Node/3
                object.serial = "58"
                factory.id = "14"
                client.id = "46"
                node.description = "BLE MIDI 1"
                node.name = "bluez_midi.server"
                media.class = "Midi/Bridge"
        id 44, type PipeWire:Interface:Port/3
                object.serial = "59"
                object.path = "bluez_midi.server:input_0"
                format.dsp = "8 bit raw midi"
                node.id = "43"
                port.id = "0"
                port.name = "in"
                port.direction = "in"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "in"
                port.group = "group.0"
        id 45, type PipeWire:Interface:Device/3
                object.serial = "57"
                factory.id = "15"
                client.id = "46"
                device.api = "v4l2"
                device.description = "Integrated Camera"
                device.name = "v4l2_device.pci-0000_00_14.0-usb-0_8_1.0"
                media.class = "Video/Device"
        id 46, type PipeWire:Interface:Client/3
                object.serial = "46"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "866"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0-manager"
                pipewire.access = "unrestricted"
                application.name = "WirePlumber [export]"
        id 47, type PipeWire:Interface:Device/3
                object.serial = "47"
                factory.id = "15"
                client.id = "46"
                device.api = "alsa"
                device.description = "Alder Lake PCH-P High Definition Audio Controller"
                device.name = "alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic"
                device.nick = "sof-hda-dsp"
                media.class = "Audio/Device"
        id 48, type PipeWire:Interface:Node/3
                object.serial = "48"
                object.path = "alsa:acp:sofhdadsp:0:playback"
                factory.id = "19"
                client.id = "46"
                device.id = "47"
                priority.session = "1228"
                priority.driver = "1228"
                node.description = "Alder Lake PCH-P High Definition Audio Controller Pro"
                node.name = "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.pro-output-1"
                node.nick = "Pro"
                media.class = "Audio/Sink"
        id 49, type PipeWire:Interface:Node/3
                object.serial = "49"
                object.path = "alsa:acp:sofhdadsp:1:playback"
                factory.id = "19"
                client.id = "46"
                device.id = "47"
                priority.session = "1212"
                priority.driver = "1212"
                node.description = "Alder Lake PCH-P High Definition Audio Controller Pro 2"
                node.name = "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.pro-output-2"
                node.nick = "Pro 2"
                media.class = "Audio/Sink"
        id 50, type PipeWire:Interface:Node/3
                object.serial = "50"
                object.path = "alsa:acp:sofhdadsp:2:playback"
                factory.id = "19"
                client.id = "46"
                device.id = "47"
                priority.session = "1196"
                priority.driver = "1196"
                node.description = "Alder Lake PCH-P High Definition Audio Controller Pro 3"
                node.name = "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.pro-output-3"
                node.nick = "Pro 3"
                media.class = "Audio/Sink"
        id 51, type PipeWire:Interface:Node/3
                object.serial = "51"
                object.path = "alsa:acp:sofhdadsp:3:capture"
                factory.id = "19"
                client.id = "46"
                device.id = "47"
                priority.session = "2148"
                priority.driver = "2148"
                node.description = "Alder Lake PCH-P High Definition Audio Controller Pro 6"
                node.name = "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.pro-input-6"
                node.nick = "Pro 6"
                media.class = "Audio/Source"
        id 52, type PipeWire:Interface:Node/3
                object.serial = "52"
                object.path = "alsa:acp:sofhdadsp:4:capture"
                factory.id = "19"
                client.id = "46"
                device.id = "47"
                priority.session = "2132"
                priority.driver = "2132"
                node.description = "Alder Lake PCH-P High Definition Audio Controller Pro 7"
                node.name = "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.pro-input-7"
                node.nick = "Pro 7"
                media.class = "Audio/Source"
        id 53, type PipeWire:Interface:Node/3
                object.serial = "53"
                factory.id = "11"
                client.id = "46"
                priority.session = "100"
                priority.driver = "1"
                node.name = "Midi-Bridge"
                media.class = "Midi/Bridge"
        id 54, type PipeWire:Interface:Port/3
                object.serial = "54"
                object.path = "alsa:seq:default:client_14:playback_0"
                format.dsp = "8 bit raw midi"
                node.id = "53"
                port.id = "0"
                port.name = "Midi Through:(playback_0) Midi Through Port-0"
                port.direction = "in"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Midi Through:Midi Through Port-0"
                port.group = "client_14"
        id 55, type PipeWire:Interface:Port/3
                object.serial = "55"
                object.path = "alsa:seq:default:client_14:capture_0"
                format.dsp = "8 bit raw midi"
                node.id = "53"
                port.id = "0"
                port.name = "Midi Through:(capture_0) Midi Through Port-0"
                port.direction = "out"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Midi Through:Midi Through Port-0"
                port.group = "client_14"
        id 56, type PipeWire:Interface:Port/3
                object.serial = "61"
                object.path = "alsa:acp:sofhdadsp:0:playback:playback_0"
                format.dsp = "32 bit float mono audio"
                node.id = "48"
                audio.channel = "AUX0"
                port.id = "0"
                port.name = "playback_AUX0"
                port.direction = "in"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro:playback_AUX0"
                port.group = "playback"
        id 57, type PipeWire:Interface:Port/3
                object.serial = "62"
                object.path = "alsa:acp:sofhdadsp:0:playback:monitor_0"
                format.dsp = "32 bit float mono audio"
                node.id = "48"
                audio.channel = "AUX0"
                port.id = "0"
                port.name = "monitor_AUX0"
                port.direction = "out"
                port.monitor = "true"
                port.alias = "Pro:monitor_AUX0"
                port.group = "playback"
        id 58, type PipeWire:Interface:Port/3
                object.serial = "63"
                object.path = "alsa:acp:sofhdadsp:0:playback:playback_1"
                format.dsp = "32 bit float mono audio"
                node.id = "48"
                audio.channel = "AUX1"
                port.id = "1"
                port.name = "playback_AUX1"
                port.direction = "in"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro:playback_AUX1"
                port.group = "playback"
        id 59, type PipeWire:Interface:Port/3
                object.serial = "64"
                object.path = "alsa:acp:sofhdadsp:0:playback:monitor_1"
                format.dsp = "32 bit float mono audio"
                node.id = "48"
                audio.channel = "AUX1"
                port.id = "1"
                port.name = "monitor_AUX1"
                port.direction = "out"
                port.monitor = "true"
                port.alias = "Pro:monitor_AUX1"
                port.group = "playback"
        id 60, type PipeWire:Interface:Port/3
                object.serial = "65"
                object.path = "alsa:acp:sofhdadsp:1:playback:playback_0"
                format.dsp = "32 bit float mono audio"
                node.id = "49"
                audio.channel = "AUX0"
                port.id = "0"
                port.name = "playback_AUX0"
                port.direction = "in"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 2:playback_AUX0"
                port.group = "playback"
        id 61, type PipeWire:Interface:Port/3
                object.serial = "66"
                object.path = "alsa:acp:sofhdadsp:1:playback:monitor_0"
                format.dsp = "32 bit float mono audio"
                node.id = "49"
                audio.channel = "AUX0"
                port.id = "0"
                port.name = "monitor_AUX0"
                port.direction = "out"
                port.monitor = "true"
                port.alias = "Pro 2:monitor_AUX0"
                port.group = "playback"
        id 62, type PipeWire:Interface:Port/3
                object.serial = "67"
                object.path = "alsa:acp:sofhdadsp:1:playback:playback_1"
                format.dsp = "32 bit float mono audio"
                node.id = "49"
                audio.channel = "AUX1"
                port.id = "1"
                port.name = "playback_AUX1"
                port.direction = "in"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 2:playback_AUX1"
                port.group = "playback"
        id 63, type PipeWire:Interface:Port/3
                object.serial = "68"
                object.path = "alsa:acp:sofhdadsp:1:playback:monitor_1"
                format.dsp = "32 bit float mono audio"
                node.id = "49"
                audio.channel = "AUX1"
                port.id = "1"
                port.name = "monitor_AUX1"
                port.direction = "out"
                port.monitor = "true"
                port.alias = "Pro 2:monitor_AUX1"
                port.group = "playback"
        id 64, type PipeWire:Interface:Port/3
                object.serial = "69"
                object.path = "alsa:acp:sofhdadsp:2:playback:playback_0"
                format.dsp = "32 bit float mono audio"
                node.id = "50"
                audio.channel = "AUX0"
                port.id = "0"
                port.name = "playback_AUX0"
                port.direction = "in"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 3:playback_AUX0"
                port.group = "playback"
        id 65, type PipeWire:Interface:Port/3
                object.serial = "70"
                object.path = "alsa:acp:sofhdadsp:2:playback:monitor_0"
                format.dsp = "32 bit float mono audio"
                node.id = "50"
                audio.channel = "AUX0"
                port.id = "0"
                port.name = "monitor_AUX0"
                port.direction = "out"
                port.monitor = "true"
                port.alias = "Pro 3:monitor_AUX0"
                port.group = "playback"
        id 66, type PipeWire:Interface:Port/3
                object.serial = "71"
                object.path = "alsa:acp:sofhdadsp:2:playback:playback_1"
                format.dsp = "32 bit float mono audio"
                node.id = "50"
                audio.channel = "AUX1"
                port.id = "1"
                port.name = "playback_AUX1"
                port.direction = "in"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 3:playback_AUX1"
                port.group = "playback"
        id 67, type PipeWire:Interface:Port/3
                object.serial = "72"
                object.path = "alsa:acp:sofhdadsp:2:playback:monitor_1"
                format.dsp = "32 bit float mono audio"
                node.id = "50"
                audio.channel = "AUX1"
                port.id = "1"
                port.name = "monitor_AUX1"
                port.direction = "out"
                port.monitor = "true"
                port.alias = "Pro 3:monitor_AUX1"
                port.group = "playback"
        id 68, type PipeWire:Interface:Port/3
                object.serial = "73"
                object.path = "alsa:acp:sofhdadsp:3:capture:capture_0"
                format.dsp = "32 bit float mono audio"
                node.id = "51"
                audio.channel = "AUX0"
                port.id = "0"
                port.name = "capture_AUX0"
                port.direction = "out"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 6:capture_AUX0"
                port.group = "capture"
        id 69, type PipeWire:Interface:Port/3
                object.serial = "74"
                object.path = "alsa:acp:sofhdadsp:3:capture:capture_1"
                format.dsp = "32 bit float mono audio"
                node.id = "51"
                audio.channel = "AUX1"
                port.id = "1"
                port.name = "capture_AUX1"
                port.direction = "out"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 6:capture_AUX1"
                port.group = "capture"
        id 70, type PipeWire:Interface:Port/3
                object.serial = "75"
                object.path = "alsa:acp:sofhdadsp:3:capture:capture_2"
                format.dsp = "32 bit float mono audio"
                node.id = "51"
                audio.channel = "AUX2"
                port.id = "2"
                port.name = "capture_AUX2"
                port.direction = "out"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 6:capture_AUX2"
                port.group = "capture"
        id 71, type PipeWire:Interface:Port/3
                object.serial = "76"
                object.path = "alsa:acp:sofhdadsp:3:capture:capture_3"
                format.dsp = "32 bit float mono audio"
                node.id = "51"
                audio.channel = "AUX3"
                port.id = "3"
                port.name = "capture_AUX3"
                port.direction = "out"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 6:capture_AUX3"
                port.group = "capture"
        id 72, type PipeWire:Interface:Port/3
                object.serial = "77"
                object.path = "alsa:acp:sofhdadsp:4:capture:capture_0"
                format.dsp = "32 bit float mono audio"
                node.id = "52"
                audio.channel = "AUX0"
                port.id = "0"
                port.name = "capture_AUX0"
                port.direction = "out"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 7:capture_AUX0"
                port.group = "capture"
        id 73, type PipeWire:Interface:Port/3
                object.serial = "78"
                object.path = "alsa:acp:sofhdadsp:4:capture:capture_1"
                format.dsp = "32 bit float mono audio"
                node.id = "52"
                audio.channel = "AUX1"
                port.id = "1"
                port.name = "capture_AUX1"
                port.direction = "out"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 7:capture_AUX1"
                port.group = "capture"
        id 74, type PipeWire:Interface:Port/3
                object.serial = "79"
                object.path = "alsa:acp:sofhdadsp:4:capture:capture_2"
                format.dsp = "32 bit float mono audio"
                node.id = "52"
                audio.channel = "AUX2"
                port.id = "2"
                port.name = "capture_AUX2"
                port.direction = "out"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 7:capture_AUX2"
                port.group = "capture"
        id 75, type PipeWire:Interface:Port/3
                object.serial = "80"
                object.path = "alsa:acp:sofhdadsp:4:capture:capture_3"
                format.dsp = "32 bit float mono audio"
                node.id = "52"
                audio.channel = "AUX3"
                port.id = "3"
                port.name = "capture_AUX3"
                port.direction = "out"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Pro 7:capture_AUX3"
                port.group = "capture"
        id 76, type PipeWire:Interface:Client/3
                object.serial = "81"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "868"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0"
                pipewire.access = "unrestricted"
                application.name = "libcanberra"
        id 77, type PipeWire:Interface:Client/3
                object.serial = "82"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "951"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0"
                pipewire.access = "unrestricted"
                application.name = "xdg-desktop-portal"
        id 78, type PipeWire:Interface:Client/3
                object.serial = "83"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "868"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0"
                pipewire.access = "unrestricted"
                application.name = ""
        id 79, type PipeWire:Interface:Node/3
                object.serial = "84"
                object.path = "v4l2:/dev/video0"
                factory.id = "11"
                client.id = "46"
                device.id = "34"
                priority.session = "1000"
                node.description = "Integrated Camera (V4L2)"
                node.name = "v4l2_input.pci-0000_00_14.0-usb-0_8_1.0"
                node.nick = "Integrated Camera"
                media.class = "Video/Source"
                media.role = "Camera"
        id 80, type PipeWire:Interface:Port/3
                object.serial = "85"
                object.path = "v4l2:/dev/video0:capture_0"
                node.id = "79"
                port.id = "0"
                port.name = "capture_1"
                port.direction = "out"
                port.physical = "true"
                port.terminal = "true"
                port.alias = "Integrated Camera:capture_1"
                port.group = "stream.0"
        id 81, type PipeWire:Interface:Client/3
                object.serial = "86"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "1042"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0"
                pipewire.access = "unrestricted"
                application.name = "plasmashell"
        id 82, type PipeWire:Interface:Client/3
                object.serial = "87"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "868"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0"
                pipewire.access = "unrestricted"
                application.name = "libcanberra"
        id 83, type PipeWire:Interface:Client/3
                object.serial = "88"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "868"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0"
                pipewire.access = "unrestricted"
                application.name = ""
        id 84, type PipeWire:Interface:Client/3
                object.serial = "89"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "868"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0"
                pipewire.access = "unrestricted"
                application.name = "Firefox"
        id 85, type PipeWire:Interface:Client/3
                object.serial = "113"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "4153"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0"
                pipewire.access = "unrestricted"
                application.name = "pw-cli"
        id 86, type PipeWire:Interface:Client/3
                object.serial = "93"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "868"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0"
                pipewire.access = "unrestricted"
                application.name = "Chromium input"
        id 88, type PipeWire:Interface:Client/3
                object.serial = "112"
                module.id = "2"
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "868"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                pipewire.sec.socket = "pipewire-0"
                pipewire.access = "unrestricted"
                application.name = "Firefox"
pactl list sinks short

48      alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.pro-output-1  PipeWires32le 2ch 48000Hz       SUSPENDED
49      alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.pro-output-2  PipeWires32le 2ch 48000Hz       SUSPENDED
50      alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.pro-output-3  PipeWires32le 2ch 48000Hz       SUSPENDED

It seems it identifies Alder Lake PCH-P High Definition Audio Controller Pro but they show up as HDMI outputs, there is only one HDMI port on the laptop. Is there some firmware issue? I've only seen that I need the alsa-firmware and sof-firmware which I have installed.

Offline

#4 2024-12-03 02:36:53

gleaf
Member
Registered: 2024-11-30
Posts: 8

Re: New install no internal audio

I have kept digging and fount this in the dmesg

 sudo dmesg | grep -E hda
...
[    7.582201] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[    7.665304] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
...

I found what seems to me to be a similar issue here:

https://bbs.archlinux.org/viewtopic.php?id=272060

I have tried the solutions there but they did not work.

Offline

#5 2024-12-03 04:24:08

pvtvega
Member
Registered: 2024-11-25
Posts: 91

Re: New install no internal audio

Couple quick things to check, firstly what is the output of

uname -r

and have you run

sudo pacman -Syu

It looks like the specific driver for your sound card is not loading properly.  Can you please provide your full boot log with

journalctl -b -1

From other forum threads it seems like audio should just work out of the box on this laptop. Another user had success getting speaker output by adding

snd-intel-dspcfg dsp_driver=1

to etc/modprobe.d/alsa-base.conf.

Offline

#6 2024-12-03 16:11:22

gleaf
Member
Registered: 2024-11-30
Posts: 8

Re: New install no internal audio

uname -r

6.12.1-arch1-1

I have run pacman -Syu
I reran it this morning and it did have updates for wireplumer but the issue is still there.

journalctl output is here
http://0x0.st/X7mt.txt

I tried putting this option in etc/modprobe.d/alsa-base.conf

snd-intel-dspcfg dsp_driver=1

but still no audio. It does remove the ASoC warning in dmesg output but is that just because the driver is preset by the option?

output after adding snd-intel-dspcfg dsp_driver=1

sudo dmesg | egrep -i '(snd|sof|alsa|hda)' 

[    0.046238] software IO TLB: area num 16.
[    0.886441] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.886442] software IO TLB: mapped [mem 0x000000007cec2000-0x0000000080ec2000] (64MB)
[    2.792097] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.097075] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.117159] snd_hda_intel 0000:00:1f.3: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000
[    5.120652] snd_hda_intel 0000:00:1f.3: No response from codec, disabling MSI: last cmd=0x000f0000
[    6.127180] snd_hda_intel 0000:00:1f.3: Codec #0 probe error; disabling it...
[    6.156431] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    6.156462] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[    6.156482] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[    6.156559] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
aplay -l 

**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Offline

#7 2024-12-03 21:13:19

pvtvega
Member
Registered: 2024-11-25
Posts: 91

Re: New install no internal audio

Your journal seems to be cut off, can you please post a full boot log with

journalctl -b

From the output of dmesg it looks like the main audio codec for your driver is failing to load.

Offline

#8 2024-12-03 21:26:44

gleaf
Member
Registered: 2024-11-30
Posts: 8

Re: New install no internal audio

I see, here is the output.

journalctl -b

Dec 03 15:14:45 leaf systemd[822]: Queued start job for default target Main User Target.
Dec 03 15:14:45 leaf systemd[822]: Created slice User Application Slice.
Dec 03 15:14:45 leaf systemd[822]: Created slice User Core Session Slice.
Dec 03 15:14:45 leaf systemd[822]: Started Submitting pending crash events (file monitor).
Dec 03 15:14:45 leaf systemd[822]: Started Cleanup lingering KCrash metadata.
Dec 03 15:14:45 leaf systemd[822]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/a2d2/.cache/drkonqi/sentry-envelopes/*).
Dec 03 15:14:45 leaf systemd[822]: Reached target Paths.
Dec 03 15:14:45 leaf systemd[822]: Reached target Timers.
Dec 03 15:14:45 leaf systemd[822]: Starting D-Bus User Message Bus Socket...
Dec 03 15:14:45 leaf systemd[822]: Listening on GnuPG network certificate management daemon.
Dec 03 15:14:45 leaf systemd[822]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Dec 03 15:14:45 leaf systemd[822]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 03 15:14:45 leaf systemd[822]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 03 15:14:45 leaf systemd[822]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 03 15:14:45 leaf systemd[822]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 03 15:14:45 leaf systemd[822]: Listening on GnuPG public key management service.
Dec 03 15:14:45 leaf systemd[822]: Listening on p11-kit server.
Dec 03 15:14:45 leaf systemd[822]: Listening on PipeWire PulseAudio.
Dec 03 15:14:45 leaf systemd[822]: Listening on PipeWire Multimedia System Sockets.
Dec 03 15:14:45 leaf systemd[822]: Listening on D-Bus User Message Bus Socket.
Dec 03 15:14:45 leaf systemd[822]: Reached target Sockets.
Dec 03 15:14:45 leaf systemd[822]: Reached target Basic System.
Dec 03 15:14:45 leaf systemd[822]: Started Cleanup lingering KCrash metadata.
Dec 03 15:14:45 leaf systemd[822]: Started PipeWire Multimedia Service.
Dec 03 15:14:45 leaf systemd[822]: Started Multimedia Service Session Manager.
Dec 03 15:14:45 leaf systemd[822]: Started PipeWire PulseAudio.
Dec 03 15:14:45 leaf systemd[822]: Starting Update XDG user dir configuration...
Dec 03 15:14:45 leaf systemd[822]: Finished Update XDG user dir configuration.
Dec 03 15:14:45 leaf systemd[822]: Reached target Main User Target.
Dec 03 15:14:45 leaf systemd[822]: Startup finished in 159ms.
Dec 03 15:14:45 leaf systemd[822]: Starting D-Bus User Message Bus...
Dec 03 15:14:45 leaf dbus-broker-launch[841]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Dec 03 15:14:45 leaf dbus-broker-launch[841]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Dec 03 15:14:45 leaf dbus-broker-launch[841]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Dec 03 15:14:45 leaf dbus-broker-launch[841]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Dec 03 15:14:45 leaf dbus-broker-launch[841]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Dec 03 15:14:45 leaf systemd[822]: Started D-Bus User Message Bus.
Dec 03 15:14:45 leaf dbus-broker-launch[841]: Ready
Dec 03 15:14:45 leaf wireplumber[834]: wp-internal-comp-loader: Loading profile 'main'
Dec 03 15:14:45 leaf sddm-helper[854]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Dec 03 15:14:45 leaf systemd[822]: Reload requested from client PID 856 ('startplasma-x11')...
Dec 03 15:14:45 leaf systemd[822]: Reloading...
Dec 03 15:14:45 leaf wireplumber[834]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Dec 03 15:14:45 leaf systemd[822]: Reloading finished in 82 ms.
Dec 03 15:14:45 leaf systemd[822]: Created slice User Background Tasks Slice.
Dec 03 15:14:45 leaf systemd[822]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/a2d2/.cache/drkonqi/sentry-envelopes/*).
Dec 03 15:14:45 leaf systemd[822]: Reached target Session services which should run early before the graphical session is brought up.
Dec 03 15:14:45 leaf systemd[822]: Starting KDE Config Module Initialization...
Dec 03 15:14:45 leaf systemd[822]: Starting KDE Global Shortcuts Server...
Dec 03 15:14:45 leaf systemd[822]: Starting Baloo File Indexer Daemon...
Dec 03 15:14:45 leaf systemd[822]: Starting Portal service...
Dec 03 15:14:45 leaf wireplumber[834]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Dec 03 15:14:45 leaf wireplumber[834]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Dec 03 15:14:45 leaf systemd[822]: Started Baloo File Indexer Daemon.
Dec 03 15:14:45 leaf systemd[822]: Starting flatpak document portal service...
Dec 03 15:14:45 leaf systemd[822]: Starting sandboxed app permission store...
Dec 03 15:14:45 leaf kcminit_startup[914]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Dec 03 15:14:45 leaf systemd[822]: Started sandboxed app permission store.
Dec 03 15:14:45 leaf systemd[822]: Started flatpak document portal service.
Dec 03 15:14:45 leaf kcminit_startup[914]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Dec 03 15:14:45 leaf kcminit_startup[914]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Dec 03 15:14:45 leaf systemd[822]: Started KDE Global Shortcuts Server.
Dec 03 15:14:45 leaf systemd[822]: Started KDE Config Module Initialization.
Dec 03 15:14:45 leaf systemd[822]: Starting KDE Session Management Server...
Dec 03 15:14:45 leaf systemd[822]: Started Unlock kwallet from pam credentials.
Dec 03 15:14:45 leaf systemd[822]: Starting KDE Daemon 6...
Dec 03 15:14:45 leaf systemd[822]: Starting KDE Window Manager...
Dec 03 15:14:45 leaf pam_kwallet_init[973]: 2024/12/03 15:14:45 socat[973] W address is opened in read-write mode but only supports read-only
Dec 03 15:14:45 leaf systemd[822]: Started KDE Session Management Server.
Dec 03 15:14:45 leaf systemd[822]: Starting KDE Plasma Workspace...
Dec 03 15:14:45 leaf systemd[822]: Started KDE Daemon 6.
Dec 03 15:14:45 leaf systemd[822]: Starting KDE Configuration Module Initialization (Phase 1)...
Dec 03 15:14:45 leaf kcminit_startup[914]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Dec 03 15:14:45 leaf kcminit_startup[914]: kcm_touchpad: Using X11 backend
Dec 03 15:14:45 leaf systemd[822]: Starting User preferences database...
Dec 03 15:14:45 leaf kcminit_startup[914]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kgamma.so"
Dec 03 15:14:45 leaf systemd[822]: Finished KDE Configuration Module Initialization (Phase 1).
Dec 03 15:14:45 leaf systemd[822]: Started User preferences database.
Dec 03 15:14:45 leaf systemd[822]: Started KDE Window Manager.
Dec 03 15:14:45 leaf baloo_file[913]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
Dec 03 15:14:45 leaf baloo_file[913]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.35'
Dec 03 15:14:46 leaf systemd[822]: Starting KActivityManager Activity manager Service...
Dec 03 15:14:46 leaf systemd[822]: Started KDE Plasma Workspace.
Dec 03 15:14:46 leaf systemd[822]: Reached target KDE Plasma Workspace Core.
Dec 03 15:14:46 leaf systemd[822]: Started Consume pending crashes using DrKonqi.
Dec 03 15:14:46 leaf systemd[822]: Started Proxies GTK DBus menus to a Plasma readable format.
Dec 03 15:14:46 leaf systemd[822]: Started KAccess.
Dec 03 15:14:46 leaf systemd[822]: Starting KDE PolicyKit Authentication Agent...
Dec 03 15:14:46 leaf systemd[822]: Starting Powerdevil...
Dec 03 15:14:46 leaf systemd[822]: Starting Xdg Desktop Portal For KDE...
Dec 03 15:14:46 leaf systemd[822]: Started Handle legacy xembed system tray icons.
Dec 03 15:14:46 leaf kaccess[1051]: Xlib XKB extension major= 1  minor= 0
Dec 03 15:14:46 leaf systemd[822]: Started KActivityManager Activity manager Service.
Dec 03 15:14:46 leaf kded6[970]: QDBusObjectPath: invalid path "/modules/kded_plasma-welcome"
Dec 03 15:14:46 leaf kded6[970]: kf.dbusaddons: The kded module name "kded_plasma-welcome" is invalid!
Dec 03 15:14:46 leaf systemd[822]: Starting Track hardware statistics...
Dec 03 15:14:46 leaf org_kde_powerdevil[1053]: Failed to create wl_display (No such file or directory)
Dec 03 15:14:46 leaf org_kde_powerdevil[1053]: Initializing libddcutil.  ddcutil version: 2.1.4, shared library: /usr/lib/libddcutil.so.5.1.2
Dec 03 15:14:46 leaf org_kde_powerdevil[1053]: Options passed from client:
Dec 03 15:14:46 leaf org_kde_powerdevil[1053]: Applying combined options:
Dec 03 15:14:46 leaf kaccess[1051]: X server XKB extension major= 1  minor= 0
Dec 03 15:14:46 leaf systemd[822]: Started KDE PolicyKit Authentication Agent.
Dec 03 15:14:46 leaf polkit-kde-authentication-agent-1[1052]: New PolkitAgentListener  0x611aad5082a0
Dec 03 15:14:46 leaf polkit-kde-authentication-agent-1[1052]: Adding new listener  PolkitQt1::Agent::Listener(0x611aad507d80) for  0x611aad5082a0
Dec 03 15:14:46 leaf polkit-kde-authentication-agent-1[1052]: Listener online
Dec 03 15:14:46 leaf ksystemstats[1098]: Loaded plugin "ksystemstats_plugin_cpu" from file "/usr/lib/qt6/plugins/ksystemstats/ksystemstats_plugin_cpu.so"
Dec 03 15:14:46 leaf ksystemstats[1098]: Found unsupported GPU: /sys/devices/pci0000:00/0000:00:02.0/drm/card1
Dec 03 15:14:46 leaf ksystemstats[1098]: Loaded plugin "ksystemstats_plugin_gpu" from file "/usr/lib/qt6/plugins/ksystemstats/ksystemstats_plugin_gpu.so"
Dec 03 15:14:46 leaf ksystemstats[1098]: Loaded plugin "ksystemstats_plugin_osinfo" from file "/usr/lib/qt6/plugins/ksystemstats/ksystemstats_plugin_osinfo.so"
Dec 03 15:14:46 leaf polkit-kde-authentication-agent-1[1052]: Authentication agent result: true
Dec 03 15:14:46 leaf kded6[970]: org.kde.plasma.printmanager.kded: unable to register service to dbus
Dec 03 15:14:46 leaf kded6[970]: kcm_touchpad: Using X11 backend
Dec 03 15:14:46 leaf kded6[970]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Dec 03 15:14:46 leaf ksystemstats[1098]: Loaded plugin "ksystemstats_plugin_disk" from file "/usr/lib/qt6/plugins/ksystemstats/ksystemstats_plugin_disk.so"
Dec 03 15:14:46 leaf kded6[970]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
Dec 03 15:14:46 leaf ksystemstats[1098]: Loaded plugin "ksystemstats_plugin_memory" from file "/usr/lib/qt6/plugins/ksystemstats/ksystemstats_plugin_memory.so"
Dec 03 15:14:46 leaf kded6[970]: org.kde.kameleon: found no RGB LED devices
Dec 03 15:14:46 leaf ksystemstats[1098]: Loaded plugin "ksystemstats_plugin_power" from file "/usr/lib/qt6/plugins/ksystemstats/ksystemstats_plugin_power.so"
Dec 03 15:14:46 leaf ksystemstats[1098]: Loaded plugin "ksystemstats_plugin_lmsensors" from file "/usr/lib/qt6/plugins/ksystemstats/ksystemstats_plugin_lmsensors.so"
Dec 03 15:14:46 leaf kded6[970]: org.kde.colorcorrectlocationupdater: Geolocator stopped
Dec 03 15:14:46 leaf systemd[822]: Started Xdg Desktop Portal For KDE.
Dec 03 15:14:46 leaf kded6[970]: org.kde.wacomtablet.common: d->name.isEmpty? true
Dec 03 15:14:46 leaf kded6[970]: org.kde.wacomtablet.common: d->name.isEmpty? true
Dec 03 15:14:46 leaf ksystemstats[1098]: Loaded plugin "ksystemstats_plugin_network" from file "/usr/lib/qt6/plugins/ksystemstats/ksystemstats_plugin_network.so"
Dec 03 15:14:46 leaf ksystemstats[1098]: Loaded plugin "ksystemstats_plugin_pressure" from file "/usr/lib/qt6/plugins/ksystemstats/ksystemstats_plugin_pressure.so"
Dec 03 15:14:46 leaf systemd[822]: Started Track hardware statistics.
Dec 03 15:14:46 leaf kconf_update[1158]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
Dec 03 15:14:46 leaf kconf_update[1158]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected
Dec 03 15:14:46 leaf kconf_update[1158]: kf.config.kconf_update: /usr/share/kconf_update/konsole.upd defined Version=5 but Version=6 was expected
Dec 03 15:14:46 leaf systemd[822]: Started Portal service.
Dec 03 15:14:46 leaf kded6[970]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner" 
                                  "Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"
Dec 03 15:14:46 leaf kded6[970]: Known activities: QList("91bd039c-28e9-4e81-9892-ff82efc3dc29")
Dec 03 15:14:46 leaf plasmashell[1000]: kf.plasma.quick: Applet preload policy set to 1
Dec 03 15:14:46 leaf kded6[1170]: xsettingsd: Loaded 14 settings from /home/a2d2/.config/xsettingsd/xsettingsd.conf
Dec 03 15:14:46 leaf kded6[1170]: xsettingsd: Created window 0x2a00001 on screen 0 with timestamp 10808
Dec 03 15:14:46 leaf kded6[1170]: xsettingsd: Selection _XSETTINGS_S0 is owned by 0x0
Dec 03 15:14:46 leaf kded6[1170]: xsettingsd: Took ownership of selection _XSETTINGS_S0
Dec 03 15:14:46 leaf plasmashell[1000]: qml: false
Dec 03 15:14:46 leaf plasmashell[1000]: qml: false
Dec 03 15:14:46 leaf plasmashell[1000]: qml: false
Dec 03 15:14:46 leaf plasmashell[1000]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:178:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth":
                                        file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:201:9
Dec 03 15:14:46 leaf kded6[970]: kf.bluezqt: PendingCall Error: "The name is not activatable"
Dec 03 15:14:46 leaf systemd[822]: Starting KScreen...
Dec 03 15:14:46 leaf systemd[822]: Started KScreen.
Dec 03 15:14:46 leaf plasmashell[1000]: Toolbox not loading, toolbox package is either invalid or disabled.
Dec 03 15:14:46 leaf plasmashell[1000]: qrc:/qt/qml/org/kde/ksysguard/faces/ExtendedLegend.qml:58: TypeError: Cannot read property 'sensors' of null
Dec 03 15:14:46 leaf plasmashell[1000]: qrc:/qt/qml/org/kde/ksysguard/faces/ExtendedLegend.qml:58: TypeError: Cannot read property 'sensors' of null
Dec 03 15:14:46 leaf plasmashell[1000]: qrc:/qt/qml/org/kde/ksysguard/faces/ExtendedLegend.qml:58: TypeError: Cannot read property 'sensors' of null
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: Connected output 66 to CRTC 62
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper: Detected XRandR 1.6
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper: Event Base:  89
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper: Event Error:  147
Dec 03 15:14:46 leaf kded6[970]: kscreen.kded: PowerDevil SuspendSession action not available!
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: XRandR::setConfig
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: Requested screen size is QSize(1920, 1200)
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: Needed CRTCs:  1
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: Actions to perform:
                                                              Priorities: true
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr:         Output 66 
                                                                      Old: "0" 
                                                                      New: "1"
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr:         Change Screen Size: false
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr:         Disable outputs: false
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr:         Change outputs: false
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr:         Enable outputs: false
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: RRSetOutputPrimary 
                                                              New priority: 1
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: RRSetOutputPrimary 
                                                              New priority: 0
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: RRSetOutputPrimary 
                                                              New priority: 0
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: RRSetOutputPrimary 
                                                              New priority: 0
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: RRSetOutputPrimary 
                                                              New priority: 0
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: RRSetOutputPrimary 
                                                              New priority: 0
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xrandr: XRandR::setConfig done!
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper:         Timestamp:  10924
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper:         Output:  66
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper:         Property:  "_KDE_SCREEN_INDEX"
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper:         Timestamp:  10924
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper:         Output:  66
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper:         Property:  "_KDE_SCREEN_INDEX"
Dec 03 15:14:46 leaf kscreen_backend_launcher[1178]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Dec 03 15:14:46 leaf kded6[970]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Dec 03 15:14:46 leaf ksystemstats[1098]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Dec 03 15:14:46 leaf plasmashell[1000]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:50:9: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Dec 03 15:14:46 leaf plasmashell[1000]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:50:9: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Dec 03 15:14:47 leaf plasmashell[1000]: qt.dbus.integration: Could not connect "org.cups.cupsd.Notifier" to PrinterFinishingsChanged(QString, QString, QString, uint, QString, bool) :
Dec 03 15:14:47 leaf systemd[822]: Created slice Slice /app/dbus-:1.4-org.kde.kdeconnect.
Dec 03 15:14:47 leaf systemd[822]: Started dbus-:1.4-org.kde.kdeconnect@0.service.
Dec 03 15:14:47 leaf kdeconnectd[1211]: 2024-12-03T15:14:47 default: Error sending UDP packet: QAbstractSocket::NetworkError
Dec 03 15:14:47 leaf kdeconnectd[1211]: 2024-12-03T15:14:47 kdeconnect.core: Failed to open any MDNS client sockets
Dec 03 15:14:47 leaf kdeconnectd[1211]: 2024-12-03T15:14:47 kdeconnect.core: Failed to open any MDNS server sockets
Dec 03 15:14:47 leaf plasmashell[1000]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 03 15:14:47 leaf plasmashell[1000]: qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
Dec 03 15:14:47 leaf org_kde_powerdevil[1053]: Library initialization complete.
Dec 03 15:14:47 leaf org_kde_powerdevil[1053]: org.kde.powerdevil: [DDCutilDetector]: Failed to initialize callback
Dec 03 15:14:48 leaf systemd[822]: Started Powerdevil.
Dec 03 15:14:48 leaf systemd[822]: Reached target KDE Plasma Workspace.
Dec 03 15:14:48 leaf systemd[822]: Reached target Current graphical user session.
Dec 03 15:14:48 leaf systemd[822]: Reached target plasma-workspace-x11.target.
Dec 03 15:14:48 leaf systemd[822]: Starting Check if any Desktop Video devices need to have their firmware updated...
Dec 03 15:14:48 leaf systemd[822]: Starting AT-SPI D-Bus Bus...
Dec 03 15:14:48 leaf systemd[822]: Starting Discover...
Dec 03 15:14:48 leaf systemd[822]: Starting KDE Connect...
Dec 03 15:14:48 leaf systemd[822]: Starting Plasma Session Restore...
Dec 03 15:14:48 leaf org_kde_powerdevil[1053]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Dec 03 15:14:48 leaf systemd[822]: Starting KSplash "ready" Stage...
Dec 03 15:14:48 leaf systemd[822]: Starting KDE Session Restoration...
Dec 03 15:14:48 leaf systemd[822]: Started KDE Connect.
Dec 03 15:14:48 leaf systemd[822]: Started Check if any Desktop Video devices need to have their firmware updated.
Dec 03 15:14:48 leaf systemd[822]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Dec 03 15:14:48 leaf systemd[822]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Dec 03 15:14:48 leaf systemd[822]: Finished KSplash "ready" Stage.
Dec 03 15:14:48 leaf systemd[822]: Started Discover.
Dec 03 15:14:48 leaf systemd[822]: Started Plasma Session Restore.
Dec 03 15:14:48 leaf systemd[822]: Reached target Startup of XDG autostart applications.
Dec 03 15:14:48 leaf kwin_x11[971]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Dec 03 15:14:48 leaf kwin_x11[971]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Dec 03 15:14:48 leaf systemd[822]: Finished KDE Session Restoration.
Dec 03 15:14:48 leaf DesktopVideoUpdater[1276]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1276]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1276]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1276]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/bin/DesktopVideoUpdater.
Dec 03 15:14:48 leaf systemd[822]: Started /usr/lib/DiscoverNotifier.
Dec 03 15:14:48 leaf DesktopVideoUpdater[1302]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1302]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1302]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1302]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1305]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1305]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1305]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1305]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1304]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1304]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1304]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1304]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1306]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1309]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1306]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1309]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1309]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1306]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1309]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1306]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1303]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1308]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1308]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1303]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1308]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1303]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1308]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1303]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1307]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1307]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1307]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1307]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1312]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1312]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1312]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1312]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1320]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1320]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1320]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1320]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1317]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1317]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1317]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1317]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1318]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1318]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1318]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1318]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1310]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1310]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1310]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1310]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1311]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1311]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1311]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1311]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1319]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1319]: QFont::fromString: Invalid description 'Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1319]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DesktopVideoUpdater[1319]: QFont::fromString: Invalid description 'Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
Dec 03 15:14:48 leaf DiscoverNotifier[1288]: couldn't load "/usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so: libpackagekitqt6.so.1: cannot open shared object file: No such file or directory"
Dec 03 15:14:48 leaf DiscoverNotifier[1325]: couldn't load "/usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so: libpackagekitqt6.so.1: cannot open shared object file: No such file or directory"
Dec 03 15:14:53 leaf systemd[822]: Started Konsole - Terminal.
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.kde.yakuake.Locale/x86_64/stable is already installed: No such ref 'runtime/org.kde.yakuake.Locale/x86_64/stable' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.kde.Platform/x86_64/6.7 is already installed: No such ref 'runtime/org.kde.Platform/x86_64/6.7' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.kde.Platform.Locale/x86_64/6.7 is already installed: No such ref 'runtime/org.kde.Platform.Locale/x86_64/6.7' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.kde.KStyle.Adwaita/x86_64/6.7 is already installed: No such ref 'runtime/org.kde.KStyle.Adwaita/x86_64/6.7' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.freedesktop.Platform/x86_64/24.08 is already installed: No such ref 'runtime/org.freedesktop.Platform/x86_64/24.08' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.freedesktop.Platform.openh264/x86_64/2.4.1 is already installed: No such ref 'runtime/org.freedesktop.Platform.openh264/x86_64/2.4.1' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.freedesktop.Platform.openh264/x86_64/2.2.0 is already installed: No such ref 'runtime/org.freedesktop.Platform.openh264/x86_64/2.2.0' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.freedesktop.Platform.VAAPI.Intel/x86_64/24.08 is already installed: No such ref 'runtime/org.freedesktop.Platform.VAAPI.Intel/x86_64/24.08' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.freedesktop.Platform.VAAPI.Intel/x86_64/23.08 is already installed: No such ref 'runtime/org.freedesktop.Platform.VAAPI.Intel/x86_64/23.08' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.freedesktop.Platform.Locale/x86_64/24.08 is already installed: No such ref 'runtime/org.freedesktop.Platform.Locale/x86_64/24.08' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.freedesktop.Platform.GL.default/x86_64/24.08extra is already installed: No such ref 'runtime/org.freedesktop.Platform.GL.default/x86_64/24.08extra' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.freedesktop.Platform.GL.default/x86_64/24.08 is already installed: No such ref 'runtime/org.freedesktop.Platform.GL.default/x86_64/24.08' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.freedesktop.Platform.GL.default/x86_64/23.08-extra is already installed: No such ref 'runtime/org.freedesktop.Platform.GL.default/x86_64/23.08-extra' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since runtime/org.freedesktop.Platform.GL.default/x86_64/23.08 is already installed: No such ref 'runtime/org.freedesktop.Platform.GL.default/x86_64/23.08' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since app/org.zotero.Zotero/x86_64/stable is already installed: No such ref 'app/org.zotero.Zotero/x86_64/stable' in remote flathub
Dec 03 15:15:08 leaf DiscoverNotifie[1288]: Warning: Treating remote fetch error as non-fatal since app/org.kde.yakuake/x86_64/stable is already installed: No such ref 'app/org.kde.yakuake/x86_64/stable' in remote flathub
Dec 03 15:15:12 leaf ksystemstats[1098]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Dec 03 15:15:12 leaf kded6[970]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Dec 03 15:15:12 leaf plasmashell[1000]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Dec 03 15:15:25 leaf kdeconnectd[1211]: 2024-12-03T15:15:25 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
Dec 03 15:15:40 leaf systemd[822]: Started Thunderbird - Mail Client.
Dec 03 15:15:40 leaf thunderbird[1560]: [ImapModuleLoader] Using nsImapService.cpp
Dec 03 15:15:40 leaf systemd[822]: Starting Accessibility services bus...
Dec 03 15:15:40 leaf systemd[822]: Started Accessibility services bus.
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/usr/bin/kwalletd6" 2151 "/var/lib/systemd/coredump/core.kwalletd6.1000.7e25b460ac7143e3a8df6f14a33e4a5e.2151.1732335718000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/usr/bin/kwalletd6" 2194 "/var/lib/systemd/coredump/core.kwalletd6.1000.7e25b460ac7143e3a8df6f14a33e4a5e.2194.1732335719000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/usr/bin/kwalletd6" 2235 "/var/lib/systemd/coredump/core.kwalletd6.1000.7e25b460ac7143e3a8df6f14a33e4a5e.2235.1732335720000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/usr/bin/kwalletd6" 2267 "/var/lib/systemd/coredump/core.kwalletd6.1000.7e25b460ac7143e3a8df6f14a33e4a5e.2267.1732335720000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/usr/bin/kwalletd6" 2295 "/var/lib/systemd/coredump/core.kwalletd6.1000.7e25b460ac7143e3a8df6f14a33e4a5e.2295.1732335720000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/usr/bin/kwalletd6" 2324 "/var/lib/systemd/coredump/core.kwalletd6.1000.7e25b460ac7143e3a8df6f14a33e4a5e.2324.1732335720000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 23075 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.8db3b09e25f04ffcaf27807f13a07a04.23075.1732342877000000.zst"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1710]: Unable to find file for pid 2267 expected at "kcrash-metadata/kwalletd6.7e25b460ac7143e3a8df6f14a33e4a5e.2267.ini"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1708]: Unable to find file for pid 2194 expected at "kcrash-metadata/kwalletd6.7e25b460ac7143e3a8df6f14a33e4a5e.2194.ini"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1707]: Unable to find file for pid 2151 expected at "kcrash-metadata/kwalletd6.7e25b460ac7143e3a8df6f14a33e4a5e.2151.ini"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1709]: Unable to find file for pid 2235 expected at "kcrash-metadata/kwalletd6.7e25b460ac7143e3a8df6f14a33e4a5e.2235.ini"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1711]: Unable to find file for pid 2295 expected at "kcrash-metadata/kwalletd6.7e25b460ac7143e3a8df6f14a33e4a5e.2295.ini"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1712]: Unable to find file for pid 2324 expected at "kcrash-metadata/kwalletd6.7e25b460ac7143e3a8df6f14a33e4a5e.2324.ini"
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 24182 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.8db3b09e25f04ffcaf27807f13a07a04.24182.1732342914000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1713]: Unable to find file for pid 23075 expected at "kcrash-metadata/ZoomWebviewHost.8db3b09e25f04ffcaf27807f13a07a04.23075.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 24183 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.8db3b09e25f04ffcaf27807f13a07a04.24183.1732342914000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1728]: Unable to find file for pid 24182 expected at "kcrash-metadata/ZoomWebviewHost.8db3b09e25f04ffcaf27807f13a07a04.24182.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1731]: Unable to find file for pid 24183 expected at "kcrash-metadata/ZoomWebviewHost.8db3b09e25f04ffcaf27807f13a07a04.24183.ini"
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 26386 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.8db3b09e25f04ffcaf27807f13a07a04.26386.1732343215000000.zst"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 26417 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.8db3b09e25f04ffcaf27807f13a07a04.26417.1732343215000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1734]: Unable to find file for pid 26386 expected at "kcrash-metadata/ZoomWebviewHost.8db3b09e25f04ffcaf27807f13a07a04.26386.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 26387 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.8db3b09e25f04ffcaf27807f13a07a04.26387.1732343215000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1735]: Unable to find file for pid 26417 expected at "kcrash-metadata/ZoomWebviewHost.8db3b09e25f04ffcaf27807f13a07a04.26417.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 30202 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.8db3b09e25f04ffcaf27807f13a07a04.30202.1732343515000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1740]: Unable to find file for pid 26387 expected at "kcrash-metadata/ZoomWebviewHost.8db3b09e25f04ffcaf27807f13a07a04.26387.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 30205 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.8db3b09e25f04ffcaf27807f13a07a04.30205.1732343515000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1743]: Unable to find file for pid 30202 expected at "kcrash-metadata/ZoomWebviewHost.8db3b09e25f04ffcaf27807f13a07a04.30202.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 30229 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.8db3b09e25f04ffcaf27807f13a07a04.30229.1732343515000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1744]: Unable to find file for pid 30205 expected at "kcrash-metadata/ZoomWebviewHost.8db3b09e25f04ffcaf27807f13a07a04.30205.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1748]: Unable to find file for pid 30229 expected at "kcrash-metadata/ZoomWebviewHost.8db3b09e25f04ffcaf27807f13a07a04.30229.ini"
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/usr/lib/kf6/baloo_file" 885 "/var/lib/systemd/coredump/core.baloo_file.1000.56f2bf45fa884805bd6269ee47938973.885.1732767759000000.zst"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/usr/lib/electron32/electron" 71114 "/var/lib/systemd/coredump/core.electron.1000.56f2bf45fa884805bd6269ee47938973.71114.1732769847000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1752]: Unable to find file for pid 885 expected at "kcrash-metadata/baloo_file.56f2bf45fa884805bd6269ee47938973.885.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1753]: Unable to find file for pid 71114 expected at "kcrash-metadata/electron.56f2bf45fa884805bd6269ee47938973.71114.ini"
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/usr/lib/kf6/baloo_file" 880 "/var/lib/systemd/coredump/core.baloo_file.1000.a83963022e7d411d960142e3938ad2a2.880.1732824586000000.zst"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/usr/lib/kf6/baloo_file" 889 "/var/lib/systemd/coredump/core.baloo_file.1000.1767bb50fee74facb3dd211b2b0e814a.889.1732840711000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1758]: Unable to find file for pid 880 expected at "kcrash-metadata/baloo_file.a83963022e7d411d960142e3938ad2a2.880.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/usr/lib/kf6/baloo_file" 948 "/var/lib/systemd/coredump/core.baloo_file.1000.374305affccb4055a22b40c20c8d3a28.948.1733032667000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1759]: Unable to find file for pid 889 expected at "kcrash-metadata/baloo_file.1767bb50fee74facb3dd211b2b0e814a.889.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 3168 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.2b399136976a437aba3ac7a697b34eb4.3168.1733098469000000.zst"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1762]: Unable to find file for pid 948 expected at "kcrash-metadata/baloo_file.374305affccb4055a22b40c20c8d3a28.948.ini"
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 3169 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.2b399136976a437aba3ac7a697b34eb4.3169.1733098469000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1765]: Unable to find file for pid 3168 expected at "kcrash-metadata/ZoomWebviewHost.2b399136976a437aba3ac7a697b34eb4.3168.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 3165 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.2b399136976a437aba3ac7a697b34eb4.3165.1733098469000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1768]: Unable to find file for pid 3169 expected at "kcrash-metadata/ZoomWebviewHost.2b399136976a437aba3ac7a697b34eb4.3169.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 3929 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.2b399136976a437aba3ac7a697b34eb4.3929.1733098769000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1771]: Unable to find file for pid 3165 expected at "kcrash-metadata/ZoomWebviewHost.2b399136976a437aba3ac7a697b34eb4.3165.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-processor[1049]: "/opt/zoom/ZoomWebviewHost" 3932 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.2b399136976a437aba3ac7a697b34eb4.3932.1733098769000000.zst"
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1776]: Unable to find file for pid 3929 expected at "kcrash-metadata/ZoomWebviewHost.2b399136976a437aba3ac7a697b34eb4.3929.ini"
Dec 03 15:15:46 leaf systemd[822]: Started Launch DrKonqi for a systemd-coredump crash (PID 1049/UID 1000).
Dec 03 15:15:46 leaf drkonqi-coredump-launcher[1777]: Unable to find file for pid 3932 expected at "kcrash-metadata/ZoomWebviewHost.2b399136976a437aba3ac7a697b34eb4.3932.ini"
Dec 03 15:16:56 leaf plasmashell[1000]: qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
Dec 03 15:16:57 leaf plasmashell[1000]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Dec 03 15:17:31 leaf systemd[822]: Started Firefox - Web Browser.
Dec 03 15:17:36 leaf systemd[822]: app-firefox@50cc034688684576bd6332d3ec0aad85.service: Consumed 5.382s CPU time, 662.3M memory peak.

Offline

#9 2024-12-07 04:21:10

gleaf
Member
Registered: 2024-11-30
Posts: 8

Re: New install no internal audio

Ok so I @pvtvega pointed out the main codec was failing to load, I have this codec Realtek ALC3306 codec.

I saw the realtek codec module is never loaded and then found this solution:

https://bbs.archlinux.org/viewtopic.php … 1#p2111431.

Which seemed to solve this exact problem by adding this to /etc/modprobe.d/*.conf:

softdep snd_sof_pci_intel_tgl pre: snd_hda_codec_realtek

After I added this and after rebooting the snd_hda_codec_realtek module was indeed loaded but there was no change in the dmesg output and still no audio.

Does anyone know why the realtek codec is still not being used?

Last edited by gleaf (2024-12-07 04:38:03)

Offline

#10 2024-12-10 19:55:40

pvtvega
Member
Registered: 2024-11-25
Posts: 91

Re: New install no internal audio

Sorry, I was away for a few days. That is still not your full boot log, please review here for how to share: https://wiki.archlinux.org/title/List_o … ted_client

What is

/etc/modprobe.d/*.conf

are you saying that you created a file called '*.conf' in /etc/modprobe? The * character is a wildcard and probably wouldn't be parsed properly by modprobe when it checks the configurations in that directory, which may explain why the dmesg output is the exact same.

Offline

#11 2024-12-11 01:12:54

gleaf
Member
Registered: 2024-11-30
Posts: 8

Re: New install no internal audio

Ok I think the issue with the log was I wasn't using sudo?

sudo journalctl -b | curl -F 'file=@-' 0x0.st

http://0x0.st/Xhwx.txt

Sorry for the confusion, I just was saying the file name doesn't matter as long as it ends in .conf.

I have this line in /etc/modprobe.d/alsa-conf.conf

softdep snd_sof_pci_intel_tgl pre: snd_hda_codec_realtek

I can tell it is parsed by modprobe because if I don't have it in /etc/modprobe.d/alsa-conf.conf then there is  no output of:

lsmod | grep realtek

If I have the option in the alsa-conf.conf file this is the output:

snd_hda_codec_realtek   212992  0
snd_hda_codec_generic   114688  1 snd_hda_codec_realtek
snd_hda_scodec_component    20480  1 snd_hda_codec_realtek
snd_hda_codec         212992  10 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_sof_intel_hda,snd_soc_skl_hda_dsp
snd_hda_core          147456  12 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd                   155648  21 snd_ctl_led,snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,thinkpad_acpi,snd_soc_core,snd_pcm

Offline

#12 2024-12-11 01:35:34

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,204

Re: New install no internal audio

If you want the device to consider the hda codec instead of the sof one the canonical way to do that is having the modprobe option

options snd-intel-dspcfg dsp_driver=1

but if the sof driver is inoperable the best way would be to report to the sof-firmware project.

FWIW since there are messages that it binds late to the driver, what happens if you do

modprobe -r snd_sof_pci_intel_tgl; modprobe snd_sof_pci_intel_tgl

after having booted up (without the above config in place)? if this actually properly initializes the device you might be plagued by some init races, which can be worked around by just doing this modprobe dance a bit delayed from all other stuff getting initialized by the kernel, but that's not massively optimal.

OT: Your journal reveals a conflicting mess of networking services. While unlikely to be directly related to this issue here, this can and will lead to all sorts of trouble. If you want to use networkmanager disable iwd, if you want to use iwd with networkmanager, do not enable the iwd service but configure networkmanager appropriately: https://wiki.archlinux.org/title/Networ … Fi_backend do not enable systemd-networkd unless you actually want to use iwd without it's integration, in which case disable networkmanager.

tl:dr if you want a GUI integration and want to use NetworkManager, disable iwd and systemd-networkd, if not disable networkmanager.

Last edited by V1del (2024-12-11 01:44:33)

Offline

#13 2024-12-11 02:10:52

gleaf
Member
Registered: 2024-11-30
Posts: 8

Re: New install no internal audio

Thank you for the TO v1del, I noticed something wasn't right there but the wifi was working so I wasn't worried about figuring it out until I fixed the audio, but I no longer have both enabled.

I tried adding this option and removing the other one:

options snd-intel-dspcfg dsp_driver=1

but no audio and this is the dmesg:

sudo dmesg | grep -E 'snd|sof|hda'

[    0.046857] software IO TLB: area num 16.
[    1.388217] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.388218] software IO TLB: mapped [mem 0x000000007ce25000-0x0000000080e25000] (64MB)
[    3.431953] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.450888] snd_hda_intel 0000:00:1f.3: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000
[    5.454435] snd_hda_intel 0000:00:1f.3: No response from codec, disabling MSI: last cmd=0x000f0000
[    6.457706] snd_hda_intel 0000:00:1f.3: Codec #0 probe error; disabling it...

and aplay -l is:

**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I also tried reboot with no options in /etc/modprob.d/alsa-conf.conf and running:

modprobe -r snd_sof_pci_intel_tgl; modprobe snd_sof_pci_intel_tgl

and got then there is no soundcards found:

aplay -l
aplay: device_list:279: no soundcards found...

Offline

Board footer

Powered by FluxBB