openvortex-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openvortex-dev] MX300 users Best fix i know of atm. (for all problems e


From: Matt Luckett
Subject: [Openvortex-dev] MX300 users Best fix i know of atm. (for all problems except stereo reversal)
Date: Fri, 19 Mar 2004 10:17:00 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040317

Follow Zach's instructions as follows. Download alsa-driver-1.0.2c.tar.bz2, alsa-lib-1.0.2.tar.bz2, and alsa-utils-1.0.2.tar.bz2 from alsa-project.org. Apply NO PATCHES.

ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.2c.tar.bz2
ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.2.tar.bz2
ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.2.tar.bz2

Download the most recent of following 3 libraries from the ALSA site, 
alsa-project.org :

alsa-driver
alsa-lib
alsa-utils

It's a good idea to move them all to the same directory, "alsa" or something.

Build the driver with  (REMEMBER!!! NO PATCHES!!!):

./configure --with-oss=yes --with-cards=au8830
make
make install (as root)

Run:
./snddevices (as root)


Now build 1) alsa-lib and 2) alsa-utils:

./configure --with-oss=yes
make
make install (as root)


Do that for each of those packages.


Finally, put the following in your /etc/modules.conf file (may also be conf.modules depending on your distro). Notice. Mine below is an au8830. Change the number to match your card (e.g. au8810 or au8820.) If your system already has ALSA startup scripts that handle this (Slackware 9.1 for instance), you can avoid this section.


# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-au8830
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]