Tried everything, Intel Smart Sound Technology Audio Controller sound card still not working

Hello everyone,
I recently switched from Fedora 33 to openSUSE Tumbleweed on the recommendation of a friend. I have a Lenovo Ideapad Flex 5, https://pcsupport.lenovo.com/in/en/products/laptops-and-netbooks/flex-series/flex-5-14iil05/81x1/81x100fjin/r90ylt9f/downloads/order-recovery-media and the Intel Smart Sound Technology sound card was working flawlessly on Fedora 33 but the same is not the case on my openSUSE Tumbleweed installation. I have tried all the tutorials and troubleshooting with PulseAudio and alsamixer but nothing seems to work. It shows Dummy Output for speakers and absolutely nothing in the microphone section in both settings and in PulseAudio Volume Control. I don’t think it is a problem with my installation as the SHA256 checksum was matching and I have tried to make a bootable device with both Rufus and Balena Etcher in an attempt to dual boot openSUSE Tumbleweed with Windows 10. Neither my speakers, nor my microphone are working on openSUSE Tumbleweed but are working absolutely fine on Windows 10. I have also tried configuring the sound card from YaST > Hardware > Sound and this is visible there https://drive.google.com/file/d/1OiarhCl90kSfjNTMN89-mXNZk_gApdPJ/view?usp=sharing. The ‘Delete’ button does not work but the ‘Edit’ button does and when I click that I get the following errors for each of the configuration methods :

  1. Quick automatic setup: The kernel module snd-sof-pci for sound support could not be loaded. This can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
  2. Normal setup: The kernel module snd-sof-pci for sound support could not be loaded. This can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
  3. Advanced setup with possibility to change options: I have no idea what to do here so i am attaching a screenshot in case it might be of some help.
    https://drive.google.com/file/d/1D2yjMRpSecY0g6ETLdhAJXTYV6FB-K1i/view?usp=sharing Do I have to change values in these options or something else ? I don’t know. Please help.https://drive.google.com/file/d/1D2yjMRpSecY0g6ETLdhAJXTYV6FB-K1i/view?usp=sharing

I would really appreciate it if someone in the community can guide me through this issue and help me fix it. I have heard about the openSUSE community in the past and the general consensus is that they are a community of friendly, active and skilled members. Hoping I will get to experience this first hand lol!

I am not familiar with your hardware, but I would like to help, if possible.

Could you run a diagnostic script (and share the output) to provide more detail about your Lenovo’s audio setup? You can do that by sending the following command in a konsole or xterm, with regular user permissions, with Lenovo connected to the internet:


/usr/sbin/alsa-info.sh

Select SHARE/UPLOAD when prompted, and let the script run to completion. After it completes, look in the konsole/xterm, and it will provide you a website address/url where the configuration information was uploaded. Please share that address here.

We will then take a look at it and see if it provides us any indication as to what the issue may be.

http://alsa-project.org/db/?f=d4298f9a3c2998ca71b20c419cf75b02b10f85f8

Got this. Hope it might be of help.

Have you installed the “sof-firmware” package?

Also, there’s this Reddit post – <https://www.reddit.com/r/Fedora/comments/jgzwxj/fedora_33_on_dell_xps_13_9310_no_audio/>.
And, this Arch Linux post – <https://bbs.archlinux.org/viewtopic.php?id=260139>.

This is strange … I note immediately no alsa modules are loaded:



!!Loaded ALSA modules
!!-------------------

which of course means no sound cards/devices recognized:


!!Soundcards recognised by ALSA
!!-----------------------------

--- no soundcards ---

Next looking at the dmesg, I note these entries:


    6.850551] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
    6.850580] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake  platform, using SOF driver
....
    7.204629] sof-audio-pci 0000:00:1f.3: hda codecs found, mask 5
    7.204635] sof-audio-pci 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
    7.204644] sof-audio-pci 0000:00:1f.3: DMICs detected in NHLT tables: 2

Typically one will see more entries than that, so it appears to me the issue is with the sound driver not properly loading, which suggests a kernel loading issue.

You note sound works with Fedora-33 which has a 5.8.15 kernel. Your Tumbleweed has a 5.11.6-1-default kernel which is nominally newer. So that suggests to me that either Fedora have done a special patch to the 5.8.15 kernel to allow sound to work with your PC’s hardware, or that there is a regression in the 5.11.6-1 kernel of openSUSE Tumbleweed.

I do note from the diagnostic script:


!!PCI Soundcards installed in the system
!!--------------------------------------

00:1f.3 Multimedia audio controller [0401]: Intel Corporation Ice Lake-LP Smart Sound Technology Audio Controller [8086:34c8] (rev 30)
    Subsystem: Lenovo Device [17aa:3811]

and so I did a search on the media audio controller “8086:34c8” and according to this link on linux hardware support it is supported in GNU/Linux for some time.

I don’t fully understand that linux hardware page, but it does appear from the 5.2 to 5.11 kernels, its the SND_SOC and not the SND_HDA_INTEL sound module that needs to be loaded (?).

