You are not logged in.
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
No one any ideas?
Offline
$ 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
Didn't work
I also tried calling depmod with a mkinitcpio afterwards, that didn't help either.
Offline
You can load modules successfully?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
You mean manually? Jep. Just tried to insert a module out of my modules.dep using modprobe, it worked just fine.
Offline