Ubuntu 16.04 连接以太网和 Wifi 但无法上网

Ubuntu 16.04 连接以太网和 Wifi 但无法上网

正如标题所说,我无法通过任何方式将我的新 Ubuntu 计算机连接到互联网。我不确定我是否遇到了三个独立的问题,或者是否有更根本的问题阻止我访问互联网。任何帮助都感激不尽。

以太网

Ubuntu 直接用电缆连接路由器时(速度很慢)。网络上还有其他计算机,所以我知道这不是路由器的问题。路由器甚至没有注册新计算机,我没有获得 IPv4 地址,也没有数据传输。我试过禁用 IPv6,但没有任何效果。

无线上网

和以前一样,wifi 网络上还有其他计算机。我尝试在另一台 Ubuntu 计算机上使用 (ralink RT2760) Wifi 卡,它工作正常,所以不是这个原因。Ubuntu 有时几分钟后就能连接到 wifi,但没有数据传输,有时根本就连接不上。我尝试过禁用 IPv6,但没有任何区别。我甚至尝试在装有新 wifi 卡的旧电脑上从新电脑启动磁盘,wifi 可以正常工作,所以我知道我的驱动程序没有问题。

奖励:通过我的手机进行网络共享

我也可以通过我的安卓手机将其他 Ubuntu 电脑连接起来。但在新电脑上却不行,因为它要么导致我的手机崩溃,要么有时会出现错误消息

Unable to open MTP device '[usb:002,010]'

当我启动系绳时。

端子输出

route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         *               0.0.0.0         U     1002   0        0 enp3s0
link-local      *               255.255.0.0     U     0      0        0 enp3s0

lspci
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
04:07.0 Network controller: Ralink corp. RT2760 Wireless 802.11n 1T/2R

rfkill list wlan
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

ifdown wlp4s7
Unknown interface wlp4s7

ifconfig (when connected to wifi)
enp3s0    Link encap:Ethernet  HWaddr 40:8d:5c:8f:94:ec  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

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:1644 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1644 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:120528 (120.5 KB)  TX bytes:120528 (120.5 KB)

wlp4s7    Link encap:Ethernet  HWaddr 00:1f:1f:3c:26:8a  
          inet addr:192.168.0.9  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: 2a02:810d:12c0:d4b:c893:9437:3913:6aad/64 Scope:Global
          inet6 addr: 2a02:810d:12c0:d4b:21f:1fff:fe3c:268a/64 Scope:Global
          inet6 addr: fe80::21f:1fff:fe3c:268a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:11 errors:0 dropped:0 overruns:0 frame:0
          TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2763 (2.7 KB)  TX bytes:13791 (13.7 KB)

dmesg (extract)
[  868.636154] wlp4s7: send auth to 54:67:51:01:c7:d7 (try 1/3)
[  869.904104] wlp4s7: send auth to 54:67:51:01:c7:d7 (try 2/3)
[  870.904066] wlp4s7: send auth to 54:67:51:01:c7:d7 (try 3/3)
[  871.892046] wlp4s7: authentication with 54:67:51:01:c7:d7 timed out
[  872.075996] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
[  877.091384] IPv6: ADDRCONF(NETDEV_UP): wlp4s7: link is not ready
[  877.251889] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
[  877.411906] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
[  878.464502] wlp4s7: authenticate with 54:67:51:01:c7:d7
[  878.631789] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
[  878.639934] wlp4s7: send auth to 54:67:51:01:c7:d7 (try 1/3)
[  879.879839] wlp4s7: send auth to 54:67:51:01:c7:d7 (try 2/3)
[  879.935703] IPv6: ADDRCONF(NETDEV_UP): wlp4s7: link is not ready
[  879.938278] wlp4s7: aborting authentication with 54:67:51:01:c7:d7 by local choice (Reason: 3=DEAUTH_LEAVING)

答案1

如果您还没有这样做,我建议您尝试使用新的以太网电缆或使用您知道可以与其他计算机配合使用的电缆。部分连接缓慢可能意味着电缆有故障。

相关内容