LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   kernel: No module symbols loaded - kernel modules not enabled. (https://www.linuxquestions.org/questions/debian-26/kernel-no-module-symbols-loaded-kernel-modules-not-enabled-172391/)

Qucho 04-20-2004 03:53 AM

kernel: No module symbols loaded - kernel modules not enabled.
 
After 17 custom kernels... in the last week...

I finally got my 2.6 kernel to boot up in my Debian Sarge >.<

now my kernel refuses to load the modules.

WHY? :(

Kernel Log:

Apr 20 02:23:50 noisybox kernel: klogd 1.4.1#10, log source = /proc/kmsg started.
Apr 20 02:23:51 noisybox kernel: Inspecting /boot/System.map-2.6.4.qucho60
Apr 20 02:23:51 noisybox kernel: Loaded 24559 symbols from /boot/System.map-2.6.4.qucho60.
Apr 20 02:23:51 noisybox kernel: Symbols match kernel version 2.6.4.
Apr 20 02:23:51 noisybox kernel: No module symbols loaded - kernel modules not enabled.
Apr 20 02:23:51 noisybox kernel: Linux version 2.6.4.qucho60 (root@noisybox) (gcc version 3.3.3 (Debian 20040401)) #1 Tue Apr 20 02:12:16 MDT 2004
Apr 20 02:23:51 noisybox kernel: BIOS-provided physical RAM map:
Etc.. etc...

I compiled from source.

~$ make xconfig
~$ fakeroot make-kpkg clean
~$ fakeroot make-kpkg --append-to-version=.qucho60 kernel_image
~# dpkg -i kernel-image-2.6.4.qucho60_10.00.Custom_i386.deb
~# reboot

whansard 04-20-2004 04:39 AM

did you update your modutils and such.

Qucho 04-20-2004 04:59 AM

modutils:
Installed: 2.4.26-1
Candidate: 2.4.26-1
Version Table:
*** 2.4.26-1 0
500 http://linux.csua.berkeley.edu testing/main Packages
500 ftp://ftp.debian.org testing/main Packages
100 /var/lib/dpkg/status

robbow52 04-20-2004 09:44 AM

Quote:

Originally posted by Qucho
modutils:
Installed: 2.4.26-1
Candidate: 2.4.26-1
Version Table:
*** 2.4.26-1 0
500 http://linux.csua.berkeley.edu testing/main Packages
500 ftp://ftp.debian.org testing/main Packages
100 /var/lib/dpkg/status

You may need to install module-init-tools from testing or unstable (this is what I had to do to get my 2.6.5 kernel to boot). This "replaces" the modutils for the newer kernels.

Just a thought.

Qucho 04-20-2004 04:19 PM

module-init-tools:
Installed: 3.0-pre10-2
Candidate: 3.0-pre10-2
Version Table:
*** 3.0-pre10-2 0
500 http://linux.csua.berkeley.edu testing/main Packages
500 ftp://ftp.debian.org testing/main Packages
100 /var/lib/dpkg/status


Already had them installed.

Qucho 04-20-2004 08:56 PM

my kernel boots already... it just wont load the modules.

robbow52 04-23-2004 07:03 AM

Quote:

Originally posted by Qucho
my kernel boots already... it just wont load the modules.
Just to let you know that I too am having the same problem (I spoke too soon in an earlier post :-(...). I've been putting together a new system (when I have time) and "thought" I had 2.6.5 working.

I too have the same error... "No module symbols loaded - kernel modules not enabled." I've been working in 2.6.5 but it is unstable. I compiled "everything" in the kernel, but there are still modules in /lib/modules for 2.6.5 and they are not loaded (hence the instability!).

This was a clean fresh install of Woody 2.4.18 and then dist-upgrade to sid. I installed module-init-tools and kernel-package. What's funny is that I have an old box that has been through a number of upgrades and it is running 2.6.3 rock solid!! So I don't know if I "missed" something or???

If I find out anything, I'll repost! (Googling for the problem yields many with the same issue!!!)

Qucho 04-23-2004 10:06 PM

:newbie:

Newbie BIG times...

That message means nothign pretty much, but a good newbie trap :P

I just found a commant that slaped my newbiness in my face.

~# lsmod

Even though we get that message from the kernel.. modules DO load !!!!

This seeems to be a 2.6 kernel 'new' feature. LOL... kernels 2.4 would not print such message. :rolleyes:

ragingcat 05-26-2004 01:23 AM

Watch Out
 
Some modules I compiled into the kernel, but they don't load.

Where is the config file that keeps the module symbols?


Rage

whansard 05-26-2004 02:50 AM

do you mean you compiled drivers into the kernel, and didn't build them as modules? i think thats what you mean. you wouldn't load them. they would be running all the time. they would no longer show up under lsmod either, cause they're not modules anymore.


All times are GMT -5. The time now is 07:09 PM.