Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 |
aplay -l aplay: device_list:223: keine Soundkarten gefunden ... |
|
|
Source code |
1 2 3 |
aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
|
|
|
Source code |
1 2 |
sudo alsamixer Fehler beim Öffen des Mixer-Gerätes: No such file or directory |
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
lsmod | grep snd snd_hda_intel 20799 0 snd_hda_codec 87096 1 snd_hda_intel snd_hwdep 5668 1 snd_hda_codec snd_pcm 71646 2 snd_hda_intel,snd_hda_codec snd_timer 18710 1 snd_pcm snd 56687 5 snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer soundcore 6620 1 snd snd_page_alloc 7140 2 snd_hda_intel,snd_pcm |
This post has been edited 5 times, last edit by "ctvdrnoob" (Feb 6th 2011, 8:57pm)
|
|
Source 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 |
root@VDR1:~# cat /proc/asound/cards
0 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfe024000 irq 22
root@VDR1:~# cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC887
root@VDR1:~# modprobe -l | grep snd | grep intel
kernel/sound/pci/snd-intel8x0.ko
kernel/sound/pci/snd-intel8x0m.ko
kernel/sound/pci/hda/snd-hda-codec-intelhdmi.ko
kernel/sound/pci/hda/snd-hda-intel.ko
root@VDR1:~# aplay /usr/share/sounds/alsa/Front_Center.wav
Wiedergabe: WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mono
root@VDR1:~# alsamixer
Fehler beim Laden der Mixer-Regler: Invalid argument
root@VDR1:~# aplay -l
**** Liste der Hardware-Geräte (PLAYBACK) ****
Karte 0: NVidia [HDA NVidia], Gerät 0: ALC887 Analog [ALC887 Analog]
Sub-Geräte: 0/1
Sub-Gerät #0: subdevice #0
Karte 0: NVidia [HDA NVidia], Gerät 1: ALC887 Digital [ALC887 Digital]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0
root@VDR1:~# aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=NVidia
HDA NVidia, ALC887 Analog
Default Audio Device
front:CARD=NVidia,DEV=0
HDA NVidia, ALC887 Analog
Front speakers
surround40:CARD=NVidia,DEV=0
HDA NVidia, ALC887 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=NVidia,DEV=0
HDA NVidia, ALC887 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=NVidia,DEV=0
HDA NVidia, ALC887 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=NVidia,DEV=0
HDA NVidia, ALC887 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=NVidia,DEV=0
HDA NVidia, ALC887 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=NVidia,DEV=0
HDA NVidia, ALC887 Digital
IEC958 (S/PDIF) Digital Audio Output
root@VDR1:~# cat /proc/asound/devices
2: : timer
3: [ 0- 2]: digital audio capture
4: [ 0- 1]: digital audio playback
5: [ 0- 1]: digital audio capture
6: [ 0- 0]: digital audio playback
7: [ 0- 0]: digital audio capture
8: [ 0- 0]: hardware dependent
9: [ 0] : control
|
This post has been edited 1 times, last edit by "ctvdrnoob" (Jan 16th 2011, 12:32pm)
Quoted
root@TV-2:~# modprobe snd-hda-intel
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: Error inserting soundcore (/lib/modules/2.6.32-27-generic/kernel/sound/soundcore.ko): Invalid module format
WARNING: Error inserting snd (/lib/modules/2.6.32-27-generic/updates/dkms/snd.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.32-27-generic/updates/dkms/snd-timer.ko): Invalid module format
WARNING: Error inserting snd_pcm (/lib/modules/2.6.32-27-generic/updates/dkms/snd-pcm.ko): Invalid module format
WARNING: Error inserting snd_hwdep (/lib/modules/2.6.32-27-generic/updates/dkms/snd-hwdep.ko): Invalid module format
WARNING: Error inserting snd_hda_codec (/lib/modules/2.6.32-27-generic/updates/dkms/snd-hda-codec.ko): Invalid module format
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.32-27-generic/updates/dkms/snd-hda-intel.ko): Invalid module format


installiert und rebootet. Leider funktioniert der Aufruf von alsamixer immer noch nicht.|
|
Source code |
1 2 |
lspci | grep -i audio 00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2) |
|
|
Source code |
1 2 3 |
sudo modprobe snd-hda-intel model=3stack-die WARNING: All config files need .conf: /etc/modprobe.d/sound, it will be ignored in a future release. FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.32-28-generic/updates/dkms/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg) |
|
|
Source code |
1 2 |
/etc/modprobe.d$ aplay -l **** Liste der Hardware-Geräte (PLAYBACK) **** |
|
|
Source code |
1 2 |
/etc/modprobe.d$ lspci | grep -i audio 01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1) |
This post has been edited 1 times, last edit by "BigT" (Jan 30th 2011, 1:40pm)
|
|
Source code |
1 2 3 4 5 6 |
pcm.analog {
type hw
card 0
device 0
channels 2
}
|

|
|
Source code |
1 2 3 4 |
sudo aplay -Dplughw:0,0 -fcd /usr/share/sounds/alsa/Noise.wav Wiedergabe: WAVE '/usr/share/sounds/alsa/Noise.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mono @VDR1:~$ sudo aplay -Dplughw:0,0 -fcd /usr/share/sounds/alsa/Noise.wav Wiedergabe: WAVE '/usr/share/sounds/alsa/Noise.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mono |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
sudo aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
front:CARD=AudioPCI,DEV=0
Ensoniq AudioPCI, ES1371 DAC2/ADC
Front speakers
rear:CARD=AudioPCI,DEV=0
Ensoniq AudioPCI, ES1371 DAC1
Rear speakers
surround40:CARD=AudioPCI,DEV=0
Ensoniq AudioPCI, ES1371 DAC2/ADC
4.0 Surround output to Front and Rear speakers
iec958:CARD=AudioPCI,DEV=0
Ensoniq AudioPCI, ES1371 DAC2/ADC
IEC958 (S/PDIF) Digital Audio Output
|
|
|
Source code |
1 2 3 4 5 6 7 8 |
sudo aplay -l **** Liste der Hardware-Geräte (PLAYBACK) **** Karte 0: AudioPCI [Ensoniq AudioPCI], Gerät 0: ES1371/1 [ES1371 DAC2/ADC] Sub-Geräte: 1/1 Sub-Gerät #0: subdevice #0 Karte 0: AudioPCI [Ensoniq AudioPCI], Gerät 1: ES1371/2 [ES1371 DAC1] Sub-Geräte: 1/1 Sub-Gerät #0: subdevice #0 |
This post has been edited 1 times, last edit by "ctvdrnoob" (Feb 6th 2011, 4:38pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
pcm.digital
{
type hw
card 0
device 0
}
pcm.!default {
type plug
slave.pcm digital
}
|
|
|
Source code |
1 2 |
sudo aplay -D hw:0,0 /usr/share/sounds/alsa/Noise.wav Wiedergabe: WAVE '/usr/share/sounds/alsa/Noise.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mono |
This post has been edited 5 times, last edit by "ctvdrnoob" (Feb 6th 2011, 8:59pm)