From alsa-user-owner@alsa.jcu.cz  Fri May 29 20:38:39 1998
Received: from ale.physics.sunysb.edu (root@ale.physics.sunysb.edu [129.49.30.117])
	by marvin.jcu.cz (8.8.8/8.8.8) with ESMTP id UAA01973
	for <alsa-user@alsa.JCU.CZ>; Fri, 29 May 1998 20:37:51 +0200
Received: from fatman.physics.sunysb.edu (really [129.49.30.155]) by superk.physics.sunysb.edu
	via in.smtpd with esmtp (ident root using rfc1413)
	id <m0yfU2F-000PonC@ale.physics.sunysb.edu> (Debian Smail3.2.0.101)
	for <alsa-user@alsa.jcu.cz>; Fri, 29 May 1998 14:37:47 -0400 (EDT) 
Received: from fatman.physics.sunysb.edu (really [127.0.0.1]) by superk.physics.sunysb.edu
	via in.smtpd with esmtp (ident sharkey using rfc1413)
	id <m0yfU2I-0000XeC@fatman.physics.sunysb.edu> (Debian Smail3.2.0.101)
	for <alsa-user@alsa.jcu.cz>; Fri, 29 May 1998 14:37:50 -0400 (EDT) 
Message-Id: <m0yfU2I-0000XeC@fatman.physics.sunysb.edu>
To: alsa-user@alsa.JCU.CZ
Subject: unresolved symbols in snd.o 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Fri, 29 May 1998 14:37:48 -0400
From: Eric Sharkey <sharkey@fatman.physics.sunysb.edu>
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list


Hi all,

I decided to upgrade from Alsa 0.1.0-pre5 to 0.1.3 today, but I'm having
trouble.  I tried to downgrade back to 0.1.0-pre5, but I'm having the same
problem with that too, which makes me think I'm doing something stupid.

I downloaded the source, changed to the directory, ran "./configure" and then
"make install".

The compilation seemed to go ok until here:

ALSA modules were sucessfully compiled.

mkdir -p /lib/modules/2.0.33/misc
rm -f /lib/modules/2.0.33/misc/snd*.o /lib/modules/2.0.33/misc/persist.o
cp modules/* /lib/modules/2.0.33/misc
/sbin/depmod -a 2.0.33
/lib/modules/2.0.33/misc/snd.o: unresolved symbol(s)
/lib/modules/2.0.33/misc/snd-pcm.o: unresolved symbol(s)
/lib/modules/2.0.33/misc/snd-pcm-oss.o: unresolved symbol(s)
/lib/modules/2.0.33/misc/snd-mixer.o: unresolved symbol(s)
/lib/modules/2.0.33/misc/snd-midi.o: unresolved symbol(s)
/lib/modules/2.0.33/misc/snd-gus.o: unresolved symbol(s)
install -m 644 include/sound.h /usr/include/linux
install -m 644 include/sounddetect.h /usr/include/linux
cat WARNING

[snip]


If I just ignore that and try "modprobe snd-interwave" I get:

/lib/modules/2.0.33/misc/snd.o: unresolved symbol mem_map_R48cdefaf
/lib/modules/2.0.33/misc/snd.o: unresolved symbol iput_R52d90afb
/lib/modules/2.0.33/misc/snd.o: unresolved symbol proc_unregister_R3fbb95d5
/lib/modules/2.0.33/misc/snd.o: unresolved symbol proc_root_R6ec32c17
/lib/modules/2.0.33/misc/snd.o: unresolved symbol register_chrdev_R5ed8cb3a
/lib/modules/2.0.33/misc/snd.o: unresolved symbol __iget_R3fdb7b83
/lib/modules/2.0.33/misc/snd.o: unresolved symbol proc_register_dynamic_Rcc643d
66
snd: No such file or directory
snd-mixer: No such file or directory


Anybody have a clue what I'm doing wrong?

Eric


