Re: [leaf-user] bering, pcmcia, wireless, and bridge

2002-07-10 Thread Mark A Nordstrand
Manfred, Added a maxwait of 600 and a -x to the sh to see what's going on. The for loop on `brctl showstp...` isn't being entered, so $BREADY is still true and this kicks it out of the while loop. Manfred Schuler wrote: > > Mark, > you can add bridge_maxwait xxx to the interfaaces file > at th

Re: [leaf-user] bering, pcmcia, wireless, and bridge

2002-07-10 Thread Manfred Schuler
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/bridg

Re: [leaf-user] bering, pcmcia, wireless, and bridge

2002-07-09 Thread Mark A Nordstrand
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

Re: [leaf-user] bering, pcmcia, wireless, and bridge

2002-07-09 Thread Manfred Schuler
I'm using a Prism-2.5 based PCI board (Tekram PC-400) with hostap_pci in AP mode. IIRC, there are problems to use orinoco cards in AP mode. Search the hostap mailing list: http://hostap.epitest.fi/htdig/ Manfred hari-nuryadi schrieb: > > Talking about bridgeManfred, do u want to try orinoc

Re: [leaf-user] bering, pcmcia, wireless, and bridge

2002-07-09 Thread Manfred Schuler
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

Re: [leaf-user] bering, pcmcia, wireless, and bridge

2002-07-09 Thread hari-nuryadi
Talking about bridgeManfred, do u want to try orinocco based card with bridge mode? Do anyone here have a succes story about making orinocco card to become bridge? I have read on a mailing list (i forgot the mailing list name) which said that orinocco card can't be act as a bridge, because of

Re: [leaf-user] bering, pcmcia, wireless, and bridge

2002-07-09 Thread Mark A Nordstrand
Manfred, Loaded bridge.lrp and bridge.o wasn't anywhere to be found. Grabbed bridge.o from the web and put it in /lib/modules. This solved the br_add_bridge message. Looking at the scripts in /etc/networking, it looks like there's several variable which aren't initialized (IF_BRIDGE_PORTS for

Re: [leaf-user] bering, pcmcia, wireless, and bridge

2002-07-09 Thread Manfred Schuler
Mark, did you load the bridge module in /etc/modules? Did you load the bridge package in syslinux.cfg? Manfred Mark A Nordstrand schrieb: > > Using rc3, I've managed to get pcmcia and wireless to > work. However bridge is another matter. I suspect > part of my problem is my near lack of expe

[leaf-user] bering, pcmcia, wireless, and bridge

2002-07-09 Thread Mark A Nordstrand
Using rc3, I've managed to get pcmcia and wireless to work. However bridge is another matter. I suspect part of my problem is my near lack of experience with debian. I've looked into it a little bit, and /etc/init.d/networking issues: br_add_bridge: Packge not installed after ifup -a. I