I'm sendin this again, since this time, I sent it to the wrong list. 
Thanks in advance for any help you may give.

                                                        BL.

----- Forwarded message from A Guy Called Tyketto <[EMAIL PROTECTED]> -----

Date: Wed, 19 Dec 2001 00:03:12 -0800
From: A Guy Called Tyketto <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: modprobe fails for FM801 cards w/0.5.12a
User-Agent: Mutt/1.3.23.2i
X-Operating-System: Linux/2.5.1-dj3 (i686)
X-uptime: 11:38pm  up  4:54,  2 users,  load average: 0.00, 0.00, 0.00
X-RSA-KeyID: 0xE9DF4D85
X-DSA-KeyID: 0xE319F0BF
X-PGP-Keys: see http://www.omnilinx.net/~tyketto/pgp.html


        Heya everyone.

        I reported this problem with ALSA-0.5.12 before, and received no 
response, so I am sending it again.

        I've tried compiling 0.5.12 and 0.5.12a on 2 different kernels, and 
while they compile cleanly, they both fail on modprobing the driver. The 
output is very much the same. 0.5.12 was compiled with 2.4.14 (slackware 8.0). 
0.5.12 was with kernel 2.5.1, also slackware 8.0. No version higher than 
0.5.10b has been able to work for me, and my FM801 card. Appears to me, that 
the same 2 functions aren't being defined anywhere in the driver. My setup:

gcc-2.95.3
binutils 2.11.90.0.19
kernels 2.4.14 and 2.5.1 (previously mentioned)
modutils 2.4.12
alsa-lib 0.5.10b
alsa-utils 0.5.10

configured with:   
./configure --with-moddir=/lib/modules/2.5.1-dj3/kernel/drivers/sound 
--with-debug=basic --with-isapnp=auto --with-sequencer=yes --with-oss=yes 
--with-cards=fm801

./configure --with-moddir=/lib/modules/2.4.14/kernel/drivers/sound 
--with-debug=basic --with-isapnp=auto --with-sequencer=yes --with-oss=yes 
--with-cards=fm801

        First, from 2.4.14, then from 2.5.1:

--snip--
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd-ac97-codec.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd-fm801.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd-hwdep.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd-mixer.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd-mpu401-uart.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd-opl3.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd-pcm-oss.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd-pcm.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd-rawmidi.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd-seq-dummy.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd-timer.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.4.14/kernel/drivers/sound/snd.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree

--snip--

depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd-ac97-codec.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd-fm801.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd-hwdep.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd-mixer.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd-mpu401-uart.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd-opl3.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd-pcm-oss.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd-pcm.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd-rawmidi.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd-seq-dummy.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd-timer.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree
depmod: *** Unresolved symbols in 
/lib/modules/2.5.1-dj3/kernel/drivers/sound/snd.o
depmod:         _snd_magic_kcalloc
depmod:         _snd_magic_kfree

--snip--

                                                        BL.
-- 
Brad Littlejohn                         | Email:        [EMAIL PROTECTED]
Unix Systems Administrator,             |           [EMAIL PROTECTED]
Web + NewsMaster, BOFH.. Smeghead! :)   |   http://www.wizard.com/~tyketto
  PGP: 1024D/E319F0BF 6980 AAD6 7329 E9E6 D569  F620 C819 199A E319 F0BF


----- End forwarded message -----

-- 
Brad Littlejohn                         | Email:        [EMAIL PROTECTED]
Unix Systems Administrator,             |           [EMAIL PROTECTED]
Web + NewsMaster, BOFH.. Smeghead! :)   |   http://www.wizard.com/~tyketto
  PGP: 1024D/E319F0BF 6980 AAD6 7329 E9E6 D569  F620 C819 199A E319 F0BF


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

Reply via email to