LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 10-13-2006, 08:05 AM   #1
naveen_kr
LQ Newbie
 
Registered: Oct 2006
Posts: 12

Rep: Reputation: 0
Unhappy alsaconf not working


My alsa is not working.
whenever i type command alsaconf as root i m getting the message that command not found..
I am unable to install it using yum .
so somebody plz help me..
 
Old 10-13-2006, 08:15 AM   #2
Matz
Member
 
Registered: Oct 2006
Distribution: Kubuntu 9.04, Debian Etch
Posts: 178

Rep: Reputation: 31
Which Distro are you using?

If using Mepis 6.0, like me, this is normal as alsaconf command has been dropped from it.
 
Old 10-13-2006, 08:18 AM   #3
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
I'm fairly certain that alsaconf is a slackware specific command. since you've posted in the fedora forum, I'm assuming you're using fedora, which is why you're getting the error message "command not found".

What are you trying to achieve? There's presumably another way of doing it in fedora.

edit: i might be wrong about alsaconf...

edit 2: might be worth trying checking if you have alsa installed on your machine, since alsaconf is a part of that. if it's not, install in (via yum if you wish) and then you should have alsaconf as root.

Last edited by pwc101; 10-13-2006 at 08:21 AM.
 
Old 10-13-2006, 09:45 AM   #4
naveen_kr
LQ Newbie
 
Registered: Oct 2006
Posts: 12

Original Poster
Rep: Reputation: 0
sorry , i forgotten to mention my distro . I am using FC 5
Alsa is not installed . I have tried to get it using yum but it has not been able to find it newhr. So, plz give me some repo so tht i can add tht to my yumrepos.d.
I have alsamixer but not alsaconf.
Help me out.
Thanx
 
Old 10-13-2006, 11:16 AM   #5
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Rep: Reputation: 58
alsaconf is not a slackware specific command. It is in a package called alsa-tools. I use FC5 as well and being this is the fedora forum you are in the right place. I'm not sure if that package is in livna, it may be. But just go to the alsa website and download the alsa-tools package and it will install a few cool things on your computer including alsaconf.

nomb
 
Old 10-13-2006, 11:46 AM   #6
naveen_kr
LQ Newbie
 
Registered: Oct 2006
Posts: 12

Original Poster
Rep: Reputation: 0
I have tried to install alsa tool but i came up with the following messages.

rpm -ivh alsa-tools-1.0.10-2.fc5.i386.rpm
Preparing... ########################################### [100%]
package alsa-tools-1.0.10-2.fc5 is already installed
[root@localhost Desktop]# alsaconf
bash: alsaconf: command not found


So , wht shuld i do next.
 
Old 10-13-2006, 12:02 PM   #7
kevkim55
Member
 
Registered: Dec 2005
Location: Edmonton
Distribution: BLFS, Gentoo
Posts: 353

Rep: Reputation: 32
I've just had a look at files included in alsa-tools-1.0.10-2.fc5.i386.rpm and surprisingly alsaconf is not included ! So, you should try to get it from alsa-project.org site and compile it yourself. Another work around would be, download an RPM that contains alsaconf, convert it to cpio using "rpm2cpio" and then extract the contents using command "cpio". Once done, simply copy it over to /usr/sbin.

Or, you might wanna search for a version/RPM that includes alsaconf.

BTW, why do you need alsaconf ?
 
Old 10-13-2006, 01:10 PM   #8
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Rep: Reputation: 58
Ya I ididn't think I had found any rpms which is why i suggested compiling it yourself. If I remember correctly just run the ./configure && make && make install and it should add the binary file to the bin or sbin directory so you should be could after your install. And actually I just took a look for you and it isn't in alsa-tools its in alsa-utils.

you can just do a:

wget ftp://ftp.alsa-project.org/pub/utils....9rc4a.tar.bz2 (I think you can wget ftp)

if not there is the address for ya.
you might want to update all of alsa to the same version as well.

anyway let us know if all goes well.

nomb
 
Old 10-13-2006, 02:20 PM   #9
naveen_kr
LQ Newbie
 
Registered: Oct 2006
Posts: 12

Original Poster
Rep: Reputation: 0
Sorry frnd the above method didn't worked.
I have tried as u told me , I was able to configure it but not able to make install.
Here i am showing the messages tht i got.

