On 13:37 Sun 09 Feb , Collins Richey wrote: > On Sat, 8 Feb 2003 16:37:24 -0500 > mikepolniak <[EMAIL PROTECTED]> wrote: > > > On 11:45 Sat 08 Feb , Collins Richey wrote: > > I've temporarily added to local.start > > modprobe snd-ens1371 > /usr/sbin/alsactl restore > /usr/bin/amixer set PCM 40 unmute > I would remove these from local.start and put alsasound back in the boot startup and check the alsa portion in /etc/modules.d
Maybe the sequence of loading all the different snd modules is whats causing your problem. Everything should work right with just the alsasound script in boot and the alsa portion of /etc/modules.conf My alsa portion is: # ALSA portion alias char-major-116 snd # OSS/Free portion alias char-major-14 soundcore alias snd-card-0 snd-via82xx ## alias snd-card-1 snd-ens1371 ## OSS/Free portion alias sound-slot-0 snd-card-0 # OSS/Free portion - card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss alias /dev/mixer snd-mixer-oss alias /dev/dsp snd-pcm-oss alias /dev/midi snd-seq-oss # Set this to the correct number of cards. options snd cards_limit=1 -- [EMAIL PROTECTED] mailing list
