Comment 20 for bug 657829

Revision history for this message
MD4 (bruno-mueller) wrote :

Just installed the latest daily 11.10
Jockey does not display any hardware drivers, but it should

when I run jockey-text I get the following errors:

sudo jockey-text -l
Traceback (most recent call last):
  File "/usr/bin/jockey-text", line 128, in <module>
    sys.exit(u.run())
  File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 418, in run
    self.list()
  File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 473, in list
    for h_id in self.backend().available(self.argv_options.mode):
  File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 131, in backend
    timeout=600)
  File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 787, in _call_progress_dialog
    return fn(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 143, in __call__
    **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 630, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.KeyError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 702, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/python2.7/dist-packages/jockey/backend.py", line 175, in detect
    self._detect_handlers()
  File "/usr/lib/python2.7/dist-packages/jockey/backend.py", line 773, in _detect_handlers
    hardware=self.hardware):
  File "/usr/lib/python2.7/dist-packages/jockey/detection.py", line 1001, in get_handlers
    available_handlers.update(get_db_handlers(backend, db, hardware, mode))
  File "/usr/lib/python2.7/dist-packages/jockey/detection.py", line 1029, in get_db_handlers
    h = _driverid_to_handler(did, backend, mode)
  File "/usr/lib/python2.7/dist-packages/jockey/detection.py", line 739, in _driverid_to_handler
    (not h.package or not did['package'] or h.package == did['package']):
  File "/usr/lib/python2.7/dist-packages/jockey/detection.py", line 134, in __getitem__
    return self.properties.__getitem__(key)
KeyError: 'package'