./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
[root@localhost newt-0.50.8]# ./install-sh
install: no input file specified
[root@localhost newt-0.50.8]# install
install: missing file operand
Try `install --help' for more information.
[root@localhost newt-0.50.8]# make install
cc -Wall -I/usr/include/slang -g -DVERSION=\"0.50.8\" -c -o newt.o newt.c
newt.c: In function ‘newtInit’:
newt.c:189: warning: statement with no effect
newt.c: In function ‘newtOpenWindow’:
newt.c:396: warning: passing argument 1 of ‘SLsmg_read_raw’ from incompatible po
inter type
newt.c: In function ‘newtPopWindow’:
newt.c:461: warning: passing argument 1 of ‘SLsmg_write_raw’ from incompatible p
ointer type
ar rv libnewt.a newt.o
ar: creating libnewt.a
a - newt.o
cc -Wall -I/usr/include/slang -g -c -o button.o button.c
ar rv libnewt.a button.o
a - button.o
cc -Wall -I/usr/include/slang -g -c -o form.o form.c
ar rv libnewt.a form.o
a - form.o
cc -Wall -I/usr/include/slang -g -c -o checkbox.o checkbox.c
ar rv libnewt.a checkbox.o
a - checkbox.o
cc -Wall -I/usr/include/slang -g -c -o entry.o entry.c
ar rv libnewt.a entry.o
a - entry.o
cc -Wall -I/usr/include/slang -g -c -o label.o label.c
ar rv libnewt.a label.o
a - label.o
cc -Wall -I/usr/include/slang -g -c -o listbox.o listbox.c
ar rv libnewt.a listbox.o
a - listbox.o
cc -Wall -I/usr/include/slang -g -c -o scrollbar.o scrollbar.c
ar rv libnewt.a scrollbar.o
a - scrollbar.o
cc -Wall -I/usr/include/slang -g -c -o textbox.o textbox.c
ar rv libnewt.a textbox.o
a - textbox.o
cc -Wall -I/usr/include/slang -g -c -o scale.o scale.c
ar rv libnewt.a scale.o
a - scale.o
cc -Wall -I/usr/include/slang -g -c -o grid.o grid.c
ar rv libnewt.a grid.o
a - grid.o
cc -Wall -I/usr/include/slang -g -c -o windows.o windows.c
ar rv libnewt.a windows.o
a - windows.o
cc -Wall -I/usr/include/slang -g -c -o buttonbar.o buttonbar.c
ar rv libnewt.a buttonbar.o
a - buttonbar.o
cc -Wall -I/usr/include/slang -g -c -o checkboxtree.o checkboxtree.c
ar rv libnewt.a checkboxtree.o
a - checkboxtree.o
mkdir -p shared
cc -fPIC -Wall -I/usr/include/slang -g -DVERSION=\"0.50.8\" -c -o shared/newt.
o newt.c
newt.c: In function ‘newtInit’:
newt.c:189: warning: statement with no effect
newt.c: In function ‘newtOpenWindow’:
newt.c:396: warning: passing argument 1 of ‘SLsmg_read_raw’ from incompatible po
inter type
newt.c: In function ‘newtPopWindow’:
newt.c:461: warning: passing argument 1 of ‘SLsmg_write_raw’ from incompatible p
ointer type
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/button.o button.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/form.o form.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/checkbox.o checkbox.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/entry.o entry.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/label.o label.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/listbox.o listbox.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/scrollbar.o scrollbar.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/textbox.o textbox.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/scale.o scale.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/grid.o grid.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/windows.o windows.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/buttonbar.o buttonbar.c
cc -fPIC -c -Wall -I/usr/include/slang -g -o shared/checkboxtree.o checkboxtre
e.c
gcc -shared -o libnewt.so.0.50.8 -Wl,-soname,libnewt.so.0.50 shared/newt.o share
d/button.o shared/form.o shared/checkbox.o shared/entry.o shared/label.o shared/
listbox.o shared/scrollbar.o shared/textbox.o shared/scale.o shared/grid.o share
d/windows.o shared/buttonbar.o shared/checkboxtree.o -lslang -lm -lc
cc -Wall -I/usr/include/slang -g -c -o whiptcl.o whiptcl.c
whiptcl.c:7:17: error: tcl.h: No such file or directory
whiptcl.c:19: error: expected ‘)’ before ‘data’
whiptcl.c:21: error: expected ‘)’ before ‘data’
whiptcl.c:23: error: expected ‘)’ before ‘data’
whiptcl.c:26: error: expected ‘)’ before ‘clientData’
whiptcl.c:33: error: expected ‘)’ before ‘clientData’
whiptcl.c:55: error: expected ‘)’ before ‘clientData’
whiptcl.c:247: error: expected ‘)’ before ‘data’
whiptcl.c:259: error: expected ‘)’ before ‘data’
whiptcl.c:274: error: expected ‘)’ before ‘data’
whiptcl.c:290: error: expected ‘)’ before ‘*’ token
make: *** [whiptcl.o] Error 1
rm textbox.o checkbox.o checkboxtree.o windows.o grid.o scrollbar.o entry.o form
.o scale.o label.o button.o listbox.o buttonbar.o



make install
Making install in include
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/include'
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/include'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/include'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/include'
Making install in alsactl
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsactl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT alsactl.o -MD -MP -MF
".deps/alsactl.Tpo" \
-c -o alsactl.o `test -f 'alsactl.c' || echo './'`alsactl.c; \
then mv -f ".deps/alsactl.Tpo" ".deps/alsactl.Po"; \
else rm -f ".deps/alsactl.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT state.o -MD -MP -MF "
.deps/state.Tpo" \
-c -o state.o `test -f 'state.c' || echo './'`state.c; \
then mv -f ".deps/state.Tpo" ".deps/state.Po"; \
else rm -f ".deps/state.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT power.o -MD -MP -MF "
.deps/power.Tpo" \
-c -o power.o `test -f 'power.c' || echo './'`power.c; \
then mv -f ".deps/power.Tpo" ".deps/power.Po"; \
else rm -f ".deps/power.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT names.o -MD -MP -MF "
.deps/names.Tpo" \
-c -o names.o `test -f 'names.c' || echo './'`names.c; \
then mv -f ".deps/names.Tpo" ".deps/names.Po"; \
else rm -f ".deps/names.Tpo"; exit 1; \
fi
gcc -g -O2 -o alsactl alsactl.o state.o power.o names.o -lasound -lm -ldl -
lpthread
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsactl'
/bin/sh ../mkinstalldirs /usr/sbin
/usr/bin/install -c alsactl /usr/sbin/alsactl
/bin/sh ../mkinstalldirs /usr/man/man1
mkdir -p -- /usr/man/man1
/usr/bin/install -c -m 644 ./alsactl.1 /usr/man/man1/alsactl.1
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsactl'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsactl'
Making install in alsaconf
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsaconf'
Making install in po
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsaconf/
po'
35 translated messages, 1 untranslated message.
mkdir -p -- /usr/share
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsaconf/p
o'
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsaconf'
make[3]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsaconf'
/bin/sh ../mkinstalldirs /usr/sbin
/usr/bin/install -c alsaconf /usr/sbin/alsaconf
mkdir -p -- /usr/man/man8
/usr/bin/install -c -m 644 alsaconf.8 /usr/man/man8/alsaconf.8
mkdir -p -- /usr/man/fr/man8
/usr/bin/install -c -m 644 alsaconf.fr.8 /usr/man/fr/man8/alsaconf.8
make[3]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsaconf'
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsaconf'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsaconf'
Making install in alsamixer
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsamixer
'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT alsamixer.o -MD -MP -
MF ".deps/alsamixer.Tpo" \
-c -o alsamixer.o `test -f 'alsamixer.c' || echo './'`alsamixer.c; \
then mv -f ".deps/alsamixer.Tpo" ".deps/alsamixer.Po"; \
else rm -f ".deps/alsamixer.Tpo"; exit 1; \
fi
gcc -g -O2 -o alsamixer alsamixer.o -lncurses -lasound -lm -ldl -lpthread
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsamixer
'
/bin/sh ../mkinstalldirs /usr/bin
/usr/bin/install -c alsamixer /usr/bin/alsamixer
/bin/sh ../mkinstalldirs /usr/man/man1
/usr/bin/install -c -m 644 ./alsamixer.1 /usr/man/man1/alsamixer.1
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsamixer'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/alsamixer'
Making install in amidi
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/amidi'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT amidi.o -
MD -MP -MF ".deps/amidi.Tpo" \
-c -o amidi.o `test -f 'amidi.c' || echo './'`amidi.c; \
then mv -f ".deps/amidi.Tpo" ".deps/amidi.Po"; \
else rm -f ".deps/amidi.Tpo"; exit 1; \
fi
gcc -g -O2 -o amidi amidi.o -lasound -lm -ldl -lpthread
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/amidi'
/bin/sh ../mkinstalldirs /usr/bin
/usr/bin/install -c amidi /usr/bin/amidi
/bin/sh ../mkinstalldirs /usr/man/man1
/usr/bin/install -c -m 644 ./amidi.1 /usr/man/man1/amidi.1
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/amidi'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/amidi'
Making install in amixer
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/amixer'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT amixer.o
-MD -MP -MF ".deps/amixer.Tpo" \
-c -o amixer.o `test -f 'amixer.c' || echo './'`amixer.c; \
then mv -f ".deps/amixer.Tpo" ".deps/amixer.Po"; \
else rm -f ".deps/amixer.Tpo"; exit 1; \
fi
gcc -g -O2 -o amixer amixer.o -lm -lasound -lm -ldl -lpthread
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/amixer'
/bin/sh ../mkinstalldirs /usr/bin
/usr/bin/install -c amixer /usr/bin/amixer
/bin/sh ../mkinstalldirs /usr/man/man1
/usr/bin/install -c -m 644 ./amixer.1 /usr/man/man1/amixer.1
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/amixer'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/amixer'
Making install in aplay
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/aplay'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT aplay.o -
MD -MP -MF ".deps/aplay.Tpo" \
-c -o aplay.o `test -f 'aplay.c' || echo './'`aplay.c; \
then mv -f ".deps/aplay.Tpo" ".deps/aplay.Po"; \
else rm -f ".deps/aplay.Tpo"; exit 1; \
fi
gcc -g -O2 -o aplay aplay.o -lasound -lasound -lm -ldl -lpthread
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/aplay'
/bin/sh ../mkinstalldirs /usr/bin
/usr/bin/install -c aplay /usr/bin/aplay
make install-exec-hook
make[3]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/aplay'
rm -f arecord
ln -s aplay arecord
rm -f /usr/bin/arecord
(cd /usr/bin && ln -s aplay arecord)
make[3]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/aplay'
/bin/sh ../mkinstalldirs /usr/man/man1
/usr/bin/install -c -m 644 ./aplay.1 /usr/man/man1/aplay.1
/usr/bin/install -c -m 644 ./arecord.1 /usr/man/man1/arecord.1
make install-data-hook
make[3]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/aplay'
rm -f /usr/man/man1/arecord.1
(cd /usr/man/man1 && ln -s aplay.1 arecord.1)
make[3]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/aplay'
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/aplay'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/aplay'
Making install in iecset
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/iecset'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT iecset.o
-MD -MP -MF ".deps/iecset.Tpo" \
-c -o iecset.o `test -f 'iecset.c' || echo './'`iecset.c; \
then mv -f ".deps/iecset.Tpo" ".deps/iecset.Po"; \
else rm -f ".deps/iecset.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT iecbits.o
-MD -MP -MF ".deps/iecbits.Tpo" \
-c -o iecbits.o `test -f 'iecbits.c' || echo './'`iecbits.c; \
then mv -f ".deps/iecbits.Tpo" ".deps/iecbits.Po"; \
else rm -f ".deps/iecbits.Tpo"; exit 1; \
fi
gcc -g -O2 -o iecset iecset.o iecbits.o -lm -lasound -lm -ldl -lpthread
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/iecset'
/bin/sh ../mkinstalldirs /usr/bin
/usr/bin/install -c iecset /usr/bin/iecset
/bin/sh ../mkinstalldirs /usr/man/man1
/usr/bin/install -c -m 644 ./iecset.1 /usr/man/man1/iecset.1
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/iecset'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/iecset'
Making install in seq
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq'
Making install in aconnect
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aconn
ect'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT aco
nnect.o -MD -MP -MF ".deps/aconnect.Tpo" \
-c -o aconnect.o `test -f 'aconnect.c' || echo './'`aconnect.c; \
then mv -f ".deps/aconnect.Tpo" ".deps/aconnect.Po"; \
else rm -f ".deps/aconnect.Tpo"; exit 1; \
fi
gcc -g -O2 -o aconnect aconnect.o -lasound -lm -ldl -lpthread
make[3]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aconn
ect'
/bin/sh ../../mkinstalldirs /usr/bin
/usr/bin/install -c aconnect /usr/bin/aconnect
/bin/sh ../../mkinstalldirs /usr/man/man1
/usr/bin/install -c -m 644 ./aconnect.1 /usr/man/man1/aconnect.1
make[3]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aconne
ct'
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aconne
ct'
Making install in aplaymidi
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aplay
midi'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT apl
aymidi.o -MD -MP -MF ".deps/aplaymidi.Tpo" \
-c -o aplaymidi.o `test -f 'aplaymidi.c' || echo './'`aplaymidi.c; \
then mv -f ".deps/aplaymidi.Tpo" ".deps/aplaymidi.Po"; \
else rm -f ".deps/aplaymidi.Tpo"; exit 1; \
fi
gcc -g -O2 -o aplaymidi aplaymidi.o -lasound -lm -ldl -lpthread
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT are
cordmidi.o -MD -MP -MF ".deps/arecordmidi.Tpo" \
-c -o arecordmidi.o `test -f 'arecordmidi.c' || echo './'`arecordmidi.c; \
then mv -f ".deps/arecordmidi.Tpo" ".deps/arecordmidi.Po"; \
else rm -f ".deps/arecordmidi.Tpo"; exit 1; \
fi
gcc -g -O2 -o arecordmidi arecordmidi.o -lasound -lm -ldl -lpthread
make[3]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aplay
midi'
/bin/sh ../../mkinstalldirs /usr/bin
/usr/bin/install -c aplaymidi /usr/bin/aplaymidi
/usr/bin/install -c arecordmidi /usr/bin/arecordmidi
/bin/sh ../../mkinstalldirs /usr/man/man1
/usr/bin/install -c -m 644 ./aplaymidi.1 /usr/man/man1/aplaymidi.1
/usr/bin/install -c -m 644 ./arecordmidi.1 /usr/man/man1/arecordmidi.1
make[3]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aplaym
idi'
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aplaym
idi'
Making install in aseqdump
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aseqd
ump'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT ase
qdump.o -MD -MP -MF ".deps/aseqdump.Tpo" \
-c -o aseqdump.o `test -f 'aseqdump.c' || echo './'`aseqdump.c; \
then mv -f ".deps/aseqdump.Tpo" ".deps/aseqdump.Po"; \
else rm -f ".deps/aseqdump.Tpo"; exit 1; \
fi
gcc -g -O2 -o aseqdump aseqdump.o -lasound -lm -ldl -lpthread
make[3]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aseqd
ump'
/bin/sh ../../mkinstalldirs /usr/bin
/usr/bin/install -c aseqdump /usr/bin/aseqdump
/bin/sh ../../mkinstalldirs /usr/man/man1
/usr/bin/install -c -m 644 ./aseqdump.1 /usr/man/man1/aseqdump.1
make[3]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aseqdu
mp'
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aseqdu
mp'
Making install in aseqnet
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aseqn
et'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT ase
qnet.o -MD -MP -MF ".deps/aseqnet.Tpo" \
-c -o aseqnet.o `test -f 'aseqnet.c' || echo './'`aseqnet.c; \
then mv -f ".deps/aseqnet.Tpo" ".deps/aseqnet.Po"; \
else rm -f ".deps/aseqnet.Tpo"; exit 1; \
fi
gcc -g -O2 -o aseqnet aseqnet.o -lasound -lm -ldl -lpthread
make[3]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aseqn
et'
/bin/sh ../../mkinstalldirs /usr/bin
/usr/bin/install -c aseqnet /usr/bin/aseqnet
/bin/sh ../../mkinstalldirs /usr/man/man1
/usr/bin/install -c -m 644 ./aseqnet.1 /usr/man/man1/aseqnet.1
make[3]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aseqne
t'
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq/aseqne
t'
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq'
make[3]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq'
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/seq'
Making install in speaker-test
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/speaker-t
est'
Making install in samples
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/speaker-t
est/samples'
make[3]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/speaker-t
est/samples'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/share/alsa/speaker-test
/usr/bin/install -c -m 644 sample_map.csv /usr/share/alsa/speaker-test/sample_m
ap.csv
/bin/sh ../../mkinstalldirs /usr/share/sounds/alsa
/usr/bin/install -c -m 644 Front_Left.wav /usr/share/sounds/alsa/Front_Left.wav
/usr/bin/install -c -m 644 Rear_Center.wav /usr/share/sounds/alsa/Rear_Center.w
av
/usr/bin/install -c -m 644 Rear_Right.wav /usr/share/sounds/alsa/Rear_Right.wav
/usr/bin/install -c -m 644 Side_Right.wav /usr/share/sounds/alsa/Side_Right.wav
/usr/bin/install -c -m 644 Front_Center.wav /usr/share/sounds/alsa/Front_Center
.wav
/usr/bin/install -c -m 644 Front_Right.wav /usr/share/sounds/alsa/Front_Right.w
av
/usr/bin/install -c -m 644 Noise.wav /usr/share/sounds/alsa/Noise.wav
/usr/bin/install -c -m 644 Rear_Left.wav /usr/share/sounds/alsa/Rear_Left.wav
/usr/bin/install -c -m 644 Side_Left.wav /usr/share/sounds/alsa/Side_Left.wav
make[3]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/speaker-te
st/samples'
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/speaker-te
st/samples'
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/speaker-t
est'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -DVERSION=\"0.0.8\"
-g -O2 -MT speaker-test.o -MD -MP -MF ".deps/speaker-test.Tpo" \
-c -o speaker-test.o `test -f 'speaker-test.c' || echo './'`speaker-test.c; \
then mv -f ".deps/speaker-test.Tpo" ".deps/speaker-test.Po"; \
else rm -f ".deps/speaker-test.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -DVERSION=\"0.0.8\"
-g -O2 -MT pink.o -MD -MP -MF ".deps/pink.Tpo" \
-c -o pink.o `test -f 'pink.c' || echo './'`pink.c; \
then mv -f ".deps/pink.Tpo" ".deps/pink.Po"; \
else rm -f ".deps/pink.Tpo"; exit 1; \
fi
gcc -g -O2 -o speaker-test speaker-test.o pink.o -lasound -lm -ldl -lpthrea
d
make[3]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/speaker-t
est'
/bin/sh ../mkinstalldirs /usr/bin
/usr/bin/install -c speaker-test /usr/bin/speaker-test
/bin/sh ../mkinstalldirs /usr/man/man1
/usr/bin/install -c -m 644 ./speaker-test.1 /usr/man/man1/speaker-test.1
make[3]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/speaker-te
st'
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/speaker-te
st'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/speaker-te
st'
Making install in utils
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/utils'
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/utils'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/utils'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/utils'
Making install in m4
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/m4'
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/m4'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a/m4'
make[1]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a'
make[2]: Entering directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a'
make[1]: Leaving directory `/home/naveen/Desktop/alsa-utils-1.0.9rc4a'
[root@localhost alsa-utils-1.0.9rc4a]# alsaconf
bash: alsaconf: command not found



