Dear Kubuntu users please help ,
My system : AMD Opteron 64, Sound Card : Sound Blaster Live 7.1 24bit , OS: Kubuntu 9.04 (x64)
The problem started when I tried to fix the sound which was not detected through microphone neither in sound recorder program nor with the skype. So I did lots of search on the internet and found out that upgrading my ALSA could help, so the hunt to get terminal scripts began and I have found the instructions shown below for the terminal :
cd ~
wget ftp://ftp.alsa-project.org/pub/drive...1.0.20.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/a...1.0.20.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils...1.0.20.tar.bz2
tar xjf alsa-driver-1.0.20.tar.bz2
tar xjf alsa-lib-1.0.20.tar.bz2
tar xjf alsa-utils-1.0.20.tar.bz2
cd ~/alsa-driver-1.0.20
./configure --with-cards=hda-intel --with-oss=yes --with-sequencer=yes
make
sudo make install
cd ~/alsa-lib-1.0.20
./configure
make
sudo make install
cd ~/alsa-utils-1.0.20
./configure
make
sudo make install
And after running the above instructions , the terminal did lots of things [attached at the end of this message , for you to see ]. But I realised that the above code configure some hda-intel card (./configure --with-cards=hda-intel --with-oss=yes --with-sequencer=yes ) and not the Sound Blaster Live 7.1.
When I reboot my system I got system error that " KDE detected that one or more internal sound devices were removed . DO YOU WANT KDE TO PERMANENTLY FORGET ABOUT THESE DEVICES? This is the list of devices KDE thinks can be removed:
Capture: CA0106 (SIDE SPEAKERS)
Capture: LIVE! 7.1 24BIT [SB0401] (CA0106)
OUTPUT: CA0106 (SIDE SPEAKERS)
output: LIVE! 7.1 24BIT [SB0401] (CA0106) " : please view the image attached "warning.png"
And then I clicked on Manage Devices button on this warning message and the dialogue box showed me the LIVE! 7.1 24BIT [SB0401] (CA0106) , greyed out not selectable ( attached image "SoundVideoDialogueBox.png")
Please help me to restore my sound driver , audio capabilities . How to fix this big mess . Please enlighten me out of this problem.
Below is the text that I got in terminal after running the instructions given above in bold blue
__________________________________________________ __________
F .deps/timer_symbols.Tpo -c timer_symbols.c -fPIC -DPIC -o .libs/timer_symbols.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o libtimer.la timer.lo timer_hw.lo timer_query.lo timer_query_hw.lo timer_symbols.lo
ar cru .libs/libtimer.a .libs/timer.o .libs/timer_hw.o .libs/timer_query.o .libs/timer_query_hw.o .libs/timer_symbols.o
ranlib .libs/libtimer.a
creating libtimer.la
(cd .libs && rm -f libtimer.la && ln -s ../libtimer.la libtimer.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/timer'
Making all in rawmidi
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/rawmidi'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi.lo -MD -MP -MF ".deps/rawmidi.Tpo" -c -o rawmidi.lo rawmidi.c; \
then mv -f ".deps/rawmidi.Tpo" ".deps/rawmidi.Plo"; else rm -f ".deps/rawmidi.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi.lo -MD -MP -MF .deps/rawmidi.Tpo -c rawmidi.c -fPIC -DPIC -o .libs/rawmidi.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_hw.lo -MD -MP -MF ".deps/rawmidi_hw.Tpo" -c -o rawmidi_hw.lo rawmidi_hw.c; \
then mv -f ".deps/rawmidi_hw.Tpo" ".deps/rawmidi_hw.Plo"; else rm -f ".deps/rawmidi_hw.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_hw.lo -MD -MP -MF .deps/rawmidi_hw.Tpo -c rawmidi_hw.c -fPIC -DPIC -o .libs/rawmidi_hw.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_symbols.lo -MD -MP -MF ".deps/rawmidi_symbols.Tpo" -c -o rawmidi_symbols.lo rawmidi_symbols.c; \
then mv -f ".deps/rawmidi_symbols.Tpo" ".deps/rawmidi_symbols.Plo"; else rm -f ".deps/rawmidi_symbols.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_symbols.lo -MD -MP -MF .deps/rawmidi_symbols.Tpo -c rawmidi_symbols.c -fPIC -DPIC -o .libs/rawmidi_symbols.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_virt.lo -MD -MP -MF ".deps/rawmidi_virt.Tpo" -c -o rawmidi_virt.lo rawmidi_virt.c; \
then mv -f ".deps/rawmidi_virt.Tpo" ".deps/rawmidi_virt.Plo"; else rm -f ".deps/rawmidi_virt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_virt.lo -MD -MP -MF .deps/rawmidi_virt.Tpo -c rawmidi_virt.c -fPIC -DPIC -o .libs/rawmidi_virt.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o librawmidi.la rawmidi.lo rawmidi_hw.lo rawmidi_symbols.lo rawmidi_virt.lo
ar cru .libs/librawmidi.a .libs/rawmidi.o .libs/rawmidi_hw.o .libs/rawmidi_symbols.o .libs/rawmidi_virt.o
ranlib .libs/librawmidi.a
creating librawmidi.la
(cd .libs && rm -f librawmidi.la && ln -s ../librawmidi.la librawmidi.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/rawmidi'
Making all in hwdep
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/hwdep'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep.lo -MD -MP -MF ".deps/hwdep.Tpo" -c -o hwdep.lo hwdep.c; \
then mv -f ".deps/hwdep.Tpo" ".deps/hwdep.Plo"; else rm -f ".deps/hwdep.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep.lo -MD -MP -MF .deps/hwdep.Tpo -c hwdep.c -fPIC -DPIC -o .libs/hwdep.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep_hw.lo -MD -MP -MF ".deps/hwdep_hw.Tpo" -c -o hwdep_hw.lo hwdep_hw.c; \
then mv -f ".deps/hwdep_hw.Tpo" ".deps/hwdep_hw.Plo"; else rm -f ".deps/hwdep_hw.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep_hw.lo -MD -MP -MF .deps/hwdep_hw.Tpo -c hwdep_hw.c -fPIC -DPIC -o .libs/hwdep_hw.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep_symbols.lo -MD -MP -MF ".deps/hwdep_symbols.Tpo" -c -o hwdep_symbols.lo hwdep_symbols.c; \
then mv -f ".deps/hwdep_symbols.Tpo" ".deps/hwdep_symbols.Plo"; else rm -f ".deps/hwdep_symbols.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep_symbols.lo -MD -MP -MF .deps/hwdep_symbols.Tpo -c hwdep_symbols.c -fPIC -DPIC -o .libs/hwdep_symbols.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o libhwdep.la hwdep.lo hwdep_hw.lo hwdep_symbols.lo
ar cru .libs/libhwdep.a .libs/hwdep.o .libs/hwdep_hw.o .libs/hwdep_symbols.o
ranlib .libs/libhwdep.a
creating libhwdep.la
(cd .libs && rm -f libhwdep.la && ln -s ../libhwdep.la libhwdep.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/hwdep'
Making all in seq
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/seq'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_hw.lo -MD -MP -MF ".deps/seq_hw.Tpo" -c -o seq_hw.lo seq_hw.c; \
then mv -f ".deps/seq_hw.Tpo" ".deps/seq_hw.Plo"; else rm -f ".deps/seq_hw.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_hw.lo -MD -MP -MF .deps/seq_hw.Tpo -c seq_hw.c -fPIC -DPIC -o .libs/seq_hw.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq.lo -MD -MP -MF ".deps/seq.Tpo" -c -o seq.lo seq.c; \
then mv -f ".deps/seq.Tpo" ".deps/seq.Plo"; else rm -f ".deps/seq.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq.lo -MD -MP -MF .deps/seq.Tpo -c seq.c -fPIC -DPIC -o .libs/seq.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_event.lo -MD -MP -MF ".deps/seq_event.Tpo" -c -o seq_event.lo seq_event.c; \
then mv -f ".deps/seq_event.Tpo" ".deps/seq_event.Plo"; else rm -f ".deps/seq_event.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_event.lo -MD -MP -MF .deps/seq_event.Tpo -c seq_event.c -fPIC -DPIC -o .libs/seq_event.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seqmid.lo -MD -MP -MF ".deps/seqmid.Tpo" -c -o seqmid.lo seqmid.c; \
then mv -f ".deps/seqmid.Tpo" ".deps/seqmid.Plo"; else rm -f ".deps/seqmid.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seqmid.lo -MD -MP -MF .deps/seqmid.Tpo -c seqmid.c -fPIC -DPIC -o .libs/seqmid.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_midi_event.lo -MD -MP -MF ".deps/seq_midi_event.Tpo" -c -o seq_midi_event.lo seq_midi_event.c; \
then mv -f ".deps/seq_midi_event.Tpo" ".deps/seq_midi_event.Plo"; else rm -f ".deps/seq_midi_event.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_midi_event.lo -MD -MP -MF .deps/seq_midi_event.Tpo -c seq_midi_event.c -fPIC -DPIC -o .libs/seq_midi_event.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_symbols.lo -MD -MP -MF ".deps/seq_symbols.Tpo" -c -o seq_symbols.lo seq_symbols.c; \
then mv -f ".deps/seq_symbols.Tpo" ".deps/seq_symbols.Plo"; else rm -f ".deps/seq_symbols.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_symbols.lo -MD -MP -MF .deps/seq_symbols.Tpo -c seq_symbols.c -fPIC -DPIC -o .libs/seq_symbols.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_old.lo -MD -MP -MF ".deps/seq_old.Tpo" -c -o seq_old.lo seq_old.c; \
then mv -f ".deps/seq_old.Tpo" ".deps/seq_old.Plo"; else rm -f ".deps/seq_old.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_old.lo -MD -MP -MF .deps/seq_old.Tpo -c seq_old.c -fPIC -DPIC -o .libs/seq_old.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o libseq.la seq_hw.lo seq.lo seq_event.lo seqmid.lo seq_midi_event.lo seq_symbols.lo seq_old.lo
ar cru .libs/libseq.a .libs/seq_hw.o .libs/seq.o .libs/seq_event.o .libs/seqmid.o .libs/seq_midi_event.o .libs/seq_symbols.o .libs/seq_old.o
ranlib .libs/libseq.a
creating libseq.la
(cd .libs && rm -f libseq.la && ln -s ../libseq.la libseq.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/seq'
Making all in alisp
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/alisp'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT alisp.lo -MD -MP -MF ".deps/alisp.Tpo" -c -o alisp.lo alisp.c; \
then mv -f ".deps/alisp.Tpo" ".deps/alisp.Plo"; else rm -f ".deps/alisp.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT alisp.lo -MD -MP -MF .deps/alisp.Tpo -c alisp.c -fPIC -DPIC -o .libs/alisp.o
alisp.c: In function 'F_princ':
alisp.c:1711: warning: format not a string literal and no format arguments
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o libalisp.la alisp.lo
ar cru .libs/libalisp.a .libs/alisp.o
ranlib .libs/libalisp.a
creating libalisp.la
(cd .libs && rm -f libalisp.la && ln -s ../libalisp.la libalisp.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/alisp'
Making all in compat
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/compat'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -g -O2 -MT empty.lo -MD -MP -MF ".deps/empty.Tpo" -c -o empty.lo empty.c; \
then mv -f ".deps/empty.Tpo" ".deps/empty.Plo"; else rm -f ".deps/empty.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -g -O2 -MT empty.lo -MD -MP -MF .deps/empty.Tpo -c empty.c -fPIC -DPIC -o .libs/empty.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o libcompat.la empty.lo
ar cru .libs/libcompat.a .libs/empty.o
ranlib .libs/libcompat.a
creating libcompat.la
(cd .libs && rm -f libcompat.la && ln -s ../libcompat.la libcompat.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/compat'
Making all in conf
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/conf'
Making all in cards
make[3]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/conf/cards'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/conf/cards'
Making all in pcm
make[3]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/conf/pcm'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/conf/pcm'
make[3]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/conf'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/conf'
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/conf'
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src'
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT conf.lo -MD -MP -MF ".deps/conf.Tpo" -c -o conf.lo conf.c; \
then mv -f ".deps/conf.Tpo" ".deps/conf.Plo"; else rm -f ".deps/conf.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fPIC -DPIC -o .libs/conf.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT confmisc.lo -MD -MP -MF ".deps/confmisc.Tpo" -c -o confmisc.lo confmisc.c; \
then mv -f ".deps/confmisc.Tpo" ".deps/confmisc.Plo"; else rm -f ".deps/confmisc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT confmisc.lo -MD -MP -MF .deps/confmisc.Tpo -c confmisc.c -fPIC -DPIC -o .libs/confmisc.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT input.lo -MD -MP -MF ".deps/input.Tpo" -c -o input.lo input.c; \
then mv -f ".deps/input.Tpo" ".deps/input.Plo"; else rm -f ".deps/input.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -fPIC -DPIC -o .libs/input.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT output.lo -MD -MP -MF ".deps/output.Tpo" -c -o output.lo output.c; \
then mv -f ".deps/output.Tpo" ".deps/output.Plo"; else rm -f ".deps/output.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT output.lo -MD -MP -MF .deps/output.Tpo -c output.c -fPIC -DPIC -o .libs/output.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT async.lo -MD -MP -MF ".deps/async.Tpo" -c -o async.lo async.c; \
then mv -f ".deps/async.Tpo" ".deps/async.Plo"; else rm -f ".deps/async.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT async.lo -MD -MP -MF .deps/async.Tpo -c async.c -fPIC -DPIC -o .libs/async.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT error.lo -MD -MP -MF ".deps/error.Tpo" -c -o error.lo error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Plo"; else rm -f ".deps/error.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fPIC -DPIC -o .libs/error.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT dlmisc.lo -MD -MP -MF ".deps/dlmisc.Tpo" -c -o dlmisc.lo dlmisc.c; \
then mv -f ".deps/dlmisc.Tpo" ".deps/dlmisc.Plo"; else rm -f ".deps/dlmisc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT dlmisc.lo -MD -MP -MF .deps/dlmisc.Tpo -c dlmisc.c -fPIC -DPIC -o .libs/dlmisc.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT socket.lo -MD -MP -MF ".deps/socket.Tpo" -c -o socket.lo socket.c; \
then mv -f ".deps/socket.Tpo" ".deps/socket.Plo"; else rm -f ".deps/socket.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.c -fPIC -DPIC -o .libs/socket.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT shmarea.lo -MD -MP -MF ".deps/shmarea.Tpo" -c -o shmarea.lo shmarea.c; \
then mv -f ".deps/shmarea.Tpo" ".deps/shmarea.Plo"; else rm -f ".deps/shmarea.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT shmarea.lo -MD -MP -MF .deps/shmarea.Tpo -c shmarea.c -fPIC -DPIC -o .libs/shmarea.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT userfile.lo -MD -MP -MF ".deps/userfile.Tpo" -c -o userfile.lo userfile.c; \
then mv -f ".deps/userfile.Tpo" ".deps/userfile.Plo"; else rm -f ".deps/userfile.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT userfile.lo -MD -MP -MF .deps/userfile.Tpo -c userfile.c -fPIC -DPIC -o .libs/userfile.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT names.lo -MD -MP -MF ".deps/names.Tpo" -c -o names.lo names.c; \
then mv -f ".deps/names.Tpo" ".deps/names.Plo"; else rm -f ".deps/names.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT names.lo -MD -MP -MF .deps/names.Tpo -c names.c -fPIC -DPIC -o .libs/names.o
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libasound.la -rpath /usr/lib -version-info 2:0:0 -Wl,--version-script=Versions conf.lo confmisc.lo input.lo output.lo async.lo error.lo dlmisc.lo socket.lo shmarea.lo userfile.lo names.lo control/libcontrol.la mixer/libmixer.la pcm/libpcm.la timer/libtimer.la rawmidi/librawmidi.la hwdep/libhwdep.la seq/libseq.la alisp/libalisp.la compat/libcompat.la -lm -ldl -lpthread -lrt
gcc -shared .libs/conf.o .libs/confmisc.o .libs/input.o .libs/output.o .libs/async.o .libs/error.o .libs/dlmisc.o .libs/socket.o .libs/shmarea.o .libs/userfile.o .libs/names.o -Wl,--whole-archive control/.libs/libcontrol.a mixer/.libs/libmixer.a pcm/.libs/libpcm.a timer/.libs/libtimer.a rawmidi/.libs/librawmidi.a hwdep/.libs/libhwdep.a seq/.libs/libseq.a alisp/.libs/libalisp.a compat/.libs/libcompat.a -Wl,--no-whole-archive -lm -ldl -lpthread -lrt -Wl,--version-script=Versions -Wl,-soname -Wl,libasound.so.2 -o .libs/libasound.so.2.0.0
(cd .libs && rm -f libasound.so.2 && ln -s libasound.so.2.0.0 libasound.so.2)
(cd .libs && rm -f libasound.so && ln -s libasound.so.2.0.0 libasound.so)
creating libasound.la
(cd .libs && rm -f libasound.la && ln -s ../libasound.la libasound.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src'
make[1]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src'
Making all in modules
make[1]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/modules'
Making all in mixer
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer'
Making all in simple
make[3]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer/simple'
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT sbase.lo -MD -MP -MF ".deps/sbase.Tpo" -c -o sbase.lo sbase.c; \
then mv -f ".deps/sbase.Tpo" ".deps/sbase.Plo"; else rm -f ".deps/sbase.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT sbase.lo -MD -MP -MF .deps/sbase.Tpo -c sbase.c -fPIC -DPIC -o .libs/sbase.o
/bin/bash ../../../libtool --tag=CC --mode=link gcc -g -O2 -W -Wall -g -O2 -o smixer-sbase.la -rpath /usr/lib/alsa-lib/smixer -module -avoid-version sbase.lo ../../../src/libasound.la
gcc -shared .libs/sbase.o -Wl,--rpath -Wl,/home/rkadmin/alsa-lib-1.0.20/src/.libs ../../../src/.libs/libasound.so -Wl,-soname -Wl,smixer-sbase.so -o .libs/smixer-sbase.so
creating smixer-sbase.la
(cd .libs && rm -f smixer-sbase.la && ln -s ../smixer-sbase.la smixer-sbase.la)
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT ac97.lo -MD -MP -MF ".deps/ac97.Tpo" -c -o ac97.lo ac97.c; \
then mv -f ".deps/ac97.Tpo" ".deps/ac97.Plo"; else rm -f ".deps/ac97.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT ac97.lo -MD -MP -MF .deps/ac97.Tpo -c ac97.c -fPIC -DPIC -o .libs/ac97.o
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT sbasedl.lo -MD -MP -MF ".deps/sbasedl.Tpo" -c -o sbasedl.lo sbasedl.c; \
then mv -f ".deps/sbasedl.Tpo" ".deps/sbasedl.Plo"; else rm -f ".deps/sbasedl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT sbasedl.lo -MD -MP -MF .deps/sbasedl.Tpo -c sbasedl.c -fPIC -DPIC -o .libs/sbasedl.o
/bin/bash ../../../libtool --tag=CC --mode=link gcc -g -O2 -W -Wall -g -O2 -o smixer-ac97.la -rpath /usr/lib/alsa-lib/smixer -module -avoid-version ac97.lo sbasedl.lo ../../../src/libasound.la -ldl
gcc -shared .libs/ac97.o .libs/sbasedl.o -Wl,--rpath -Wl,/home/rkadmin/alsa-lib-1.0.20/src/.libs ../../../src/.libs/libasound.so -ldl -Wl,-soname -Wl,smixer-ac97.so -o .libs/smixer-ac97.so
creating smixer-ac97.la
(cd .libs && rm -f smixer-ac97.la && ln -s ../smixer-ac97.la smixer-ac97.la)
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT hda.lo -MD -MP -MF ".deps/hda.Tpo" -c -o hda.lo hda.c; \
then mv -f ".deps/hda.Tpo" ".deps/hda.Plo"; else rm -f ".deps/hda.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT hda.lo -MD -MP -MF .deps/hda.Tpo -c hda.c -fPIC -DPIC -o .libs/hda.o
/bin/bash ../../../libtool --tag=CC --mode=link gcc -g -O2 -W -Wall -g -O2 -o smixer-hda.la -rpath /usr/lib/alsa-lib/smixer -module -avoid-version hda.lo sbasedl.lo ../../../src/libasound.la -ldl
gcc -shared .libs/hda.o .libs/sbasedl.o -Wl,--rpath -Wl,/home/rkadmin/alsa-lib-1.0.20/src/.libs ../../../src/.libs/libasound.so -ldl -Wl,-soname -Wl,smixer-hda.so -o .libs/smixer-hda.so
creating smixer-hda.la
(cd .libs && rm -f smixer-hda.la && ln -s ../smixer-hda.la smixer-hda.la)
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I/usr/include/python2.6 -I/usr/include/python2.6 -g -O2 -MT smixer_python_la-python.lo -MD -MP -MF ".deps/smixer_python_la-python.Tpo" -c -o smixer_python_la-python.lo `test -f 'python.c' || echo './'`python.c; \
then mv -f ".deps/smixer_python_la-python.Tpo" ".deps/smixer_python_la-python.Plo"; else rm -f ".deps/smixer_python_la-python.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I/usr/include/python2.6 -I/usr/include/python2.6 -g -O2 -MT smixer_python_la-python.lo -MD -MP -MF .deps/smixer_python_la-python.Tpo -c python.c -fPIC -DPIC -o .libs/smixer_python_la-python.o
/bin/bash ../../../libtool --tag=CC --mode=link gcc -g -O2 -W -Wall -g -O2 -o smixer-python.la -rpath /usr/lib/alsa-lib/smixer -module -avoid-version smixer_python_la-python.lo ../../../src/libasound.la -lpthread -ldl -lutil -lm -lpython2.6
gcc -shared .libs/smixer_python_la-python.o -Wl,--rpath -Wl,/home/rkadmin/alsa-lib-1.0.20/src/.libs ../../../src/.libs/libasound.so -lpthread -ldl -lutil -lm -lpython2.6 -Wl,-soname -Wl,smixer-python.so -o .libs/smixer-python.so
creating smixer-python.la
(cd .libs && rm -f smixer-python.la && ln -s ../smixer-python.la smixer-python.la)
make[3]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer/simple'
make[3]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer'
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer'
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/modules'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/modules'
make[1]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/modules'
Making all in aserver
make[1]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/aserver'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../src/pcm -g -O2 -MT aserver.o -MD -MP -MF ".deps/aserver.Tpo" -c -o aserver.o aserver.c; \
then mv -f ".deps/aserver.Tpo" ".deps/aserver.Po"; else rm -f ".deps/aserver.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o aserver aserver.o ../src/libasound.la
mkdir .libs
gcc -g -O2 -o .libs/aserver aserver.o ../src/.libs/libasound.so -lm -ldl -lpthread -lrt
creating aserver
make[1]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/aserver'
Making all in alsalisp
My system : AMD Opteron 64, Sound Card : Sound Blaster Live 7.1 24bit , OS: Kubuntu 9.04 (x64)
The problem started when I tried to fix the sound which was not detected through microphone neither in sound recorder program nor with the skype. So I did lots of search on the internet and found out that upgrading my ALSA could help, so the hunt to get terminal scripts began and I have found the instructions shown below for the terminal :
cd ~
wget ftp://ftp.alsa-project.org/pub/drive...1.0.20.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/a...1.0.20.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils...1.0.20.tar.bz2
tar xjf alsa-driver-1.0.20.tar.bz2
tar xjf alsa-lib-1.0.20.tar.bz2
tar xjf alsa-utils-1.0.20.tar.bz2
cd ~/alsa-driver-1.0.20
./configure --with-cards=hda-intel --with-oss=yes --with-sequencer=yes
make
sudo make install
cd ~/alsa-lib-1.0.20
./configure
make
sudo make install
cd ~/alsa-utils-1.0.20
./configure
make
sudo make install
And after running the above instructions , the terminal did lots of things [attached at the end of this message , for you to see ]. But I realised that the above code configure some hda-intel card (./configure --with-cards=hda-intel --with-oss=yes --with-sequencer=yes ) and not the Sound Blaster Live 7.1.
When I reboot my system I got system error that " KDE detected that one or more internal sound devices were removed . DO YOU WANT KDE TO PERMANENTLY FORGET ABOUT THESE DEVICES? This is the list of devices KDE thinks can be removed:
Capture: CA0106 (SIDE SPEAKERS)
Capture: LIVE! 7.1 24BIT [SB0401] (CA0106)
OUTPUT: CA0106 (SIDE SPEAKERS)
output: LIVE! 7.1 24BIT [SB0401] (CA0106) " : please view the image attached "warning.png"
And then I clicked on Manage Devices button on this warning message and the dialogue box showed me the LIVE! 7.1 24BIT [SB0401] (CA0106) , greyed out not selectable ( attached image "SoundVideoDialogueBox.png")
Please help me to restore my sound driver , audio capabilities . How to fix this big mess . Please enlighten me out of this problem.
Below is the text that I got in terminal after running the instructions given above in bold blue
__________________________________________________ __________
F .deps/timer_symbols.Tpo -c timer_symbols.c -fPIC -DPIC -o .libs/timer_symbols.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o libtimer.la timer.lo timer_hw.lo timer_query.lo timer_query_hw.lo timer_symbols.lo
ar cru .libs/libtimer.a .libs/timer.o .libs/timer_hw.o .libs/timer_query.o .libs/timer_query_hw.o .libs/timer_symbols.o
ranlib .libs/libtimer.a
creating libtimer.la
(cd .libs && rm -f libtimer.la && ln -s ../libtimer.la libtimer.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/timer'
Making all in rawmidi
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/rawmidi'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi.lo -MD -MP -MF ".deps/rawmidi.Tpo" -c -o rawmidi.lo rawmidi.c; \
then mv -f ".deps/rawmidi.Tpo" ".deps/rawmidi.Plo"; else rm -f ".deps/rawmidi.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi.lo -MD -MP -MF .deps/rawmidi.Tpo -c rawmidi.c -fPIC -DPIC -o .libs/rawmidi.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_hw.lo -MD -MP -MF ".deps/rawmidi_hw.Tpo" -c -o rawmidi_hw.lo rawmidi_hw.c; \
then mv -f ".deps/rawmidi_hw.Tpo" ".deps/rawmidi_hw.Plo"; else rm -f ".deps/rawmidi_hw.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_hw.lo -MD -MP -MF .deps/rawmidi_hw.Tpo -c rawmidi_hw.c -fPIC -DPIC -o .libs/rawmidi_hw.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_symbols.lo -MD -MP -MF ".deps/rawmidi_symbols.Tpo" -c -o rawmidi_symbols.lo rawmidi_symbols.c; \
then mv -f ".deps/rawmidi_symbols.Tpo" ".deps/rawmidi_symbols.Plo"; else rm -f ".deps/rawmidi_symbols.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_symbols.lo -MD -MP -MF .deps/rawmidi_symbols.Tpo -c rawmidi_symbols.c -fPIC -DPIC -o .libs/rawmidi_symbols.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_virt.lo -MD -MP -MF ".deps/rawmidi_virt.Tpo" -c -o rawmidi_virt.lo rawmidi_virt.c; \
then mv -f ".deps/rawmidi_virt.Tpo" ".deps/rawmidi_virt.Plo"; else rm -f ".deps/rawmidi_virt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT rawmidi_virt.lo -MD -MP -MF .deps/rawmidi_virt.Tpo -c rawmidi_virt.c -fPIC -DPIC -o .libs/rawmidi_virt.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o librawmidi.la rawmidi.lo rawmidi_hw.lo rawmidi_symbols.lo rawmidi_virt.lo
ar cru .libs/librawmidi.a .libs/rawmidi.o .libs/rawmidi_hw.o .libs/rawmidi_symbols.o .libs/rawmidi_virt.o
ranlib .libs/librawmidi.a
creating librawmidi.la
(cd .libs && rm -f librawmidi.la && ln -s ../librawmidi.la librawmidi.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/rawmidi'
Making all in hwdep
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/hwdep'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep.lo -MD -MP -MF ".deps/hwdep.Tpo" -c -o hwdep.lo hwdep.c; \
then mv -f ".deps/hwdep.Tpo" ".deps/hwdep.Plo"; else rm -f ".deps/hwdep.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep.lo -MD -MP -MF .deps/hwdep.Tpo -c hwdep.c -fPIC -DPIC -o .libs/hwdep.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep_hw.lo -MD -MP -MF ".deps/hwdep_hw.Tpo" -c -o hwdep_hw.lo hwdep_hw.c; \
then mv -f ".deps/hwdep_hw.Tpo" ".deps/hwdep_hw.Plo"; else rm -f ".deps/hwdep_hw.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep_hw.lo -MD -MP -MF .deps/hwdep_hw.Tpo -c hwdep_hw.c -fPIC -DPIC -o .libs/hwdep_hw.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep_symbols.lo -MD -MP -MF ".deps/hwdep_symbols.Tpo" -c -o hwdep_symbols.lo hwdep_symbols.c; \
then mv -f ".deps/hwdep_symbols.Tpo" ".deps/hwdep_symbols.Plo"; else rm -f ".deps/hwdep_symbols.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT hwdep_symbols.lo -MD -MP -MF .deps/hwdep_symbols.Tpo -c hwdep_symbols.c -fPIC -DPIC -o .libs/hwdep_symbols.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o libhwdep.la hwdep.lo hwdep_hw.lo hwdep_symbols.lo
ar cru .libs/libhwdep.a .libs/hwdep.o .libs/hwdep_hw.o .libs/hwdep_symbols.o
ranlib .libs/libhwdep.a
creating libhwdep.la
(cd .libs && rm -f libhwdep.la && ln -s ../libhwdep.la libhwdep.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/hwdep'
Making all in seq
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/seq'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_hw.lo -MD -MP -MF ".deps/seq_hw.Tpo" -c -o seq_hw.lo seq_hw.c; \
then mv -f ".deps/seq_hw.Tpo" ".deps/seq_hw.Plo"; else rm -f ".deps/seq_hw.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_hw.lo -MD -MP -MF .deps/seq_hw.Tpo -c seq_hw.c -fPIC -DPIC -o .libs/seq_hw.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq.lo -MD -MP -MF ".deps/seq.Tpo" -c -o seq.lo seq.c; \
then mv -f ".deps/seq.Tpo" ".deps/seq.Plo"; else rm -f ".deps/seq.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq.lo -MD -MP -MF .deps/seq.Tpo -c seq.c -fPIC -DPIC -o .libs/seq.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_event.lo -MD -MP -MF ".deps/seq_event.Tpo" -c -o seq_event.lo seq_event.c; \
then mv -f ".deps/seq_event.Tpo" ".deps/seq_event.Plo"; else rm -f ".deps/seq_event.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_event.lo -MD -MP -MF .deps/seq_event.Tpo -c seq_event.c -fPIC -DPIC -o .libs/seq_event.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seqmid.lo -MD -MP -MF ".deps/seqmid.Tpo" -c -o seqmid.lo seqmid.c; \
then mv -f ".deps/seqmid.Tpo" ".deps/seqmid.Plo"; else rm -f ".deps/seqmid.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seqmid.lo -MD -MP -MF .deps/seqmid.Tpo -c seqmid.c -fPIC -DPIC -o .libs/seqmid.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_midi_event.lo -MD -MP -MF ".deps/seq_midi_event.Tpo" -c -o seq_midi_event.lo seq_midi_event.c; \
then mv -f ".deps/seq_midi_event.Tpo" ".deps/seq_midi_event.Plo"; else rm -f ".deps/seq_midi_event.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_midi_event.lo -MD -MP -MF .deps/seq_midi_event.Tpo -c seq_midi_event.c -fPIC -DPIC -o .libs/seq_midi_event.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_symbols.lo -MD -MP -MF ".deps/seq_symbols.Tpo" -c -o seq_symbols.lo seq_symbols.c; \
then mv -f ".deps/seq_symbols.Tpo" ".deps/seq_symbols.Plo"; else rm -f ".deps/seq_symbols.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_symbols.lo -MD -MP -MF .deps/seq_symbols.Tpo -c seq_symbols.c -fPIC -DPIC -o .libs/seq_symbols.o
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_old.lo -MD -MP -MF ".deps/seq_old.Tpo" -c -o seq_old.lo seq_old.c; \
then mv -f ".deps/seq_old.Tpo" ".deps/seq_old.Plo"; else rm -f ".deps/seq_old.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT seq_old.lo -MD -MP -MF .deps/seq_old.Tpo -c seq_old.c -fPIC -DPIC -o .libs/seq_old.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o libseq.la seq_hw.lo seq.lo seq_event.lo seqmid.lo seq_midi_event.lo seq_symbols.lo seq_old.lo
ar cru .libs/libseq.a .libs/seq_hw.o .libs/seq.o .libs/seq_event.o .libs/seqmid.o .libs/seq_midi_event.o .libs/seq_symbols.o .libs/seq_old.o
ranlib .libs/libseq.a
creating libseq.la
(cd .libs && rm -f libseq.la && ln -s ../libseq.la libseq.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/seq'
Making all in alisp
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/alisp'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT alisp.lo -MD -MP -MF ".deps/alisp.Tpo" -c -o alisp.lo alisp.c; \
then mv -f ".deps/alisp.Tpo" ".deps/alisp.Plo"; else rm -f ".deps/alisp.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT alisp.lo -MD -MP -MF .deps/alisp.Tpo -c alisp.c -fPIC -DPIC -o .libs/alisp.o
alisp.c: In function 'F_princ':
alisp.c:1711: warning: format not a string literal and no format arguments
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o libalisp.la alisp.lo
ar cru .libs/libalisp.a .libs/alisp.o
ranlib .libs/libalisp.a
creating libalisp.la
(cd .libs && rm -f libalisp.la && ln -s ../libalisp.la libalisp.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/alisp'
Making all in compat
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/compat'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -g -O2 -MT empty.lo -MD -MP -MF ".deps/empty.Tpo" -c -o empty.lo empty.c; \
then mv -f ".deps/empty.Tpo" ".deps/empty.Plo"; else rm -f ".deps/empty.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -g -O2 -MT empty.lo -MD -MP -MF .deps/empty.Tpo -c empty.c -fPIC -DPIC -o .libs/empty.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o libcompat.la empty.lo
ar cru .libs/libcompat.a .libs/empty.o
ranlib .libs/libcompat.a
creating libcompat.la
(cd .libs && rm -f libcompat.la && ln -s ../libcompat.la libcompat.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/compat'
Making all in conf
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/conf'
Making all in cards
make[3]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/conf/cards'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/conf/cards'
Making all in pcm
make[3]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/conf/pcm'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/conf/pcm'
make[3]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src/conf'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/conf'
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src/conf'
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/src'
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT conf.lo -MD -MP -MF ".deps/conf.Tpo" -c -o conf.lo conf.c; \
then mv -f ".deps/conf.Tpo" ".deps/conf.Plo"; else rm -f ".deps/conf.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fPIC -DPIC -o .libs/conf.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT confmisc.lo -MD -MP -MF ".deps/confmisc.Tpo" -c -o confmisc.lo confmisc.c; \
then mv -f ".deps/confmisc.Tpo" ".deps/confmisc.Plo"; else rm -f ".deps/confmisc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT confmisc.lo -MD -MP -MF .deps/confmisc.Tpo -c confmisc.c -fPIC -DPIC -o .libs/confmisc.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT input.lo -MD -MP -MF ".deps/input.Tpo" -c -o input.lo input.c; \
then mv -f ".deps/input.Tpo" ".deps/input.Plo"; else rm -f ".deps/input.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -fPIC -DPIC -o .libs/input.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT output.lo -MD -MP -MF ".deps/output.Tpo" -c -o output.lo output.c; \
then mv -f ".deps/output.Tpo" ".deps/output.Plo"; else rm -f ".deps/output.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT output.lo -MD -MP -MF .deps/output.Tpo -c output.c -fPIC -DPIC -o .libs/output.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT async.lo -MD -MP -MF ".deps/async.Tpo" -c -o async.lo async.c; \
then mv -f ".deps/async.Tpo" ".deps/async.Plo"; else rm -f ".deps/async.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT async.lo -MD -MP -MF .deps/async.Tpo -c async.c -fPIC -DPIC -o .libs/async.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT error.lo -MD -MP -MF ".deps/error.Tpo" -c -o error.lo error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Plo"; else rm -f ".deps/error.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fPIC -DPIC -o .libs/error.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT dlmisc.lo -MD -MP -MF ".deps/dlmisc.Tpo" -c -o dlmisc.lo dlmisc.c; \
then mv -f ".deps/dlmisc.Tpo" ".deps/dlmisc.Plo"; else rm -f ".deps/dlmisc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT dlmisc.lo -MD -MP -MF .deps/dlmisc.Tpo -c dlmisc.c -fPIC -DPIC -o .libs/dlmisc.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT socket.lo -MD -MP -MF ".deps/socket.Tpo" -c -o socket.lo socket.c; \
then mv -f ".deps/socket.Tpo" ".deps/socket.Plo"; else rm -f ".deps/socket.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.c -fPIC -DPIC -o .libs/socket.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT shmarea.lo -MD -MP -MF ".deps/shmarea.Tpo" -c -o shmarea.lo shmarea.c; \
then mv -f ".deps/shmarea.Tpo" ".deps/shmarea.Plo"; else rm -f ".deps/shmarea.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT shmarea.lo -MD -MP -MF .deps/shmarea.Tpo -c shmarea.c -fPIC -DPIC -o .libs/shmarea.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT userfile.lo -MD -MP -MF ".deps/userfile.Tpo" -c -o userfile.lo userfile.c; \
then mv -f ".deps/userfile.Tpo" ".deps/userfile.Plo"; else rm -f ".deps/userfile.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT userfile.lo -MD -MP -MF .deps/userfile.Tpo -c userfile.c -fPIC -DPIC -o .libs/userfile.o
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT names.lo -MD -MP -MF ".deps/names.Tpo" -c -o names.lo names.c; \
then mv -f ".deps/names.Tpo" ".deps/names.Plo"; else rm -f ".deps/names.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT names.lo -MD -MP -MF .deps/names.Tpo -c names.c -fPIC -DPIC -o .libs/names.o
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libasound.la -rpath /usr/lib -version-info 2:0:0 -Wl,--version-script=Versions conf.lo confmisc.lo input.lo output.lo async.lo error.lo dlmisc.lo socket.lo shmarea.lo userfile.lo names.lo control/libcontrol.la mixer/libmixer.la pcm/libpcm.la timer/libtimer.la rawmidi/librawmidi.la hwdep/libhwdep.la seq/libseq.la alisp/libalisp.la compat/libcompat.la -lm -ldl -lpthread -lrt
gcc -shared .libs/conf.o .libs/confmisc.o .libs/input.o .libs/output.o .libs/async.o .libs/error.o .libs/dlmisc.o .libs/socket.o .libs/shmarea.o .libs/userfile.o .libs/names.o -Wl,--whole-archive control/.libs/libcontrol.a mixer/.libs/libmixer.a pcm/.libs/libpcm.a timer/.libs/libtimer.a rawmidi/.libs/librawmidi.a hwdep/.libs/libhwdep.a seq/.libs/libseq.a alisp/.libs/libalisp.a compat/.libs/libcompat.a -Wl,--no-whole-archive -lm -ldl -lpthread -lrt -Wl,--version-script=Versions -Wl,-soname -Wl,libasound.so.2 -o .libs/libasound.so.2.0.0
(cd .libs && rm -f libasound.so.2 && ln -s libasound.so.2.0.0 libasound.so.2)
(cd .libs && rm -f libasound.so && ln -s libasound.so.2.0.0 libasound.so)
creating libasound.la
(cd .libs && rm -f libasound.la && ln -s ../libasound.la libasound.la)
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src'
make[1]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/src'
Making all in modules
make[1]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/modules'
Making all in mixer
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer'
Making all in simple
make[3]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer/simple'
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT sbase.lo -MD -MP -MF ".deps/sbase.Tpo" -c -o sbase.lo sbase.c; \
then mv -f ".deps/sbase.Tpo" ".deps/sbase.Plo"; else rm -f ".deps/sbase.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT sbase.lo -MD -MP -MF .deps/sbase.Tpo -c sbase.c -fPIC -DPIC -o .libs/sbase.o
/bin/bash ../../../libtool --tag=CC --mode=link gcc -g -O2 -W -Wall -g -O2 -o smixer-sbase.la -rpath /usr/lib/alsa-lib/smixer -module -avoid-version sbase.lo ../../../src/libasound.la
gcc -shared .libs/sbase.o -Wl,--rpath -Wl,/home/rkadmin/alsa-lib-1.0.20/src/.libs ../../../src/.libs/libasound.so -Wl,-soname -Wl,smixer-sbase.so -o .libs/smixer-sbase.so
creating smixer-sbase.la
(cd .libs && rm -f smixer-sbase.la && ln -s ../smixer-sbase.la smixer-sbase.la)
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT ac97.lo -MD -MP -MF ".deps/ac97.Tpo" -c -o ac97.lo ac97.c; \
then mv -f ".deps/ac97.Tpo" ".deps/ac97.Plo"; else rm -f ".deps/ac97.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT ac97.lo -MD -MP -MF .deps/ac97.Tpo -c ac97.c -fPIC -DPIC -o .libs/ac97.o
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT sbasedl.lo -MD -MP -MF ".deps/sbasedl.Tpo" -c -o sbasedl.lo sbasedl.c; \
then mv -f ".deps/sbasedl.Tpo" ".deps/sbasedl.Plo"; else rm -f ".deps/sbasedl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT sbasedl.lo -MD -MP -MF .deps/sbasedl.Tpo -c sbasedl.c -fPIC -DPIC -o .libs/sbasedl.o
/bin/bash ../../../libtool --tag=CC --mode=link gcc -g -O2 -W -Wall -g -O2 -o smixer-ac97.la -rpath /usr/lib/alsa-lib/smixer -module -avoid-version ac97.lo sbasedl.lo ../../../src/libasound.la -ldl
gcc -shared .libs/ac97.o .libs/sbasedl.o -Wl,--rpath -Wl,/home/rkadmin/alsa-lib-1.0.20/src/.libs ../../../src/.libs/libasound.so -ldl -Wl,-soname -Wl,smixer-ac97.so -o .libs/smixer-ac97.so
creating smixer-ac97.la
(cd .libs && rm -f smixer-ac97.la && ln -s ../smixer-ac97.la smixer-ac97.la)
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT hda.lo -MD -MP -MF ".deps/hda.Tpo" -c -o hda.lo hda.c; \
then mv -f ".deps/hda.Tpo" ".deps/hda.Plo"; else rm -f ".deps/hda.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -g -O2 -MT hda.lo -MD -MP -MF .deps/hda.Tpo -c hda.c -fPIC -DPIC -o .libs/hda.o
/bin/bash ../../../libtool --tag=CC --mode=link gcc -g -O2 -W -Wall -g -O2 -o smixer-hda.la -rpath /usr/lib/alsa-lib/smixer -module -avoid-version hda.lo sbasedl.lo ../../../src/libasound.la -ldl
gcc -shared .libs/hda.o .libs/sbasedl.o -Wl,--rpath -Wl,/home/rkadmin/alsa-lib-1.0.20/src/.libs ../../../src/.libs/libasound.so -ldl -Wl,-soname -Wl,smixer-hda.so -o .libs/smixer-hda.so
creating smixer-hda.la
(cd .libs && rm -f smixer-hda.la && ln -s ../smixer-hda.la smixer-hda.la)
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I/usr/include/python2.6 -I/usr/include/python2.6 -g -O2 -MT smixer_python_la-python.lo -MD -MP -MF ".deps/smixer_python_la-python.Tpo" -c -o smixer_python_la-python.lo `test -f 'python.c' || echo './'`python.c; \
then mv -f ".deps/smixer_python_la-python.Tpo" ".deps/smixer_python_la-python.Plo"; else rm -f ".deps/smixer_python_la-python.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I/usr/include/python2.6 -I/usr/include/python2.6 -g -O2 -MT smixer_python_la-python.lo -MD -MP -MF .deps/smixer_python_la-python.Tpo -c python.c -fPIC -DPIC -o .libs/smixer_python_la-python.o
/bin/bash ../../../libtool --tag=CC --mode=link gcc -g -O2 -W -Wall -g -O2 -o smixer-python.la -rpath /usr/lib/alsa-lib/smixer -module -avoid-version smixer_python_la-python.lo ../../../src/libasound.la -lpthread -ldl -lutil -lm -lpython2.6
gcc -shared .libs/smixer_python_la-python.o -Wl,--rpath -Wl,/home/rkadmin/alsa-lib-1.0.20/src/.libs ../../../src/.libs/libasound.so -lpthread -ldl -lutil -lm -lpython2.6 -Wl,-soname -Wl,smixer-python.so -o .libs/smixer-python.so
creating smixer-python.la
(cd .libs && rm -f smixer-python.la && ln -s ../smixer-python.la smixer-python.la)
make[3]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer/simple'
make[3]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer'
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/modules/mixer'
make[2]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/modules'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/modules'
make[1]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/modules'
Making all in aserver
make[1]: Entering directory `/home/rkadmin/alsa-lib-1.0.20/aserver'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../src/pcm -g -O2 -MT aserver.o -MD -MP -MF ".deps/aserver.Tpo" -c -o aserver.o aserver.c; \
then mv -f ".deps/aserver.Tpo" ".deps/aserver.Po"; else rm -f ".deps/aserver.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o aserver aserver.o ../src/libasound.la
mkdir .libs
gcc -g -O2 -o .libs/aserver aserver.o ../src/.libs/libasound.so -lm -ldl -lpthread -lrt
creating aserver
make[1]: Leaving directory `/home/rkadmin/alsa-lib-1.0.20/aserver'
Making all in alsalisp
Comment