Quantcast
Channel: Kodinerds.net - Deutschsprachiges Forum zum Kodi Entertainment Center
Viewing all articles
Browse latest Browse all 87137

Kein Ton unter Ubuntu 16.04.3 LTS

$
0
0
Hallo liebe Community,

als langjähriger Windows user, bin ich jetzt auf Linux umgestiegen.
Automatische User-Anmeldung ('Benutzer-1' ist ein Standard user) und starten von Kodi funktioniert schon mal aber es fehlt jeglicher Ton (und noch ein paar kleine Baustellen).

Meine Hardware/Software:
OS: Ubuntu 16.04.3 LTS Desktop amd64
Kodi: v17.6
HTPC: Intel NUC D34010WYB, Intel QM87 - Core i3-4010U
AVR: Pioneer VSX-AX4ASi-S (Modelljahr 2006; HDMI v1.1)

HDMI-Verbindung: HTPC -> AVR -> TV

Via Audio-Fehler-Beschreibung
... hab ich versucht den Fehler zu lokalisieren.

Quellcode

  1. Benutzer-1@Rechner-Name:~$ lsb_release -d
  2. Description: Ubuntu 16.04.3 LTS
  3. Benutzer-1@Rechner-Name:~$ uname -r
  4. 4.10.0-42-generic
  5. Benutzer-1@Rechner-Name:~$ cat /proc/asound/cards
  6. 0 [HDMI ]: HDA-Intel - HDA Intel HDMI
  7. HDA Intel HDMI at 0xf7c34000 irq 48
  8. 1 [PCH ]: HDA-Intel - HDA Intel PCH
  9. HDA Intel PCH at 0xf7c30000 irq 47
  10. Benutzer-1@Rechner-Name:~$ aplay -l
  11. **** Liste der Hardware-Geräte (PLAYBACK) ****
  12. Karte 0: HDMI [HDA Intel HDMI], Gerät 3: HDMI 0 [HDMI 0]
  13. Sub-Geräte: 1/1
  14. Sub-Gerät #0: subdevice #0
  15. Karte 0: HDMI [HDA Intel HDMI], Gerät 7: HDMI 1 [HDMI 1]
  16. Sub-Geräte: 1/1
  17. Sub-Gerät #0: subdevice #0
  18. Karte 1: PCH [HDA Intel PCH], Gerät 0: ALC283 Analog [ALC283 Analog]
  19. Sub-Geräte: 1/1
  20. Sub-Gerät #0: subdevice #0
  21. Benutzer-1@Rechner-Name:~$ aplay /usr/share/sounds/alsa/Noise.wav
  22. Wiedergabe: WAVE '/usr/share/sounds/alsa/Noise.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mono
  23. Benutzer-1@Rechner-Name:~$ lspci -nnk | grep -iA2 audio
  24. 00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09)
  25. Subsystem: Intel Corporation Haswell-ULT HD Audio Controller [8086:2054]
  26. Kernel driver in use: snd_hda_intel
  27. Kernel modules: snd_hda_intel
  28. --
  29. 00:1b.0 Audio device [0403]: Intel Corporation 8 Series HD Audio Controller [8086:9c20] (rev 04)
  30. DeviceName: AUDIO1
  31. Subsystem: Intel Corporation 8 Series HD Audio Controller [8086:2054]
  32. Kernel driver in use: snd_hda_intel
  33. Kernel modules: snd_hda_intel
  34. Benutzer-1@Rechner-Name:~$ ps -C esd
  35. PID TTY TIME CMD
  36. Benutzer-1@Rechner-Name:~$ ps -C arts
  37. PID TTY TIME CMD
  38. Benutzer-1@Rechner-Name:~$ ps -C pulseaudio
  39. PID TTY TIME CMD
  40. 2897 ? 00:00:00 pulseaudio
  41. Benutzer-1@Rechner-Name:~$ grep "^audio" /etc/group | grep "$USER" | wc -l
  42. 0
  43. Benutzer-1@Rechner-Name:~$ dpkg -l | tr -s " " | grep " alsa-"
  44. ii alsa-base 1.0.25+dfsg-0ubuntu5 all ALSA driver configuration files
  45. ii alsa-utils 1.1.0-0ubuntu5 amd64 Utilities for configuring and using ALSA
  46. Benutzer-1@Rechner-Name:~$ lsmod | grep "snd"
  47. snd_hda_codec_hdmi 49152 1
  48. snd_soc_rt5640 118784 0
  49. snd_soc_rl6231 16384 1 snd_soc_rt5640
  50. snd_hda_codec_realtek 90112 1
  51. snd_soc_core 233472 1 snd_soc_rt5640
  52. snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
  53. snd_compress 20480 1 snd_soc_core
  54. ac97_bus 16384 1 snd_soc_core
  55. snd_pcm_dmaengine 16384 1 snd_soc_core
  56. snd_hda_intel 36864 5
  57. snd_hda_codec 126976 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
  58. snd_hda_core 81920 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
  59. snd_hwdep 16384 1 snd_hda_codec
  60. snd_seq_midi 16384 0
  61. snd_seq_midi_event 16384 1 snd_seq_midi
  62. snd_pcm 102400 7 snd_hda_intel,snd_hda_codec,snd_pcm_dmaengine,snd_hda_core,snd_soc_rt5640,snd_hda_codec_hdmi,snd_soc_core
  63. snd_rawmidi 32768 1 snd_seq_midi
  64. snd_seq 65536 2 snd_seq_midi_event,snd_seq_midi
  65. snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
  66. snd_timer 32768 2 snd_seq,snd_pcm
  67. snd 77824 23 snd_compress,snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_soc_core,snd_pcm
  68. soundcore 16384 1 snd
  69. snd_soc_sst_acpi 16384 0
  70. snd_soc_sst_match 16384 1 snd_soc_sst_acpi
  71. Benutzer-1@Rechner-Name:~$ head -n 3 /proc/asound/card0/codec#0
  72. Codec: Intel Haswell HDMI
  73. Address: 0
  74. AFG Function Id: 0x1 (unsol 0)
  75. Benutzer-1@Rechner-Name:~$ head -n 3 /proc/asound/card0/codec97#0/ac97#0-0
  76. head: '/proc/asound/card0/codec97#0/ac97#0-0' kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden
  77. Benutzer-1@Rechner-Name:~$ head -n 3 /proc/asound/card0/codec97#0/ac97#0-0+regs
  78. head: '/proc/asound/card0/codec97#0/ac97#0-0+regs' kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden
  79. Benutzer-1@Rechner-Name:~$ cat ~/.asoundrc
  80. cat: /home/kodi/.asoundrc: Datei oder Verzeichnis nicht gefunden
  81. Benutzer-1@Rechner-Name:~$ cat ~/.asoundrc.asoundconf
  82. cat: /home/kodi/.asoundrc.asoundconf: Datei oder Verzeichnis nicht gefunden
  83. Benutzer-1@Rechner-Name:~$ cat /etc/asound.conf
  84. cat: /etc/asound.conf: Datei oder Verzeichnis nicht gefunden
  85. Benutzer-1@Rechner-Name:~$
Alles anzeigen


Die Einstellungen unter ... Systemeinstellungen > Klang ... sehen so aus:

Wiedergabelautstärke: 100%

Es gibt nur einen Eintrag unter:
Ausgabe > Tonausgabe über
-HDMI DisplayPort - Internes Audio

Bedeuten die letzten log Informationen, dass noch etwas nachinstalliert werden muss?
Hoffe ihr könnt mir helfen.

Viewing all articles
Browse latest Browse all 87137


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>