no more sound after kernel 4.10.2

Hello,

I have a HP Proliant with a Xonard DGX sound card and a video quadro 4000 card which has also sound capability.
With kernel 4.9.11 the Xonar DGX card was recognized and worked. The quadro 4000 was ignored
I installed today kernel 4.10.2 but there was no sound. I tried to reconfigure the card via Yast but no luck. I see in Yast

  • Xonar DG configured as card 0 with CMI8788 (Oxygen HD audio), driver = snd-virtuoso
  • the Nvidia (GF110 high definition audio controler) not configured
    this seems correct for me.
    I rebooted in kernel 4.9.11 but there was also no more sound >:(

I tried to reactivate the Xonar DGX card with no luck.
running aplay command I have these errors

# aplay -vv /usr/share/sounds/alsa/test.wav
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM sysdefault
aplay: main:788: audio open error: No such file or directory

aplay -l gives

# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 1: DGX [Xonar DGX], device 0: Multichannel [Multichannel]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: DGX [Xonar DGX], device 1: Digital [Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I ran alsa-info.sh and uploaded in http://www.alsa-project.org/db/?f=a473b2ca9fbc64f98586a3f1814e097a25d34780
what I see (but cannot remember if it was the case before) is that in the list of kernel modules I have now 3 snd-hda modules

snd_hda_intel
snd_hda_codec
snd_hda_core

Any idea hot to re-establish the sound?

Regards
Philippe

Hi,

I blacklisted all snd_hda in /etc/modprobe.d/50-blackkist.conf and rebooted

I still don’t have sound but the error in aplay are gone

# aplay -vv /usr/share/sounds/alsa/test.wav
Playing WAVE '/usr/share/sounds/alsa/test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
ALSA <-> PulseAudio PCM I/O Plugin
Its setup is:
  stream       : PLAYBACK
  access       : RW_INTERLEAVED
  format       : S16_LE
  subformat    : STD
  channels     : 2
  rate         : 44100
  exact rate   : 44100 (44100/1)
  msbits       : 16
  buffer_size  : 22050
  period_size  : 5512
  period_time  : 125000
  tstamp_mode  : NONE
  tstamp_type  : GETTIMEOFDAY
  period_step  : 1
  avail_min    : 5512
  period_event : 0
  start_threshold  : 22050
  stop_threshold   : 22050
  silence_threshold: 0
  silence_size : 0
  boundary     : 6206523236469964800
#+                                                 | 00%

list of device

# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 1: DGX [Xonar DGX], device 0: Multichannel [Multichannel]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: DGX [Xonar DGX], device 1: Digital [Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I ran again alsa-info.sh and loaded it in http://www.alsa-project.org/db/?f=7832e7f08da23e529a52e7ec4d731dd9ec703f15

in the mixer configuration it gives only choice to CMI8788 and it is not muted.

ideas how to solve this?
Philippe