Hello,

thank you for all your suggestions.

This is the extra information you asked for.
Thank you in advance to whoever will be so patient to browse
through itm..

Refer to my original posting for a description of the
problem, or ask me to mail it again.

To begin with, I do have a (new) crossover ethernet cable.
However, this doesn't exclude cable problem, or other hardware problem
(see below).

Second,  I **am** doing something bad/stupid to the PCMCIA
configuration, but can't figure out what's missing ( just look at
lsmod output).

Third, these are the outputs you requested of route, netstat, ifconfig
and lsmod on both machines.

        Thanks,
                        Marco

********************************************************************************
********************************************************************************
********************************************************************************

                        DESKTOP

>>>route -n

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.1.1     0.0.0.0         255.255.255.255 UH    0      0        0
eth0
192.168.1.2     192.168.1.1     255.255.255.255 UGH   0      0        0
eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0
eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0
lo

        Removing by hand the first two routes, nothing changes.
################################################################################
>>>netstat -i
Kernel Interface table
Iface   MTU Met    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP
TX-OVR Flg
eth0   1500   0        0      0      0      0        0      2     
0      0 BRU
lo     3924   0        0      0      0      0        0      0     
0      0 LRU


################################################################################
>>>netstat -i, later
Kernel Interface table
Iface   MTU Met    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP
TX-OVR Flg
eth0   1500   0        0      0      0      0        0     25     
0      0 BMRU
lo     3924   0      204      0      0      0      204      0     
0      0 LRU


################################################################################
>>>ifconfig
eth0      Link encap:Ethernet  HWaddr 00:C0:26:CE:18:AC  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:25 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          Interrupt:5 Base address:0x220 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:204 errors:0 dropped:0 overruns:0 frame:0
          TX packets:204 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 


################################################################################
>>>lsmod
Module                  Size  Used by
ppp_deflate            42468   0  (autoclean)
bsd_comp                4144   0  (autoclean)
ppp                    21036   0  (autoclean) [ppp_deflate bsd_comp]
slhc                    4468   0  (autoclean) [ppp]
sound                  65240   0  (autoclean) (unused)
soundcore               3748   3  (autoclean) [sound]
soundlow                 304   0  (autoclean) [sound]
ne                      6416   1  (autoclean)
8390                    6020   0  (autoclean) [ne]
vfat                   11036   0  (unused)
fat                    32960   0  [vfat]
aic7xxx               107536   0  (unused)

################################################################################
>>>dmesg|grep eth0
eth0: NE2000 found at 0x220, using IRQ 5.
eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x2, t=763.
eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x2, t=7500.
eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x2, t=12000.



********************************************************************************
********************************************************************************
********************************************************************************


                LAPTOP

>>>more /etc/pcmcia/congig.opts
#
# Local PCMCIA Configuration File
#
# System resources available for PCMCIA devices
#
include port 0x100-0x4ff, port 0x1000-0x17ff
include memory 0xc0000-0xfffff
include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
#
# Extra port range for IBM Token Ring
#
include port 0xa00-0xaff
#
# Resources we should not use, even if they appear to be available
#
# First built-in serial port
exclude irq 1 
exclude irq 3
exclude irq 4
exclude irq 5
exclude irq 8
exclude irq 9
exclude irq 10
exclude irq 13
exclude irq 14
exclude irq 15
#exclude port 0x340-0x34f
exclude port 0x2f8-0x33f
# Second built-in serial port
#exclude irq 3
# First built-in parallel port
exclude irq 7
#
# Examples of options for loadable modules
#
# To fix sluggish network with IBM ethernet adapter...
#module "pcnet_cs" opts "mem_speed=600"
#
# Options for Xircom Netwave driver...
#module "netwave_cs" opts "domain=0x100 scramble_key=0x0"
#
# Options for IBM Token Ring adapters
#module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"


################################################################################

>>>route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.1.2     0.0.0.0         255.255.255.255 UH    0      0        0
eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0
eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0
lo

        removing first route by hand nothing changes

################################################################################

>>> netstat -i
Kernel Interface table
Iface   MTU Met    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP
TX-OVR Flg
eth0   1500   0        3      0      0      0        0      0     
0      0 BRU
lo     3924   0        0      0      0      0        0      0     
0      0 LRU

