Comment 21 for bug 215027

Revision history for this message
BC7333 (brian-abtrafco) wrote :

Nothing has worked for me here so far, updated, tried editing .py lines as above, uninstalled jockey, reinstalled..

brian@brian-laptop:~$ sudo jockey-gtk
[sudo] password for brian:
ERROR: could not open /proc/asound/cards: [Errno 2] No such file or directory: '/proc/asound/cards'
Traceback (most recent call last):
  File "/usr/bin/jockey-gtk", line 300, in <module>
    sys.exit(u.run())
  File "/usr/lib/python2.5/site-packages/jockey/ui.py", line 266, in run
    self.ui_init()
  File "/usr/bin/jockey-gtk", line 93, in ui_init
    self.update_tree_model()
  File "/usr/bin/jockey-gtk", line 240, in update_tree_model
    is_enabled = handler.enabled()
  File "/usr/share/jockey/handlers/nvidia.py", line 50, in enabled
    devices = self.xorg_conf.getSections('device')
AttributeError: 'tuple' object has no attribute 'getSections'

brian@brian-laptop:~$ lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation NV31M [GeForce FX Go5600] (rev a1)
brian@brian-laptop:~$

jockey-gtk --list --debug 2>&1|tee /tmp/jockey-dbg.txt results attached.