Havoc][
Debian && Gentoo'ler
aloo,
Ich habe ein Problem mit meiner Soundkarte und ALSA unter Debian Etch (Testing).
Kein Sound am Coaxial Digital Out (SPDIF).
Das hab ich bis jetzt gemacht:
Im Kernel (2.6.12.2 / vanilla) folgendes aktiviert:
Dann hab ich über "apt-get" die Alsa Packete installiert:
Und als nächstes hab ich das hier in die "/etc/modutils/alsa-base" eingetragen und "update-modules" ausgeführt.
Unter /proc findet sich folgendes:
Wenn ich jetzt aus der device liste mit aplay eine wave datei abspielen möchte, kommt folgendes:
Kann mir jemand sagen wie ich bei dieser Soundkarte den Digital Ausgang SPDIF (also Coaxial Digital out, nicht den Optical Digital Out!) ans laufen bekomme? Unter Windows funktioniert er einwandfrei (also Kabel ist nicht defekt oder falsch eingesteckt). Ausserdem habe ich mit kmix den IEC958 Schalter gesetzt (unmute) aber es kommt einfach kein Ton aus den Boxen. Die Bugliste und Dokumentation von Alsa habe ich mir bereits angesehen. Auch das Alsa Wiki. Aber zu dieser Soundkarte (ex-azalia driver) gibt es noch keine Installations Tipps. Vielleicht hab ich auch irgendetwas vergessen.
Ich habe Debian Etch (Testing) mit Kernel 2.6.12.2 Vanilla
Vielen dank im Vorraus.
Havoc][
Ich habe ein Problem mit meiner Soundkarte und ALSA unter Debian Etch (Testing).
Kein Sound am Coaxial Digital Out (SPDIF).
Das hab ich bis jetzt gemacht:
Im Kernel (2.6.12.2 / vanilla) folgendes aktiviert:
Code:
Device-Drivers --> Sound
<*> Sound card support
Device-Drivers --> Sound --> Advanced Linux Sound Architecture
<*> Advanced Linux Sound Architecture
<*> Sequencer support
<M> Sequencer dummy client
<*> OSS Mixer API
<*> OSS PCM (digital audio) API
[*] OSS Sequencer API
Device-Drivers --> Sound --> Advanced Linux Sound Architecture --> PCI devices
<M> Intel HD Audio
Dann hab ich über "apt-get" die Alsa Packete installiert:
Code:
alpha:/usr/src/linux# dpkg --get-selections *alsa*
alsa-base install
alsa-oss install
alsa-utils install
alsaplayer install
alsaplayer-common install
alsaplayer-gtk install
alsaplayer-oss install
alpha:/usr/src/linux#
Und als nächstes hab ich das hier in die "/etc/modutils/alsa-base" eingetragen und "update-modules" ausgeführt.
Code:
# autoloader aliases
alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
options snd-card-0 index=0
options snd-hda-intel index=0
#options snd-hda-intel model=5stack-digout
options snd-hda-intel model=full_dig
remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel
Unter /proc findet sich folgendes:
Code:
alpha:~# cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.9rc2 (Thu Mar 24 10:33:39 2005 UTC).
alpha:~#
Code:
alpha:~# cat /proc/asound/devices
1: : sequencer
17: [0- 1]: digital audio playback
25: [0- 1]: digital audio capture
16: [0- 0]: digital audio playback
24: [0- 0]: digital audio capture
0: [0- 0]: ctl
33: : timer
alpha:~#
Code:
alpha:~# cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xd2cf4000 irq 16
alpha:~#
Wenn ich jetzt aus der device liste mit aplay eine wave datei abspielen möchte, kommt folgendes:
Code:
alpha:~# aplay -D hw:0,0 /home/havoc/gebet.wav
Playing WAVE '/home/havoc/gebet.wav' : Unsigned 8 bit, Rate 22050 Hz, Mono
aplay: set_params:882: Sample format non available
alpha:~# aplay -D hw:0,1 /home/havoc/gebet.wav
Playing WAVE '/home/havoc/gebet.wav' : Unsigned 8 bit, Rate 22050 Hz, Mono
aplay: set_params:882: Sample format non available
alpha:~# aplay -D hw:0,2 /home/havoc/gebet.wav
aplay: main:533: audio open error: No such file or directory
alpha:~# aplay -D hw:1,0 /home/havoc/gebet.wav
aplay: main:533: audio open error: No such file or directory
alpha:~#
Code:
alpha:~# lsmod
Module Size Used by
nvidia 3713540 12
eth1394 21640 0
ohci1394 36532 0
ieee1394 317656 2 eth1394,ohci1394
snd_hda_intel 17376 1
snd_hda_codec 59264 1 snd_hda_intel
uhci_hcd 34320 0
alpha:~#
Kann mir jemand sagen wie ich bei dieser Soundkarte den Digital Ausgang SPDIF (also Coaxial Digital out, nicht den Optical Digital Out!) ans laufen bekomme? Unter Windows funktioniert er einwandfrei (also Kabel ist nicht defekt oder falsch eingesteckt). Ausserdem habe ich mit kmix den IEC958 Schalter gesetzt (unmute) aber es kommt einfach kein Ton aus den Boxen. Die Bugliste und Dokumentation von Alsa habe ich mir bereits angesehen. Auch das Alsa Wiki. Aber zu dieser Soundkarte (ex-azalia driver) gibt es noch keine Installations Tipps. Vielleicht hab ich auch irgendetwas vergessen.
Ich habe Debian Etch (Testing) mit Kernel 2.6.12.2 Vanilla
Vielen dank im Vorraus.
Havoc][