Hello guys, I am new to Kali linux and i have a problem conecting to internet with lan cable.

My laptop is an asus x75V.

The command ifconfig outputs:
Code:
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:65536  Metric:1
          RX packets:240 errors:0 dropped:0 overruns:0 frame:0
          TX packets:240 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:17852 (17.4 KiB)  TX bytes:17852 (17.4 KiB)

wlan0     Link encap:Ethernet  HWaddr b8:76:3f:8b:ad:3e  
          inet addr:192.168.1.226  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::ba76:3fff:fe8b:ad3e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:322862 errors:0 dropped:0 overruns:0 frame:0
          TX packets:201460 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:453724857 (432.7 MiB)  TX bytes:22288715 (21.2 MiB)

Then lspci -v :

Code:
04:00.0 Ethernet controller: Atheros Communications Inc. AR8161 Gigabit Ethernet (rev 10)
	Subsystem: ASUSTeK Computer Inc. Device 14c7
	Flags: bus master, fast devsel, latency 0, IRQ 10
	Memory at f7800000 (64-bit, non-prefetchable) [size=256K]
	I/O ports at d000 [size=128]
	Capabilities: [40] Power Management version 3
	Capabilities: [58] Express Endpoint, MSI 00
	Capabilities: [c0] MSI: Enable- Count=1/16 Maskable+ 64bit+
	Capabilities: [d8] MSI-X: Enable- Count=16 Masked-
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [180] Device Serial Number ff-24-9f-35-74-d0-2b-ff
Wireless connection works fine.

Can anybody give me an sugestion.

Thanks