Created attachment 349342 [details] emerge --info alsa-tools I installed alsa-tools with USE="gtk" and ALSA_CARDS="emu10k1" and try start /usr/bin/hwmixvolume with the following Error $ hwmixvolume Traceback (most recent call last): File "/usr/bin/hwmixvolume", line 18, in <module> import gobject, gtk ImportError: No module named gtk I thing for this hwmixvolume Tool dev-python/pygtk is required Quote from /usr/share/doc/alsa-tools-1.0.27-r1/README.hwmixvolume.bz2 "This tool requires Python, pygtk, and alsa-pyton 1.0.22 or later." After installing dev-python/pygtk its works fine. Package Info: emerge -pvq media-sound/alsa-tools [ebuild R ] media-sound/alsa-tools-1.0.27-r1 USE="gtk -fltk" ALSA_CARDS="emu10k1 -darla20 -darla24 -echo3g -emu10k1x -gina20 -gina24 -hdsp -hdspm -ice1712 -indigo -indigoio -layla20 -layla24 -mia -mixart -mona -pcxhr -rme32 -rme96 -sb16 -sbawe -sscape -usb-usx2y -vx222"
missing dep added