Hi,
I finally got my sheeva dev kit. So I figured I give this installation a shot on a 1G SD card.
Everything seemed to work according to the
www.cyrius.com description; Updated u-boot to .19, ran tftp for installer (uImage, uInitrd), ran installation from beginning to end, had everything pretty much default (only package added was ssh server).
So now when I boot the SD card, linux comes up but no network is enabled.
Has anyone seen this? Seems a dhcp client is started though.
Thanks,
pluguser@powerplug:~$ /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:43:01:6e:5f
inet6 addr: fe80::250:43ff:fe01:6e5f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:25 errors:25 dropped:25 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6380 (6.2 KiB) TX bytes:2178 (2.1 KiB)
Interrupt:11
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:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 B) TX bytes:560 (560.0 B)
pluguser@powerplug:~$ ps -ef | grep dhcp
root 1197 1 0 18:23 ? 00:00:00 dhclient3 -pf /var/run/dhclient.eth0.pid -lf /var/lib/dhcp3/dhclient.eth0.leases eth0
pluguser 1232 1179 0 18:24 ttyS0 00:00:00 grep dhcp