无法连接到互联网(Ubuntu 20.04)

无法连接到互联网(Ubuntu 20.04)

我最近将我的台式机从 Windows 10 切换到了 Ubuntu 20.04 LTS,非常经验很少。

无论如何,我似乎无法弄清楚如何通过任何方式连接到互联网。设置中的“Wi-Fi”选项卡只显示“未找到 Wi-Fi 适配器”。我尝试使用有线连接来安装可能缺少的适配器驱动程序;但插入以太网电缆会因某种原因冻结屏幕,唯一的解冻方法是拔掉插头并重新启动。

我认为这不是硬件问题,因为 Windows 上一切都运行正常(无论有线还是无线)。

sudo lshw -C network如果有帮助的话,这里是(适配器详细信息)的输出:

  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: enp5s0
       version: 15
       serial: 4c:ed:fb:6b:f4:6c
       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-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.8.0-43-generic firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII
       resources: irq:19 ioport:3000(size=256) memory:a3204000-a3204fff memory:a3200000-a3203fff

如果有人能找出问题所在,我将不胜感激。谢谢!

相关内容