* Robert Richter [090526 18:48 +0200] > Am Montag, den 25.05.2009, 19:42 +0200 schrieb Elimar Riesebieter: [...] > > # lsmod | grep snd > snd_hda_intel 436440 0 > snd_usb_audio 91296 1 > snd_pcm_oss 41760 0 > snd_mixer_oss 18816 1 snd_pcm_oss > snd_usb_lib 20224 1 snd_usb_audio > snd_hwdep 12040 1 snd_usb_audio > snd_pcm 81672 3 snd_hda_intel,snd_usb_audio,snd_pcm_oss > snd_seq_dummy 7428 0 > snd_seq_oss 33280 0 > snd_seq_midi 11072 0 > snd_rawmidi 26784 2 snd_usb_lib,snd_seq_midi > snd_seq_midi_event 11904 2 snd_seq_oss,snd_seq_midi > snd_seq 54304 6 > snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event > snd_timer 25744 2 snd_pcm,snd_seq > snd_seq_device 11668 5 > snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq > snd 63688 13 > snd_hda_intel,snd_usb_audio,snd_pcm_oss,snd_mixer_oss,snd_hwdep,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device > snd_page_alloc 13072 2 snd_hda_intel,snd_pcm > soundcore 12064 1 snd > > > > > # cat /proc/asound/version > Advanced Linux Sound Architecture Driver Version 1.0.16. > > > > > # cat /proc/asound/cards > 0 [default ]: USB-Audio - PnP Audio Device > PnP Audio Device at usb-0000:00:02.0-7, > full speed > 1 [HDMI ]: HDA-Intel - HDA ATI HDMI > HDA ATI HDMI at 0xfdefc000 irq 19
Please create as root the file /etc/modprobe.s/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. Elimar -- The path to source is always uphill! -unknown- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org