Re: QOS &fair queuing modules- can't load

Jaswinder Singh (jaswinder.singh@3disystems.com)
Sat, 26 May 2001 12:16:46 -0700


> Let me put across my situation. I need to load the
> modules for QOS & Fair Queuing . I have compiled my
> kernel with modular support for these modules. When I
> try to load these modules a series of error messages
> all indicating unresolved symbols are coming. The
> unresolved symbols are all defined in
> /usr/src/linux/include/net/pkt_sched.h.
> I have checked out /proc/ksyms file and these symbols
> are listed there,

Are you fulfilling all the requirements for modules , means are you include
proper files and defines module's term while compling your modules , just a
guess.

Better do one thing , define something in kernel , export it in
arch/i386/i386_ksyms.c file and check are you able to get that symbols or
not ?

Jaswinder.

--
These are my opinions not 3Di.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/