Andrei Popescu a écrit : > [EMAIL PROTECTED] wrote: > > > > You could try putting the sound card module in /etc/modules which will > > > ensure it's loaded at boot which should sort problem 1. > > > > > > Not sure how you address 2. > > > > Hello. > > Thanks for your proposition. > > Unfortunatly, for a few days, i have no sound at all. But the command > > "lsmod |grep snd" returns > > > > snd_cmipci 31296 0 > > gameport 14344 1 snd_cmipci > > snd_pcm_oss 35968 0 > > snd_mixer_oss 15872 1 snd_pcm_oss > > snd_pcm 74532 2 snd_cmipci,snd_pcm_oss > > snd_page_alloc 9512 1 snd_pcm > > snd_opl3_lib 9824 1 snd_cmipci > > snd_timer 20836 2 snd_pcm,snd_opl3_lib > > snd_hwdep 8676 1 snd_opl3_lib > > snd_mpu401_uart 7520 1 snd_cmipci > > snd_rawmidi 22560 1 snd_mpu401_uart > > snd_seq_device 7756 2 snd_opl3_lib,snd_rawmidi > > snd 48100 10 > > snd_cmipci,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device > > soundcore 9216 1 snd > > > > > > which seems to indicate that the module is actually loaded. > > > > > > nico > > Your lsmod looks the same as mine (similar card, sarge with an etch > kernel). > > Let's try comparing setups. I have these packages installed: > > bixi:/home/amp77# dpkg -l *alsa* | grep ii > ii alsa-base 1.0.8-7 ALSA driver configuration files > ii alsa-utils 1.0.8-4 ALSA utilities > mine are :
dpkg -l *alsa* | grep ii ii alsa-base 1.0.12-1 ALSA driver configuration files ii alsa-oss 1.0.12-1 ALSA wrapper for OSS applications ii alsa-utils 1.0.12-1 ALSA utilities > I also have some alsa players and mixers, but they are not relevant. > > bixi:/home/amp77# ls /etc/mod* > /etc/modules /etc/modules~ /etc/modules.conf /etc/modules.conf.old > > /etc/modprobe.d: > 00local aliases alsa-base arch arch-aliases blacklist display_class > pnp-hotplug sound > > /etc/modutils: > 0keep actions aliases alsa-base apm arch paths > mine is : ls /etc/mod* /etc/modules /etc/modules.conf /etc/modules.conf.old /etc/modprobe.d: aliases arch display_class pnp-hotplug alsa-base arch-aliases libsane sound alsa-base-blacklist blacklist linux-sound-base_noOSS /etc/modutils: 0keep aliases alsa-base-blacklist arch paths actions alsa-base apm > Ok, I'm sure some of these are not necessary for you (I still have the > 2.6.8 kernel installed), probably the /etc/modutils directory > (modutils package) is obsolete. I have 2.6.17-2-686 (but the problem was the same with 2.6.16-2-686 ) > > bixi:/home/amp77# cat /etc/modprobe.d/alsa-base | grep cmipci > install snd-cmipci modprobe --ignore-install snd-cmipci && > /lib/alsa/modprobe-post-install snd-cmipci cat /etc/modprobe.d/alsa-base | grep cmipci install snd-cmipci /sbin/modprobe --ignore-install snd-cmipci $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-cmipci Does this help ? nico