我在寻求有关 Ubuntu 笔记本电脑的帮助。我的笔记本电脑中有一张 Intel Wireless 8260 卡,无法连接到任何网络。我试过 Edimax USB WiFi 适配器,但得到的结果完全相同。我试过 WPA2、WEP 和开放网络,但都没有任何结果。这个问题始于 Ubuntu 16.04,我无法解决它,但我想尝试 18.04,我希望它能通过更新自行解决。我试过的每个网络适配器或无线网络都给了我相同的结果。我得到的唯一反馈是:
激活网络连接失败
我的笔记本电脑上没有以太网端口可供尝试,因此我只能在该设备上使用互联网。
如果有人有什么建议,我将不胜感激。以下是笔记本电脑的一些初步信息:
sudo lshw -C network
*-network
description: Wireless interface
product: Wireless 8260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 3a
serial: e4:b3:18:3e:a4:a9
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.15.0-20-generic firmware=34.0.1 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:135 memory:ddc00000-ddc01fff
iwconfig
lo no wireless extensions.
wlp2s0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=22 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
lspci -nnk | grep -iA3 net
02:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
Subsystem: Intel Corporation Wireless 8260 [8086:0050]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
rfkill list all
1: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
2: dell-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
dmesg | grep iwl
[ 3.237992] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[ 3.250564] iwlwifi 0000:02:00.0: loaded firmware version 34.0.1 op_mode iwlmvm
[ 3.276885] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
[ 3.360425] iwlwifi 0000:02:00.0: base HW address: e4:b3:18:3e:a4:a9
[ 3.487355] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 3.488961] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
更新:我可以手动添加 IP、子网和网关以成功连接到我的本地网络,但仍然没有互联网,这不是一个理想的解决方案,但可能会提供一个提示,可能与 DHCP 有关?
更新 2:感谢 @chili555 的提示,在我手动设置 DNS 服务器后,我能够连接到互联网。所以这至少让我可以上网尝试更新软件包等。仍然与 DHCP 有关?
我可以运行任何其他命令来获取更多信息。谢谢!
已解决:解决方案是更新我的时钟,它被设置为 2118,导致 DHCP 无法工作。更新到正确的时间后,DHCP 开始按预期工作。
答案1
问题是我的时钟设置为 2118(未来 100 年)。无论出于什么原因,这都不允许 DHCP 工作。在 @chili555 的帮助下,我能够使用手动 IP 地址分配上网,这让我意识到所有网站 SSL 证书都已过期,并让我弄清楚了时钟问题。再次感谢 @chili555。