Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
insmod snd.o -> unresolved symbols
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
slak
n00b
n00b


Joined: 16 Jun 2002
Posts: 31

PostPosted: Wed Nov 20, 2002 9:16 pm    Post subject: insmod snd.o -> unresolved symbols Reply with quote

insmod snd
Using /lib/modules/2.4.19-gentoo-r10/kernel/sound/acore/snd.o
/lib/modules/2.4.19-gentoo-r10/kernel/sound/acore/snd.o: unresolved symbol request_module
/lib/modules/2.4.19-gentoo-r10/kernel/sound/acore/snd.o: unresolved symbol unregister_sound_special_R99c95fa5
/lib/modules/2.4.19-gentoo-r10/kernel/sound/acore/snd.o: unresolved symbol register_sound_special_R22b2fa04

i had to recompile the kernel in order to install new alsa-drivers; now i have got some problems with the modules; any idea?
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Wed Nov 20, 2002 9:56 pm    Post subject: Reply with quote

Moved from Installing Gentoo.

Forums front page wrote:
Installing Gentoo
If you've finished the install guide, look somewhere else. But if you're still working your way through it, or just need some info before you start your install, this is the place.

_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
m0pr0be
Guru
Guru


Joined: 29 Aug 2002
Posts: 308

PostPosted: Wed Nov 20, 2002 10:07 pm    Post subject: Reply with quote

to resolve this problem, do the following:
Code:

cd /usr/src/linux
cp .config config.bak
make mrproper
cp config.bak .config
make oldconfig
make dep && make bzImage modules modules_install


then copy your new kernel image to the boot directory:

Code:

mount /boot
mv /boot/bzImage /boot/bzImage.old
cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzImage
umount /boot


now reboot and re-emerge alsa again!
after that everything should be fine.
i hope this helps

Christoph
Back to top
View user's profile Send private message
slak
n00b
n00b


Joined: 16 Jun 2002
Posts: 31

PostPosted: Wed Nov 20, 2002 10:37 pm    Post subject: Reply with quote

don't think so, cause i use gentoo sources r10 right now; and i used r9 when i compilled alsa for the first time so i can't do this; by the way.. i have removed the rc9 directory as portage deleted all the files needed to compile it
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum