[leaf-user] Problems using vlan.lrp and bridge.lrp

2003-06-24 Thread Jose Luis Abuelo Sebio
Hi, how everybody is doing?:

 I am having some problems trying to set a vlan with
the Bering rc4 distribution. I going to explain what I
did it and how, to see if anyone can find the problem
or the mistake, because I think I am following the
documentation pretty good.

  Here, this is a draw of what I am trying to set


  ---
  - PC1 -
  ---
 - eth0 IP 192.168.1.123
 -
 -
 - eth1 IP 192.168.1.1
   eth2 192.168.2.1 ---  
  - Bridge A - -- PC3 -
    ---
 - eth0 IP 10.0.1.1   eth0 IP 192.168.2.3
 -
 -
 - eth0 IP 10.0.1.2
   eth2 192.168.2.2 ---
  - Bridge B  PC4 -
    --- 
 - eth1 IP 192.168.1.2eth0 IP 192.168.2.4
 -
 -
 - eth0 IP 192.168.1.129
  --- 
  - PC2 -
  ---

 BridgeA and BridgeB are running under Bering rc4 V1.2
 with vlan.lrp bridge.lrp and 8021q.o  and bridge.o
  
 First I am gonna describe the situation of the
project. I have to computers, we will call them
BridgeA and BridgeB, which I wanna run as bridges.
Each computer has 3 Ethernet NICs. To apply vlan
support to the bridgeA and bridgeB I install in each
one the package vlan.lrp (wich provides the command
vconfig) and the module 8021q.o. Them to support the
bridge funcionality I install the the bridge.lrp
package and the bridge.o module.

them in each of these computers I do this:

First I assign an IP address to each NIC
BridgeA
eth0 10.0.1.1
eth1 192.168.1.1
eth2 192.168.2.1

and I set them up with the command Ifconfig
Ifconfig eth0 up
Ifconfig eth1 up
Ifconfig eth2 up
(To do this I had to install netutils.lrp because ifup
didn´t seem to work)

so I did the same in bridgeB

eth0 10.0.1.2
eth1 192.168.1.2
eth2 192.168.2.2
and I set them up with ifconfig again.

So now in each of the briges I create the Vlans

vconfig add eth0 10
vconfig add eth0 20
vconfig add eth1 10
vconfig add eth2 20

so now I have the interfaces
eth0.10 eth0.20 eth1.10 and eth2.20
 so I set them up again with ifconfig like
ifconfig eth1.10 up

So now I only have to create the bridge

brctl addbr Orense
brctl addif Orense eth0.10
brctl addif Orense eth0.20
brctl addif Orense eth1.10
brctl addif Orense eth2.20

and I set the bridge up
Ifconfig Orense up

(as you can see I use the interfaces eth0 of each
bridge to connect them in a backbone between the two
machines)

so then conected to the eth1 of the bridgeA I have a
computer with a NIC that has an IP address
192.168.1.123 and conected to the eth1 of the bridgeB
I
have another NIC with 192.168.1.129.

As I see it has to work, doesn´t it? but If I do a
ping from 192.168.1.123 to 192.168.1.129 I can´t see
the other side. I only can reach the machine I am
conected to (because the IP address) but not using the
bridge and VLAN technology.

 It is the same for the PC´s in the VLAN ID 20 PC3 and
PC4.

Can anyone tell me why or what I did wrong?

It works if I do the bridge with the phisical
interfaces eth0,eth1,eth2
Bridge Orense
eth0, eht1 eth2

but the porpuse of this
project is using vlan and a bridge so this:
Bridge Orense
eth0.10, eth0.20, eth1.10, eth2.20
It doesn´t work

I don´t know what is wrong here.

Thank´s for your help, I will be checking my
mail to see if anyone has the answer to this.

Bye



___
Yahoo! Sorteos  -  http://loteria.yahoo.es
Juega a la Lotería Primitiva sin salir de casa


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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] Problems using vlan.lrp and bridge.lrp