I am wondering if alsa-firmware is needed (wild speculation on my part) so one possible thing you could try is to install alsa-firmware, reboot, and test to see if that makes any difference. I suspect it won’t but lets give that a try. Please install ‘alsa-firmware’, reboot and test.

If that doesn’t work, then we could be in bug reporting territory.
.

Interesting … I was not aware of a separate sof-firmware package (as I would have thought needed code would be in alsa-firmware if not nominally part of kernel package), but maybe this is a Tumbleweed specific packaging aspect?

I am curious if alsa-firmware alone is sufficient, but I concede installing sof-firmware does appear more logical.

For Leap 15.2, it’s available from the “multimedia:libs” repository – currently, it ain’t listed for Leap 15.3 …

sudo zypper install alsa-firmware shows that " ‘alsa-firmware’ is already installed " and " No update candidate for ‘alsa-firmware-1.2.4-3.2.noarch’. The highest available version is already installed. " I think I should try that sof-firmware thing that was suggested. Fingers crossed, let’s see how it goes. BTW, my laptop has been given to me by my University, it was made-to-order for 3000 students in the Computer Science Department, so essentially if some fix is found for this we can potentially get a lot more people on board with the openSUSE OS.

OMG IT WORKED !!! THANK YOU THANK YOU THANK YOU. I AM SO HAPPY. Thanks a lot to you and Mr. oldcpu. openSUSE for me was love at first site with YaST and openQA and I didn’t want to give it up just because of a sound card issue. I had planned on submitting a proposal to openSUSE and getting selected in GSoC for that and because of you guys I can finally focus on programming. Thanks a lot guys, may Goddess Saraswati bless the both of you lol!

Running Leap 15.4 and unable to download from this linked software page…

https://software.opensuse.org/package/sof-firmware?search_term=sof-firmware

…can’t add two repositories. Valid data not found at specified URL and Repository type can’t be determined.

And why am I not allowed to copy and paste from Yast error reports?

You are at the wrong place, this is a Tumbleweed thread (and a rather old one that is more or less sleeping/dead already).

Some output from the log file


