> -----Original Message-----
> From: On
> Behalf Of Rekcut_Nod
> Sent: Tuesday, December 28, 2010 7:11 PM
> To:
> Subject: [ts-7000] bridge support for TS-7260?
>
>
>
> Does anyone know if bridge support was compiled into the 2.4.26-ts11
> kernel for the following Technologic Systems image?
>
> ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7260-linux/binaries/ts-
> images/sdimage.dd.bz2
>
> /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 The thing you are trying to insert is
probably not the built module. It could be compiled into the kernel or you have
the wrong file.
Try lsmod to see if you have the module loaded. And see if you can find the
config used to build the kernel, if the bridge support is built in it will be
set to CONFIG_BRIDGE=Y or something, as a module it will be =M
HTH,
Wouter
------------------------------------
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/
|