Kernel Sizes

i've found a few of the errors.....

Oct 25 17:41:12 localhost modprobe: modprobe: Can't locate module char-major-226
Oct 25 17:41:12 localhost modprobe: modprobe: Can't locate module char-major-226

Oct 25 17:52:14 localhost xinetd[944]: warning: can't get client address: Transport endpoint is not connected

Oct 25 17:52:15 localhost modprobe: modprobe: Can't locate module sound-service-0-3
Oct 25 17:52:15 localhost kernel: Assertion failed! buffer != NULL,via82cxxx_audio.c,via_dsp_write,line=2308

Oct 28 13:12:07 localhost ifup: Can't open dependencies file /lib/modules/2.4.19/modules.dep (No such file or directory)

Oct 28 13:11:52 localhost mount: mount: mount point /proc/bus/usb does not exist

Oct 28 13:11:52 localhost rc.sysinit: Mounting USB filesystem: failed

Oct 28 13:11:52 localhost modprobe: modprobe: Can't open dependencies file /lib/modules/2.4.19/modules.dep (No such file o$

Oct 28 13:11:52 localhost rc.sysinit: Initializing USB HID interface: failed
Oct 28 13:11:52 localhost modprobe: modprobe: Can't open dependencies file /lib/modules/2.4.19/modules.dep (No such file o$

Oct 28 13:11:52 localhost rc.sysinit: Initializing USB keyboard: failed
Oct 28 13:11:52 localhost modprobe: modprobe: Can't open dependencies file /lib/modules/2.4.19/modules.dep (No such file o$

Oct 28 13:11:52 localhost rc.sysinit: Initializing USB mouse: failed

Oct 28 13:11:53 localhost depmod: depmod: Can't open /lib/modules/2.4.19/modules.dep for writing
Oct 28 13:11:53 localhost rc.sysinit: Finding module dependencies: failed



:confused:
 
Originally posted by Lucifer
it didn't panic :) it booted, but i broke network support :( and got a lot of errors during boot
also, i have to change the path in menu.lst from /boot/bzImage (as in your tutorial) to just /bzImage, i dunno why. /boot/bzImage just gave me a file not found error. where can i find a log of all the boot errors?

Where is your bzImage file though? It should be under /boot/bzImage. If its under / its in the wrong place.
 
Originally posted by Lucifer
yea, bzImage is at /boot/bzImage

i don't think i used any modules

i followed shak's instructions here

Yeah but the kernel is complaining that it can't find the /lib/modules/2.4.19/modules.dep file which is created with a

Code:
make modules
make modules_install
 
Even if you dont use any modules I believe its essential to run the make modules and make modules_install stages, this creates a document that tells the kernel exactly what it needs to look for in the modules.

Shak
 
Actually that particular boot error "can't find the /lib/modules/2.4.19/modules.dep" will come up if you don't have any modules. Even if you did the make modules bit. If theres no modules it will give the message "nothing to do" and the modules.dep will not be created. If you have an GF card, when you install the nvidia drivers for it, that particular error will go away since nvidia drivers are a module and the module.dep file will be created. If you do not plan on using any modules then remove modules support in the kernel to get rid of that error. I'm not sure about the other errors though.

edit: na, you don't need to use the make modules bit if you don't use any modules
 
make modules will just produce an empty file if I remember correctly. The kernel will complain if it cannot find the file, not if it doesn't have any modules in it.
 
Originally posted by Baloo
make modules will just produce an empty file if I remember correctly. The kernel will complain if it cannot find the file, not if it doesn't have any modules in it.

I knew I was right :p

I'll make sure that you see that site this week mate, when I get my webserver sorted.

Shak
 
Originally posted by Shak
Looks blooming ace sir, nice skin, you like PostNuke?

Shak

Its excellant. The theme I'm using at the moment doesn't quite work properly. (when adding a story, I put the extended text in the extended box but when clicking on the story the extended text isn't displayed.) I'm trying to learn a bit of php to figure out whats wrong but I'm alittle stuck.
 
Back
Top Bottom