HDA Analyzer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
python run.py | python run.py | ||
Do not forget to install python-gtk package. | Do not forget to install pygtk2 or python-gtk package (depends on distribution). | ||
[http://git.alsa-project.org/?p=alsa.git;a=tree;f=hda-analyzer HDA Analyzer GIT Tree] | [http://git.alsa-project.org/?p=alsa.git;a=tree;f=hda-analyzer HDA Analyzer GIT Tree] |
Revision as of 15:55, 16 March 2009
The HDA analyzer tool provides a graphical interface to access the raw HD-audio control, based on pyGTK2 binding. The program gives you an easy-to-use GUI stuff for showing the widget information and adjusting the amp values, as well as the proc-compatible output.
Quick run:
wget -O run.py http://www.alsa-project.org/hda-analyzer.py python run.py
Do not forget to install pygtk2 or python-gtk package (depends on distribution).