Razer blade 18 2023 sound doesn’t work

So I have a razer blade 18 and sound doesn’t work. I was hoping the manjaro experts here could help me out if possible. It has a realtek acl298

Here are some things I think may be related.
https://bugzilla.kernel.org/attachment.cgi?id=297789&action=diff

Saw someone fix it that has the same sound card using some verb config options which I am not familiar with.

Any ideas?

Thanks

System Settings → Audio:

Make sure the correct ‘Playback device’ is selected; test each one available, if needed. When the playback device is selected properly, also make sure to configure volume settings to taste.

If that doesn’t work for you, I have nothing to suggest without more detailed information being provided. Cheers.

What more information would you like and how would I provide it?

Thanks

Here is a tutorial that might help: How to find system information.

Most of us are users, like you; we help when we can.

The following command will generate some specific information about your audio hardware:

inxi -Ax

Post the output from that in accordance with forum requirements, and that should help someone make a guess or two.

System:
  Host: blade Kernel: 6.5.5-1-MANJARO arch: x86_64 bits: 64
    Desktop: KDE Plasma v: 5.27.8 Distro: Manjaro Linux
Machine:
  Type: Laptop System: Razer product: Blade 18 - RZ09-0484 v: 9.04
    serial: <superuser required>
  Mobo: Razer model: KI890 v: 4 serial: <superuser required> UEFI: Razer
    v: 2.05 date: 09/19/2023
Battery:
  ID-1: BAT0 charge: 53.3 Wh (57.4%) condition: 92.9/91.7 Wh (101.3%)
    volts: 15.3 min: 15.4
CPU:
  Info: 24-core (8-mt/16-st) model: 13th Gen Intel Core i9-13950HX bits: 64
    type: MST AMCP cache: L2: 32 MiB
  Speed (MHz): avg: 879 min/max: 800/5300:5500:4000 cores: 1: 800 2: 1468
    3: 800 4: 800 5: 800 6: 800 7: 1164 8: 1252 9: 1466 10: 800 11: 800 12: 800
    13: 800 14: 800 15: 800 16: 800 17: 1207 18: 800 19: 800 20: 800 21: 800
    22: 800 23: 800 24: 800 25: 800 26: 800 27: 800 28: 800 29: 800 30: 800
    31: 800 32: 800
Graphics:
  Device-1: Intel Raptor Lake-S UHD Graphics driver: i915 v: kernel
  Device-2: NVIDIA GN21-X11 driver: nvidia v: 535.113.01
  Device-3: Luxvisions Innotech Integrated Camera driver: uvcvideo type: USB
  Display: x11 server: X.Org v: 21.1.8 driver: X: loaded: modesetting,nvidia
    dri: iris gpu: i915 resolution: 2560x1600~240Hz
  API: EGL v: 1.5 drivers: iris,nvidia,swrast
    platforms: x11,surfaceless,device
  API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: intel mesa v: 23.1.9-manjaro1.1
    renderer: Mesa Intel Graphics (RPL-S)
  API: Vulkan v: 1.3.264 drivers: nvidia surfaces: xcb,xlib
Audio:
  Device-1: Intel driver: sof-audio-pci-intel-tgl
  Device-2: NVIDIA driver: snd_hda_intel
  API: ALSA v: k6.5.5-1-MANJARO status: kernel-api
  Server-1: PulseAudio v: 16.1 status: active
Network:
  Device-1: Intel driver: iwlwifi
  IF: wlo1 state: up mac: 
  Device-2: Realtek RTL8125 2.5GbE driver: r8169
  IF: enp110s0 state: down mac: 
Bluetooth:
  Device-1: Intel driver: btusb type: USB
  Report: rfkill ID: hci0 rfk-id: 0 state: down bt-service: enabled,running
    rfk-block: hardware: no software: yes address: see --recommends
Drives:
  Local Storage: total: 5.5 TiB used: 605.54 GiB (10.7%)
  ID-1: /dev/nvme0n1 vendor: Western Digital model: WD BLACK SN850X 4000GB
    size: 3.64 TiB
  ID-2: /dev/nvme1n1 vendor: Samsung model: MZVL22T0HBLB-00B00
    size: 1.86 TiB