2003-06-24 Thread Erich Titl
Jose

I do not understand much about bridges, so I am surprised that you would 
assign the same subnet 192.168.1.x on the eth1 adapters on both bridges.
I do not know how this could work so please someone enlighten me.
How could you prevent address collisions ths way?

Erich

At 09:02 24.06.2003 +0200, you wrote:
Hi, how everybody is doing?:

 I am having some problems trying to set a vlan with
the Bering rc4 distribution. I going to explain what I
did it and how, to see if anyone can find the problem
or the mistake, because I think I am following the
documentation pretty good.
THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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] Problems using vlan.lrp and bridge.lrp

2003-06-24 Thread Lynn Avants
On Tuesday 24 June 2003 02:02 am, Jose Luis Abuelo Sebio wrote:
[...]
 First I assign an IP address to each NIC
 BridgeA
 eth0 10.0.1.1
 eth1 192.168.1.1
 eth2 192.168.2.1

 and I set them up with the command Ifconfig
 Ifconfig eth0 up
 Ifconfig eth1 up
 Ifconfig eth2 up
 (To do this I had to install netutils.lrp because ifup
 didn´t seem to work)

 so I did the same in bridgeB

 eth0 10.0.1.2
 eth1 192.168.1.2
 eth2 192.168.2.2
 and I set them up with ifconfig again.
[...]
 It works if I do the bridge with the phisical
 interfaces eth0,eth1,eth2
 Bridge Orense
 eth0, eht1 eth2

Well, I haven't setup a bridge in some time, so correct me
if I'm off-base here. Last I checked, bridging is NOT a 
function of routing and does NOT use ip addresses/routes/etc..
You simply bring up the interfaces as 'bridge-interfaces' w/o
further configuration and the whole thing works similar to a
switch. From what you have posted, I'm very surprised anything
works at all period as a bridge, but I'm assuming that much
may have changed in the last couple of years...
-- 
~Lynn Avants
Linux Embedded Appliance Firewall Developer
http://leaf.sourceforge.net
http://guitarlynn.homelinux.org:81


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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] Trouble getting started

2003-06-24 Thread Somerlot, Chris
I'm using a P75 w/ 32mb ram and 2 3Com509 cards to try and setup a Bering
1.2 router box. I have one computer (a laptop w/ PCMCIA ethernet card)
attached to eth1 via a crossover cable, and I can't ping back and forth to
the router, or connect to the weblet, the ethernet card lights come on but
don't blink.  How do I know the connection is good, router setup correctly,
etc before I connect my cable modem to the router? The only thing I changed
on the router was to uncomment the 3C509 line in the module conf file,
backup and reboot.

Thanks
Chris

