Hallo,
ich bin gerade selber Datei, einen Binary Patch für mein ALC268 Sound zu erstellen, da bislang nichts in ML funktioniert hat. Ich habe nun ein Problem mit Codegraph und meinem codec dump. Wenn ich Codegraph ausfuehre, kommt folgendes:
"localhost:codecgraph-20120114 f$ ./codecgraph codec_dump.txt
Codec: Realtek ALC268
Exception around line 94
item: 'Node 0x0f < wcaps 0x20010b: Stereo Amp-In'
subitems: [('Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1', []), ('Amp-In vals: [0x00 0x00] [0x00 0x00]', []), ('Connection: 2', [('0x02 0x1d', [])])]
Traceback (most recent call last):
File "./codecgraph.py", line 498, in <module> main(sys.argv)
File "./codecgraph.py", line 494, in main ci = CodecInfo(f)
File "./codecgraph.py", line 442, in __init__ n = Node(self, item, subitems)
File "./codecgraph.py", line 106, in __init__ self.nid = int(m.group(1), 16)
AttributeError: 'NoneType' object has no attribute 'group'
Generating codec_dump.txt.svg"
Ich habe meinen codec dump als Anhang mal eingefügt. Weiß einer, was ich jetzt tun kann?
Danke im Voraus