Partition:
  ID-1: / size: 140.86 GiB used: 21 GiB (14.9%) fs: ext4 dev: /dev/nvme0n1p1
  ID-2: /boot/efi size: 96 MiB used: 45.7 MiB (47.6%) fs: vfat
    dev: /dev/nvme1n1p2
  ID-3: /home size: 3.44 TiB used: 584.5 GiB (16.6%) fs: ext4
    dev: /dev/nvme0n1p2
Swap:
  Alert: No swap data was found.
Sensors:
  System Temperatures: cpu: 48.0 C mobo: N/A
  Fan Speeds (rpm): N/A
Info:
  Processes: 457 Uptime: 38m Memory: total: 32 GiB note: est.
  available: 30.99 GiB used: 6.57 GiB (21.2%) Shell: Zsh inxi: 3.3.30

Please confirm that the correct output device was selected.

Did you try the procedure mentioned in the GitHub page you linked? What was the result?

ya it was

No I didn’t try it because it was for different hardware and I don’t completely understand what it is doing.

I understand the caution. However, you mentioned it was the same card, so it may still be worth looking at. If I read it correctly, you need to comment the line: #load-module module-suspend-on-idle in /etc/pulse/default.pa;

cat /etc/pulse/default.pa

to check it isn’t already commented, and:

sudo nano /etc/pulse/default.pa

to edit it. Then save the file.

Then, I suppose, try each of those verb commands until one of them works. Nothing ventured, nothing gained. Seems like the effect of those commands should be undone with a reboot; but if one of them works, at least you’ve made some progress.

#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

# This startup script is used only if PulseAudio is started per-user
# (i.e. not in system mode)

.fail

### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore

### Automatically augment property information from .desktop files
### stored in /usr/share/application
load-module module-augment-properties

### Should be after module-*-restore but before module-*-detect
load-module module-switch-on-port-available

### Load audio drivers statically
### (it's probably better to not load these drivers manually, but instead
### use module-udev-detect -- see below -- for doing this automatically)
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#load-module module-null-sink
#load-module module-pipe-sink

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev support)
load-module module-detect
.endif

### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect channels=2
.fail
.endif

### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif

.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif

### Load several protocols
load-module module-dbus-protocol
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix

### Network access (may be configured with paprefs, so leave this commented
### here if you plan to use paprefs)
#load-module module-esound-protocol-tcp
#load-module module-native-protocol-tcp
#load-module module-zeroconf-publish

### Load the RTP receiver module (also configured via paprefs, see above)
#load-module module-rtp-recv

### Load the RTP sender module (also configured via paprefs, see above)
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
#load-module module-rtp-send source=rtp.monitor

### Load additional modules from GSettings. This can be configured with the paprefs tool.
### Please keep in mind that the modules configured by paprefs might conflict with manually
### loaded modules.
.ifexists module-gsettings.so
.nofail
load-module module-gsettings
.fail
.endif

### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
### that look up the default sink/source get the right value
load-module module-default-device-restore

### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink

### Honour intended role device property
load-module module-intended-roles

### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle

### If autoexit on idle is enabled we want to make sure we only quit
### when no local session needs us anymore.
.ifexists module-console-kit.so
load-module module-console-kit
.endif
.ifexists module-systemd-login.so
load-module module-systemd-login
.endif

### Enable positioned event sounds
load-module module-position-event-sounds

### Cork music/video streams when a phone stream is active
load-module module-role-cork

### Modules to allow autoloading of filters (such as echo cancellation)
### on demand. module-filter-heuristics tries to determine what filters
### make sense, and module-filter-apply does the heavy-lifting of
### loading modules and rerouting streams.
load-module module-filter-heuristics
load-module module-filter-apply

### Make some devices default
#set-default-sink output
#set-default-source input

### Allow including a default.pa.d directory, which if present, can be used
### for additional configuration snippets.
### Note that those snippet files must have a .pa file extension, not .conf
.nofail
.include /etc/pulse/default.pa.d

I noticed for the hda verb stuff people list what i think are different devices. What does the hda-verb reference for device and how do i find the correct device?

I think aplay -l ?