Below is the messages log:
Jun 23 19:40:40 firewall syslogd 1.3-3#31.slink1: restart.
Jun 23 19:40:40 firewall kernel: klogd 1.3-3#31.slink1, log source =
/proc/kmsg started.
Jun 23 19:40:40 firewall kernel: No module symbols loaded.
Jun 23 19:40:40 firewall kernel: BIOS-provided physical RAM map: 
Jun 23 19:40:40 firewall kernel: 32MB LOWMEM available. 
Jun 23 19:40:40 firewall kernel: Initializing CPU#0 
Jun 23 19:40:40 firewall kernel: Memory: 30128k/32768k available (948k
kernel code, 2252k reserved, -1176k data, 64k init, 0k highmem) 
Jun 23 19:40:40 firewall kernel: Dentry cache hash table entries: 4096
(order: 3, 32768 bytes) 
Jun 23 19:40:40 firewall kernel: Inode cache hash table entries: 2048
(order: 2, 16384 bytes) 
Jun 23 19:40:40 firewall kernel: Intel Pentium with F0 0F bug - workaround
enabled. 
Jun 23 19:40:40 firewall kernel: Checking 'hlt' instruction... OK. 
Jun 23 19:40:40 firewall kernel: PCI: PCI BIOS revision 2.10 entry at
0xfd9a1, last bus=0 
Jun 23 19:40:40 firewall kernel: PCI: Using configuration type 1 
Jun 23 19:40:40 firewall kernel: PCI: Probing PCI hardware 
Jun 23 19:40:40 firewall kernel: Limiting direct PCI/PCI transfers. 
Jun 23 19:40:40 firewall kernel: Linux NET4.0 for Linux 2.4 
Jun 23 19:40:40 firewall kernel: Based upon Swansea University Computer
Society NET3.039 
Jun 23 19:40:40 firewall kernel: Serial driver version 5.05c (2001-07-08)
with MANY_PORTS SHARE_IRQ DETECT_IRQ SERIAL_PCI enabled 
Jun 23 19:40:40 firewall kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A 
Jun 23 19:40:40 firewall kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A 
Jun 23 19:40:40 firewall kernel: Real Time Clock Driver v1.10e 
Jun 23 19:40:40 firewall kernel: Software Watchdog Timer: 0.05, timer
margin: 60 sec 
Jun 23 19:40:40 firewall kernel: Floppy drive(s): fd0 is 1.44M 
Jun 23 19:40:40 firewall kernel: FDC 0 is a National Semiconductor PC87306 
Jun 23 19:40:40 firewall kernel: NET4: Linux TCP/IP 1.0 for NET4.0 
Jun 23 19:40:40 firewall kernel: IP Protocols: ICMP, UDP, TCP, IGMP 
Jun 23 19:40:40 firewall kernel: IP: routing cache hash table of 512
buckets, 4Kbytes 
Jun 23 19:40:40 firewall kernel: TCP: Hash tables configured (established
2048 bind 2048) 
Jun 23 19:40:40 firewall kernel: NET4: Unix domain sockets 1.0/SMP for Linux
NET4.0. 
Jun 23 19:40:40 firewall kernel: RAMDISK: Compressed image found at block 0 
Jun 23 19:40:40 firewall kernel: Freeing initrd memory: 401k freed 
Jun 23 19:40:40 firewall kernel: Freeing unused kernel memory: 64k freed 



---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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] Trouble getting started

2003-06-24 Thread Patrick Benson
On Tuesday 24 June 2003 15.09, Somerlot, Chris wrote:
 I'm using a P75 w/ 32mb ram and 2 3Com509 cards to try and setup a
 Bering 1.2 router box. I have one computer (a laptop w/ PCMCIA
 ethernet card) attached to eth1 via a crossover cable, and I can't
 ping back and forth to the router, or connect to the weblet, the
 ethernet card lights come on but don't blink.  How do I know the
 connection is good, router setup correctly, etc before I connect my
 cable modem to the router? The only thing I changed on the router was
 to uncomment the 3C509 line in the module conf file, backup and
 reboot.

 Thanks
 Chris

That's difficult to diagnose if you leave out the specifics:

http://leaf.sourceforge.net/mod.php?mod=userpagemenu=11page_id=4

