All of lore.kernel.org
 help / color / mirror / Atom feed
From: bferrell@baywinds.org
To: Stephen Hemminger <shemminger@osdl.org>
Cc: Bert Hubbs <bhubbs@mbgdocs.com>, bridge@lists.osdl.org
Subject: Re: [Bridge] Bridge support unavailable
Date: Tue, 13 Jul 2004 13:15:57 -0700	[thread overview]
Message-ID: <1089749757.31365@baywinds.org> (raw)

Stephen,

The module will only autoload if /etc/modules.conf is setup for it.  Checking  redhat 7.3, redhat 9.0, WhiteBox EL3, Suse 8.0 and Suse 9.0 systems, none have anything to cause bridge.o to alias to br0.  Those are the only systems I have to look at.  I don't know what other distros like debian or mandrake do for bridge.o.  They might have it in the modules.conf file... Dunno.

So, Bert, you'll need to add something like this to /etc/modules.conf:

alias br0 bridge

The stuff I sent before was in the nature of diagnostics and debugging

I'm still trying to get my beridge.o to build cleanly :(


> On Tue, 13 Jul 2004 11:17:51 -0500
> Stephen Hemminger <shemminger@osdl.org> wrote ..
> On Tue, 13 Jul 2004 11:17:51 -0500
> "Bert Hubbs" <bhubbs@mbgdocs.com> wrote:
> 
> > Yep!
> > First lsmod I got no bridge. Second lsmod after modprobe bridge I got
> > bridge listed. So here comes the $35 question. How do you make the
> > module load at boot?
> > After Googleing modprobe, lsmod, insmod there seems to be know way to
> > use modprobe to load modules at boot. I came across discussion to add
> it
> > to modprobe.conf but others said this would not cause it to load at
> > boot. Another mentioned rc.local but I'm not sure that rc.local will
> > load at the right time. On the other had that may not matter but I'm
> in
> > to cleanliness.
> > 
> > Any suggestions?
> 
> Your working too hard at getting it loaded.  The kernel will automatically
> load the bridge module when the first bridge is created with brctl.  Since
> brctl has to do an ioctl() to create a bridge, the kernel will load the
> module if needed.  You can't build the bridge module seperate from the
> kernel. The kernel needs to know the bridge
> module is coming to have the necessary hooks.
> 
> Just doing:
> 	brctl addbr br0
> should create bridge br0 and load the bridge module.

             reply	other threads:[~2004-07-13 20:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-13 20:15 bferrell [this message]
2004-07-13 20:43 ` [Bridge] Bridge support unavailable Stephen Hemminger
2004-07-14  5:57   ` Bruce Ferrell
  -- strict thread matches above, loose matches on Subject: below --
2004-07-14 22:37 Bert Hubbs
2004-07-13 16:17 Bert Hubbs
2004-07-13 16:54 ` Stephen Hemminger
2004-07-12 19:18 Bert Hubbs
2004-07-13  4:05 ` Bruce Ferrell
2004-07-07 15:51 Bert Hubbs
2004-07-06 15:07 Bert Hubbs
2004-07-09 13:45 ` Bruce Ferrell
2004-07-02 17:17 Bert Hubbs
2004-07-06  2:40 ` Bruce Ferrell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1089749757.31365@baywinds.org \
    --to=bferrell@baywinds.org \
    --cc=bhubbs@mbgdocs.com \
    --cc=bridge@lists.osdl.org \
    --cc=shemminger@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.