LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   lsmod output problem (https://www.linuxquestions.org/questions/debian-26/lsmod-output-problem-487306/)

Sushy 09-27-2006 02:05 AM

lsmod output problem
 
hi!

I`ve just installed Debian sarge 3.1, everything seems ok except I need at least 2.6.14 kernel not 2.4.x which is by default.
I compiled my new 2.6.14.3 kernel downloaded from kernel.org step by step as described here:
http://www.debian.org/releases/stabl...h08s05.html.en
or the same is described here:
http://www.falkotimme.com/howtos/deb...el2.6_compile/

ok, I compiled as described above, also made initrd.img-2.6.14.3
After reboot it seems there is no problem with my new kernel.

But when I want to see lsmod output to make sure all the new modules which I need from 2.6.14 kernel are in place and are used by processes, there is no info about that:(
So when I do:
Code:

~# lsmod
Module                  Size  Used by
md5                    3624  -
ipv6                  235680  -
8139cp                19784  -
hw_random              5052  -
ehci_hcd              29360  -
usbcore              111360  -
intel_agp              21284  -
agpgart                33032  -
8139too                25096  -
mii                    4808  -
crc32                  4072  -
ide_cd                39588  -
cdrom                  37184  -
rtc                    11648  -
ext3                  128368  -
jbd                    52156  -
ide_disk              16104  -
ide_generic            1096  -
...
...
...

So there is no info about processes which module belongs to.
also cat /proc/modules shows nothing:(
Code:

cat /proc/modules
md5 3624 - - Live 0xd019c000
ipv6 235680 - - Live 0xd0241000
8139cp 19784 - - Live 0xd01af000
hw_random 5052 - - Live 0xd00d4000
ehci_hcd 29360 - - Live 0xd01a6000
usbcore 111360 - - Live 0xd01be000
intel_agp 21284 - - Live 0xd0108000
agpgart 33032 - - Live 0xd0192000
8139too 25096 - - Live 0xd0100000
mii 4808 - - Live 0xd00c0000
crc32 4072 - - Live 0xd00b8000
ide_cd 39588 - - Live 0xd00f5000
cdrom 37184 - - Live 0xd00ea000


I can`t understand what is the problem??
Please help!

Thank you.


All times are GMT -5. The time now is 01:04 PM.