One of them being: 

 Below is the messages log:
 Jun 23 19:40:40 firewall syslogd 1.3-3#31.slink1: restart.
 Jun 23 19:40:40 firewall kernel: klogd 1.3-3#31.slink1, log source =
 /proc/kmsg started.
 Jun 23 19:40:40 firewall kernel: No module symbols loaded.
 Jun 23 19:40:40 firewall kernel: BIOS-provided physical RAM map:
 Jun 23 19:40:40 firewall kernel: 32MB LOWMEM available.
 Jun 23 19:40:40 firewall kernel: Initializing CPU#0
 Jun 23 19:40:40 firewall kernel: Memory: 30128k/32768k available
 (948k kernel code, 2252k reserved, -1176k data, 64k init, 0k highmem)
 Jun 23 19:40:40 firewall kernel: Dentry cache hash table entries:
 4096 (order: 3, 32768 bytes)
 Jun 23 19:40:40 firewall kernel: Inode cache hash table entries: 2048
 (order: 2, 16384 bytes)
 Jun 23 19:40:40 firewall kernel: Intel Pentium with F0 0F bug -
 workaround enabled.
 Jun 23 19:40:40 firewall kernel: Checking 'hlt' instruction... OK.
 Jun 23 19:40:40 firewall kernel: PCI: PCI BIOS revision 2.10 entry at
 0xfd9a1, last bus=0
 Jun 23 19:40:40 firewall kernel: PCI: Using configuration type 1
 Jun 23 19:40:40 firewall kernel: PCI: Probing PCI hardware
 Jun 23 19:40:40 firewall kernel: Limiting direct PCI/PCI transfers.
 Jun 23 19:40:40 firewall kernel: Linux NET4.0 for Linux 2.4
 Jun 23 19:40:40 firewall kernel: Based upon Swansea University
 Computer Society NET3.039
 Jun 23 19:40:40 firewall kernel: Serial driver version 5.05c
 (2001-07-08) with MANY_PORTS SHARE_IRQ DETECT_IRQ SERIAL_PCI enabled
 Jun 23 19:40:40 firewall kernel: ttyS00 at 0x03f8 (irq = 4) is a
 16550A Jun 23 19:40:40 firewall kernel: ttyS01 at 0x02f8 (irq = 3) is
 a 16550A Jun 23 19:40:40 firewall kernel: Real Time Clock Driver
 v1.10e Jun 23 19:40:40 firewall kernel: Software Watchdog Timer:
 0.05, timer margin: 60 sec
 Jun 23 19:40:40 firewall kernel: Floppy drive(s): fd0 is 1.44M
 Jun 23 19:40:40 firewall kernel: FDC 0 is a National Semiconductor
 PC87306 Jun 23 19:40:40 firewall kernel: NET4: Linux TCP/IP 1.0 for
 NET4.0 Jun 23 19:40:40 firewall kernel: IP Protocols: ICMP, UDP, TCP,
 IGMP Jun 23 19:40:40 firewall kernel: IP: routing cache hash table of
 512 buckets, 4Kbytes
 Jun 23 19:40:40 firewall kernel: TCP: Hash tables configured
 (established 2048 bind 2048)
 Jun 23 19:40:40 firewall kernel: NET4: Unix domain sockets 1.0/SMP
 for Linux NET4.0.
 Jun 23 19:40:40 firewall kernel: RAMDISK: Compressed image found at
 block 0 Jun 23 19:40:40 firewall kernel: Freeing initrd memory: 401k
 freed Jun 23 19:40:40 firewall kernel: Freeing unused kernel memory:
 64k freed

No listing of your 3c509 modules, if they're even being loaded... it's 
just guess work...

Regards,
-- 
Patrick Benson
Stockholm, Sweden



---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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] ext3 on Bering 1.1

2003-06-24 Thread Godfried Duodu
I have been successful in doing fdisk, mke2fs and mkswap the  /dev/hda*
partitions but gets an error when I issue the swapon
command.
Any Bering 1.2 utils some where for that. By the way, I used toms
floppy for the setting the partitions.

Thanks


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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] Trouble getting started

2003-06-24 Thread Jeff Newmiller
On Tue, 24 Jun 2003, Somerlot, Chris wrote:

 I'm using a P75 w/ 32mb ram and 2 3Com509 cards to try and setup a Bering
 1.2 router box. I have one computer (a laptop w/ PCMCIA ethernet card)
 attached to eth1 via a crossover cable, and I can't ping back and forth to
 the router, or connect to the weblet, the ethernet card lights come on but
 don't blink.  How do I know the connection is good, router setup correctly,
 etc before I connect my cable modem to the router? The only thing I changed
 on the router was to uncomment the 3C509 line in the module conf file,
 backup and reboot.

