LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Modules Problem with Kernel 2.6 (https://www.linuxquestions.org/questions/linux-general-1/modules-problem-with-kernel-2-6-a-89033/)

Spaceboy 09-03-2003 09:52 PM

Modules Problem with Kernel 2.6
 
I'm getting the following errors in my syslog file:

Sep 4 03:07:55 libranet kernel: Loaded 21131 symbols from /boot
System.map-2.6.0-test2.
Sep 4 03:07:55 libranet kernel: Symbols match kernel version 2.6.0.
Sep 4 03:07:55 libranet kernel: No module symbols loaded - kernel modules
not enabled.

Both "Enable loadable module support" and "Kernel Module Loader"
are compiled into the kernel.

Any idea what the problem is?

ghostwalker 09-04-2003 12:08 AM

Hey, go here to get more info on install 2.6.0

http://ftp.kernel.org/pub/linux/kern...loween-2.5.txt

It sound as if you don't have the new module-init-tools

Spaceboy 09-04-2003 12:26 PM

I've already got the latest debian version (0.9.13-rel-1)

ghostwalker 09-04-2003 03:35 PM

Did you do the following on creation of the kernel:

make mrproper
make
make modules_install
make install

Then edit your lilo.conf to reflect the changes in your /boot directory?

Spaceboy 09-04-2003 04:26 PM

Quote:

Originally posted by ghostwalker
Did you do the following on creation of the kernel:

make mrproper
make
make modules_install
make install

Then edit your lilo.conf to reflect the changes in your /boot directory?

No. I done it the debian way:

make-kpkg kernel-image
dpkg -i kernel-image.deb

And then updated and installed grub to a floppy.


All times are GMT -5. The time now is 08:35 AM.