有线连接不断断开

有线连接不断断开

与 Netgear DS104 集线器的有线连接不断断开。

它从未能够在该系统上保持连接。我从未在 unix 上运行过此集线器,但它在 windows 上运行没有问题。

  1. 请指定与 Linux 网络相关的日志和配置包。
  2. 请指定维持连接的解决方案

    dmesg | tail; lsb_release -a; uname -a
    [   85.217906] type=1400 audit(1383697555.735:39): apparmor="DENIED" operation="capable" parent=1 profile="/usr/lib/telepathy/mission-control-5" pid=2836 comm="mission-control" pid=2836 comm="mission-control" capability=23  capname="sys_nice"
    [  302.485594] type=1400 audit(1383697772.613:40): apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/cupsd" pid=1236 comm="cupsd" pid=1236 comm="cupsd" capability=36  capname="block_suspend"
    [  398.886608] type=1400 audit(1383697869.046:41): apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/cupsd" pid=1236 comm="cupsd" pid=1236 comm="cupsd" capability=36  capname="block_suspend"
    [  422.615523] type=1400 audit(1383697892.782:42): apparmor="DENIED" operation="capable" parent=3799 profile="/usr/lib/telepathy/mission-control-5" pid=3800 comm="mission-control" pid=3800 comm="mission-control" capability=23  capname="sys_nice"
    [ 1249.187062] type=1400 audit(1383698719.628:43): apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/cupsd" pid=1236 comm="cupsd" pid=1236 comm="cupsd" capability=36  capname="block_suspend"
    [25182.283648] postgres (17302): /proc/17302/oom_adj is deprecated, please use /proc/17302/oom_score_adj instead.
    [73672.207532] r8169 0000:01:00.0 eth0: link up
    [73672.207553] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [80034.553476] r8169 0000:01:00.0 eth0: link down
    [80107.283453] r8169 0000:01:00.0 eth0: link up
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 12.04.3 LTS
    Release:    12.04
    Codename:   precise
    Linux Inspiron-3521-ub 3.8.0-32-generic #47~precise1-Ubuntu SMP Wed Oct 2 16:19:35 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    
    ifconfig
    eth0      Link encap:Ethernet  HWaddr 74:86:7a:0f:07:67  
      inet6 addr: fe80::7686:7aff:fe0f:767/64 Scope:Link
      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
      RX packets:0 errors:0 dropped:0 overruns:0 frame:0
      TX packets:2351 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:1000 
      RX bytes:0 (0.0 B)  TX bytes:533433 (533.4 KB)
    

答案1

您是否有一个已开启 DHCP 的 DHCP 服务器/路由器连接到集线器?机器是否与 Windows 双重启动?如果不是双重启动,请检查集线器上的端口或机器本身上的端口。然后总是需要检查驱动程序。您是否在连接以太网时使用无线?如果是这样,我认为如果无线开启,以太网将自动关闭,但我不记得这是在哪个版本的 Ubuntu 上更改的。如果您还没有看过,请看以下几件事。

相关内容