On Mon, 24 Dec 2001, Stephen Liu wrote:

> >Yeah, but that doesn't answer whether you downloaded a binary rpm
> >(.i386.rpm) or rebuilt a source rpm (.src.rpm).
> 
> Sorry.  I misunderstood your requested information.  I have both of them 
> downloaded but only installed .i386rpm, waiting for your advice to 
> proceed.

OK.  When it comes to drivers, I usually just rebuild from source.  If you 
don't get the driver you already have installed working, then you should 
do that.  If you don't need to, that's cool.


> >OK, so you don't have any sound drivers configured.  Theres a good example
> >in the documentation for the package.  Look in
> >/usr/share/doc/alsa-driver-0.9.0beta9/
> 
> I will have a look on it.

OK.  The machine I have running ALSA is up now, so my /etc/modules.conf 
includes:

# ALSA native device support
alias char-major-116 snd
alias snd-card-0 snd-card-via8233
post-install sound-card-0 /bin/aumix-minimal -f /etc/.aumixrc -L \
        >/dev/null 2>&1 || :
pre-remove sound-card-0 /bin/aumix-minimal -f /etc/.aumixrc -S \
        >/dev/null 2>&1 || :

# OSS/Free setup
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

Lines with '\' were broken manually to make wrapping more clear... :)
They're supposed to be just one line.

You should only need to reconfigure the line for snd-card-0 to match your 
own sound card's driver.

-- 
If I had a dollar for every brain that you don't have,
        I'd have one dollar. - Squidward to SpongeBob



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to