[ltp] 770Z And Xircom PCMCIA NIC Problem

linux-thinkpad@linux-thinkpad.org linux-thinkpad@linux-thinkpad.org
Mon, 13 Jan 2003 20:04:49 GMT


On Jan 13 20:32, Manolis Stamatogiannakis <mstamat@csd.uoc.gr> wrote:
>
> Have you checked the settings reported by ifconfig?
> Are they what you expected? The first three lines for
> eth0 should look a bit like this :
> 
> eth0      Link encap:Ethernet  HWaddr 00:11:2A:F1:24:82
>           inet addr:125.91.10.107  Bcast:125.91.10.255  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> 

Manolis,

Yes, it looks right, although I expected to see the IRQ and base address as the last line and it's not there. However, in the boot log there are the lines: 

  eth0: Xircom: port 0x300, irq 3, hwaddr 00:80:C7:99:12:93
  eth0: media 10BaseT, silicon revision 4

[root@localhost root]# ifconfig
eth0    Link encap:Ethernet  HWaddr 00:80:C7:99:12:93
        inet addr:192.168.1.5  Bcast:192.168.1.255 Mask:255.255.255.0
        UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
        RX packets:0 errors:0 dropped:0 overruns:0 frame:0
        TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
        collisions:0
        RX bytes:0 (0.0 b)  TX bytes:1320 (1.2 Kb)

--John