If that really was all you did, then you need to go back to the
installation guide and follow the instructions.  The 3c509 driver is not
actually included on the basic floppy image.

---
Jeff NewmillerThe .   .  Go Live...
DCN:[EMAIL PROTECTED]Basics: ##.#.   ##.#.  Live Go...
  Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/BatteriesO.O#.   #.O#.  with
/Software/Embedded Controllers)   .OO#.   .OO#.  rocks...2k
---



---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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] natsemi driver..

2003-06-24 Thread Homer Parker
Bering 1.2 in a Net4501 Soekris box.. Loading natsemi.o gives me:

# insmod natsemi
Using /lib/modules/natsemi.o
insmod: unresolved symbol pci_drv_unregister
insmod: unresolved symbol pci_drv_register

Looking at modules.dep, it doesn't look like it relies on anything else..

--- 
Homer Parker  /\ ASCII Ribbon Campaign
  \ / No HTML/RTF in email
http://www.homershut.net   x  No Word docs in email
telnet://bbs.homershut.net/ \ Respect for open standards

Bill Gates reports on security progress made and the challenges ahead.
-- Microsoft's Homepage, on the day an SQL Server bug crippled large
   sections of the Internet.


 


pgp0.pgp
Description: PGP signature


[leaf-user] Orinoco drivers

2003-06-24 Thread Homer Parker
The Bering 1.2 pcmcia_orinoco.lrp does not include a wireless.opts file,
nor an option to edit that file.. Has that functionality been moved
someplace else?

--- 
Homer Parker  /\ ASCII Ribbon Campaign
  \ / No HTML/RTF in email
http://www.homershut.net   x  No Word docs in email
telnet://bbs.homershut.net/ \ Respect for open standards

Bill Gates reports on security progress made and the challenges ahead.
-- Microsoft's Homepage, on the day an SQL Server bug crippled large
   sections of the Internet.


 


pgp0.pgp
Description: PGP signature


Re: [leaf-user] natsemi driver..

2003-06-24 Thread eric wolzak
Hello Homer,

are you sure you got the correct modules.
in my modules on a 2.4.20  pci_drv_register and pci_drv_unregister are not
mentioned.
in the modules on a 2.2.20 they are.   those are dependant of pci-scan.
So please check if you have the correct module. If so try installing
pci-scan before.

Regards
Eric Wolzak
member of  the bering crew.

-Ursprüngliche Nachricht-
Von: Homer Parker [EMAIL PROTECTED]
An: [EMAIL PROTECTED] [EMAIL PROTECTED]
Datum: Dienstag, 24. Juni 2003 20:43
Betreff: [leaf-user] natsemi driver..


 Bering 1.2 in a Net4501 Soekris box.. Loading natsemi.o gives me:

# insmod natsemi
Using /lib/modules/natsemi.o
insmod: unresolved symbol pci_drv_unregister
insmod: unresolved symbol pci_drv_register

 Looking at modules.dep, it doesn't look like it relies on anything else..

---
Homer Parker  /\ ASCII Ribbon Campaign
  \ / No HTML/RTF in email
http://www.homershut.net   x  No Word docs in email
telnet://bbs.homershut.net/ \ Respect for open standards

Bill Gates reports on security progress made and the challenges ahead.
-- Microsoft's Homepage, on the day an SQL Server bug crippled large
   sections of the Internet.







---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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] wisp - mesh

2003-06-24 Thread wing newton
Greetings,

Have anyone succeeded in using WISP to build a
wireless Mesh Network ? 

Newton


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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] natsemi driver..

2003-06-24 Thread Homer Parker
On Tue, 24 Jun 2003 21:02:34 +0200 eric wolzak [EMAIL PROTECTED]
wrote

 Hello Homer,
 
 are you sure you got the correct modules.
 in my modules on a 2.4.20  pci_drv_register and pci_drv_unregister are
 not mentioned.
 in the modules on a 2.2.20 they are.   those are dependant of pci-scan.

