Hi,
I have no sound after installing Leap 15.3 on my Dell computer. I tried to configure the sound with Yast but it returns an error:
An error occurred during the installation of Comet Lake PCH cAVS. The kernel module snd-soc-skl for sound support could not be loaded. This can be caused by incorrect module parameters, including invalid IO or IRQ parameters
Tried following the steps outlined here:
https://en.opensuse.org/SDB:Audio_troubleshooting
# rpm -q alsa alsa-utils alsa-firmware
alsa-1.2.4-3.13.x86_64
alsa-utils-1.2.4-3.1.x86_64
alsa-firmware-1.2.4-1.41.noarch
and
# systemctl start alsasound
and:
speaker-test -Dplug:front -c2 -l5 -twav
speaker-test 1.2.4
Playback device is plug:front
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front
Playback open error: -2, There is no such file or directory
Next step:
speaker-test -c2 -l5 -twav
speaker-test 1.2.4
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 96 to 1048576
Period size range from 32 to 349526
Using max buffer size 1048576
Periods = 4
was set period_size = 262144
was set buffer_size = 1048576
0 - Front Left
1 - Front Right
Time per period = 4,432504
0 - Front Left
1 - Front Right
Time per period = 4,391120
0 - Front Left
1 - Front Right
Time per period = 4,391544
0 - Front Left
1 - Front Right
Time per period = 4,391972
0 - Front Left
1 - Front Right
Time per period = 4,392334
- no sound.
And:
aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
speexrate
Rate Converter Plugin Using Speex Resampler
pulse
PulseAudio Sound Server
upmix
Plugin for channel upmix (4,6,8)
default
Default ALSA Output (currently PulseAudio Sound Server)
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version k5.3.18-59.10-default.
cat /proc/asound/modules
returns nothing.
My Dell:
inxi -Fzx
System:
Kernel: 5.3.18-59.10-default x86_64 bits: 64 compiler: gcc v: 7.5.0
Desktop: Gnome 3.34.5 Distro: openSUSE Leap 15.3
Machine:
Type: Desktop System: Dell product: Precision 3640 Tower v: N/A
serial: <filter>
Mobo: Dell model: 0D4MD1 v: A02 serial: <filter> UEFI: Dell v: 1.10.0
date: 10/07/2021
CPU:
Topology: Quad Core model: Intel Core i3-10100 bits: 64 type: MT MCP
arch: N/A L2 cache: 6144 KiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
bogomips: 57600
Speed: 800 MHz min/max: 800/4300 MHz Core speeds (MHz): 1: 800 2: 800
3: 800 4: 800 5: 800 6: 800 7: 800 8: 800
Graphics:
Device-1: Intel CometLake-S GT2 [UHD Graphics 630] vendor: Dell
driver: i915 v: kernel bus ID: 00:02.0
Display: wayland server: X.org 1.20.3 driver: i915
note: display driver n/a - try sudo/root resolution: <xdpyinfo missing>
OpenGL: renderer: Mesa DRI Intel UHD Graphics 630 (CML GT2)
v: 4.6 Mesa 20.2.4 direct render: Yes
Audio:
Device-1: Intel Comet Lake PCH cAVS vendor: Dell driver: N/A
bus ID: 00:1f.3
Sound Server: ALSA v: k5.3.18-59.10-default
Network:
Device-1: Intel Ethernet I219-LM vendor: Dell driver: e1000e v: 3.2.6-k
port: efa0 bus ID: 00:1f.6
IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives:
Local Storage: total: 238.47 GiB used: 6.59 GiB (2.8%)
ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 980 1TB size: 931.51 GiB
ID-2: /dev/nvme1n1 vendor: Micron model: 2300 NVMe 256GB size: 238.47 GiB
Partition:
ID-1: / size: 20.00 GiB used: 6.20 GiB (31.0%) fs: btrfs
dev: /dev/nvme0n1p3
ID-2: /home size: 35.18 GiB used: 292.7 MiB (0.8%) fs: ext4 dev: /dev/dm-0
ID-3: /opt size: 20.00 GiB used: 6.20 GiB (31.0%) fs: btrfs
dev: /dev/nvme0n1p3
ID-4: /tmp size: 20.00 GiB used: 6.20 GiB (31.0%) fs: btrfs
dev: /dev/nvme0n1p3
ID-5: /var size: 20.00 GiB used: 6.20 GiB (31.0%) fs: btrfs
dev: /dev/nvme0n1p3
Swap:
ID-1: swap-1 type: partition size: 4.00 GiB used: 0 KiB (0.0%)
dev: /dev/nvme0n1p4
Sensors:
System Temperatures: cpu: 27.8 C mobo: N/A
Fan Speeds (RPM): cpu: 503 fan-2: 1018 fan-3: 749
Info:
Processes: 275 Uptime: N/A Memory: 15.35 GiB used: 1.51 GiB (9.8%)
Init: systemd runlevel: 5 Compilers: gcc: N/A Shell: bash v: 4.4.23
inxi: 3.1.00
I found some information on the internet that this sound card causes problems that are either unsolved or pertain to other distributions and I am unable to apply them.
Please help