It would be easier to say what is wrong if you had not left out all those
error messages from insmod; however the most likely problem is that the
running kernel was compiled without bridge support.  I am also running
RedHat 8.0, and since it came with kernel 2.4.18, I presume you have
upgraded your kernel yourself.  Try "grep br_ /proc/ksyms" and see if the
output resembles this:

        c0343f94 br_fdb_get_hook_R650128e7
        c0343f98 br_fdb_put_hook_Rb494e82a
        c03411e0 br_handle_frame_hook_R60411b88
        c03d0c80 br_ioctl_hook_R1fb9705f

If you do not see functions like these, check the ".config" file in your
linux source and see if CONFIG_BRIDGE is defined.  If it is, are you sure
you are running the same kernel you compiled?  If not, reconfigure the
kernel with bridge support, reinstall it, and try again.

> -----Original Message-----
> From: Everson [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, June 11, 2003 4:35 PM
> To: [EMAIL PROTECTED]
> Subject: [Bridge] br_add_bridge:Package not installed
> 
> 
> Dears,
> 
> I am trying to install brctl package in Red Hat 8.0 (kernell 
> 2.4.20), which.
> I downloaded the src code from http://bridge.sourceforge.net/ ie
> bridge-utils-0.9.6.tar.gz, bridge-utils-devel-0.9.6-1.i386.rpm,
> bridge-utils-0.9.6.1.i386.rpm , I ./configure. make, make install and
> compiled every thing got compiled nicely but now when I try 
> modprobe bridge
> and...
> /lib/.../bridge.o: unresolved.....
> /lib/..../....
> .......
> /lib/.../bridge.o/: insmod bridge failed
> 
> I tried to configure an access point (Bluetooth - Internet)
> 
> >brctl addbr pan0 , I got this error:
> 
> br_add_bridge: Package not installed
> 
> What's the problem?
> 
> Best regards,
> 
> Denis.
> 
> ________________________________________________
> Mensagem enviada atraves dos servicos da KBONET
> 
> _______________________________________________
> Bridge mailing list
> [EMAIL PROTECTED]
> http://www.math.leidenuniv.nl/mailman/listinfo/bridge
> 
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to