Skip to Content.
Sympa Menu

wg-pic - installing alsa sound on your Linux box to support sipc.linux

Subject: Presence and IntComm WG

List archive

installing alsa sound on your Linux box to support sipc.linux


Chronological Thread 
  • From: Bob Riddle <>
  • To:
  • Subject: installing alsa sound on your Linux box to support sipc.linux
  • Date: Wed, 28 Jan 2004 19:35:00 -0500

Note: you will need root access to the machine to run some/all of these commands!
Note: this worked on my Redhat9 laptop

1) down load the alsa code from:
ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.2.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
ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-1.0.2.tar.bz2

2) unpack and build the drivers
bunzip2 alsa-driver-1.0.2.tar.bz2
tar -xvf alsa-driver-1.0.2.tar
cd alsa-driver-1.0.2
./configure
make
make install
./snddevices

3) unpack and build the libraries, utilities, oss-compatibility stuff
bunzip2 alsa-lib-1.0.2.tar.bz2; tar -xvf alsa-lib-1.0.2.tar; cd alsa-lib-1.0.2; ./configure; make install
bunzip2 alsa-utils-1.0.2.tar.bz2; tar -xvf alsa-utils-1.0.2.tar; cd alsa-utils-1.0.2; ./configure; make install
bunzip2 alsa-oss-1.0.2.tar.bz2; tar -xvf alsa-oss-1.0.2.tar; cd alsa-oss-1.0.2; ./configure; make install

(might want to reboot here ... or not ...)

4) run "alsaconf" to find your sound card & configure your /etc/modules.conf file

5) run "chkconfig --add alsasound" to add the alsasound to system startup (/etc/init.d) services

6) reboot and give it a try!

--
Bob Riddle
()
Technologist,Internet2
3025 Boardwalk, Suite 100 Ann Arbor, Michigan 48108
Business Phone: 734.913.4257 Fax Number: 734.913.4255

"Opportunity is missed by most people because it is dressed in overalls and looks
like work" Thomas Edison





Archive powered by MHonArc 2.6.16.

Top of Page