Daniel,

> I'm running w/ kernel 2.2.3 and modutils 2.1.121 but my
> module won't work. (Yes, I've made and installed them.)
> depmod -a returns a line like:
> /lib/modules/2.2.3/net/dummy.o: unresolved symbol(s)
> for all my modules. I'm not using kmod (kerneld) either.
>
> Any ideas what's wrong?

        I recently upgraded from linux-2.0.35 (Slackware 3.5) to
linux-2.2.1.  The module names used by the kernel were changed
to something meaningful, but the module source code still builds
using the old names.  It is necessary to map the old names to
the new names using "alias" lines in /etc/conf.modules.

        Unfortunately, I am still searching for a complete map
of the old to new names.  A search for "net-pf" using
http://www.dejanews.com/ should turn up several mail messages
including the precise line needed for ppp support.

        I will send the 3 lines for net-pf on request.  Please send
any mappings that you discover.

Good luck,

Bob

Reply via email to