Oh my god, you compiled ALL of the alsa sound modules??? Because from your lsmod output it looks like it...
a _normal_ lsmod should look like this: $ lsmod snd_emu10k1 96260 1 snd_rawmidi 25504 1 snd_emu10k1 snd_seq_device 8520 2 snd_emu10k1,snd_rawmidi snd_ac97_codec 53956 1 snd_emu10k1 snd_util_mem 4672 1 snd_emu10k1 snd_hwdep 9796 1 snd_emu10k1 snd_pcm_oss 53540 0 snd_pcm 99656 2 snd_emu10k1,snd_pcm_oss snd_page_alloc 11844 2 snd_emu10k1,snd_pcm snd_timer 26116 1 snd_pcm snd_mixer_oss 19456 2 snd_pcm_oss snd 52708 10 snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_util_mem,snd_ hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss I think that this is pretty basic alsa stuff, somebody warn me if i have something excessive in here... A have a soundblaster live card (hence the module snd-emu10k1), and have oss-emulation enabled (modules snd_mixer_oss, snd_pcm_oss) Concerning the aumix question: aumix is a _oss only_ mixer - meaning that you either need to use oss drivers if you want aumix, or load the snd-pcm-oss and and-mixer-oss modules (that is alsa oss emulation). But a better solution is to compile alsa-utils and use alsamixer :-) And I _do_ recommend you recompile alsa (kernel), and disable all of the modules that are not your soundcard... On Mon, 09 Feb 2004 21:15:07 -0200 Claudinei Matos <[EMAIL PROTECTED]> wrote: > Hi everybody > > I have a gentoo instalation with kernel 2.6.2 and ens1370 soundboard. > My kernel have alsa compiled like modules so I've installed hotplug to > detect necessary modules at boot. > Well all works fine and the sound works fine too, but when I've > installed aumix and put that to load at boot with "rc-update add aumix > default" always when a boot I get a message that /dev/mixer doesn't > exist and aumix don't load my default volume levels. > OK, I put alsasound to load at boot too with "rc-update add alsasound > boot" and that work's, but now I have a lot of modules loaded by alsa > like you can see below. > I just want that my soundcard module be loaded automatically in boot > by alsa or hotplug without have to edit /etc/modules.d/alsa and I > don't want to get a lot of modules unecessary loaded. > #lsmod > snd_seq_midi 6688 0 > snd_ali5451 20868 0 > snd_als4000 10500 0 > snd_sb_common 13824 1 snd_als4000 > snd_azt3328 17544 0 > snd_cmipci 32280 0 > snd_cs4281 18624 0 > snd_cs46xx 80900 0 > snd_emu10k1 90500 0 > snd_ens1370 16516 1 > snd_ak4531_codec 7040 1 snd_ens1370 > snd_ens1371 21764 0 > snd_ice1712 54564 0 > snd_cs8427 8320 1 snd_ice1712 > snd_i2c 4992 2 snd_ice1712,snd_cs8427 > snd_ice1724 28964 0 > snd_ice17xx_ak4xxx 3200 2 snd_ice1712,snd_ice1724 > snd_ak4xxx_adda 5504 3 > snd_ice1712,snd_ice1724,snd_ice17xx_ak4xxx > snd_intel8x0 28740 0 > snd_nm256 66820 0 > snd_rme96 24708 0 > snd_trident 41476 0 > snd_util_mem 3456 2 snd_emu10k1,snd_trident > snd_via82xx 21952 0 > snd_ymfpci 56128 0 > snd_ac97_codec 52868 12 > snd_ali5451,snd_cs4281,snd_cs46xx,snd_emu10k1,snd_ens1371,snd_ice1712 > ,snd_ice1724,snd_intel8x0,snd_nm256,snd_trident,snd_via82xx,snd_ymfpci > snd_opl3_lib 9472 5 > snd_als4000,snd_azt3328,snd_cmipci,snd_cs4281,snd_ymfpci snd_hwdep > 7680 2 snd_emu10k1,snd_opl3_lib > gameport 3840 6 > snd_cs4281,snd_cs46xx,snd_ens1370,snd_ens1371,snd_trident,snd_ymfpci > snd_mpu401_uart 6400 9 > snd_als4000,snd_azt3328,snd_cmipci,snd_ice1712,snd_ice1724,snd_intel8 > x0,snd_trident,snd_via82xx,snd_ymfpci snd_rawmidi 20992 7 > snd_seq_midi,snd_cs4281,snd_cs46xx,snd_emu10k1,snd_ens1370,snd_ens137 > 1,snd_mpu401_uart snd_pcm_oss 49284 0 > snd_pcm 88064 18 > snd_ali5451,snd_als4000,snd_azt3328,snd_cmipci,snd_cs4281,snd_cs46xx, > snd_emu10k1,snd_ens1370,snd_ens1371,snd_ice1712,snd_ice1724,snd_intel > 8x0,snd_nm256,snd_rme96,snd_trident,snd_via82xx,snd_ymfpci,snd_pcm_oss > snd_page_alloc 9348 8 > snd_cs46xx,snd_emu10k1,snd_ens1370,snd_intel8x0,snd_trident,snd_via82 > xx,snd_ymfpci,snd_pcm snd_mixer_oss 17280 2 snd_pcm_oss > snd_seq_oss 32640 0 > snd_seq_midi_event 6528 2 snd_seq_midi,snd_seq_oss > snd_seq 52592 5 > snd_seq_midi,snd_seq_oss,snd_seq_midi_event > snd_timer 21888 3 snd_opl3_lib,snd_pcm,snd_seq > snd_seq_device 6660 7 > snd_seq_midi,snd_emu10k1,snd_trident,snd_opl3_lib,snd_rawmidi,snd_seq > _oss,snd_seq snd 44932 37 > snd_seq_midi,snd_ali5451,snd_als4000,snd_sb_common,snd_azt3328,snd_cm > ipci,snd_cs4281,snd_cs46xx,snd_emu10k1,snd_ens1370,snd_ak4531_codec,s > nd_ens1371,snd_ice1712,snd_cs8427,snd_i2c,snd_ice1724,snd_ak4xxx_adda > ,snd_intel8x0,snd_nm256,snd_rme96,snd_trident,snd_util_mem,snd_via82x > x,snd_ymfpci,snd_ac97_codec,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,sn > d_rawmidi,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_seq_oss,snd_seq_midi_ > event,snd_seq,snd_timer,snd_seq_device > > > Claudinei Matos > > > -- > [EMAIL PROTECTED] mailing list > -- GPG public keys available at pgp.mit.edu
pgp00000.pgp
Description: PGP signature
