Dispositivos Wifi retirados da lista de drivers adicionais e Wifi parou de funcionar

2

Eu adquiri um novo laptop e ativei drivers adicionais para alguns dispositivos (vídeo, firmware da cpu).

Mas depois da ativação de drivers personalizados para o adaptador wifi, recebo um erro. E agora, nenhum dispositivo wifi aparece no gerenciador de conexões (sem internet) e a placa wifi não está listada na página de configurações adicionais de drivers.

Depois, recebo o mesmo problema para o Bluetooth. Ele desapareceu da página de configurações adicionais dos drivers, mas o dispositivo Bluetooth ainda está funcionando.

Como posso limpar configurações adicionais de drivers?

Meu hardware:

  • Ubuntu 16.04
  • laptop Dell

Atualização:

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

Eu desativei o Secure Boot, nada mudou

ATUALIZAÇÃO: Problema não em drivers. Isso funciona antes. Laptop Dell veio com todos os drivers O problema no gerenciador de drivers adicionais. Depois de algumas manipulações, falha com erro. Agora, tentei alterar o driver para o dispositivo com o nome oem-bluez-autoenable . Após erro, este dispositivo foi embora da lista, como era antes para 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'"

 

É possível corrigir isso?

    
por demon101 20.06.2017 / 14:32

1 resposta

0

Para eliminar os 'Drivers Adicionais' para redes sem fio, abra um terminal e faça:

sudo apt-get purge bcmwl-kernel-source

Reinicie.

    
por chili555 20.06.2017 / 14:59