Comment 92 for bug 582199

Revision history for this message
danilopopeye (danilopopeye) wrote :

Hi, i just updated to 10.04 from 9.10 and got the same issue, tried the workaround and no luck.
Then I started to read all the comments and get the hda-analyzer solution that seems to work for some guys,
but the script doesn't work for me. Here's the log:

danilo@ds-r7:/tmp$ sudo python run.py Using temporary directory: /dev/shm/hda-analyzer
You may remove this directory when finished or if you like to
download the most recent copy of hda-analyzer tool.
Downloading file hda_analyzer.py
Downloading file hda_guilib.py
Downloading file hda_codec.py
Downloading file hda_proc.py
Downloading file hda_graph.py
Downloading file hda_mixer.py
Downloaded all files, executing hda_analyzer.py
Traceback (most recent call last):
  File "/dev/shm/hda-analyzer/hda_analyzer.py", line 483, in <module>
    sys.exit(main(sys.argv))
  File "/dev/shm/hda-analyzer/hda_analyzer.py", line 460, in main
    if read_nodes(sys.argv[1:]) == 0:
  File "/dev/shm/hda-analyzer/hda_analyzer.py", line 89, in read_nodes
    read_nodes2(c.card, i)
  File "/dev/shm/hda-analyzer/hda_analyzer.py", line 69, in read_nodes2
    c.analyze()
  File "/dev/shm/hda-analyzer/hda_codec.py", line 1076, in analyze
    self.nodes[nid] = HDANode(self, nid)
  File "/dev/shm/hda-analyzer/hda_codec.py", line 447, in __init__
    self.reread()
  File "/dev/shm/hda-analyzer/hda_codec.py", line 509, in reread
    self.amp_caps_in = HDAAmpCaps(self.codec, self.nid, HDA_INPUT)
  File "/dev/shm/hda-analyzer/hda_codec.py", line 244, in __init__
    self.reread()
  File "/dev/shm/hda-analyzer/hda_codec.py", line 255, in reread
    ccaps.clone(self)
  File "/dev/shm/hda-analyzer/hda_codec.py", line 266, in clone
    ampcaps.nsteps = self.steps
AttributeError: HDAAmpCaps instance has no attribute 'steps'

Any ideas !?