As a fairly inexperienced Linux user, I have installed Ubuntu 22.10 on a Microsoft Surface Studio 2. PErhaps this was not the best idea :). Using the MS Surface Kernel from Github.
I don't yet want to give up. After a lot of trial and error everything appears to be working except for the sound. When playing sound I do see the "sound bars" move in the settings, but there is no sound coming from the speakers in the monitor.
I have found a lot of trouble shooting guides but nothing appears to solve the issue. I have tried reinstalling pulseaudio, removing pipewire. Reloading Alsa, Jack Retasking. From what I read is that with 22.10 there is a change to PipeWire as the default, so a lot of old trouble shooting guides are (potentially) not actual anymore.
It's a Realtek ALC298 card I believe.
$ lspci -nnk | grep -A2 Audio
00:1f.3 Audio device [0403]: Intel Corporation CM238 HD Audio Controller [8086:a171] (rev 31)
Subsystem: Microsoft Corporation CM238 HD Audio Controller [1414:0021]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
--
01:00.1 Audio device [0403]: NVIDIA Corporation GP104 High Definition Audio Controller [10de:10f0] (rev a1)
Subsystem: Microsoft Corporation GP104 High Definition Audio Controller [1414:0020]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
pulseaudio --check
just returns an empty line
Any tips would be amazing.