Komputer saya memakai Soundcard via motherboard dengan spesifikasi Via686a
dan saya pakai Mandrake 7.2 dan telah terdeteksi via harddrake tetapi setelah
di run configuration tool dan playing sample tetapi tidak ada bunyi. Oleh
karena itu saya coba download alsa versi 5.10b dan setelah di make selalu ada
error seperti tercantum di bawah ini. Tolong bantuan informasinya
thanks
./configure --with-isapnp=auto --with-sequencer=yes --with-oss=yes
--with-cards=via686a
loading cache ./config.cache
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for linux/fs.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether gcc needs -traditional... (cached) no
checking for directory with kernel source... /usr/src/linux
checking for kernel version... 2.2.17-21mdk
checking for kernel module symbol versions... yes
checking for PCI support in kernel... yes
checking for SGI/MIPS (HAL2) architecture... no
checking for directory to store kernel modules...
/lib/modules/2.2.17-21mdk/miscchecking for debug level... none
checking for processor type... i586
checking for SMP... no
checking for ISA PnP driver in kernel... no
checking for ISA PnP support... no
checking for driver version... 0.5.10b
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for which soundcards to compile driver for... via686a
creating ./config.status
creating snddevices
creating utils/alsa-driver.spec
creating cards.config
creating include/config.h
creating include/config1.h
creating include/version.h
include/version.h is unchanged
[root@localhost /alsa-driver-0.5.10b]# make
make[1]: Entering directory `/alsa-driver-0.5.10b/support'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/alsa-driver-0.5.10b/support'
make[1]: Entering directory `/alsa-driver-0.5.10b/kernel'
rm -f ../include/modules/sound.ver
gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E
-D__GENKSYMS__ sound.c | /sbin/genksyms -k 2.2.17 >
../include/modules/sound.ver
In file included from ../include/driver.h:108,
from sound.c:23:
../include/compat_22.h:8: warning: `init_MUTEX' redefined
/usr/src/linux/include/asm/semaphore.h:44: warning: this is the location of
the previous definition
../include/compat_22.h:9: warning: `DECLARE_MUTEX' redefined
/usr/src/linux/include/asm/semaphore.h:46: warning: this is the location of
the previous definition
../include/compat_22.h:12: warning: `init_waitqueue_head' redefined
/usr/src/linux/include/linux/wait.h:24: warning: this is the location of the
previous definition
../include/compat_22.h:13: warning: `init_waitqueue_entry' redefined
/usr/src/linux/include/linux/wait.h:25: warning: this is the location of the
previous definition
../include/compat_22.h:14: warning: `set_current_state' redefined
/usr/src/linux/include/linux/sched.h:507: warning: this is the location of
the previous definition
rm -f ../include/modules/mixer.ver
gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E
-D__GENKSYMS__ mixer.c | /sbin/genksyms -k 2.2.17 >
../include/modules/mixer.ver
In file included from ../include/driver.h:108,
from mixer.c:23:
../include/compat_22.h:8: warning: `init_MUTEX' redefined
/usr/src/linux/include/asm/semaphore.h:44: warning: this is the location of
the previous definition
../include/compat_22.h:9: warning: `DECLARE_MUTEX' redefined
/usr/src/linux/include/asm/semaphore.h:46: warning: this is the location of
the previous definition
../include/compat_22.h:12: warning: `init_waitqueue_head' redefined
/usr/src/linux/include/linux/wait.h:24: warning: this is the location of the
previous definition
../include/compat_22.h:13: warning: `init_waitqueue_entry' redefined
/usr/src/linux/include/linux/wait.h:25: warning: this is the location of the
previous definition
../include/compat_22.h:14: warning: `set_current_state' redefined
/usr/src/linux/include/linux/sched.h:507: warning: this is the location of
the previous definition
rm -f ../include/modules/pcm.ver
gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2
-malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes
-fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB -c
sound.c
In file included from ../include/driver.h:108,
from sound.c:23:
../include/compat_22.h:8: warning: `init_MUTEX' redefined
/usr/src/linux/include/asm/semaphore.h:44: warning: this is the location of
the previous definition
../include/compat_22.h:9: warning: `DECLARE_MUTEX' redefined
/usr/src/linux/include/asm/semaphore.h:46: warning: this is the location of
the previous definition
../include/compat_22.h:12: warning: `init_waitqueue_head' redefined
/usr/src/linux/include/linux/wait.h:24: warning: this is the location of the
previous definition
../include/compat_22.h:13: warning: `init_waitqueue_entry' redefined
/usr/src/linux/include/linux/wait.h:25: warning: this is the location of the
previous definition
../include/compat_22.h:14: warning: `set_current_state' redefined
/usr/src/linux/include/linux/sched.h:507: warning: this is the location of
the previous definition
In file included from ../include/driver.h:108,
from sound.c:23:
../include/compat_22.h:10: redefinition of `wait_queue_t'
/usr/src/linux/include/linux/wait.h:18: `wait_queue_t' previously declared
here
../include/compat_22.h:11: redefinition of `wait_queue_head_t'
/usr/src/linux/include/linux/wait.h:19: `wait_queue_head_t' previously
declared
here
../include/compat_22.h:20: redefinition of `list_add_tail'
/usr/src/linux/include/linux/list.h:57: `list_add_tail' previously defined
here
{standard input}: Assembler messages:
{standard input}:9: Warning: Ignoring changed section attributes for .modinfo
make[1]: *** [sound.o] Error 1
make[1]: Leaving directory `/alsa-driver-0.5.10b/kernel'
make: *** [compile] Error 1
--------------------------------------------------------------------------
Utk berhenti langganan, kirim email ke [EMAIL PROTECTED]
Dapatkan FAQ milis dg mengirim email kosong ke [EMAIL PROTECTED]
Informasi arsip di http://www.linux.or.id/milis.php3
Pengelola dapat dihubungi lewat [EMAIL PROTECTED]