Here's what I'm using:

-rw-rw-rw-1 hparker  hparker   1720320 May 15 12:11
Bering_1.2_img_bering-1680.bin
-rw-rw-rw-1 hparker  hparker   8590827 May 15 12:17
Bering_1.2_modules_2.4.20.tar.gz



 So please check if you have the correct module. If so try installing
 pci-scan before.

firewall: -root-
# insmod pci-scan
Using /lib/modules/pci-scan.o

firewall: -root-
# insmod natsemi
Using /lib/modules/natsemi.o

That looks much better ;) Thanks!

--- 
Homer Parker  /\ ASCII Ribbon Campaign
  \ / No HTML/RTF in email
http://www.homershut.net   x  No Word docs in email
telnet://bbs.homershut.net/ \ Respect for open standards

Bill Gates reports on security progress made and the challenges ahead.
-- Microsoft's Homepage, on the day an SQL Server bug crippled large
   sections of the Internet.


 


pgp0.pgp
Description: PGP signature


Re: [leaf-user] natsemi driver..

2003-06-24 Thread Bibinsa
 --- Homer Parker [EMAIL PROTECTED] a écrit : 
On Tue, 24 Jun 2003 21:02:34 +0200 eric wolzak
 [EMAIL PROTECTED]
 wrote
 
  Hello Homer,
  
  are you sure you got the correct modules.
  in my modules on a 2.4.20  pci_drv_register and
 pci_drv_unregister are
  not mentioned.
  in the modules on a 2.2.20 they are.   those are
 dependant of pci-scan.
 
   Here's what I'm using:
 
 -rw-rw-rw-1 hparker  hparker   1720320 May 15
 12:11
 Bering_1.2_img_bering-1680.bin
 -rw-rw-rw-1 hparker  hparker   8590827 May 15
 12:17
 Bering_1.2_modules_2.4.20.tar.gz

I'm using the same one.
 
  So please check if you have the correct module. If
 so try installing
  pci-scan before.
 
 firewall: -root-
 # insmod pci-scan
 Using /lib/modules/pci-scan.o
 
 firewall: -root-
 # insmod natsemi
 Using /lib/modules/natsemi.o
 
   That looks much better ;) Thanks!

Incredible ! I use Netgear FA311 (natsemi.o module)
and I don't have to use pci-scan.o
Very strange...

Bibinsa


___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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] natsemi driver..

2003-06-24 Thread Lynn Avants
On Tuesday 24 June 2003 04:25 pm, Bibinsa wrote:
[...]
 Incredible ! I use Netgear FA311 (natsemi.o module)
 and I don't have to use pci-scan.o
 Very strange...

Kernel modules don't use pci-scan, but the Donald Becker 
modules do. Different section of the 'modules tree'.
-- 
~Lynn Avants
Linux Embedded Appliance Firewall Developer
http://leaf.sourceforge.net
http://guitarlynn.homelinux.org:81


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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] Trouble getting started

2003-06-24 Thread Erich Titl
Chris

please read this and provide the information requested there

http://leaf.sourceforge.net/mod.php?mod=userpagemenu=11page_id=4

thanks

Erich

At 06:09 24.06.2003 -0700, you wrote:
I'm using a P75 w/ 32mb ram and 2 3Com509 cards to try and setup a Bering
1.2 router box. I have one computer (a laptop w/ PCMCIA ethernet card)
attached to eth1 via a crossover cable, and I can't ping back and forth to
the router, or connect to the weblet, the ethernet card lights come on but
don't blink.  How do I know the connection is good, router setup correctly,
etc before I connect my cable modem to the router? The only thing I changed
on the router was to uncomment the 3C509 line in the module conf file,
backup and reboot.
THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php

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