我正在使用 ubuntu 18.04。当我启动笔记本电脑并插入网络电缆时,它会连接。但是当我拔下电缆然后重新插入时,它不会重新连接。然后我必须将笔记本电脑置于睡眠模式,然后它会重新连接。这意味着在 2 次暂停之间,笔记本电脑将仅连接一次 LAN 端口。如果它被拔掉然后让它休眠,唤醒然后重新插入。我发现问题是由于安装了 tlp 而发生的。一旦我安装了 tlp,这个问题就会出现,卸载它会让一切都很好。请注意,我说的是 LAN 端口,而不是我们用于 pendrive 进行文件传输的端口。由于我的笔记本电脑是双启动的,因此问题也不会出现在 Windows 10 中
主页
/
user-794961
Nikhil Rathore's questions
Nikhil Rathore
Asked:
2018-10-10 07:16:47 +0800 CST
我正在使用 Ubuntu 18.04。我遇到了一个 LAN 连接问题,我之前在这个社区发布了 3 次,但没有得到答案。问题是当我启动我的笔记本电脑时,它会连接到 LAN,但是一旦我断开它,它就不会重新连接。然后我将不得不将笔记本电脑置于睡眠模式,然后它会重新连接。每次我重新安装 Ubuntu 并且前 3-4 天都没有出现问题,然后再次发生同样的问题。
但这一次我想我已经弄清楚了这背后的原因。直到今天我安装 tlp 并启动它时都没有问题。只有在 tlp 之后它再次显示相同的问题。我用谷歌搜索并知道 tlp 激活会更改一些设置以节省电池。tlp 是否有可能是罪魁祸首。如果是这样,有什么方法可以禁用特定设置,以便 tlp 继续工作并解决问题。
是的,我的笔记本电脑在 Windows 10 上双启动,在 Windows 10 中没有这样的问题。所以它肯定是 Ubuntu 特有的。
的输出
lspci -nnk | grep -iA2 net
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [103c:832b]
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]
Subsystem: Hewlett-Packard Company Device [103c:8319]
Kernel driver in use: rtl8723de
在此之后,我暂停并运行 lspci,我得到了这个
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 02)
00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430] (rev 83)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723
请注意,我现在没有安装 tlp。由于这个问题,我删除了它。