LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Alsa (https://www.linuxquestions.org/questions/linux-software-2/alsa-90001/)

newbie45 09-06-2003 06:18 PM

Alsa
 
Anyone know where I can get the "tgz" version of ALSA? The link @http://www.audioslack.com doesn't work. Thanks!

contrasutra 09-06-2003 06:49 PM

Just download the source and compile it.

newbie45 09-06-2003 07:07 PM

How do I do that??? IM TOTALLY NEW.

contrasutra 09-06-2003 08:12 PM

Download the source tar.gz from http://www.alsa-project.org/.

For instructions on compiling from source, search the forums, its been discussed ad nauseum. But basically:

tar -xvzf foo.tar.gz (-xvjf for tar.bz2)
cd foo
./configure
make
su
[enter root password]
make install

patientzero 09-06-2003 09:36 PM

su -m
would probably be the best for newbies?

newbie45 09-06-2003 09:42 PM

Why in the world wouldn't Slackware 9.0 have my sound working, when I can boot up Slackware Live-CD and it works fine? I'm sooo confused, Linux is very "command" oriented. Also, is there anywhere I can go and just print out a bunch of commands that deal with certain file types? Or a book I can purchase? thanks!

newbie45 09-06-2003 09:45 PM

Also, I'm looking for the "source" to download, and I'm not finding it? What is the file name?

contrasutra 09-06-2003 10:26 PM

The source is here: ftp://ftp.alsa-project.org/pub/drive...-0.9.6.tar.bz2


You seem very new to Linux, I dont think Slackware was the best choice for you.

Maybe you should try Mandrake.


All times are GMT -5. The time now is 10:31 AM.