**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) []
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) []
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) []
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) []
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: sofhdadsp [sof-hda-dsp], device 31: HDA Analog Deep Buffer (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Tried running with various devices from card 1 and not seeing any change by running the entire script at once at least.

Might have capture with windows vm or something I don’t know…

They are targeting different addresses (think of it as the location of the card in your system) rather than being devices. As was clear from the link you referenced, nobody there seemed to know which to use, either; I don’t. Trial and error, as I suggested, can be effective.

Here is some information a quick Google search revealed:

For reference, this might help to find respective addresses:

lspci

I hope this helps.

Additional:-

OK. According to Razer_Blade in the ArchWiki regarding: ALSA firmware.

On newer models, ALSA firmware is required for the built-in Intel sound card and the headphone jack (aux port) to work.

The package in question is sof-firmware (Sound Open Firmware), and the latest version (2023.09-1) is currently available in Arch repos.

It can be installed with:

sudo pacman -S sof-firmware

However, this package should already be installed, assuming you keep your system regularly updated:

sudo pacman -Syu

If this doesn’t solve the issue, I draw your attention to sections 2.2.2 Bad Sound from headphone jack, and 2.3 Dual Boot of the same ArchWiki page linked, which offer avenues of research.

Failing all of the above, I can only refer you back to the Razer Blade 18" (2023) Support & FAQ for guidance.

After searching, I see your name attached to many related threads, and I realize you’ve tried to find a solution for several months. It seems that you’re not alone in your quest.

I can only wish you luck. Cheers.

1 Like

Looks like that package wasn’t installed. I don’t have audio, but no doubt that was one possible piece I needed. I looked at dmesg and it looks like the firmware loading I THINK.

part of dmesg

[    4.101814] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC298: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    4.101819] snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.101822] snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    4.101824] snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
[    4.101825] snd_hda_codec_realtek ehdaudio0D0:    inputs:
[    4.101827] snd_hda_codec_realtek ehdaudio0D0:      Mic=0x18

System looked upgraded, no packages needed to be installed.

Here is the journal with audio pipe

