Am Montag, den 08.06.2009, 16:18 +0200 schrieb Elimar Riesebieter: > * Robert Richter [090608 16:02 +0200] > > Am Sonntag, den 07.06.2009, 18:45 +0200 schrieb Elimar Riesebieter: > > > * Elimar Riesebieter [090607 18:28 +0200] > > > [...] > > > > Please create as root the file /etc/modprobe.s/sound.conf: > > > > > > MUST BE /etc/modprobe.d/sound.conf !! > > > > > > > > alias snd-card-0 snd-hda-intel > > > > options snd-hda-intel index=0 > > > > alias snd-card-1 snd-usb-audio > > > > options snd-usb-audio index=1 > > > > > > > > Run as root > > > > # alsa force-reload > > > > or reboot. Set alsamixer with unmuted master and pcm and check sound > > > > from your intel card. > > > > OK I'm created the file now and restart alsa. > > > > > > here is the alsa output > > ?????????????????????????????????????????????????????????[AlsaMixer v1.0.16 > > (Press Escape to > > quit)]????????????????????????????????????????????????????????? > > ??? Card: HDA ATI HDMI > > ??? > > ??? Chip: ATI ATI R6xx HDMI > > ??? > > ??? View: [Playback] Capture All > > ??? > > ??? Item: IEC958 [Off] > [...] > > Hmm, what is his information useful for? Send the output of > > $ cat /proc/asound/cards > > > but trigger crashes again.: > > > > i...@debian:~$ trigger > [...] > > AL lib: oss.c:179: Could not open /dev/dsp: No such file or directory > > It must be there if oss-compat is installed and you have a file like > /etc/modprobe.d/oss-compat.
Yes, oss-compat is installed. i...@debian:~$ aptitude show oss-compat Paket: oss-compat Zustand: Installiert Automatisch installiert: ja Version: 0.0.4+nmu2 Priorität: extra Bereich: sound Verwalter: Robert Millan <r...@aybabtu.com> Unkomprimierte Größe: 61,4k Hängt ab von: module-init-tools | modutils | hurd Beschreibung: OSS compatibility package This package ensures that OSS support is provided in some way. On Linux, it enables the ALSA compatibility modules. On other kernels where OSS is the default interface, no action is taken. The purpose of this package is for applications that only support OSS to depend on it, hence preventing common "/dev/dsp not found" errors that would confuse unexperienced users. and the config file exists too: i...@debian:/etc/modprobe.d$ cat oss-compat install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { modprobe --quiet snd-pcm-oss ; : ; } install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { modprobe --quiet snd-mixer-oss ; : ; } install snd-seq modprobe --ignore-install snd-seq $CMDLINE_OPTS && { modprobe --quiet snd-seq-midi ; modprobe --quiet snd-seq-oss ; : ; } I hope the new PulseAudio in Debian Squeeze is problem-solving. Robert -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org