Re: how to avoid "unresolved symbol" when loading module
insmod will *not* handle module dependencies. Try modprobe instead. -- Copyright © 2000 Megalomania Industries, Inc.
Re: how to avoid "unresolved symbol" when loading module
Try using modprobe instead on insmod. modprobe should load modules that sb.o depends on first. Tal On Sun, 27 Aug 2000 22:15:18 -0400, Daniel Barclay said: > > What is the sequence of things to do to get insmod to load depended-on > modules when loading a module (on potato)? > > > I ha