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
根據您問題中的信息,使用的內核驅動程式沒有問題,並且有線和無線連接都可以正確識別。您的無線介面未被阻止,因此這應該可以解決您的問題。如果沒有,請給我留言,我會根據需要擴展我的答案。