Last week I got my network connectivity on my DM6467T EVM working. But this week, it no longer works.
Before, after logging into Arago Linux on the EVM as root, I could "ping 192.168.123.33" and hear back from my router. Now, I get the error message "Network is unreachable".
At this point, I should have out-of-the-box conditions for the most part on the EVM. Below is a terminal session. I don't recall having needed to do anything else before hand, but I must have forgotten something. Note that when I "ifconfig eth0 192.168.123.19 mask 255.255.255.0", I no longer get network unreachable, but then the ping still doesn't work. This ...19 ip address is the one my router was assigning to the board in the past.
Your advice on where to look or what to do is greatly appreciated.
-Helmut
ping 192.168.123.33
PING 192.168.123.33 (192.168.123.33): 56 data bytes
ping: sendto: Network is unreachable
root@dm6467t-evm:/# set
EDITOR='/bin/vi'
HISTFILE='/home/root/.ash_history'
HOME='/home/root'
IFS='
'
LOGNAME='root'
OLDPWD='/home/root'
OPTIND='1'
PATH='/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:'
PPID='1'
PS1='\u@\h:\w\$ '
PS2='> '
PS4='+ '
PWD='/'
SHELL='/bin/sh'
TERM='linux'
TSLIB_TSDEVICE='/dev/input/touchscreen0'
TZ='UTC'
USER='root'
_='192.168.123.33'
root@dm6467t-evm:/#