So, finally alsaconf was not thr.
 
Old 10-13-2006, 02:30 PM   #10
kevkim55
Member
 
Registered: Dec 2005
Location: Edmonton
Distribution: BLFS, Gentoo
Posts: 353

Rep: Reputation: 32
You are not supposed to run install-sh manually. It will be called by make internally.

Normal steps are: "./configure" followed by "make" and then, finally "make install"

The very first thing before you start compiling is RTFM !

Change to the directory where you extracted the files and look for README and INSTALL files. Read them, as these files would let you know what other packages the compilation depends on. Now, you need to install those packages as well. Without that, you will not be able to compile !

I'd suggest, you download another version of alsa RPM or simply get alsaconf binary from some binary RPM and copy it over to /usr/sbin. Make sure that the alsaconf binary you copy over is the same version as your alsa package, atleast close to it.
 
Old 10-13-2006, 03:05 PM   #11
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Rep: Reputation: 58
the command './configure && make && make install' will execute all three steps for you. you can just copy and paste it into your terminal. Also you do have the option of just going into the alsaconf directory and just installing the alsaconf program itself.

on another note - if you go to the website and click on alsa-utils on the top right side you can view all the releases and download the one for the alsa version that you currently have. that might save you some headache.

you could try just to get the binary for alsaconf as suggested above but I do believe it has some of its own libraries that you would need. I might be wrong tho. anyway, keep us posted.

nomb
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
alsaconf yusufozk Linux - Software 4 06-28-2005 08:38 AM
alsaconf edmlo Linux - Hardware 6 03-16-2005 10:29 AM
alsaconf denning Slackware 3 02-02-2005 09:10 AM
Alsaconf and SB Live Value sigma957 Slackware - Installation 17 05-07-2004 10:06 AM
alsaconf sethgeekx86 Slackware 3 04-16-2004 03:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 01:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration