On Sat, 2004-01-17 at 15:26, Ross Werner wrote: > snd-seq 47504 0 (autoclean) > snd-timer 19876 0 (autoclean) [snd-seq] > snd-seq-device 6284 0 (autoclean) [snd-seq] > snd-mixer-oss 16176 0 (autoclean) (unused) > snd 46244 0 (autoclean) [snd-seq snd-timer > snd-seq-device snd-mixer-oss] > emu10k1 68360 0 (autoclean) > ac97_codec 14536 0 (autoclean) [emu10k1] > sound 73492 0 (autoclean) [emu10k1] > soundcore 6500 7 (autoclean) [snd emu10k1 sound] >
To get the alsa drivers working, remove all of these modules that you list (some are alsa and some are oss, but we need all alsa). Then modprobe snd-emu10k1, then modprobe snd-pcm-oss and snd-seq-oss. That should load up the alsa driver, and load the oss emulation drivers. Then alsamixer should work. > ~ross > > -- > > This sentence would be seven words long if it were six words shorter. > > > ____________________ > BYU Unix Users Group > http://uug.byu.edu/ > ___________________________________________________________________ > List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list -- Michael Torrie <[EMAIL PROTECTED]> ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