Oct 26 14:23:56 blade kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Oct 26 14:23:56 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Oct 26 14:23:56 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Oct 26 14:23:56 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
Oct 26 14:23:56 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Oct 26 14:23:57 blade bluetoothd[773]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Oct 26 14:23:57 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 26 14:23:57 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
Oct 26 14:23:57 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
Oct 26 14:23:57 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Oct 26 14:23:57 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Oct 26 14:23:57 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Oct 26 14:23:57 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Oct 26 14:23:57 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
Oct 26 14:23:57 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Oct 26 14:23:57 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Oct 26 14:23:57 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
Oct 26 14:23:57 blade kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC298: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Oct 26 14:23:57 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 26 14:23:57 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 26 14:23:57 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
Oct 26 14:23:57 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
Oct 26 14:23:57 blade kernel: snd_hda_codec_realtek ehdaudio0D0:      Mic=0x18
Oct 26 14:23:57 blade kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
Oct 26 14:23:57 blade kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
Oct 26 14:24:10 blade pulseaudio[1616]: stat('/etc/pulse/default.pa.d'): No such file or directory
Oct 26 14:24:10 blade pulseaudio[1616]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Oct 26 14:28:57 blade kded5[1159]: kf.notifications: Playing audio notification failed: Destroyed
Oct 26 14:28:57 blade pulseaudio[1616]: ICE I/O error handler called
Oct 26 14:28:57 blade pulseaudio[1616]: X11 I/O error handler called
Oct 26 14:28:57 blade pulseaudio[1616]: X11 I/O error exit handler called, preparing to tear down X11 modules
Oct 26 14:28:57 blade dbus-daemon[775]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.58" (uid=1000 pid=1616 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.0" (uid=0 pid=773 comm="/usr/lib/bluetooth/bluetoothd")
Oct 26 14:28:57 blade dbus-daemon[775]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.58" (uid=1000 pid=1616 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.0" (uid=0 pid=773 comm="/usr/lib/bluetooth/bluetoothd")
Oct 26 14:28:58 blade pulseaudio[1616]: Error opening PCM device _ucm0003.hw:sofhdadsp,4: No such device
Oct 26 14:28:58 blade pulseaudio[1616]: Error opening PCM device _ucm0003.hw:sofhdadsp,3: No such device
Oct 26 14:28:58 blade pulseaudio[1616]: Error opening PCM device _ucm0003.hw:sofhdadsp: No such device
Oct 26 14:28:58 blade pulseaudio[1616]: Error opening PCM device _ucm0003.hw:sofhdadsp,6: No such device
Oct 26 14:29:15 blade kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Oct 26 14:29:15 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Oct 26 14:29:15 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Oct 26 14:29:15 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
Oct 26 14:29:15 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Oct 26 14:29:16 blade bluetoothd[804]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Oct 26 14:29:16 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 26 14:29:16 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
Oct 26 14:29:16 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
Oct 26 14:29:16 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Oct 26 14:29:16 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Oct 26 14:29:16 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Oct 26 14:29:16 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Oct 26 14:29:16 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
Oct 26 14:29:16 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Oct 26 14:29:16 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Oct 26 14:29:16 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
Oct 26 14:29:16 blade kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC298: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Oct 26 14:29:16 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 26 14:29:16 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 26 14:29:16 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
Oct 26 14:29:16 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
Oct 26 14:29:16 blade kernel: snd_hda_codec_realtek ehdaudio0D0:      Mic=0x18
Oct 26 14:29:17 blade kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
Oct 26 14:29:17 blade kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
Oct 26 14:29:29 blade pulseaudio[1638]: stat('/etc/pulse/default.pa.d'): No such file or directory
Oct 26 14:29:29 blade pulseaudio[1638]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Oct 26 15:45:14 blade systemsettings[4413]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 26 15:45:14 blade systemsettings[4413]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 26 15:45:14 blade systemsettings[4413]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 26 15:45:14 blade systemsettings[4413]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 26 15:45:14 blade systemsettings[4413]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 26 15:45:14 blade systemsettings[4413]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 26 15:45:14 blade systemsettings[4413]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 26 15:45:14 blade systemsettings[4413]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 26 15:45:15 blade dbus-daemon[807]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.60" (uid=1000 pid=1638 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.0" (uid=0 pid=804 comm="/usr/lib/bluetooth/bluetoothd")
Oct 26 15:45:15 blade dbus-daemon[807]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.60" (uid=1000 pid=1638 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.0" (uid=0 pid=804 comm="/usr/lib/bluetooth/bluetoothd")
Oct 26 15:45:16 blade pulseaudio[1638]: Error opening PCM device _ucm0003.hw:sofhdadsp,4: No such device
Oct 26 15:45:16 blade pulseaudio[1638]: Error opening PCM device _ucm0003.hw:sofhdadsp,3: No such device
Oct 26 15:45:16 blade pulseaudio[1638]: Error opening PCM device _ucm0003.hw:sofhdadsp: No such device
Oct 26 15:45:16 blade pulseaudio[1638]: Error opening PCM device _ucm0003.hw:sofhdadsp: No such device
Oct 26 15:45:16 blade pulseaudio[1638]: Error opening PCM device _ucm0003.hw:sofhdadsp,6: No such device
Oct 26 15:45:16 blade systemd[1066]: pulseaudio.service: Consumed 10.303s CPU time.
Oct 27 00:35:44 blade kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Oct 27 00:35:44 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Oct 27 00:35:44 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Oct 27 00:35:44 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
Oct 27 00:35:44 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Oct 27 00:35:45 blade bluetoothd[792]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Oct 27 00:35:45 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 27 00:35:45 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
Oct 27 00:35:45 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
Oct 27 00:35:45 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Oct 27 00:35:45 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Oct 27 00:35:45 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Oct 27 00:35:45 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Oct 27 00:35:45 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
Oct 27 00:35:45 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Oct 27 00:35:45 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Oct 27 00:35:45 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
Oct 27 00:35:45 blade kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC298: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Oct 27 00:35:45 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 27 00:35:45 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 27 00:35:45 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
Oct 27 00:35:45 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
Oct 27 00:35:45 blade kernel: snd_hda_codec_realtek ehdaudio0D0:      Mic=0x18
Oct 27 00:35:45 blade kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
Oct 27 00:35:45 blade kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
Oct 27 00:36:44 blade pulseaudio[1644]: stat('/etc/pulse/default.pa.d'): No such file or directory
Oct 27 00:36:44 blade pulseaudio[1644]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Oct 27 01:36:45 blade plasmashell[1349]: org.kde.plasma.pulseaudio: context kaput
Oct 27 01:36:45 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 01:36:45 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 01:36:45 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 01:36:45 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 01:36:45 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 01:36:45 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 01:36:45 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 01:36:45 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 01:36:47 blade pulseaudio[6445]: stat('/etc/pulse/default.pa.d'): No such file or directory
Oct 27 01:36:47 blade pulseaudio[6445]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Oct 27 01:36:47 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 01:36:47 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 01:36:47 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 01:36:47 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 01:36:47 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 01:36:47 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 01:36:47 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 01:36:47 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 01:37:21 blade systemsettings[6541]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of undefined
Oct 27 02:01:30 blade systemsettings[6541]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:01:30 blade systemsettings[6541]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:01:30 blade systemsettings[6541]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:01:30 blade systemsettings[6541]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:01:30 blade systemsettings[6541]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:01:30 blade systemsettings[6541]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:01:30 blade systemsettings[6541]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:01:30 blade systemsettings[6541]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:01:30 blade systemsettings[6541]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:11:14 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of undefined
Oct 27 02:16:01 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of undefined
Oct 27 02:35:02 blade pulseaudio[6445]: Assertion 'size < (1024*1024*96)' failed at ../pulseaudio/src/pulse/xmalloc.c:61, function pa_xmalloc(). Aborting.
Oct 27 02:35:04 blade systemd-coredump[21874]: Process 6445 (pulseaudio) of user 1000 dumped core.
                                               #12 0x000056228c8602a1 main (pulseaudio + 0x82a1)
                                               #15 0x000056228c861955 n/a (pulseaudio + 0x9955)
