Re: Wireless problems with Lucent Tech card

From: Vincent Kergonna (vincent.kergonna_at_wanadoo.fr)
Date: 12/24/03


Date: Wed, 24 Dec 2003 12:41:53 +0100

On Tue, 23 Dec 2003 20:54:45 -0800, James Kimble wrote:

>
> ifconfig yields:
>
> eth1 Link encap:Ethernet HWaddr 00:60:1D:23:E5:D4
> UP BROADCAST RUNNING MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0
> RX bytes:0 (0.0 b) TX bytes:5892 (5.7 Kb)
>

  You can see that your card has no ip address. Try to set up one manually
  (in a terminal) :
  ifconfig eth1 ip.address netmask netmask.value

  Then try to ping your router (or any other machine on your network).

>
> Thanks,
>
> James Kimble

  Vincent