I get this:
Code:
eth0 Link encap:UNSPEC HWaddr 00-10-DC-00-00-70-52-B2-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:7 dropped:7 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
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
So apparently there is an eth0 device, it just isn't working...
Edit: Also, my question about 64-bit was whether I should try and compile programs for 64-bit to gain a speed increase, especially the kernel. So if I just recompiled the kernel for 64-bit, and got Yoper to boot correctly
, would I still be able to use 32-bit programs? Would there be any speed increase?
I've yet to get a custom kernel working in Linux, although that's probably because I try to be minimalistic about them.