Wifi 设备从附加驱动程序列表中消失,并且 Wifi 停止工作

Wifi 设备从附加驱动程序列表中消失,并且 Wifi 停止工作

我买了新的笔记本电脑并激活了一些设备(视频、CPU 固件)的附加驱动程序。

但在激活 wifi 适配器的自定义驱动程序后,我收到错误。现在,连接管理器中没有出现任何 wifi 设备(没有互联网),并且 wifi 卡未列在附加驱动程序设置页面上。

之后,我遇到了同样的蓝牙问题。它从附加驱动程序设置页面中消失了,但蓝牙设备仍在工作。

我如何清除额外的驱动程序设置?

我的硬件:

  • Ubuntu 16.04
  • 戴尔笔记本电脑

更新:

$ lspci -knn | grep Net -A3
02:00.0 Network controller [0280]: Intel Corporation Device [8086:24fd] (rev 78)
  Subsystem: Intel Corporation Device [8086:0050]

我已经停用安全启动,但没有任何变化

更新: 问题不在驱动程序中。以前可以正常工作。戴尔笔记本电脑附带所有驱动程序问题出在附加驱动程序管理器中。经过一些操作后,它失败并出现错误。现在,我尝试更改名为oem-bluez-自动启用出现错误后,此设备从列表中消失,就像之前的 wifi 一样

/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py:40: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import GObject, Gdk, Gtk, Gio, GLib
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 194, in __getitem__
    return self._weakref[key]
  File "/usr/lib/python3.5/weakref.py", line 131, in __getitem__
    o = self.data[key]()
KeyError: 'oem-bluez-autoenable'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 198, in __getitem__
    rawpkg = self._cache[key]
KeyError: 'oem-bluez-autoenable'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 1047, in on_driver_changes_finish
    self.set_driver_action_status()
  File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 1417, in set_driver_action_status
    pkg = self.apt_cache[pkg_name]
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 200, in __getitem__
    raise KeyError('The cache has no package named %r' % key)
KeyError: "The cache has no package named 'oem-bluez-autoenable'"

更换司机前的额外司机经理 更改 triver 尝试后出错

可以修复吗?

答案1

要清除无线的‘附加驱动程序’,请打开终端并执行以下操作:

sudo apt-get purge bcmwl-kernel-source

重启。

相关内容