Need help to setup network card.
I install Ubuntu server 6.06
kernel version is 2.6.15-23-server
lspci
Code:
0000:00:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd: Unknown device 0139 (rev 10)
ifconfig -a
Code:
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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
Rx bytes:256 (256.0 b) TX bytes:256 (256.0 b)
Is there need to be somethin like eth0.... behind "lo"
What I need to do?