Mark, you can add bridge_maxwait xxx to the interfaaces file at the bridge config. Maybe this can help.
Manfred Mark A Nordstrand schrieb: > > Manfred, > > Have the eth entries commented out and the bridge > entry uncommented in /etc/network/interfaces. My > poking around in if-pre-up.d/bridge has > /proc/net/dev empty (or with out any eth entries). > As a guess, this is because pcmcia either hasn't > run or isn't finished. My gut tells me this is > the root of the problem. Further poking around > confirms this as I see the bridge scripts exiting > before hearing the beeps (and messages) from pcmcia. > > Manfred Schuler wrote: > > > > Mark, > > > > bridge configuration is done in /etc/network/interfaces. > > At the end of the file is an example bridge configuration > > In the bridge_ports line you list the devices you want to > > bridge, normally your internal interfaces. > > These devices must not be configured, so comment out the > > respective lines. > > Backup etc. > > > > In the file /etc/network/if-pre-up.d/bridge > > > > the line > > brctl addif $IFACE $i && ip set dev $i up > > should read > > brctl addif $IFACE $i && ip link set dev $i up > > > > Change this and backup bridge. > > > -- > Mark -- Manfred Schuler E_Mail: mailto:[EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