Oct 27 02:35:04 blade systemsettings[13402]: org.kde.plasma.pulseaudio: context kaput
Oct 27 02:35:04 blade plasmashell[1349]: org.kde.plasma.pulseaudio: context kaput
Oct 27 02:35:04 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of null
Oct 27 02:35:04 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of null
Oct 27 02:35:04 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of null
Oct 27 02:35:04 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of null
Oct 27 02:35:04 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of null
Oct 27 02:35:04 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of null
Oct 27 02:35:04 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:04 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:04 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:04 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/CardListItem.qml:16: TypeError: Cannot read property 'width' of null
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:18: TypeError: Cannot read property 'width' of null
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:18: TypeError: Cannot read property 'width' of null
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:18: TypeError: Cannot read property 'width' of null
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:18: TypeError: Cannot read property 'width' of null
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:18: TypeError: Cannot read property 'width' of null
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:18: TypeError: Cannot read property 'width' of null
Oct 27 02:35:04 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:18: TypeError: Cannot read property 'width' of null
Oct 27 02:35:04 blade systemd[1066]: pulseaudio.service: Main process exited, code=dumped, status=6/ABRT
Oct 27 02:35:04 blade systemd[1066]: pulseaudio.service: Failed with result 'core-dump'.
Oct 27 02:35:04 blade systemd[1066]: pulseaudio.service: Consumed 43.060s CPU time.
Oct 27 02:35:04 blade systemd[1066]: pulseaudio.service: Scheduled restart job, restart counter is at 1.
Oct 27 02:35:04 blade pulseaudio[21889]: Stale PID file, overwriting.
Oct 27 02:35:06 blade pulseaudio[21889]: stat('/etc/pulse/default.pa.d'): No such file or directory
Oct 27 02:35:06 blade pulseaudio[21889]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Oct 27 02:35:06 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:06 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:06 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:06 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:06 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:06 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:06 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:06 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 02:35:06 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade plasmashell[1349]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 02:35:06 blade systemsettings[13402]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of undefined
Oct 27 03:11:33 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 03:11:33 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 03:11:33 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 03:11:33 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 03:11:33 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 03:11:33 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 03:11:33 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 03:11:33 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "combined"
Oct 27 03:11:33 blade systemsettings[13402]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 03:12:33 blade dbus-daemon[794]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1513" (uid=1000 pid=21889 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.0" (uid=0 pid=792 comm="/usr/lib/bluetooth/bluetoothd")
Oct 27 03:12:33 blade dbus-daemon[794]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1513" (uid=1000 pid=21889 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.0" (uid=0 pid=792 comm="/usr/lib/bluetooth/bluetoothd")
Oct 27 03:12:34 blade systemd[1066]: pulseaudio.service: Consumed 39.166s CPU time.
Oct 27 03:23:12 blade kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Oct 27 03:23:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Oct 27 03:23:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Oct 27 03:23:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
Oct 27 03:23:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Oct 27 03:23:13 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 27 03:23:13 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
Oct 27 03:23:13 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
Oct 27 03:23:13 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Oct 27 03:23:13 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Oct 27 03:23:13 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Oct 27 03:23:13 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Oct 27 03:23:13 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
Oct 27 03:23:13 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Oct 27 03:23:13 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Oct 27 03:23:13 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
Oct 27 03:23:13 blade kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC298: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Oct 27 03:23:13 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 27 03:23:13 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 27 03:23:13 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
Oct 27 03:23:13 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
Oct 27 03:23:13 blade kernel: snd_hda_codec_realtek ehdaudio0D0:      Mic=0x18
Oct 27 03:23:14 blade kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
Oct 27 03:23:14 blade kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
Oct 27 03:23:20 blade bluetoothd[850]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Oct 27 03:23:29 blade pulseaudio[1662]: stat('/etc/pulse/default.pa.d'): No such file or directory
Oct 27 03:23:29 blade pulseaudio[1662]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Oct 27 12:22:46 blade systemsettings[41031]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of undefined
Oct 27 13:02:15 blade systemsettings[41031]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 13:02:15 blade systemsettings[41031]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 13:02:15 blade systemsettings[41031]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 13:02:15 blade systemsettings[41031]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 13:02:15 blade systemsettings[41031]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 13:02:15 blade systemsettings[41031]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 13:02:15 blade systemsettings[41031]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
Oct 27 13:02:15 blade systemsettings[41031]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source"
Oct 27 13:02:44 blade dbus-daemon[852]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.59" (uid=1000 pid=1662 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.0" (uid=0 pid=850 comm="/usr/lib/bluetooth/bluetoothd")
Oct 27 13:02:44 blade dbus-daemon[852]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.59" (uid=1000 pid=1662 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.0" (uid=0 pid=850 comm="/usr/lib/bluetooth/bluetoothd")
Oct 27 13:02:44 blade systemd[1092]: pulseaudio.service: Consumed 1min 33.065s CPU time.
Oct 27 13:04:11 blade kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Oct 27 13:04:11 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Oct 27 13:04:11 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Oct 27 13:04:11 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
Oct 27 13:04:11 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Oct 27 13:04:12 blade bluetoothd[795]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Oct 27 13:04:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 27 13:04:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
Oct 27 13:04:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
Oct 27 13:04:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Oct 27 13:04:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Oct 27 13:04:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Oct 27 13:04:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Oct 27 13:04:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
Oct 27 13:04:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Oct 27 13:04:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Oct 27 13:04:12 blade kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
Oct 27 13:04:12 blade kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC298: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Oct 27 13:04:12 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 27 13:04:12 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 27 13:04:12 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
Oct 27 13:04:12 blade kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
Oct 27 13:04:12 blade kernel: snd_hda_codec_realtek ehdaudio0D0:      Mic=0x18
Oct 27 13:04:12 blade kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
Oct 27 13:04:12 blade kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
Oct 27 13:04:24 blade pulseaudio[1628]: stat('/etc/pulse/default.pa.d'): No such file or directory
Oct 27 13:04:24 blade pulseaudio[1628]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Oct 27 13:04:38 blade systemsettings[2776]: file:///usr/share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml:65: TypeError: Cannot read property 'description' of undefined

If you commented that line in /etc/pulse/default.pa as suggested in that other thread, perhaps uncomment it now, and reboot.

Also, triple check that the appropriate outputs are still selected in Settings. Beyond this, maybe someone else has more insight. Cheers.