Hi All:<br>
<br>
I'm currently trying to use one of those $20 IR keyboards to control
myth.&nbsp; Or specifically, volume.&nbsp; I have one of those Audigy
LS cards which do not have a PCM or a Master; instead, the active
control is &quot;Analog Front&quot; (as I mentioned in the previous
e-mail).&nbsp; Also per that e-mail thread, myth is unable to control
it internally (0.18, currently the latest released KnoppMyth).<br>
<br>
So, this keyboard has &quot;multimedia keys&quot; inlcuding volume up/down.&nbsp;
My thoughts were to simply set up the OS to call amixer -q set &quot;Analog
Front&quot; 15+ for each press for the up key, and similar for the
down.&nbsp; I was follwing instructions as indicated at:
<a href="http://gentoo-wiki.com/HOWTO_Use_Multimedia_Keys#Setting_up_xmodmap">http://gentoo-wiki.com/HOWTO_Use_Multimedia_Keys#Setting_up_xmodmap</a><br>
(no, I am not running Gentoo, but the basic idea is the same).&nbsp;
I've identified the keycodes and added them to my system Xmodmap, and
verified (through xmodmap -pk) that the keycodes are being mapped to
XF86AudioRaiseVolume, etc.&nbsp; <br>
<br>
As Knoppmyth uses fluxbox as its window manager of choice, I edited ~/.fluxbox/keys and added <br>
None XF86AudioRaiseVolume :ExecCommand /usr/bin/amixer -q set &quot;Analog Front&quot; 15+<br>
as indicated by the howto referenced above.<br>
<br>
I then forced a full reload of X and a login to ensure all config files
were reread, but my volume buttons have nearly no effect.&nbsp; With or
without mythfrontend running, they do not effect the volume of the
channel (I've verified with amixer get &quot;Analog Front&quot;).&nbsp; However,
if mythfrontend is running and I press one of the buttons, it
immediately segfaults.&nbsp; Even if I don't have the definition in
.fluxbox/keys, it still does.&nbsp; This indicates that Mythfrontend is
somehow capturing the XF86AudioRaiseVolume/LowerVolume events, but
segfaults on them.<br>
<br>
I do have mythfrontend set to not control volume internally due to the
whole issue with it not being able to control &quot;Analog Front&quot;.<br>
<br>
Any suggestions? <br>
<br>
Thanks in advance!<br>
--Jim<br>