even few days go it was working perfectly. suddenly There is no internet. I can't even reach 192.168.0.1 . I've a dual boot with window. with which I can reach to internet.
lspci says :
01:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
lshw -class network says I am using r1869 driver:
*-network
description: Ethernet interface
product: RTL-8169 Gigabit Ethernet
vendor: Realtek Semiconductor Co., Ltd.
physical id: 2
bus info: pci@0000:01:02.0
logical name: eth0
version: 10
serial: 00:13:d4:07:43:2f
size: 100MB/s
capacity: 1GB/s
width: 32 bits
clock: 66MHz
capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=100MB/s
resources: irq:17 ioport:a000(size=256) memory:d1000000-d10000ff memory:28000000-2801ffff
and that r8169 module also appears in lsmod:
r8169 36841 0
mii 4425 1 r8169
But there is no internet. What Can I do ?
Edit
ifconfig output:
eth0 Link encap:Ethernet HWaddr 00:13:d4:07:43:2f
inet6 addr: fe80::213:d4ff:fe07:432f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:500 (500.0 B) TX bytes:3431 (3.4 KB)
Interrupt:17 Base address:0xe000
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:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1200 (1.2 KB) TX bytes:1200 (1.2 KB)
dmesg | grep eth says
[ 11.955544] r8169 0000:01:02.0: eth0: RTL8110s at 0xe7f44000, 00:13:d4:07:43:2f, XID 04000000 IRQ 17
[ 14.128708] r8169 0000:01:02.0: eth0: link up
[ 25.024009] eth0: no IPv6 routers present

ifconfigmight help to resolve any network errors (if it's not a hardware issue). – lumbric Dec 21 '11 at 15:55ifconfigoutput too in edit. – user1868 Dec 22 '11 at 9:50