El mar, 29-08-2006 a las 08:21 +0100, Andy Green escribió: > /etc/modprobe.conf As mentionned in previous post for host Dell Dimension 3100 (ICH6 Family) High Definition Audio Controller with no sound... [root at sparkbox ~]# cat /etc/modprobe.conf <...> alias snd-card-0 snd-azx options snd-card-0 index=0 install snd-azx /sbin/modprobe --ignore-install snd-azx && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-azx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-azx <...> Same issue now for Acer Aspire 1400XV, using following env for i820: [root at smarteyebox music]# lspci 00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 05) [root at smarteyebox music]# head /etc/modprobe.conf alias eth0 e100 alias snd-card-0 snd-intel8x0 options snd-card-0 index=0 install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0 [root at smarteyebox music]# dmesg Linux version 2.6.9-42.0.2.EL (buildsvn at build-i386) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 Tue Aug 22 23:56:05 CDT 2006 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009f000 (usable) <...> [root at smarteyebox music]# lsmod <...> snd_intel8x0m 18313 0 snd_intel8x0 34025 0 snd_ac97_codec 64145 2 snd_intel8x0m,snd_intel8x0 snd_pcm_oss 49401 0 snd_mixer_oss 18241 1 snd_pcm_oss snd_pcm 97225 3 snd_intel8x0m,snd_intel8x0,snd_pcm_oss snd_timer 30149 1 snd_pcm snd_page_alloc 9929 3 snd_intel8x0m,snd_intel8x0,snd_pcm snd_mpu401_uart 8897 1 snd_intel8x0 snd_rawmidi 26853 1 snd_mpu401_uart snd_seq_device 8265 1 snd_rawmidi snd 55973 10 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device soundcore 10017 1 snd <...> BTW 'system-config-soundcard' doesn't play anysound after booting using that 42.0.2 kernel. Finally for an ASUS CUSL2C / PIII Host + Creative Labs SB Live! 1024 Card, sound is working correctly OK as expected with new kernel, [root at goliathbox kernelsrcrpm]# lspci 02:0c.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08) [root at goliathbox kernelsrcrpm]# head /etc/modprobe.conf alias eth0 3c59x alias snd-card-0 snd-emu10k1 options snd-card-0 index=0 install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1 [root at goliathbox ~]# dmesg | head Linux version 2.6.9-42.0.2.plus.c4 (buildsvn at build-i386) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 Fri Aug 25 17:33:49 CDT 2006 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) [root at goliathbox ~]# lsmod emu10k1_gp 3777 0 gameport 4929 1 emu10k1_gp snd_emu10k1 93769 0 snd_rawmidi 26853 1 snd_emu10k1 snd_pcm_oss 49401 0 snd_mixer_oss 18241 1 snd_pcm_oss snd_pcm 97225 3 snd_bt87x,snd_emu10k1,snd_pcm_oss snd_timer 30149 1 snd_pcm snd_seq_device 8265 2 snd_emu10k1,snd_rawmidi snd_ac97_codec 64145 1 snd_emu10k1 snd_page_alloc 9929 3 snd_bt87x,snd_emu10k1,snd_pcm snd_util_mem 5057 1 snd_emu10k1 snd_hwdep 10181 1 snd_emu10k1 snd 55973 10 snd_bt87x,snd_emu10k1,snd_rawmidi,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_seq_device,snd_ac97_codec,snd_hwdep soundcore 10017 1 snd <...> Hints for non working sound at indicated hosts (embedded integrated sound chips in my case)? TIA Jose.