I'm trying to fix this 8169/8168 issue on my system, which was running fine until the 11.10 upgrade. I followed ratcheer's post (thanks) from a few days ago and verified via lspci that r8168 is in use by the network interfaces after rebooting.
I use a static IP on eth0. After rebooting, Ubuntu says eth0 has an established connection (and the info appears correct), but I cannot ping google.com, my gateway, or other machines on my network.
If I switch to DHCP I can then ping google.com, but still cannot ping local machines or my gateway.
Thanks for any help. I rely on this machine for Samba shares and this is really becoming a problem. I added a few bits of info below, let me know if you need something else. Thanks.
/etc/resolv.conf:
Code:
# Generated by NetworkManager
nameserver 208.67.222.222
nameserver 208.67.220.220
/etc/network/interfaces:
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.88
gateway 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
lspci output for network interfaces:
Code:
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
Subsystem: Giga-byte Technology GA-EP45-DS5 Motherboard
Flags: bus master, fast devsel, latency 0, IRQ 45
I/O ports at c000 [size=256]
Memory at ea010000 (64-bit, prefetchable) [size=4K]
Memory at ea000000 (64-bit, prefetchable) [size=64K]
[virtual] Expansion ROM at ea020000 [disabled] [size=64K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable+ Count=1/2 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [b0] MSI-X: Enable- Count=2 Masked-
Capabilities: [d0] Vital Product Data
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Kernel driver in use: r8168
Kernel modules: r8168
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
Subsystem: Giga-byte Technology GA-EP45-DS5 Motherboard
Flags: bus master, fast devsel, latency 0, IRQ 46
I/O ports at d000 [size=256]
Memory at ea210000 (64-bit, prefetchable) [size=4K]
Memory at ea200000 (64-bit, prefetchable) [size=64K]
[virtual] Expansion ROM at ea220000 [disabled] [size=64K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable+ Count=1/2 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [b0] MSI-X: Enable- Count=2 Masked-
Capabilities: [d0] Vital Product Data
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Kernel driver in use: r8168
Kernel modules: r8168
Bookmarks