Re: [leaf-user] Bering pcmcia package

2002-07-18 Thread Mark A Nordstrand

Cass,

 
 On the Bering installation guide page:
 http://leaf.sourceforge.net/devel/jnilo/bipackages.html
 In the pcmcia section, the following link is broken:
 http://leaf.sourceforge.net/devel/jnilo/bering/latest/packages/pcmcia_full.lrp
Yeah, I think I noticed this too.  At one point or
another from:
http://leaf.sourceforge.net/devel/jnilo/bering/latest/packages/
I grabbed pcmcia.lrp and what I needed from:
http://leaf.sourceforge.net/devel/jnilo/bering/latest/modules/pcmcia/

Although I've been going through fits with the
wireless card I have, the 3c589 has been working
extremely well on the old 486 I have here.

 Anyone know where this file exists? If so, does it
 contain the 3c589_cs.o and pcnet_cs.o modules? I'd
 like to see if I can get my old 486 laptop going with
 a couple of old pcmcia nics that use those modules.
 
 Thanks for any help!
 
 __
 Do You Yahoo!?
 Yahoo! Autos - Get free new car price quotes
 http://autos.yahoo.com
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 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

-- 
Mark

PS.  Entropy requires no maintenance.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
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



[leaf-user] Re: bering wireless bridge (some success)

2002-07-16 Thread Mark A Nordstrand

With some info from Jim TerWee I've managed to get some
of this working.  Currently, I can get to the bridging 
laptap from anywhere on the my network, and from the 
laptop with the wireless card.  However, I can't seem to
get from the network to the laptop.

I've poked around on the bridge laptop, but since this is
fairly new to me, I'm not to sure what to look for.  The
only oddity I could find is from 'brctl showmacs br0' 
which lists all the mac addresses on the network (and the
2 in the bridge laptop), but not the one on the other
laptop.  

-- 
Mark


---
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim

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 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



Re: [leaf-user] bridge update? still not working.....

2002-07-11 Thread Mark A Nordstrand

Jacques Nilo wrote:
 
 Le Jeudi 11 Juillet 2002 01:29, Mark A Nordstrand a écrit :
  Grabbed the new lrp posted recently hoping it was
  in response to problems I have been seeing with
  bridge, pcmcia, and wireless.
 
  if-up.d/bridge still falls through the for loop
  at the bottom.  It does work fine if I log in
  afterwards and stop and restart the network.
 Mark:
 Could you please post or send me off-list your /etc/network/interfaces file ?
 Jacques

It's pretty much right off of the standard bering
release.  I comment out all references to eth[12]
and uncoment br0.  Both the ethernet and the 
wireless cards come up fine otherwise.  My gut is
telling me the problem lies in the pcmcia scripts.

-- 
Mark

Safe, when taken as directed.


---
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases  more
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] 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 the bridge config.
 Maybe this can help.
 
 Manfred
 

-- 
Mark


---
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



[leaf-user] bridge update? still not working.....

2002-07-10 Thread Mark A Nordstrand

Grabbed the new lrp posted recently hoping it was
in response to problems I have been seeing with
bridge, pcmcia, and wireless.

if-up.d/bridge still falls through the for loop
at the bottom.  It does work fine if I log in
afterwards and stop and restart the network.

-- 
Mark

Linux, it is now safe to turn ON your computer.


---
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



[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 also believe some of the variables
are not set for the bridge scripts in /etc/networking

Can anyone offer some pointers?

-- 
Mark

Gaba-Gaba-Hey


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
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] 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 example).  Should I be doing this
as part of configuration, or should this be pick up out 
of /etc/network/interfaces?  (sorry if I'm a bit weak on
information, shell scripts have never been my forte).

Manfred Schuler wrote:
 
 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 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 also believe some of the variables
  are not set for the bridge scripts in /etc/networking
 
  Can anyone offer some pointers?
 
  --
  Mark
 
  Gaba-Gaba-Hey
 
  ---
  This sf.net email is sponsored by:ThinkGeek
  Stuff, things, and much much more.
  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
 
 --
 Manfred Schuler
 E_Mail: mailto:[EMAIL PROTECTED]

-- 
Mark

Those who make peaceful revolution impossible make violent 
revolution inevitable.


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
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] 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
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


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
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