@Luna D Dragon: AFAICS your system would match the modalias `pci:v00008086d000043C8sv000017AAsd000022D7bc04sc01i00` `modalias(pci:v00008086d000043C8sv* sd* bc* sc* i*)`. What was the command that did not select sof-firmware? Were you able to manually install sof-firmware (without conflicts being reported)? If the zypper.log showing the commands is still available, please attach it. Hardware dependencies are weak. So raising a conflict would be one reason why sof-firmware was not installed although the modalias would trigger. If this was not the case, please also provide a solver testcase: - Call (as root): zypper inr --no-recommends --debug-solver - Please pack the testcase directory and attach it to the bugreport. cd /tmp tar cvjf zypper-testcase.bz2 /var/log/zypper.solverTestCase In case the testcase exceeds the 10MB limit for bugzilla uploads, you can use 'split' to divide the file into smaller pieces: cd /tmp split -b 10M --additional-suffix=-zypper-testcase.bz2 zypper-testcase.bz2 The created pieces will be named: xaa-zypper-testcase.bz2 xab-zypper-testcase.bz2 xac-...