No sound OS 3.9.0 (201109-141440)

OS 3.9.0 (201109-141440) - no soundeos-diagnostic-201201_194916_UTC 0200.txt (21.8 МБ)

  1. Open the application called ‘Terminal
  2. In this application run the command:

sudo eos-rollback

As an alternative to rolling back to the previous version, we can also try to find the root cause of the issue.

Open a Terminal and type:

aplay -l

this will output the devices found by the ALSA Soundsystem (the lowest level of Audio Subsystem in Linux). It should display something like:

**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC221 Analog [ALC221 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: HDMI [HDA ATI HDMI], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: HDMI [HDA ATI HDMI], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: HDMI [HDA ATI HDMI], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: HDMI [HDA ATI HDMI], device 10: HDMI 4 [HDMI 4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: HDMI [HDA ATI HDMI], device 11: HDMI 5 [HDMI 5]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 3: Headset [Sennheiser USB Headset], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Please provide us with your output. Your issue is, that Audio Sink (=the device where to play audio) does not get registered with PulseAudio (Soundserver), so we have to manually add it to the configuration.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.