I sent this to expert last time, not sure if it got out or not.....
 
I cannot get my 3c509B working in mandrake.  I setup Dhcp in linuxconf like I used to do but to no avail.  Here are some printouts that may be helpful. 
 
[root@localhost /root]# dhclient
Internet Software Consortium DHCP Client V3.0b1pl12
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
 
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
 
Listening on LPF/eth0/00:a0:24:c7:b0:56
Sending on   LPF/eth0/00:a0:24:c7:b0:56
Listening on LPF/lo/<null>
Sending on   LPF/lo/<null>
Sending on   Socket/fallback/fallback-net
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 10
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
 
Also, when I do a ifup eth0, I get this:
[root@localhost /root]# ifup eth0
Determining IP information for eth0...Operation failed.
failed.
 
When I do a ifconfig -a, I get:
[root@localhost /root]# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:A0:24:C7:B0:56 
          BROADCAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:10 Base address:0x300
 
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:45 errors:0 dropped:0 overruns:0 frame:0
          TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
 

And a netstat -r gives:
[root@localhost /root]# netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
127.0.0.0       *               255.0.0.0       U         0 0          0 lo
 

the File /etc/hosts contains this:
127.0.0.1       localhost.localdomain   localhost
 
Also, I cannot run netcfg because of an unrelated problem:
[root@localhost /root]# netcfg
Traceback (innermost last):
  File "/usr/lib/rhs/netcfg/netcfg.py", line 23, in ?
    from Tkinter import *
  File "/usr/lib/python1.5/lib-tk/Tkinter.py", line 8, in ?
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libtix4.1.8.0.so: cannot open shared object file: No such file or directory
 

Any ideas?!!

Reply via email to