Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linux Bridge question

Status
Not open for further replies.

ses123

IS-IT--Management
Feb 12, 2003
29
0
0
US
I have installed the bridge utilities on my linux box but looks like bridge modules are not loaded. I downloaded bridge.0 from sourceforge.net but it is giving me some errors like these:

/bridge.o: unresolved symbol br_fdb_put_hook
/bridge.o: unresolved symbol br_fdb_get_hook
/bridge.o: unresolved symbol gr_is_capable

Can someone help me with this plzz..

Thanks
 

I think you need to recompile your kernel. The modules aren't compatible.

Cheers Henrik Morsing
Certified AIX 4.3 Systems Administration
& p690 Technical Support
 
I have recompiled my kernel to 2.4.20 already.. from 2.4.18.. doesnt work!!
 

Ok, and you remembered to recompile and install the modules as well?? Is the bridge functionality modules??
Did you install the kernel correctly??

Cheers Henrik Morsing
Certified AIX 4.3 Systems Administration
& p690 Technical Support
 
You need to recompile the bridge modules or pick up a set
of utilities that can handle the newest kernel version.
 
I did make install, make dep, make mod, make clean.. did i do it correctly? Or shud i do anything other than this? Please let me know.
Thanks
 

In that order???

Do

# make config
# make dep
# make clean
# make bzImage
# make modules
# make modules_install
# cp arch/i386/boot/bzImage /boot/vmlinuz-<today's date>
# vi /etc/lilo.conf
Add a stanza with your new kernel
# lilo -v
# reboot

When the LILO: prompt appears type the label of the new kernel.
If it works you have to make the new kernel the default.

Cheers Henrik Morsing
Certified AIX 4.3 Systems Administration
& p690 Technical Support
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top