Re: My modules are not being loaded at boot.
From: Captain Dondo (yan_at_NsOeSiPnAeMr.com)
Date: 01/26/05
- Next message: rbeschizza_at_valornet.com: "Re: Alternatives to Embperl?"
- Previous message: Chris F.A. Johnson: "Re: Grep For Line Containing 1or 2 Words"
- In reply to: Mike Cox: "My modules are not being loaded at boot."
- Next in thread: Mike Cox: "Re: My modules are not being loaded at boot."
- Reply: Mike Cox: "Re: My modules are not being loaded at boot."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 Jan 2005 17:00:57 -0800
On Tue, 25 Jan 2005 16:45:13 -0800, Mike Cox wrote:
> I just compiled a new 2.6.10 kernel doing the following steps:
>
> make mrproper
> make menuconfig
> make
> su
> make modules_install
> cp arch/i386/boot/bzImage /boot/
> cp System.map /boot/
>
> Then I added the appropriate entries into my /boot/grub/menu.lst file.
>
> When I boot the kernel, my modules do not load! An lsmod shows none
> of them being there. I'm using the SUSE 8.2 Distro. The kernel boots
> just fine into runlevel 5, and X starts up, but my modules are
> missing.
I haven't been through the 2.6.10 make file, but something seems whacked
with the modules.
I've taken to doing an rm -rf /lib/modules/2.6.10/* and then
make clean && make && make modules && make modules_install && make install
There must be a better way. But this seems to avoid the problem you're
seeing - modules not loading. At least in my case, it's because the
old modules aren't being deleted and rebuilt....
Then again, if your kernel boots, are you sure you didn't build a
monolithic (no modules) kernel? Mine won't even get beyond mounting /
since the ext3 and jbd modules aren't there.
- Next message: rbeschizza_at_valornet.com: "Re: Alternatives to Embperl?"
- Previous message: Chris F.A. Johnson: "Re: Grep For Line Containing 1or 2 Words"
- In reply to: Mike Cox: "My modules are not being loaded at boot."
- Next in thread: Mike Cox: "Re: My modules are not being loaded at boot."
- Reply: Mike Cox: "Re: My modules are not being loaded at boot."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|