[Bridge] Re: modprobe: modprobe cannot locate br0 modules

Stephen Hemminger shemminger at osdl.org
Tue Jun 29 08:35:10 PDT 2004


On Mon, 28 Jun 2004 23:33:32 -0700 (PDT)
"Yong Chu Eu \(&#26472;&#23376;&#20305;\)" <ceyong at yahoo.com> wrote:

> Hi,
> 
> I added below code in /etc/rc.d/rc.local in order to load the bridge
> 
> brctl addbr br0
> 
> brctl addif br0 eth0
> 
> brctl addif br0 wlan0
> 
> ifconfig br0 up
> 
> but it fail, i found error in /var/log/message

Does your kernel configuration have the bridge included? That error is what
happens if you attempt to setup a bridge but the bridge hook isn't in the kernel.



More information about the Bridge mailing list