Intel Tiger Lake-H HD Audio driver N/A on Tumbleweed 6.0.3-1, Microphone not working

[FONT=monospace]# uname -r
6.0.3-1-default

[/FONT][FONT=monospace]**# **[/FONT]inxi -Aa
Audio:
Device-1: Intel Tiger Lake-H HD Audio vendor: Lenovo driver: N/A
bus-ID: 4-1.1:3 alternate: snd_hda_intel, snd_sof_pci_intel_tgl
chip-ID: 17e9:4340 bus-ID: 00:1f.3 class-ID: 0a00 chip-ID: 8086:43c8
class-ID: 0401 serial: 455115230101128123YL
Device-2: DisplayLink ThinkPad USB 3.0 Ultra Dock type: USB
driver: cdc_ncm
Sound Server-1: ALSA v: k6.0.3-1-default running: yes
Sound Server-2: PulseAudio v: 16.1 running: no
Sound Server-3: PipeWire v: 0.3.59 running: yes

[FONT=monospace]# cat /usr/lib/os-release
NAME=“openSUSE Tumbleweed”

VERSION=“20221024”

ID=“opensuse-tumbleweed”
ID_LIKE=“opensuse suse”
VERSION_ID=“20221024”
PRETTY_NAME=“openSUSE Tumbleweed”
ANSI_COLOR=“0;32”
CPE_NAME=“cpe:/o:opensuse:tumbleweed:20221024”
BUG_REPORT_URL=“https://bugs.opensuse.org
HOME_URL=“https://www.opensuse.org/
DOCUMENTATION_URL=“https://en.opensuse.org/Portal:Tumbleweed
LOGO=“distributor-logo-Tumbleweed”
# lsb_release -a
LSB Version: core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64:desktop-4.0.fake-amd64:desktop-4.0.fake-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0.fake-amd64:graphics-4.0.fake-no
arch
Distributor ID: openSUSE
Description: openSUSE Tumbleweed
Release: 20221024
Codename: n/a

[/FONT]

same issue for me with Intel Comet Lake PCH cAVS vendor: Dell

Same issue here on a samsung device. I’m new to openSUSE (running Gecko, only a few days in). I have been trying to troubleshoot this issue, it seems to be a problem for all the linux distros out of the box, I tried a lot of things in UbuntuStudio 22.04 but still just didn’t get sound to internal speakers to work. I DID have sound through headphones and bluetooth though.

I created a reddit post looking for answers - this post links to a manjaro forum that I saw come up a few times in the results, and I had a long-ish back and forth with a user trying to help there. Here’s the link to my post : https://www.reddit.com/r/Ubuntu/comments/yikcnc/need_help_porting_a_manjaro_tutorial_for_a_ubuntu/

I haven’t really gotten to try this in GeckoSUSE yet because I haven’t been able to install the package alsa-tools. I found it here : https://software.opensuse.org/download/package?package=alsa-tools&project=openSUSE%3AFactory

-but YAST did not successfully install it.

Just an attempt to aggregate some knowledge, here are some things I’ve found while trying to search, but I am a linux novice and only a few days into using SUSE so I cannot get it to work myself yet.

SAMSUNG GALAXY BOOK PRO 360 - 13", 2021
Specific Model - NP930QBD-KE1US (intel i7-1165g7, 16gbRAM, 512GB SSD)

HARDWARE ISSUES -
–Wifi card - Intel wifi6 AX210 - I had intermittent issues with various distros where the kernel was older than 5.14. No issues >5.15.
–Audio Card - suspected Realtek ALC298.

BUGS FOUND
[950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1851518

{Samsung Notebook 7 Pro, Realtek ALC256, headphone jack] Headphone sound is faint and distorted (but works fine in Windows) Bug #1850702 reported by Filipe Garrett on 2019-10-30
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1850702

[930MBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers
https://bugzilla.kernel.org/show_bug.cgi?id=207423

SOLVED ISSUES
[SOLVED] Samsung Galaxy Book Pro 360 - Speaker Issues ALC298
https://bbs.archlinux.org/viewtopic.php?id=269385

[HowTo] set up the audio card in Samsung Galaxy Book MANJARO FORUMS
https://forum.manjaro.org/t/howto-set-up-the-audio-card-in-samsung-galaxy-book/37090

    SIMILAR RESPONSE (UBUNTU INSTRUCTIONS) TO MY REDDIT POST
    https://www.reddit.com/r/Ubuntu/comments/yikcnc/need_help_porting_a_manjaro_tutorial_for_a_ubuntu/

Samsung Galaxy Book Pro 360 No Sound Ubuntu 21.10 - Reddit post with comments claiming solve
https://www.reddit.com/r/Ubuntu/comments/rt4b05/samsung_galaxy_book_pro_360_no_sound_ubuntu_2110/
    LINKS TO THIS UBUNTU FORUMS THREAD
    https://ubuntuforums.org/showthread.php?t=2467804

As documented in https://forums.opensuse.org/showthread.php/527436-DisplayLink-and-openSuSE-Tumbleweed-(never-ending-story-!!)/page3
Issue with Kernel 6 now solved.

  1. Install displaylink from community RPM (https://software.opensuse.org/packag…rm=DisplayLink)

  2. As per https://aur.archlinux.org/packages/evdi :

As kernel 6.0 compatibility isn’t yet released, the simplest way is adding this to /usr/src/evdi-1.12.0/evdi_drm_drv.h just above #if KERNEL_VERSION(5, 5, 0)…

#if KERNEL_VERSION(6, 0, 0) <= LINUX_VERSION_CODE
#include <drm/drm_framebuffer.h>
#endif

and running dkms autoinstall

Then rcdisplaylink restart

Now I can use my Dell D3100 again.