我使用的是双启动 Windows 10 和 Ubuntu 20.04 的戴尔 XPS l502x 笔记本电脑。在Windows上的互联网速度快而稳定,而这是非常缓慢和不稳定,而我使用Ubuntu的,它不断下探。当我启动到 Ubuntu 时,信号强度也弱得多,而它在相同条件下在 Windows 中完美运行。
的输出lspci -nnk | grep -A2 0280
:
03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1030 [Rainbow Peak] [8086:008a] (rev 34)
Subsystem: Intel Corporation Centrino Wireless-N 1030 BGN [8086:5325]
Kernel driver in use: iwlwifi
Run Code Online (Sandbox Code Playgroud)
的输出dmesg | grep iwl
:
[ 17.896470] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 17.974380] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[ …
Run Code Online (Sandbox Code Playgroud)