lspci -knn grep - i net -A3
O2:OO.O Ethernet controller [0200]: Realtek Semiconductor Ca., 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:8331]
Kernel driver in use: r8169
Kernel modules: r8169
03:OO.O Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
Subsystem: Intel Corporation Device [8086:2110]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
屏幕
屏幕2
我正在我的台式电脑 Windows 操作系统上输入这些内容。我的笔记本电脑运行的是 Ubuntu,直到最近我才尝试连接到我的学校网络,但因为什么都没用而放弃了。
RFKILL list
0: Phy8: Wireless LAN
Soft Blocked:no
Hard blocked:no
1: hci0:Bluetooth
Soft Blocked: no
RFKILL list
0: phy0: Wireless LAN
Soft blocked: no
hard blocked: no
1:hci0: Bluetooth
Soft blocked: no
Hard blocked :no
我从来没能使用任何网络。我可以连接网络,但什么都做不了。右上角的互联网图标只是一个问号。
我可以尝试什么?
答案1
根据内容您的聊天会话您应该将/etc/network interfaces
您编辑的文件恢复为其默认内容:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
根据您问题中的信息,所使用的内核驱动程序没有问题,并且有线和无线连接均能正确识别。您的无线接口未被阻止,因此这应该可以解决您的问题。如果没有,请给我留言,我会根据需要扩展我的答案。