I want to update my current configuration (SuSE 7.3 with ALSA 0.5)
What's going wrong ?

I compiled all the sources the following way:

drivers: ./configure --with-isapnp=yes --with-sequencer=yes 
--with-debug=detect; make install
libs: ./configure ; make install

modprobe snd-card-sb16 fails with this:

/lib/modules/2.4.10-4GB/kernel/sound/acore/seq/snd-seq-device.o: 
unresolved symbol _snd_magic_kcalloc
/lib/modules/2.4.10-4GB/kernel/sound/acore/seq/snd-seq-device.o: 
unresolved symbol snd_hidden_kmalloc
/lib/modules/2.4.10-4GB/kernel/sound/acore/seq/snd-seq-device.o: 
unresolved symbol snd_magic_kfree
/lib/modules/2.4.10-4GB/kernel/sound/acore/seq/snd-seq-device.o: 
unresolved symbol snd_hidden_kfree
/lib/modules/2.4.10-4GB/kernel/sound/acore/seq/snd-seq-device.o: insmod 
/lib/modules/2.4.10-4GB/kernel/sound/acore/seq/snd-seq-device.o failed
/lib/modules/2.4.10-4GB/kernel/sound/acore/seq/snd-seq-device.o: insmod 
snd-card-sb16 failed

my System: AMD K6, 200 MHz, SB16
SuSE Linux 7.3 (i386)
VERSION = 7.3
with standard Kernel (pentium optimized)
this kernel has sound support as modul


modules.conf looks like this:

#*****************************************************************************
# Example configs for ALSA
#
# You don't need to run isapnp with ALSA, it has full PnP support.
# See /usr/share/doc/packages/alsa/README.SuSE
#*****************************************************************************
#
# ALSA native device support and OSS emulation support. Uncomment these
# lines to enable ALSA:
#
alias char-major-14      soundcore
alias char-major-116     snd
#
alias snd-card-0 snd-card-sb16
alias sound-slot-0       snd-card-0
#
alias sound-service-0-0  snd-mixer-oss
alias sound-service-0-1  snd-seq-oss
alias sound-service-0-3  snd-pcm-oss
alias sound-service-0-8  snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

#
# Uncomment this line too, you can setup your ALSA device permissions here:
#
options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666 
snd_device_gid=17 snd_device_uid=0
#
# ALSA Card examples:
#
#     Creative SB16 PnP (ALSA will do isapnp itself per default):
#
alias snd-card-0 snd-card-sb16
options snd-card-sb16 snd_index=0
#



_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to