>>> netstat -i, later
Kernel Interface table
Iface   MTU Met    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP
TX-OVR Flg
eth0   1500   0       27      0      0      0      248      0     
0      0 BRU
lo     3924   0      120      0      0      0      120      0     
0      0 LRU

################################################################################

>>>ifconfig
eth0      Link encap:Ethernet  HWaddr 00:E0:98:1A:11:D3  
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:48 errors:0 dropped:0 overruns:0 frame:0
          TX packets:266 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          Interrupt:11 Base address:0x340 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:120 errors:0 dropped:0 overruns:0 frame:0
          TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 


################################################################################

>>>lsmod (did not recognize properly the PCMCIA card??)
Module                  Size  Used by
memory_cs               8704   0  (unused)
ds                      6056   2  [memory_cs]
i82365                 28808   2 
pcmcia_core            51904   0  [memory_cs ds i82365]
nls_iso8859-1           2052   1  (autoclean)
nls_cp437               3580   1  (autoclean)
vfat                   11036   1  (autoclean)
fat                    32960   1  (autoclean) [vfat]

>>lsmod, after reboot (now  we have pcnet_cs..)

Module                  Size  Used by
pcnet_cs                8116   1 
8390                    6020   0  [pcnet_cs]
ds                      6056   2  [pcnet_cs]
i82365                 28808   2 
pcmcia_core            51904   0  [pcnet_cs ds i82365]
nls_iso8859-1           2052   1  (autoclean)
nls_cp437               3580   1  (autoclean)
vfat                   11036   1  (autoclean)
fat                    32960   1  (autoclean) [vfat]

################################################################################

>>> tcpdump excerpt (avalon==laptop, IP=192.168.1.2)

16:14:05.801123 arp who-has 192.168.1.1 tell avalon.net.local
16:14:06.800831 arp who-has 192.168.1.1 tell avalon.net.local
16:14:07.800829 arp who-has 192.168.1.1 tell avalon.net.local
16:14:08.801146 arp who-has 192.168.1.1 tell avalon.net.local
16:14:09.800829 arp who-has 192.168.1.1 tell avalon.net.local
16:14:10.800827 arp who-has 192.168.1.1 tell avalon.net.local
16:14:11.801130 arp who-has 192.168.1.1 tell avalon.net.local
16:14:12.800827 arp who-has 192.168.1.1 tell avalon.net.local
16:14:13.800827 arp who-has 192.168.1.1 tell avalon.net.local
16:14:14.801129 arp who-has 192.168.1.1 tell avalon.net.local
16:14:15.136585 arp who-has avalon.net.local tell 192.168.1.1
16:14:15.136709 avalon.net.local > 192.168.1.1: icmp: echo request
16:14:15.136846 arp reply avalon.net.local is-at 0:e0:98:1a:11:d3
16:14:15.800911 avalon.net.local > 192.168.1.1: icmp: echo request
16:14:16.800900 avalon.net.local > 192.168.1.1: icmp: echo request
16:14:17.800898 avalon.net.local > 192.168.1.1: icmp: echo request
16:14:18.800898 avalon.net.local > 192.168.1.1: icmp: echo request
16:14:19.800900 avalon.net.local > 192.168.1.1: icmp: echo request
16:14:20.130818 arp who-has 192.168.1.1 tell avalon.net.local


################################################################################

>> dmesg|tail

  TI 1130 PCI-to-CardBus at bus 0 slot 3, mem 0x68000000, 2 sockets
    host opts [0]: [isa irq] [no pci irq] [lat 168/176] [bus 32/34]
    host opts [1]: [isa irq] [no pci irq] [lat 168/176] [bus 35/37]
    ISA irqs (scanned) = 7,9,11,15 status change on irq 15
cs: IO port probe 0x1000-0x17ff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x398-0x39f
cs: IO port probe 0x0a00-0x0aff: clean.
cs: memory probe 0xa0000000-0xa0ffffff: clean.
eth0: NE2000 Compatible: io 0x340, irq 11, hw_addr 00:A0:98:DA:11:13

Reply via email to