Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-29-2004, 03:07 PM
|
#1
|
Member
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Debian etch, Gentoo
Posts: 312
Rep:
|
kernel 2.4.24 compile error
Howdy gurus,
so I'm compiling along happily, everything's going fine, I make modules_install and after a while it barfs this back at me:
Code:
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.24; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.24/kernel/crypto/autoload.o
depmod: crypto_alg_lookup
depmod: *** Unresolved symbols in /lib/modules/2.4.24/kernel/crypto/proc.o
depmod: crypto_alg_sem
depmod: crypto_alg_list
depmod: *** Unresolved symbols in /lib/modules/2.4.24/kernel/drivers/media/radio/miropcm20.o
depmod: aci_version_R93350c87
depmod: aci_rw_cmd_Rcc7c4cd8
depmod: aci_port_R0d82adb6
make: *** [_modinst_post] Error 1
Looks like a .config problem, but I did not enable PCMCIA or the crypto libs... WTF? Has anyone solved this before?
TIA
B.
|
|
|
01-29-2004, 03:35 PM
|
#2
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
did you run 'make dep' before continuing with the rest of the build?
|
|
|
01-29-2004, 03:52 PM
|
#3
|
Member
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Debian etch, Gentoo
Posts: 312
Original Poster
Rep:
|
yeah... of course... I have compiled several kernels before on various (x86) hardware, but never seen this before... ah well I'll post the answer when I get through it...
Thanks for the response
B.
|
|
|
01-29-2004, 09:03 PM
|
#4
|
LQ Guru
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163
Rep:
|
is this a slackware kernel?
Slackware kernel are always busy, you might consider to get a fresh one from kernel.org 
|
|
|
01-29-2004, 09:09 PM
|
#5
|
Senior Member
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286
Rep:
|
did u make mrproper before u started? did u have an existing 2.4.24?
|
|
|
01-30-2004, 01:09 AM
|
#6
|
Member
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Debian etch, Gentoo
Posts: 312
Original Poster
Rep:
|
Thanks for the responses...
I'm compiling a kernel downloaded as the latest stable 2.4 release from ftp.kernel.org around Jan. 27, and I did have a 2.4.24 before, which had the same problem (I deleted /lib/modules/2.4.24 before I did a make mrproper this time, as well as the /boot/[bzImage|System.map]). This is a p2 with basically nothing but a semi-old but reliable IDE HDD, 64MB RAM and a RealTek 8139 compatible card in it, on an oldish ASUS mobo with nothing integrated. It's running RedHat 7.3 right now but as a public LAMP it's not really secure enough to rely on, and I would much rather trust it than totally cut off its external access.
Thanks again, ideas welcome
B.
|
|
|
01-30-2004, 06:31 PM
|
#7
|
Member
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Debian etch, Gentoo
Posts: 312
Original Poster
Rep:
|
Uh.... I got it, though unfortunately I'm not certain exactly what I did to make it work. First I enabled sound support without actually building any modules, and did the same with amateur radio support. Then I opened up the .config file and set
CONFIG_SOUND_OSS=m
after which it compiled and installed fine, and is now happily ticking away.
Hope this helps someone
B.
|
|
|
All times are GMT -5. The time now is 09:36 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|