Thanks for the suggestions.

>John, what does your daemon.log/ppp.log say about
>pppd connection."
>     -Shed

ppp.log is empty and daemon.log has no ppp entries.
The NICs at this point aren't far enough along to even
light up the link lights.


>Did you set the cards up with PNP turned off?
>Are you sure nothing is conflicting with the io
>addresses or the IRQ's?
>Also, what does the interfaces config file hold?
>I believe from memory it's in lfcfg>networks>#1
>     -Tony

I believe I turned that off with 3COM's DOS utility
when I first started using these NICs with LEAF.
They're getting the same I/O addresses and IRQs as
they do under my current Bering.
/etc/network/interfaces is appended below.


>I see that you are trying to use the Donald Becker
>version of the Net drivers.
>Could you try and use the kernel one instead?
>AFAIK, it will not need any additional driver.
>     -Luis

I removed the "3c509" entry from /etc/modules. (Is
that all I needed to do?) The NICs no longer seem to
be detected. Output of 'dmesg' and 'ip link show'
appended (eth0 and eth1 are missing).

      -John

=======================
/etc/network/interfaces
-----------------------
# /etc/network/interfaces -- configuration file for
LEAF network
#
# Loopback interface.
auto lo ppp0 eth1

iface lo inet loopback

iface ppp0 inet ppp
        pre-up ip link set eth0 up
        provider dsl-provider eth0

iface eth1 inet static
        address 192.168.1.254
        netmask 255.255.255.0
        broadcast 192.168.1.255

# Step 1: configure external interface
#         uncomment/adjust one of the following 4
options
# Option 1.1 (default): eth0 / dynamic IP from
pump/dhclient
#auto eth0
#iface eth0 inet dhcp
#
# Option 1.2: eth0 / Fixed IP (assumed to be 1.2.3.4).

#               (broadcast/gateway optional)
#auto eth0
#iface eth0 inet static  
#       address 1.2.3.4
#       netmask 255.255.255.0
#       broadcast 1.2.3.255
#       gateway 1.2.3.1
# 
# Option 1.3: PPP/PPPOE (modem connected to eth0) 
auto ppp0 
iface ppp0 inet ppp
        pre-up ip link set eth0 up
        provider dsl-provider eth0
# 
# Option 1.4: PPP modem
#auto ppp0
#iface ppp0 inet ppp
#       provider provider
        
# Step 2: configure  internal interface
# Default: eth1 / fixed IP = 192.168.1.254
auto eth1
iface eth1 inet static
        address 192.168.1.254
        netmask 255.255.255.0
        broadcast 192.168.1.255

# Step 3 (optional): configure DMZ
# Default: eth2 / fixed IP = 192.168.1.100
#auto eth2
#iface eth2 inet static
#       address 192.168.1.100
#       netmask 255.255.255.0
#       broadcast 192.168.1.255

# Step 4 (optional): configure a bridge
#auto br0
#iface br0 inet static
#       address 192.168.1.254
#       netmask 255.255.255.0
#       broadcast 192.168.1.255
#       bridge_ports all

# Step 5 (optional): configure ipv6
#iface eth1 inet6 static
#       address fec0:2::1
#       netmask 64

# Step 6 (optional): configure v4tunnel
#auto tun6to4
#iface tun6to4 inet6 v4tunnel
#       address 3ffe:8280:0:2001::2
#       netmask 64
#       gateway 3ffe:8280:0:2001::1
#       endpoint 202.143.23.6
#       ttl 254
-----------------------

=======================
dmesg
-----------------------
Linux version 2.4.26 ([EMAIL PROTECTED]) (gcc version
2.95.3 20010315 (release)) #1 Sun Jun 6 11:44:34 CEST
2004
BIOS-provided physical RAM map:
 BIOS-88: 0000000000000000 - 000000000009f000 (usable)
 BIOS-88: 0000000000100000 - 0000000001000000 (usable)
16MB LOWMEM available.
On node 0 totalpages: 4096
zone(0): 4096 pages.
zone(1): 0 pages.
zone(2): 0 pages.
DMI not present.
Kernel command line: BOOT_IMAGE=linux
initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0
LEAFCFG=/dev/fd0u1680:msdos 
Initializing CPU#0
Console: colour VGA+ 80x25
Calibrating delay loop... 33.28 BogoMIPS
Memory: 14004k/16384k available (973k kernel code,
1992k reserved, 111k data, 64k init, 0k highmem)
Checking if this processor honours the WP bit even in
supervisor mode... Ok.
Dentry cache hash table entries: 2048 (order: 2, 16384
bytes)
Inode cache hash table entries: 1024 (order: 1, 8192
bytes)
Mount cache hash table entries: 512 (order: 0, 4096
bytes)
Buffer cache hash table entries: 1024 (order: 0, 4096
bytes)
Page-cache hash table entries: 4096 (order: 2, 16384
bytes)
CPU:     After generic, caps: 00000003 00000000
00000000 00000000
CPU:             Common caps: 00000003 00000000
00000000 00000000
CPU: Intel 486 DX/2 stepping 05
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
PCI: System does not support PCI
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society
NET3.039
Initializing RT netlink socket
Starting kswapd
pty: 256 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with
MANY_PORTS SHARE_IRQ DETECT_IRQ SERIAL_PCI enabled
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M, fd1 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size
1024 blocksize
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 1024 bind
1024)
ip_tables: (C) 2000-2002 Netfilter core team
arp_tables: (C) 2002 David S. Miller
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 288k freed
VFS: Mounted root (minix filesystem).
Freeing unused kernel memory: 64k freed
CSLIP: code copyright 1989 Regents of the University
of California
HDLC line discipline: version $Revision: 3.7 $,
maxframe=4096
N_HDLC line discipline registered.
PPP generic driver version 2.4.2
ip_conntrack version 2.1 (128 buckets, 1024 max) - 316
bytes per conntrack
Software Watchdog Timer: 0.05, timer margin: 60 sec
---------------------

=====================
ip link show
---------------------
1: lo: <LOOPBACK> mtu 16436 qdisc noop 
    link/loopback 00:00:00:00:00:00 brd
00:00:00:00:00:00
2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop 
    link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
---------------------

EOM



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
------------------------------------------------------------------------
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

Reply via email to