Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
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.
|
|
02-05-2003, 07:59 AM
|
#1
|
Member
Registered: Jan 2003
Distribution: Redhat 9.0 Shrike
Posts: 37
Rep:
|
error compiling kernel
hello
i had to compile my kernel for my modem
i have done the following(kernel source is install):
cd /usr/src/linux-2.4.18-19.8.0
make mrproper
cp /usr/src/linux-2.4.18-19.8.0/configs/kernel-2.4.i686.config /usr/src/linux-2.4.18-19.8.0/.config
make oldconfig
make dep
make modules_install
and at make modules_install it gives me error 2 at drivers
and this way its not working correctly,cause its not finished
any ideeas?
|
|
|
02-05-2003, 08:05 AM
|
#2
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,305
Rep:
|
you have to compile the kernel and install it
if you want to install a new set of modules.
|
|
|
02-05-2003, 08:08 AM
|
#3
|
Member
Registered: Jan 2003
Distribution: Redhat 9.0 Shrike
Posts: 37
Original Poster
Rep:
|
how to install it?
ps: the error is: it doesnt recognize vfat either now,and gives many errors on startup
Last edited by GJoz; 02-05-2003 at 08:11 AM.
|
|
|
02-05-2003, 08:31 AM
|
#4
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,305
Rep:
|
generally, it's
make dep
make bzImage
make modules
make install
make modules_install
if your kernel has some missing stuff, though,
you may not be able to boot, after.
|
|
|
02-05-2003, 08:35 AM
|
#5
|
Member
Registered: Jan 2003
Distribution: Redhat 9.0 Shrike
Posts: 37
Original Poster
Rep:
|
ok
thanks
let me try
|
|
|
02-05-2003, 02:30 PM
|
#6
|
Member
Registered: Aug 2001
Distribution: Too many.
Posts: 102
Rep:
|
you can't install the modules without compiling them first.
And I for one dont use make install. Just copy the kernel (bzImage) from /usr/src/linux/arch/i386/boot (might have that wrong) and add to lilo.conf by hand.
|
|
|
All times are GMT -5. The time now is 11:30 AM.
|
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
|
|