
새 노트북을 구입하고 일부 장치(비디오, CPU 펌웨어)에 대한 추가 드라이버를 활성화했습니다.
하지만 Wi-Fi 어댑터용 사용자 정의 드라이버를 활성화한 후 오류가 발생합니다. 이제 연결 관리자에 Wi-Fi 장치가 표시되지 않고(인터넷 없음) Wi-Fi 카드가 추가 드라이버 설정 페이지에 나열되지 않습니다.
그 후에 Bluetooth에서도 동일한 문제가 발생합니다. 추가 드라이버 설정 페이지에서는 사라졌지만 Bluetooth 장치는 여전히 작동합니다.
추가 드라이버 설정을 어떻게 제거할 수 있습니까?
내 하드웨어:
- 우분투 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]
보안 부팅을 비활성화했는데 변경된 사항이 없습니다.
업데이트: 드라이버에는 문제가 없습니다. 그것은 전에 작동합니다. Dell 노트북에는 모든 드라이버가 함께 제공됩니다. 추가 드라이버 관리자에 문제가 있습니다. 몇 가지 조작 후에 오류가 발생하여 실패합니다. 이제 이름이 있는 장치의 드라이버를 변경하려고 했습니다.OEM-bluez-자동 활성화. 오류 발생 후 이 기기는 Wi-Fi 이전과 마찬가지로 목록에서 사라졌습니다.
/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'"
고칠 수 있나요?
답변1
무선용 '추가 드라이버'를 제거하려면 터미널을 열고 다음을 수행하십시오.
sudo apt-get purge bcmwl-kernel-source
재부팅합니다.