HDA Analyzer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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. | 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. | ||
This tool can parse also proc files (/proc/asound/card#/codec*) and output from alsa-info.sh script and monitor mode (check --help option); | |||
Get the basic run.py script: | |||
wget -O run.py http://www.alsa-project.org/hda-analyzer.py | |||
Quick run: | Quick run: | ||
python run.py | python run.py | ||
Do not forget to install python-gtk package. | Quick help: | ||
python run.py --help | |||
Quick alsa-info.sh file analyzer: | |||
python run.py /tmp/alsa-info.txt | |||
Quick monitor mode: | |||
python run.py --monitor | |||
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] |
Latest revision as of 12:32, 1 February 2010
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.
This tool can parse also proc files (/proc/asound/card#/codec*) and output from alsa-info.sh script and monitor mode (check --help option);
Get the basic run.py script:
wget -O run.py http://www.alsa-project.org/hda-analyzer.py
Quick run:
python run.py
Quick help:
python run.py --help
Quick alsa-info.sh file analyzer:
python run.py /tmp/alsa-info.txt
Quick monitor mode:
python run.py --monitor
Do not forget to install pygtk2 or python-gtk package (depends on distribution).