O script Python para alterar o jack da entrada para a saída não funciona em 13.04 [closed]

-1

Para alterar o jack de entrada para saída para qualquer computador ou laptop, segui essa pergunta:

Como faço para alterar quais tomadas de áudio são usadas para entrada e saída?

Mas o script Python não funciona. Esta é a mensagem que recebo:

$ 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 36, in <module>
    from hda_codec import HDACodec, HDA_card_list, HDA_Exporter_pyscript, \
  File "/run/shm/hda-analyzer/hda_codec.py", line 330
    self.reread()
       ^
IndentationError: expected an indented block
    
por Scott Hunt 01.05.2013 / 14:07

1 resposta

1

Corrigidos todos os problemas básicos e gerenciados para abrir a GUI.

sudo wget -O /run/shm/hda-analyzer/hda_codec.py http://ideone.com/plain/I0Tje0

E então faça

sudo python run.py

    
por thefourtheye 01.05.2013 / 14:34