Re: [leaf-user] Wireless PCMCIA and bridging

2002-07-12 Thread Jim TerWee

One other thing are you loading shorewall? If I remember right I had a 
problem with the configuration in shorewall and bridging. I don't use 
shorewall on my bridge setup's. The laptop you mentioned should not be a 
problem as you can prove it works though normal setup. I also use RC2 just 
because I haven't had a reason to change but it had a bug in the bridging 
script which I think was fixed in RC3 might want to double check that it has 
been mentioned several times on the list.

When you boot up what messages do you get from the bridge you should see it 
setting up the cards?

Jim
aka snowcrash


From: Mark A Nordstrand [EMAIL PROTECTED]
To: Jim TerWee [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [leaf-user] Wireless PCMCIA and bridging
Date: Fri, 12 Jul 2002 00:06:35 -0500

Jim TerWee wrote:

  1. You should modify your modutils as follows
ae /etc/init.d/modutils
 
  RCDLINKS=S,S20
  PATH=/sbin:/bin:/usr/sbin:/usr/bin
  #Let PCMCIA catch up to the ethernet you might have to play with value
  #depending on equipment
  sleep 5
 
  2. Set up your interfaces
 Scroll down to the bridge
  # Step 4 (optional): configure a bridge
  auto br0
  iface br0 inet static
   address 123.456.789.000
   masklen 24
   broadcast 123.456.789.255
   gateway 123.456.789.254
   bridge_ports wlan0 wlan1 wlan2
 
  This is assuming that you are loading the bridge module.
 
There is maybe another bit of significance with my case.
The hardware I'm using this on is fairly archaic.  The
laptop is an old 486-75, and the wireless card is the
WebGear Aviator2.4.  But seeing as how everything works
fine before enabling bridge, I can't believe this is an
issue.

I don't mean to whine on and on since I've been
constantly amazed at what I've been able to apply leaf
to.

--
Mark




_
Send and receive Hotmail on your mobile device: http://mobile.msn.com



---
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
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



Re: [leaf-user] Wireless PCMCIA and bridging

2002-07-12 Thread Mark A Nordstrand

Jim TerWee wrote:
 
 One other thing are you loading shorewall? If I remember right I had a
 problem with the configuration in shorewall and bridging. I don't use
Not using shorewall.  One thing at a time, and I 
don't think it would be appropriate for my setup.

 shorewall on my bridge setup's. The laptop you mentioned should not be a
 problem as you can prove it works though normal setup. I also use RC2 just
I agree.  Which is why I'm posting (and posting).

 because I haven't had a reason to change but it had a bug in the bridging
 script which I think was fixed in RC3 might want to double check that it has
 been mentioned several times on the list.
 
I don't know.  I'm using RC3 with the updated
lrp.  I started posting about my problems before
the new lrp was released.  Other than properly
getting at the bridge scripts, I see no difference.

 When you boot up what messages do you get from the bridge you should see it
 setting up the cards?
 
I see complaints about eth[01] not existing.  Since
I didn't see/hear pcmcia bring

I've
added debuging to the bridge scripts and the pre-up
script has IFACE=lo and IF_BRIDGE_PORTS is empty.
I tried setting/forcing expected values (br0 and
eth0 eth1).  This only delivers the complaints
early.  The up script has expected values, but since
there are no devices, it just falls through at the
bottom.

I question the sleep in modutils.  Playing with the
value doesn't make any difference (other than having
to wait longer for it to boot).

And now some success.  This morning I added:

brctl addif br0 $DEVICE
ip link set dev $DEVICE up

