--- /usr/share/pyshared/jockey/detection.py 2010-09-08 19:11:16.251358689 +0200 +++ /usr/share/pyshared/jockey/detection.py 2010-09-08 17:32:23.000000000 +0200 @@ -567,10 +567,6 @@ logging.debug(' ... querying for %s', hwid.id) t = op.listDrivers(hwid.id, _ld_callback, self.cache.setdefault(hwid, []), - extra_options={'packagesystem': opo_pkgsystem, 'onlysigneddriverpackages': '1'}) - threads.append(t) - t = op.listDrivers(hwid.id, _ld_callback, - self.cache.setdefault(hwid, []), extra_options={'packagesystem': opo_pkgsystem, 'architectures': 'noarch'}) threads.append(t)