You are not logged in.

#1 2011-04-04 13:20:54

disaster
Member
Registered: 2011-04-04
Posts: 4

modprobe: Fatal: Could not load /lib/modules/2.6.38/modules.dep

Hi,

I'm currently developing a kernel module and chose Arch as my development environment. All worked fine, but after compiling my own kernel, I always get the message in the topic during bootup (The message is actually getting repeated quite often, but it vanishes once init gets called - that's my assumption, but I'm pretty sure with it).

I know that there are already different topics with the same problem, I found them via Google, but all of them do have one difference:
In my case the modules.dep does exist, namely at the very location specified above. Furthermore, I haven't noticed any difference in my Linux's behaviour, e.g. despite showing the "fatal" error message the machine continues to boot and succeeds in doing so.

Nevertheless I'd obviously like to get rid of this problem, so does anyone have any idea what to do?

Offline

#2 2011-04-07 07:51:09

disaster
Member
Registered: 2011-04-04
Posts: 4

Re: modprobe: Fatal: Could not load /lib/modules/2.6.38/modules.dep

No one any ideas?

Offline

#3 2011-04-07 09:42:19

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: modprobe: Fatal: Could not load /lib/modules/2.6.38/modules.dep

$ su -
# depmod -a 2.6.38

Last edited by .:B:. (2011-04-07 09:42:54)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#4 2011-04-07 11:07:04

disaster
Member
Registered: 2011-04-04
Posts: 4

Re: modprobe: Fatal: Could not load /lib/modules/2.6.38/modules.dep

Didn't work sad
I also tried calling depmod with a mkinitcpio afterwards, that didn't help either.

Offline

#5 2011-04-07 11:10:40

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: modprobe: Fatal: Could not load /lib/modules/2.6.38/modules.dep

You can load modules successfully?


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#6 2011-04-07 12:32:47

disaster
Member
Registered: 2011-04-04
Posts: 4

Re: modprobe: Fatal: Could not load /lib/modules/2.6.38/modules.dep

You mean manually? Jep. Just tried to insert a module out of my modules.dep using modprobe, it worked just fine.

Offline

Board footer

Powered by FluxBB