John Rigby wrote:
> 
> Hi Frans,
> 
> On Tue, 24 Jul 2001 22:01, you manipulated electrons to produce:
> 
> > > MY OWN LIST OF KNOWN PROBLEMS
> > > ____________________________
> > >
> > > 1. Cannot get my ALS4000 Sound Card to go. ( M8 Even identified
> > > it) No help on the Avance Site.
> >
> > [...]
> >
> > Hi, I don't think your card is supported by the OSS/free drivers,
> > so sndconfig cannot set it up.
> > ALSA (www.alsa-project.org) does support it though.
> > LM 8.0 already has the ALSA drivers. You can try as root
> > the following commands:
> > modprobe snd-card-als4000
> > modprobe snd-pcm-oss
> > modprobe snd-mixer-oss
> > and then try a mixer and a sound application. If it works
> 
> ****** Did all this. System will now allow selection of a device and
> even "plays" ( timer slider moves) but no sound.

Make sure the relevant volumes are raised and the relevant channels
are not muted.

> you > can edit /etc/modules.conf so everything will just work after
> > a reboot. Let me know, the ALSA INSTALL file with instructions
> > on how to do that is _not_ a newbie friendly file. They are
> > working on a user friendly setup utility, I don't know the
> > status of that now.
> 
> ************ Don't know how to do this next part.  Add all the above
> to  the conf file?

Add this to /etc/modules.conf:

alias char-major-116 snd
alias snd-card-0 snd-card-als4000
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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
options snd snd_major=116 snd_cards_limit=1

Good luck!

    -Frans

Reply via email to