Ubuntu 18.04.4 無線完全消失。目前處於有線連線狀態

Ubuntu 18.04.4 無線完全消失。目前處於有線連線狀態

今天早些時候,我嘗試更新我的無線驅動程序,但現在我的無線完全消失了。在這一點上,我願意做任何事情,發布任何輸出,只是為了把它拿回來。有人可以幫忙嗎?謝謝

的結果

lspci -nnk | grep 0280 -A3
04:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6235 [8086:088e] (rev 24)
        Subsystem: Intel Corporation Centrino Advanced-N 6235 AGN [8086:4060]

的結果

sudo modprobe iwlwifi && dmesg | grep iwl
[16721.465752] Loading modules backported from iwlwifi
[16721.465753] iwlwifi-stack-public:master:8324:9176b151

的結果

rfkill list all
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
modinfo iwlwifi | grep 088E

什麼也不返回。

我剛剛跑了

sudo lshw -C network

這是輸出:

 *-network                 
   description: Ethernet interface
   product: AR8161 Gigabit Ethernet
   vendor: Qualcomm Atheros
   physical id: 0
   bus info: pci@0000:03:00.0
   logical name: enp3s0
   version: 10
   serial: 44:8a:5b:40:ae:71
   size: 1Gbit/s
   capacity: 1Gbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=alx duplex=full ip=192.168.1.81 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
   resources: irq:19 memory:f7d00000-f7d3ffff ioport:e000(size=128)
*-network UNCLAIMED
   description: Network controller
   product: Centrino Advanced-N 6235
   vendor: Intel Corporation
   physical id: 0
   bus info: pci@0000:04:00.0
   version: 24
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list
   configuration: latency=0
   resources: memory:f7c00000-f7c01fff

好吧,那個清除指令什麼也沒做。

Package 'backport-iwlwifi-dkms' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

我的問題的根源是,自從更新到 18.04 以來,我的無線網路就隨機掉線,需要關閉然後再次打開才能恢復(直到它再次隨機消失......)昨天特別瘋狂,所以,我想(顯然是愚蠢的),如果我能為我的無線適配器獲取最新的驅動程序,這可能會解決隨機消失的問題...

如果我返回終端並編譯我運行的命令清單會有幫助嗎?它很長……而且越長,我就越覺得自己很愚蠢。

感謝你所做的一切

答案1

按要求更新。該命令不回傳任何內容。

由於我不明白的原因,您安裝的用於更新無線驅動程式的軟體包實際上並不涵蓋您確切且相對常見的裝置。我懷疑這是一個錯誤。

請恢復您所做的變更。如果您從附加驅動程式公用程式安裝了驅動程序,請執行以下操作:

sudo apt purge backport-iwlwifi-dkms

重新啟動,您的無線網路應該可以工作。

如果您透過其他方式安裝,從 git 或從原始碼編譯,請告訴我們如何安裝,我們將進一步提供協助。

編輯:請這樣做:

cd backport-iwlwifi/
sudo make uninstall

重啟。

如果您安裝此驅動程式是為了解決另一個問題,請告訴我們,我們將提供協助。

相關內容