to /etc/pcmcia/network, and I can get to the box with
both cards but not through it.  (side note:  this
doesn't light up the LED on the wireless card).  In 
my eyes, this is an ugly kludge.

-- 
Mark


---
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
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



RE: [leaf-user] Wireless PCMCIA and bridging

2002-07-12 Thread Brock Nanson

 The wireless cards in this case are 200mw Prism cards with 
 external antenna 
 connectors which our company does sell. I also use standard 
 30mw Prism cards 
 in alot of locations. The wireless driver is from 
 http://hostap.epitest.fi/ which I use in both AP and station 
 mode haven't had much luck with the 
 Orinoco driver.

So do I read this to say the Orinoco_cs driver *won't* work?  Is it
necessary to have access to the AP functions to make this work (which
aren't available with the orinoco drivers)?

Brock



---
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
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



Re: [leaf-user] Wireless PCMCIA and bridging

2002-07-12 Thread Jim TerWee

How about I send you a working floppy image that I use. You can run that and 
see what you see. I can send you off list tonight. If there is interest from 
the group I can post some of the floppy images that I use in our wireless. 
Plus a pcmcia.lrp for Dachstein that includes Prism wireless drivers.

As far as the sleep command that is for a conventional computer. You 
probally don't need it for a laptop as the ethernet is also pcmcia


Jim
aka snowcrash




From: Mark A Nordstrand [EMAIL PROTECTED]
To: Jim TerWee [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [leaf-user] Wireless PCMCIA and bridging
Date: Fri, 12 Jul 2002 10:40:34 -0500

Jim TerWee wrote:
 
  One other thing are you loading shorewall? If I remember right I had a
  problem with the configuration in shorewall and bridging. I don't use
Not using shorewall.  One thing at a time, and I
don't think it would be appropriate for my setup.

  shorewall on my bridge setup's. The laptop you mentioned should not be a
  problem as you can prove it works though normal setup. I also use RC2 
just
I agree.  Which is why I'm posting (and posting).

  because I haven't had a reason to change but it had a bug in the 
bridging
  script which I think was fixed in RC3 might want to double check that it 
has
  been mentioned several times on the list.
 
I don't know.  I'm using RC3 with the updated
lrp.  I started posting about my problems before
the new lrp was released.  Other than properly
getting at the bridge scripts, I see no difference.

  When you boot up what messages do you get from the bridge you should see 
it
  setting up the cards?
 
I see complaints about eth[01] not existing.  Since
I didn't see/hear pcmcia bring

I've
added debuging to the bridge scripts and the pre-up
script has IFACE=lo and IF_BRIDGE_PORTS is empty.
I tried setting/forcing expected values (br0 and
eth0 eth1).  This only delivers the complaints
early.  The up script has expected values, but since
there are no devices, it just falls through at the
bottom.

I question the sleep in modutils.  Playing with the
value doesn't make any difference (other than having
to wait longer for it to boot).

And now some success.  This morning I added:

brctl addif br0 $DEVICE
ip link set dev $DEVICE up

to /etc/pcmcia/network, and I can get to the box with
both cards but not through it.  (side note:  this
doesn't light up the LED on the wireless card).  In
my eyes, this is an ugly kludge.

--
Mark


---
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
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




_
Send and receive Hotmail on your mobile device: http://mobile.msn.com



---
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
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



Re: [leaf-user] Wireless PCMCIA and bridging

2002-07-12 Thread Mark A Nordstrand

Jim,

I'll take a look if you send it.  I can understand the
sleep for regular ethernet cards, but might a better 
place for it be in the bridge script?  don't know what
kind of problems this would cause.

Jim TerWee wrote:
 
 How about I send you a working floppy image that I use. You can run that and
 see what you see. I can send you off list tonight. If there is interest from
 the group I can post some of the floppy images that I use in our wireless.
 Plus a pcmcia.lrp for Dachstein that includes Prism wireless drivers.
 
 As far as the sleep command that is for a conventional computer. You
 probally don't need it for a laptop as the ethernet is also pcmcia
 
 Jim
 aka snowcrash
 
 From: Mark A Nordstrand [EMAIL PROTECTED]
 To: Jim TerWee [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED]
 Subject: Re: [leaf-user] Wireless PCMCIA and bridging
 Date: Fri, 12 Jul 2002 10:40:34 -0500
 
 Jim TerWee wrote:
  
   One other thing are you loading shorewall? If I remember right I had a
   problem with the configuration in shorewall and bridging. I don't use
 Not using shorewall.  One thing at a time, and I
 don't think it would be appropriate for my setup.
 
   shorewall on my bridge setup's. The laptop you mentioned should not be a
   problem as you can prove it works though normal setup. I also use RC2
 just
 I agree.  Which is why I'm posting (and posting).
 
   because I haven't had a reason to change but it had a bug in the
 bridging
   script which I think was fixed in RC3 might want to double check that it
 has
   been mentioned several times on the list.
  
 I don't know.  I'm using RC3 with the updated
 lrp.  I started posting about my problems before
 the new lrp was released.  Other than properly
 getting at the bridge scripts, I see no difference.
 
   When you boot up what messages do you get from the bridge you should see
 it
   setting up the cards?
  
 I see complaints about eth[01] not existing.  Since
 I didn't see/hear pcmcia bring
 
 I've
 added debuging to the bridge scripts and the pre-up
 script has IFACE=lo and IF_BRIDGE_PORTS is empty.
 I tried setting/forcing expected values (br0 and
 eth0 eth1).  This only delivers the complaints
 early.  The up script has expected values, but since
 there are no devices, it just falls through at the
 bottom.
 
 I question the sleep in modutils.  Playing with the
 value doesn't make any difference (other than having
 to wait longer for it to boot).
 
 And now some success.  This morning I added:
 
 brctl addif br0 $DEVICE
 ip link set dev $DEVICE up
 
 to /etc/pcmcia/network, and I can get to the box with
 both cards but not through it.  (side note:  this
 doesn't light up the LED on the wireless card).  In
 my eyes, this is an ugly kludge.
 
 --
 Mark
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Gadgets, caffeine, t-shirts, fun stuff.
 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
 
 _
 Send and receive Hotmail on your mobile device: http://mobile.msn.com

-- 
Mark


---
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
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