LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing ALSA mixer (https://www.linuxquestions.org/questions/linux-newbie-8/installing-alsa-mixer-100566/)

leeman_s 10-05-2003 03:46 PM

Installing ALSA mixer
 
I have this dir called alsa-utils with amixer in it. I go to /alsa-utils/amixer and type 'make' but here are the errors:

g++ @CFLAGS@ -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/local/include -I../include -c -o amixer.o amixer.cpp
g++: cannot specify -o with -c or -S and multiple compilations
make: *** [amixer.o] Error 1

whats wrong? and it says edit the makefile to point to where the alsa drivers are located...does that mean the dir that was created from unzipping the alsa driver? or is it in /etc or /lib or something?

Looking_Lost 10-05-2003 04:06 PM

stay in the alsa-utils directory and compile it as normal there

i.e ./configure <parameters to pass whatever they may be>
make
make install

You probably should compile the drivers with the appropriate settings for your card, before the other bits, at least thats the way I did it following the instructions


All times are GMT -5. The time now is 01:11 PM.