Hello again,

I managed to get the boot process finishing,
( 1.68MB floppy, Bering 2.4.16, thinkpad 755C,
2 3com589D PCMCIA net cards, 20MB RAM)

i found out that I had to put

append floppy=thinkpad

just after

default linux



Now

I'm trying to finish with this installation
and I'm currently stuck with the eth0-eth1 not been
connected, and not responding to ping either.

I think it is a problem of interrupt not being
tied to the PCMCIA cards, altough the card's LEDs lit up.
(but not the LEDs on the switch and the dlink router)


my network is like this:
                      ------------------    ------------------
                      !    PCMCIA      !    !    PCMCIA      !
                      !   3com589D     !    !   3com589C     !
inet   192.168.0.1    !eth0 192.168.0.2!    !eth1 192.168.1.254
___dlink_____________________________IBM 755C____________________switch_______PC
firewall/router                     !  Bering  !                      !________PC
                                    !----------!


I put the 4 PCMCIA modules (3c589_cs, ds, i82365, pcmcia_core) into

     /boot/lib/modules


then set /etc/network/interfaces with:

auto eth0
iface eth0 inet static
     address 192.168.0.2
     network 192.168.0.0
     netmask 255.255.255.0

auto eth1
iface eth1 inet static
     address 192.168.1.254
     network 192.168.1.0
     netmask 255.255.255.0

then set   /etc/hosts  with:

192.168.0.1 localhost
192.168.1.254 firewall

_DON'T KNOW WHAT TO PUT INTO_   /etc/hosts  /etc/resolv.conf     :

nameserver 127.0.0.1      ???
nameserver 192.168.1.254  ???


cat /proc/interrupts gives:

0:   478326 XT-PIC timer
1:   329    XT-PIC keyboard
2:   0      XT-PIC cascade
8:   1      XT-PIC rtc
NMI: 0
ERR: 0

the boot process gives:

<snip>
   isa to PCMCIA port 0x3e0 ofs 0x00
   isa irqs (scanned) = 4 5 7 9

validating interfaces file...
        Error:invalid zone (local) in record:
                "local eth1 192.168.1.255"
terminated

<snip>

there's no message from Intel PCIC probe

lsmod gives:

ip_nat_irc              0 (unused)
ip_nat_ftp              0 (unused)
ip_conntrack_irc        1
ip_conntrack_ftp        1
3c589_cs                0 unused
ds                      0 [3c589_cs]
i82365                  2
pcmcia_core             0 [3c589_cs ds i82365]

ip address gives:

1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop
    link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff



hoping for some more help...

roberto



____________________________________________________________
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
------------------------------------------------------------------------
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