上周我的 wifi 问题严重。网速非常慢,而且经常中断。我发现问题出在调制解调器上,而不是 Ubuntu 上。
与此同时,我用这个答案删除我的英特尔驱动程序并重新安装。但失败了。它让我失去了一个可以正常工作的驱动程序。我尝试运行 modprobe、重新安装内核、复制驱动程序的备份文件,但都无济于事。
现在我没有网络适配器,也没有可以运行的驱动程序。
我怎样才能将系统恢复到原始状态?
背景:
lspci -nnk | grep 0280 -A3
04:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2200 [8086:0891] (rev c4)
Subsystem: Intel Corporation Centrino Wireless-N 2200 BGN [8086:4222]
该网络无人认领
*-network UNCLAIMED
description: Network controller
product: Centrino Wireless-N 2200
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: c4
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f3500000-f3501fff
答案1
您安装了反向移植-iwlwifi显然,它在某种程度上与您的 Ubuntu 版本不兼容。建议您卸载它:
cd backport-iwlwifi
sudo make uninstall
卸载反向移植包可以让原有的内核模块重新获得您的设备。