Re: how to avoid "unresolved symbol" when loading module

2000-08-27 Thread Eric G . Miller
insmod will *not* handle module dependencies. Try modprobe instead. -- Copyright © 2000 Megalomania Industries, Inc.

Re: how to avoid "unresolved symbol" when loading module

2000-08-27 Thread Tal Danzig
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

how to avoid "unresolved symbol" when loading module

2000-08-27 Thread Daniel Barclay
What is the sequence of things to do to get insmod to load depended-on modules when loading a module (on potato)? I have: - added a file to Debian's /etc/modutils/, - run Debian's update-modules - run depmod -a However, when I try to do "insmod sb", I get Using /lib/modules/2.2.17/misc/sb.o