今天早些时候,我尝试更新我的无线驱动程序,但现在我的无线设备已经完全消失了。现在,我愿意做任何事情,发布任何输出,只是为了找回它。有人能帮忙吗?谢谢
的结果
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
重启。
如果您安装此驱动程序来解决其他问题,请告诉我们,我们将为您提供帮助。