<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[CrunchBang Linux Forums - Volume hot keys on Eee PC]]></title>
		<link>http://crunchbanglinux.org/forums/topic/3613/volume-hot-keys-on-eee-pc/</link>
		<description><![CDATA[The most recent posts in Volume hot keys on Eee PC.]]></description>
		<lastBuildDate>Sun, 13 Dec 2009 20:58:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/48444/#p48444</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>EeePC 901</p><p>Guess the LineOut is the same as Master(??).</p>]]></description>
			<author><![CDATA[dummy@example.com (Vox)]]></author>
			<pubDate>Sun, 13 Dec 2009 20:58:14 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/48444/#p48444</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/48426/#p48426</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>@Vox - What hardware do you have that doesn&#039;t have a Master channel?</p>]]></description>
			<author><![CDATA[pvsage@email.com (pvsage)]]></author>
			<pubDate>Sun, 13 Dec 2009 19:23:43 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/48426/#p48426</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/48423/#p48423</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>I noticed that there&#039;s no channel called Master when I tried this fix. Here&#039;s the code I pasted into rc.xml</p><p>Super+space -&gt; Preferences -&gt; Openbox Config -&gt; Edit rc.xml</p><p>Place the marker at the end of the last &lt;/keybind&gt; (Right above the &lt;/Keyboard&gt; line). Hit Enter and paste the code:<br /></p><div class="codebox"><pre><code>&lt;keybind key=&quot;XF86AudioLowerVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
      &lt;execute&gt;amixer -q set PCM 10- unmute&lt;/execute&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioRaiseVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
      &lt;execute&gt;amixer -q set PCM 10+ unmute&lt;/execute&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioMute&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
      &lt;execute&gt;amixer -q set LineOut toggle&lt;/execute&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;</code></pre></div><p>Save and close. </p><p>Super+space -&gt; Preferences -&gt; Openbox Config -&gt; Restart.</p><p>The VolWheel in the system tray didn&#039;t work eighter, so I right-clicked the &quot;Volume Icon&quot; -&gt; Preferences -&gt; Default channel: PCM<br />Default mixer: gnome-volume-control</p><p>Super+v to set the preferred level for the LineOut channel with PCM channel maxed out. WARNING!: Be careful when you start adjusting the LineOut.. better start out at a fairly low volume setting when the PCM is at 100%.<br />When you have found your preferred max volume setting you are good to go :)</p>]]></description>
			<author><![CDATA[dummy@example.com (Vox)]]></author>
			<pubDate>Sun, 13 Dec 2009 19:03:26 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/48423/#p48423</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/40209/#p40209</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>Xecutor, your code does not work on my eee 701, I just get an Syntax Error message when restarting after editing the rc.xml,&nbsp; I just pasted your stuff between the other keybinds in that file. Tried twice, restoring the rc.xml file inbetween.</p><p>EDIT: strange, I tried the code from the initial post, which worked, but as written volume toggle isn&#039;t toggling but muting. Then I just copied your line for toggling (the 3rd last) over the other one and everything is cool now!:D</p><p>Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (saneks)]]></author>
			<pubDate>Tue, 06 Oct 2009 12:13:10 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/40209/#p40209</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/40192/#p40192</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>I got a better solution. :D</p><div class="codebox"><pre><code>&lt;keybind key=&quot;XF86AudioLowerVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
      &lt;execute&gt;amixer -q set Master 10-&lt;/execute&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioRaiseVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
      &lt;execute&gt;amixer -q set Master 10+/execute&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioMute&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
      &lt;execute&gt;amixer -q set Master toggle&lt;/execute&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;</code></pre></div><p>Then toggling mute works.</p>]]></description>
			<author><![CDATA[dummy@example.com (Xecuter)]]></author>
			<pubDate>Tue, 06 Oct 2009 08:10:39 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/40192/#p40192</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/35913/#p35913</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>So much win on a eeepc 901!<br />Thanks a bunch, got really frustrated a couple of months ago trying to dick around with that malarky and was just using the volume control.</p><p>Not sure if this matters, but I think it has to be pasted under &lt;keyboard&gt; and before &lt;/keyboard&gt; in your config file.</p>]]></description>
			<author><![CDATA[dummy@example.com (orlok)]]></author>
			<pubDate>Fri, 04 Sep 2009 16:09:30 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/35913/#p35913</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/34800/#p34800</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>Just wanted to confirm that this works brilliantly on a 900a eeepc (and in conjunction with elmurato&#039;s scripts.) Much simpler fix than trying to mess with acpi / kernel modules to get these hotkeys working.</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (jmbarnes)]]></author>
			<pubDate>Thu, 27 Aug 2009 16:19:16 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/34800/#p34800</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/33806/#p33806</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>The rc.xml file. </p><p>Openbox menu &gt; Preferences &gt; Openbox Config &gt; Edit rc.xml, save your changes then &gt; Openbox menu &gt; Preferences &gt; Openbox Config &gt; Reconfigure.</p>]]></description>
			<author><![CDATA[dummy@example.com (anonymous)]]></author>
			<pubDate>Thu, 20 Aug 2009 22:38:19 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/33806/#p33806</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/33805/#p33805</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>so, i&#039;m a newby what exactly am i adding this to?</p>]]></description>
			<author><![CDATA[dummy@example.com (general_uproar)]]></author>
			<pubDate>Thu, 20 Aug 2009 22:25:19 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/33805/#p33805</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/30131/#p30131</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>Thanks a lot! This works great with my MSI Wind U100. Now my u100 is fully supported running arch linux. Horray!</p>]]></description>
			<author><![CDATA[dummy@example.com (barc)]]></author>
			<pubDate>Fri, 31 Jul 2009 09:51:42 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/30131/#p30131</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/30082/#p30082</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<div class="quotebox"><cite>echerrst wrote:</cite><blockquote><p>Is it possible for someone to explain how to determine what key &quot;code&quot; each keystroke performs?</p></blockquote></div><p>I think you want:<br /></p><div class="codebox"><pre><code>sudo showkey</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Toolz)]]></author>
			<pubDate>Fri, 31 Jul 2009 05:03:54 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/30082/#p30082</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/30064/#p30064</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>for the OP, what is your EEE PC?</p><p>I have a 1005HA and it did not work for me either. I think that maybe the mute worked, however, volume up and down did not work. </p><p>Is it possible for someone to explain how to determine what key &quot;code&quot; each keystroke performs? </p><p>Marcus,</p><p>run &quot;gnome-volume-control&quot; and see if those volume levels are at the high level...</p>]]></description>
			<author><![CDATA[dummy@example.com (echerrst)]]></author>
			<pubDate>Fri, 31 Jul 2009 04:42:53 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/30064/#p30064</guid>
		</item>
		<item>
			<title><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/29823/#p29823</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>This one isn&#039;t working for me on my eeePC 1000HE running CrunchBang Linux 9.04.01 Lite Edition.</p><p>I copied and restarted, but no luck.&nbsp; Also, whenever I turn on the comp, the sound starts at 0 volume.&nbsp; Any ideas?</p>]]></description>
			<author><![CDATA[dummy@example.com (diablomarcus)]]></author>
			<pubDate>Wed, 29 Jul 2009 15:01:02 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/29823/#p29823</guid>
		</item>
		<item>
			<title><![CDATA[Volume hot keys on Eee PC]]></title>
			<link>http://crunchbanglinux.org/forums/post/28310/#p28310</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>to add fn volume key functionality to your eee pc, add these lines to your rc.xml</p><p>&lt;keybind key=&quot;XF86AudioLowerVolume&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &lt;action name=&quot;Execute&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &lt;execute&gt;amixer -q set PCM 10- unmute&lt;/execute&gt;<br />&nbsp; &nbsp; &nbsp; &lt;/action&gt;<br />&nbsp; &nbsp; &lt;/keybind&gt;<br />&nbsp; &nbsp; &lt;keybind key=&quot;XF86AudioRaiseVolume&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &lt;action name=&quot;Execute&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &lt;execute&gt;amixer -q set PCM 10+ unmute&lt;/execute&gt;<br />&nbsp; &nbsp; &nbsp; &lt;/action&gt;<br />&nbsp; &nbsp; &lt;/keybind&gt;<br />&nbsp; &nbsp; &lt;keybind key=&quot;XF86AudioMute&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &lt;action name=&quot;Execute&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &lt;execute&gt;amixer -q set PCM 0&lt;/execute&gt;<br />&nbsp; &nbsp; &nbsp; &lt;/action&gt;<br />&nbsp; &nbsp; &lt;/keybind&gt;</p><p>toggle for some reason doesn&#039;t work for me, so my mute button just sets volume to 0.</p><p>i also added a volume bar to my conky:</p><p>${execibar 1 amixer sget PCM,0 |grep &quot;Front Left:&quot;|cut -d &quot;[&quot; -f2|cut -d &quot;%&quot; -f1}</p>]]></description>
			<author><![CDATA[dummy@example.com (bconnor)]]></author>
			<pubDate>Sun, 19 Jul 2009 10:36:19 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/28310/#p28310</guid>
		</item>
	</channel>
</rss>

