No DHCPDISCOVER

Hi,

My old board Beagleboard xM running Debian 7.3 Kernel Version 3.9.11-x5 has having troubles getting any IP dynamic adress from the DHCP server.
Below the log message:
`
[…] Configuring network interfaces…Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

[ 40.500335] smsc95xx 1-2.1:1.0 eth0: hardware isn’t capable of remote wakeup
[ 40.508239] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Listening on LPF/eth0/42:af:c5:24:74:92
Sending on LPF/eth0/42:af:c5:24:74:92
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
No DHCPOFFERS received.
Trying recorded lease 172.23.16.168
PING 172.23.16.254 (172.23.16.254) 56(84) bytes of data.

— 172.23.16.254 ping statistics —
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms

Trying recorded lease 172.23.16.145
PING 172.23.16.254 (172.23.16.254) 56(84) bytes of data.

— 172.23.16.254 ping statistics —
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms

No working leases in persistent database - sleeping.

#ifconfig

eth0 Link encap:Ethernet HWaddr 42:af:c5:24:74:92
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:3544 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:224 (224.0 B) TX bytes:224 (224.0 B)

`

Have also tried this:

`
/etc/init.d/networking restart

Running /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces … (warning).
Reconfiguring network interfaces…Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/42:af:c5:24:74:92
Sending on LPF/eth0/42:af:c5:24:74:92
Sending on Socket/fallback
DHCPRELEASE on eth0 to 10.249.4.3 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
[ 182.233856] smsc95xx 1-2.1:1.0 eth0: hardware isn’t capable of remote wakeup
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

[ 182.649963] smsc95xx 1-2.1:1.0 eth0: hardware isn’t capable of remote wakeup
[ 182.657806] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Listening on LPF/eth0/42:af:c5:24:74:92
Sending on LPF/eth0/42:af:c5:24:74:92
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
No DHCPOFFERS received.
Trying recorded lease 172.23.16.145
PING 172.23.16.254 (172.23.16.254) 56(84) bytes of data.

— 172.23.16.254 ping statistics —
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms

No working leases in persistent database - sleeping.

`

Any Idea how the get work sms95xx?
Zny help will be much appreciated