Unix Technical Forum

How to remove Module not found in startup?

This is a discussion on How to remove Module not found in startup? within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> When I boot up my Gentoo box I get a buttload of "Searching for xxx Module not found". Some ...


Go Back   Unix Technical Forum > Unix Operating Systems > Gentoo Linux Support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-21-2008, 10:05 AM
Chris Tremblay
 
Posts: n/a
Default How to remove Module not found in startup?

When I boot up my Gentoo box I get a buttload of "Searching for xxx Module
not found".
Some of the modules mentioned are sata_sii, ohci-hd.
I woudl like to know what is making this show up and how do I get rid of it?
Thanks
Chris



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-21-2008, 10:05 AM
Paul Bredbury
 
Posts: n/a
Default Re: How to remove Module not found in startup?

Chris Tremblay wrote:
> I woudl like to know what is making this show up and how do I get rid of it?


In /etc/modules.autoload.d/ check the contents of the relevant kernel file.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-21-2008, 10:05 AM
Chris Tremblay
 
Posts: n/a
Default Re: How to remove Module not found in startup?

Checked the kernel-2.6 file and there isn't anything there about the
specific modules being mentioned.
Here is the contents:

# 3c59x
8139too
#yenta_socket
ndiswrapper
nvidia_agp
nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=0
autofs
evdev
psmouse
orinoco_cs
cloop

Any other ideas?

"Paul Bredbury" <i@hate-spam.com> wrote in message
news:d8njal$25v$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...
> Chris Tremblay wrote:
>> I woudl like to know what is making this show up and how do I get rid of
>> it?

>
> In /etc/modules.autoload.d/ check the contents of the relevant kernel
> file.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-21-2008, 10:05 AM
Paul Bredbury
 
Posts: n/a
Default Re: How to remove Module not found in startup?

Chris Tremblay wrote:
> Any other ideas?


What kernel ("uname -r") are you running? If not the latest, try the
latest.

Does your PC support Serial ATA, or are the messages completely
inappropriate?

As a wild guess (with no bad side-effects), run "update-modules" (this
regenerates /etc/modules.conf) and reboot.

At what point do these messages occur - while the *kernel* is
initialising, or while the normal processes are starting? Do the
messages show in the output from "dmesg"?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-21-2008, 10:05 AM
Chris Tremblay
 
Posts: n/a
Default Re: How to remove Module not found in startup?

Kernel = 2.6.11-gentoo-r9

The PC is a laptop so it doesn't support SATA and there is no need for it.

The messages show up between "Loading Modules" and "Mounting FileSystems"
and not in dmesg at all

Thanks for the reply
Chris

"Paul Bredbury" <i@hate-spam.com> wrote in message
news:d8nm0s$9p7$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...
> Chris Tremblay wrote:
>> Any other ideas?

>
> What kernel ("uname -r") are you running? If not the latest, try the
> latest.
>
> Does your PC support Serial ATA, or are the messages completely
> inappropriate?
>
> As a wild guess (with no bad side-effects), run "update-modules" (this
> regenerates /etc/modules.conf) and reboot.
>
> At what point do these messages occur - while the *kernel* is
> initialising, or while the normal processes are starting? Do the
> messages show in the output from "dmesg"?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-21-2008, 10:05 AM
Paul Bredbury
 
Posts: n/a
Default Re: How to remove Module not found in startup?

Chris Tremblay wrote:
> Kernel = 2.6.11-gentoo-r9
>
> The messages show up between "Loading Modules" and "Mounting FileSystems"
> and not in dmesg at all


When you installed the kernel, did you copy the System.map and .config
files to /boot/, and name them properly? E.g.:

kernel-2.6.11-gentoo-r9
System.map-2.6.11-gentoo-r9
config-2.6.11-gentoo-r9

I recall Debian having this problem in their 2.6 kernel a few months
ago, but aside from it being a "known issue" I didn't see an explanation
of the cause.

Perhaps kernel option "CONFIG_KMOD" ("loadable module support" -->
"automatic kernel module loading") is being over-enthusiastic in its
efforts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-21-2008, 10:05 AM
Chris Tremblay
 
Posts: n/a
Default Re: How to remove Module not found in startup?

When doing the kernel I used genkernel which does everything for me
including copying the files over into /boot.
..

"Paul Bredbury" <i@hate-spam.com> wrote in message
news:d8omi2$se9$1@nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com...
> Chris Tremblay wrote:
>> Kernel = 2.6.11-gentoo-r9
>>
>> The messages show up between "Loading Modules" and "Mounting FileSystems"
>> and not in dmesg at all

>
> When you installed the kernel, did you copy the System.map and .config
> files to /boot/, and name them properly? E.g.:
>
> kernel-2.6.11-gentoo-r9
> System.map-2.6.11-gentoo-r9
> config-2.6.11-gentoo-r9
>
> I recall Debian having this problem in their 2.6 kernel a few months
> ago, but aside from it being a "known issue" I didn't see an explanation
> of the cause.
>
> Perhaps kernel option "CONFIG_KMOD" ("loadable module support" -->
> "automatic kernel module loading") is being over-enthusiastic in its
> efforts.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-21-2008, 10:05 AM
Paul Bredbury
 
Posts: n/a
Default Re: How to remove Module not found in startup?

Chris Tremblay wrote:
> When doing the kernel I used genkernel which does everything for me
> including copying the files over into /boot.


Some info on the problem:
http://forums.gentoo.org/viewtopic.php?t=128724
http://bugs.gentoo.org/show_bug.cgi?id=39397

It seems to be caused by devfs, with the fix being to migrate from devfs
to udev.

http://gentoo-wiki.com/HOWTO_Migrate_to_UDEV
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-21-2008, 10:05 AM
Chris Tremblay
 
Posts: n/a
Default Re: How to remove Module not found in startup?

Awesome! I will give that a shot.
Thanks
Chris

"Paul Bredbury" <i@hate-spam.com> wrote in message
news:d8q1pn$4ab$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...
> Chris Tremblay wrote:
>> When doing the kernel I used genkernel which does everything for me
>> including copying the files over into /boot.

>
> Some info on the problem:
> http://forums.gentoo.org/viewtopic.php?t=128724
> http://bugs.gentoo.org/show_bug.cgi?id=39397
>
> It seems to be caused by devfs, with the fix being to migrate from devfs
> to udev.
>
> http://gentoo-wiki.com/HOWTO_Migrate_to_UDEV



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:26 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com