ubuntu14.04有线联网突然不工作了

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
jasonhc
帖子: 13
注册时间: 2011-08-30 11:33

ubuntu14.04有线联网突然不工作了

#1

帖子 jasonhc »

开始没问题,后来换了个座位和网口。有时候sleep再唤醒就连不上网了。现在彻底连不上网了。
我运行了几条命令,结果如下。请大神帮忙看看。(急,在线等)

++ sudo lshw -numeric -class network
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
vendor: Realtek Semiconductor Co., Ltd. [10EC]
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 0c
serial: f8:bc:12:83:12:8e
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list 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 firmware=rtl8168g-2_0.0.1 02/06/13 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:45 ioport:e000(size=256) memory:f7c00000-f7c00fff memory:f0000000-f0003fff

++ sudo ifconfig -a
eth0 Link encap:以太网 硬件地址 f8:bc:12:83:12:8e
inet6 地址: fe80::fabc:12ff:fe83:128e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 跃点数:1
接收数据包:5878 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:203 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:516037 (516.0 KB) 发送字节:46410 (46.4 KB)

lo Link encap:本地环回
inet 地址:127.0.0.1 掩码:255.0.0.0
inet6 地址: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 跃点数:1
接收数据包:281 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:281 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:0
接收字节:37423 (37.4 KB) 发送字节:37423 (37.4 KB)

++ sudo route -nv
内核 IP 路由表
目标 网关 子网掩码 标志 跃点 引用 使用 接口

++ sudo rfkill list all

++ sudo dhclient -v
Internet Systems Consortium DHCP Client 4.2.4
Copyright 2004-2012 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

No broadcast interfaces found - exiting.
jasonhc
帖子: 13
注册时间: 2011-08-30 11:33

Re: ubuntu14.04有线联网突然不工作了

#2

帖子 jasonhc »

更新了下网卡驱动,还是不行。发现点问题:
/etc/resolv.conf文件内容是空的。
其他同事该文件应该有一项
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ubuntu14.04有线联网突然不工作了

#3

帖子 poloshiao »

product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
configuration: autonegotiation=on broadcast=yes driver=r8169
1. 有線網卡 RTL8111/8168/8411
2. 作用中驅動 r8169
3. r8169 不是合適的驅動
viewtopic.php?p=3102888#p3102888
4. 安裝完合適的驅動 請再貼文
回复