Advertisement
Guest User

Untitled

a guest
Apr 30th, 2014
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/bin/hda-jack-sense-test", line 47, in <module>
  3. codec = HDACodec(cardindex, codecindex)
  4. File "/usr/share/snd-hda-tools/hda_codec.py", line 1036, in __init__
  5. self.parse_proc()
  6. File "/usr/share/snd-hda-tools/hda_codec.py", line 1135, in parse_proc
  7. self.proc_codec = HDACodecProc(self.card, self.device, file)
  8. File "/usr/share/snd-hda-tools/hda_proc.py", line 479, in __init__
  9. self.parse(proc_file)
  10. File "/usr/share/snd-hda-tools/hda_proc.py", line 677, in parse
  11. node.add_digital(line[11:])
  12. File "/usr/share/snd-hda-tools/hda_proc.py", line 296, in add_digital
  13. self.wrongfile('unknown dig1 bit %s' % repr(b))
  14. File "/usr/share/snd-hda-tools/hda_proc.py", line 143, in wrongfile
  15. raise ValueError, "wrong proc file format (%s)" % msg
  16. ValueError: wrong proc file format (unknown dig1 bit 'KAE')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement