ubuntuusers.de

Fehler Sound

Datum:
23. Januar 2011 21:41
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
moon@intelol1:~$ lsb_release -d
Description:	Ubuntu 10.10
moon@intelol1:~$ uname -r
2.6.35-24-generic
moon@intelol1:~$ cat /proc/asound/cards
 0 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xfbff4000 irq 49
 1 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xfaffc000 irq 17
moon@intelol1:~$ aplay -l
**** Liste der Hardware-Geräte (PLAYBACK) ****
Karte 0: Intel [HDA Intel], Gerät 0: ALC889 Analog [ALC889 Analog]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: Intel [HDA Intel], Gerät 1: ALC889 Digital [ALC889 Digital]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 3: NVIDIA HDMI [NVIDIA HDMI]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 7: NVIDIA HDMI [NVIDIA HDMI]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 8: NVIDIA HDMI [NVIDIA HDMI]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 9: NVIDIA HDMI [NVIDIA HDMI]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
moon@intelol1:~$ aplay /usr/share/sounds/alsa/Noise.wav
Wiedergabe: WAVE '/usr/share/sounds/alsa/Noise.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mono
moon@intelol1:~$ lspci -nnk | grep -iA2 audio 
00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller [8086:3a3e]
	Subsystem: Giga-byte Technology GA-EP45-DS5 Motherboard [1458:a102]
	Kernel driver in use: HDA Intel
--
03:00.1 Audio device [0403]: nVidia Corporation High Definition Audio Controller [10de:0be4] (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device [1043:8335]
	Kernel driver in use: HDA Intel
moon@intelol1:~$ ps -C esd
  PID TTY          TIME CMD
moon@intelol1:~$ ps -C arts
  PID TTY          TIME CMD
moon@intelol1:~$ ps -C pulseaudio
  PID TTY          TIME CMD
 1678 ?        00:00:00 pulseaudio
moon@intelol1:~$ grep "^audio" /etc/group | grep "$USER" | wc -l
0
moon@intelol1:~$ lsmod | grep "snd"
snd_hda_codec_nvhdmi    15451  4 
snd_hda_codec_realtek   299844  1 
snd_hda_intel          26019  1 
snd_hda_codec         100919  3 snd_hda_codec_nvhdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               6660  1 snd_hda_codec
snd_pcm                89104  2 snd_hda_intel,snd_hda_codec
snd_seq_midi            5932  0 
snd_rawmidi            22207  1 snd_seq_midi
snd_seq_midi_event      7291  1 snd_seq_midi
snd_seq                57512  2 snd_seq_midi,snd_seq_midi_event
snd_timer              23850  2 snd_pcm,snd_seq
snd_seq_device          6912  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    64181  11 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               1240  1 snd
snd_page_alloc          8588  2 snd_hda_intel,snd_pcm
moon@intelol1:~$ head -n 3 /proc/asound/card0/codec#0
head: „/proc/asound/card0/codec#0“ kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden
moon@intelol1:~$ head -n 3 /proc/asound/card0/codec97#0/ac97#0-0
head: „/proc/asound/card0/codec97#0/ac97#0-0“ kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden
moon@intelol1:~$ head -n 3 /proc/asound/card0/codec97#0/ac97#0-0+regs
head: „/proc/asound/card0/codec97#0/ac97#0-0+regs“ kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden
moon@intelol1:~$ asoundconf list
asoundconf: Befehl nicht gefunden
moon@intelol1:~$ cat ~/.asoundrc
cat: /home/moon/.asoundrc: Datei oder Verzeichnis nicht gefunden
moon@intelol1:~$ cat ~/.asoundrc.asoundconf
cat: /home/moon/.asoundrc.asoundconf: Datei oder Verzeichnis nicht gefunden

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Berechtigung ergänzt
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

moon@intelol1:~$ grep "^audio" /etc/group | grep "$USER" | wc -l
1
moon@intelol1:~$ asoundconf list
asoundconf: Befehl nicht gefunden

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Installation lt. http://wiki.ubuntuusers.de/asoundconf
moon@intelol1:~$ sudo wget http://launchpadlibrarian.net/47786452/asoundconf -O /usr/local/bin/asoundconf
[sudo] password for moon: 
--2011-01-23 21:28:26--  http://launchpadlibrarian.net/47786452/asoundconf
Auflösen des Hostnamen »launchpadlibrarian.net«.... 91.189.89.229, 91.189.89.228
Verbindungsaufbau zu launchpadlibrarian.net|91.189.89.229|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 11316 (11K) [text/plain]
In »»/usr/local/bin/asoundconf«« speichern.

100%[======================================>] 11.316      --.-K/s   in 0,05s   

2011-01-23 21:28:26 (206 KB/s) - »»/usr/local/bin/asoundconf«« gespeichert [11316/11316]

moon@intelol1:~$ sudo chmod 0755 /usr/local/bin/asoundconf 
moon@intelol1:~$ 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
moon@intelol1:~$ asoundconf list
Names of available sound cards:
Intel
NVidia
moon@intelol1:~$ cat ~/.asoundrc
cat: /home/moon/.asoundrc: Datei oder Verzeichnis nicht gefunden
moon@intelol1:~$ cat ~/.asoundrc.asoundconf
cat: /home/moon/.asoundrc.asoundconf: Datei oder Verzeichnis nicht gefunden
moon@intelol1:~$ ^C
moon@intelol1:~$