> Hi!
> I installed a kernel um (2.4.26) from deb packages. In /var/log/syslog
> of um 
> machine I read this error: 
> "modprobe: modprobe: Can't open
> dependencies                                                    
> file /lib/modules/2.4.26-3um/modules.dep (No such file
> or directory)"
> Because of /lib/modules/2.4.18-37um/ exists, I move it:
> mv /lib/modules/2.4.18-37um/ /lib/modules/2.4.26-3um
Don't do that!
> 
> but depmod give me some errors (unresolved symbol). 
> 
> How can I solve it?
> 
> Is there a way to solve it without recompile kernel?
> 
> Note: I need not to load modules in um but I don't want to see this
> error.
Then in this case, simply create an empty directory:
mkdir /lib/modules/2.4.26-3um
depmod -a
And that should be enough. You'll have a modules.dep, just no modules in
it, so modprobe won't complain.

Antoine



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to