> -----Original Message-----
> From: On
> Behalf Of Jim Jackson
> Sent: Wednesday, December 29, 2010 9:55 AM
> To:
> Subject: RE: [ts-7000] bridge support for TS-7260?
>
> > > /lib/modules/2.4.26-ts11/kernel/net/bridge.o exists, but I don't
> know
> > > if that is sufficient. When I attempt to load the module I get
> errors:
> > >
> > > :net# insmod bridge.o
> > > bridge.o: bridge.o: unresolved symbol br_ioctl_hook
> > > bridge.o: bridge.o: unresolved symbol br_handle_frame_hook
> >
> > A kernel module would be named .ko not .o
>
> This is a 2.4 kernel. It's modules are .o files.
Right, well in that case the messages above mean that a symbol is not available
for the module to be dynamically linked. As I am looking at the names of the
missing symbols they seem part of the bridge framework (starting with br_ ).
The module is missing a dependency or the module is not built for your kernel.
Check the dmesg command to see if you can find more debugging info.
All the best,
W
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|