2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 --------------------------------------
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - alias       : https-download.opensuse.org-7d755cc4
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - name        : SUSE:SLE-15-SP4:GA
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - enabled     : 1
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - autorefresh : 1
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - url         : https://download.opensuse.org/repositories/SUSE:/SLE-15-SP4:/GA/pool/
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp++] RepoInfo.cc(probeCache):64 Probed cached type NONE at 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - type        : NONE
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - priority    : 99
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - gpgcheck    : D(Y) repoD(Y)* sig? pkgD(Y)* 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - keeppackages: 0
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - filePath:     /etc/zypp/repos.d/https-download.opensuse.org-7d755cc4.repo
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp++] RepoInfo.cc(probeCache):64 Probed cached type NONE at /var/cache/zypp/raw/https-download.opensuse.org-7d755cc4
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] HistoryLog.cc(setRoot):173 installation log file /var/log/zypp/history
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(modifyRepository):1930 repo https-download.opensuse.org-7d755cc4 modified
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Pkg] PkgProgress.cc(_receiver):96 PkgReceiver progress: 22 (84%), running: true
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Pkg] Source_Save.cc(SourceSaveAll):214 Modifying repository 'https-download.opensuse.org-8720aebc'
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(repositories_in_file):290 repo file: /etc/zypp/repos.d/https-download.opensuse.org-8720aebc.repo
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp-core] iniparser.cc(parse):86 Start parsing /etc/zypp/repos.d/https-download.opensuse.org-8720aebc.repo[g___]
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Progress++] progressdata.cc(report):70 {#180|/etc/zypp/repos.d/https-download.opensuse.org-8720aebc.repo} START
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp-core] iniparser.cc(parse):140 Done parsing /etc/zypp/repos.d/https-download.opensuse.org-8720aebc.repo[_eF_]
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Progress++] progressdata.cc(report):89 {#180|/etc/zypp/repos.d/https-download.opensuse.org-8720aebc.repo} END
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 --------------------------------------
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - alias       : https-download.opensuse.org-8720aebc
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - name        : SUSE:SLE-15:Update
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - enabled     : 1
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - autorefresh : 1
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - url         : https://download.opensuse.org/repositories/SUSE:/SLE-15:/Update/pool/
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp++] RepoInfo.cc(probeCache):64 Probed cached type NONE at 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - type        : NONE
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - priority    : 99
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - gpgcheck    : D(Y) repoD(Y)* sig? pkgD(Y)* 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - keeppackages: 0
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - filePath:     /etc/zypp/repos.d/https-download.opensuse.org-8720aebc.repo
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp++] RepoInfo.cc(probeCache):64 Probed cached type NONE at /var/cache/zypp/raw/https-download.opensuse.org-8720aebc
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] HistoryLog.cc(setRoot):173 installation log file /var/log/zypp/history
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(modifyRepository):1930 repo https-download.opensuse.org-8720aebc modified
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Pkg] Source_Save.cc(SourceSaveAll):214 Modifying repository 'https-download.opensuse.org-ca573ca1'
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(repositories_in_file):290 repo file: /etc/zypp/repos.d/https-download.opensuse.org-ca573ca1.repo
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp-core] iniparser.cc(parse):86 Start parsing /etc/zypp/repos.d/https-download.opensuse.org-ca573ca1.repo[g___]
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Progress++] progressdata.cc(report):70 {#181|/etc/zypp/repos.d/https-download.opensuse.org-ca573ca1.repo} START
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp-core] iniparser.cc(parse):140 Done parsing /etc/zypp/repos.d/https-download.opensuse.org-ca573ca1.repo[_eF_]
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Progress++] progressdata.cc(report):89 {#181|/etc/zypp/repos.d/https-download.opensuse.org-ca573ca1.repo} END
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 --------------------------------------
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - alias       : https-download.opensuse.org-ca573ca1
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - name        : multimedia:libs
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - enabled     : 1
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - autorefresh : 1
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - url         : https://download.opensuse.org/repositories/multimedia:/libs/15.4/
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp++] RepoInfo.cc(probeCache):64 Probed cached type NONE at 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - type        : NONE
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - priority    : 99
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - gpgcheck    : D(Y) repoD(Y)* sig? pkgD(Y)* 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - keeppackages: 0
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - filePath:     /etc/zypp/repos.d/https-download.opensuse.org-ca573ca1.repo
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] HistoryLog.cc(setRoot):173 installation log file /var/log/zypp/history
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(modifyRepository):1930 repo https-download.opensuse.org-ca573ca1 modified
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Pkg] Source_Save.cc(SourceSaveAll):214 Modifying repository 'https-download.opensuse.org-265a2fe7'
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(repositories_in_file):290 repo file: /etc/zypp/repos.d/https-download.opensuse.org-265a2fe7.repo
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp-core] iniparser.cc(parse):86 Start parsing /etc/zypp/repos.d/https-download.opensuse.org-265a2fe7.repo[g___]
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Progress++] progressdata.cc(report):70 {#182|/etc/zypp/repos.d/https-download.opensuse.org-265a2fe7.repo} START
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp-core] iniparser.cc(parse):140 Done parsing /etc/zypp/repos.d/https-download.opensuse.org-265a2fe7.repo[_eF_]
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Progress++] progressdata.cc(report):89 {#182|/etc/zypp/repos.d/https-download.opensuse.org-265a2fe7.repo} END
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 --------------------------------------
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - alias       : https-download.opensuse.org-265a2fe7
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - name        : openSUSE:Backports:SLE-15-SP4
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - enabled     : 1
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - autorefresh : 1
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - url         : https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP4/standard/
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp++] RepoInfo.cc(probeCache):64 Probed cached type NONE at 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - type        : NONE
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - priority    : 99
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - gpgcheck    : D(Y) repoD(Y)* sig? pkgD(Y)* 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - keeppackages: 0
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 - filePath:     /etc/zypp/repos.d/https-download.opensuse.org-265a2fe7.repo
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoFileReader.cc(repositories_in_stream):217 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] HistoryLog.cc(setRoot):173 installation log file /var/log/zypp/history
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(modifyRepository):1930 repo https-download.opensuse.org-265a2fe7 modified
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Pkg] PkgProgress.cc(_receiver):96 PkgReceiver progress: 25 (96%), running: true
2022-06-30 10:41:37 &lt;5&gt; localhost.localdomain(3292) [zypp-core] Exception.cc(log):186 RepoManager.cc(getRepositoryInfo):1943 THROW:    [https-download.opensuse.org-27f2deee|] Repository not found.
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Pkg] Source_Save.cc(SourceSaveAll):220 Adding repository 'https-download.opensuse.org-27f2deee'
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Progress++] progressdata.cc(report):70 {#183|Adding repository 'openSUSE:Backports:SLE-15-SP4:Checks'} START
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [Ruby] modules/PackageCallbacks.rb(ProgressStart):2338 ProgressStart: 183
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 Try adding repo --------------------------------------
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 - alias       : https-download.opensuse.org-27f2deee
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 - name        : openSUSE:Backports:SLE-15-SP4:Checks
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 - enabled     : 1
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 - autorefresh : 1
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 - url         : https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP4:/Checks/standard/
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 - type        : rpm-md
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 - priority    : 99
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 - gpgcheck    : D(Y) repoD(Y)* sigY pkgD(N) 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 - keeppackages: 0
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 - metadataPath: /var/cache/zypp/raw/https-download.opensuse.org-27f2deee
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 - packagesPath: /var/cache/zypp/packages/https-download.opensuse.org-27f2deee
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1650 
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(filenameFromAlias):231 generating filename for repo [https-download.opensuse.org-27f2deee] : './https-download.opensuse.org-27f2deee.repo'
2022-06-30 10:41:37 &lt;1&gt; localhost.localdomain(3292) [zypp] RepoManager.cc(addRepository):1677 Saving repo in /etc/zypp/repos.d/https-download.opensuse.org-27f2deee.repo
2022-06

I have been corrected.