<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[CrunchBang Linux Forums - Volume hot keys on Eee PC]]></title>
	<link rel="self" href="http://www.crunchbanglinux.org/forums/feed/atom/topic/3613/"/>
	<updated>2009-12-13T20:58:14Z</updated>
	<generator>PunBB</generator>
	<id>http://crunchbanglinux.org/forums/topic/3613/volume-hot-keys-on-eee-pc/</id>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/48444/#p48444"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![CDATA[<p>EeePC 901</p><p>Guess the LineOut is the same as Master(??).</p>]]></content>
			<author>
				<name><![CDATA[Vox]]></name>
				<uri>http://crunchbanglinux.org/forums/user/4229/</uri>
			</author>
			<updated>2009-12-13T20:58:14Z</updated>
			<id>http://crunchbanglinux.org/forums/post/48444/#p48444</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/48426/#p48426"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![CDATA[<p>@Vox - What hardware do you have that doesn&#039;t have a Master channel?</p>]]></content>
			<author>
				<name><![CDATA[pvsage]]></name>
				<email><![CDATA[pvsage@email.com]]></email>
				<uri>http://crunchbanglinux.org/forums/user/3596/</uri>
			</author>
			<updated>2009-12-13T19:23:43Z</updated>
			<id>http://crunchbanglinux.org/forums/post/48426/#p48426</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/48423/#p48423"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Vox]]></name>
				<uri>http://crunchbanglinux.org/forums/user/4229/</uri>
			</author>
			<updated>2009-12-13T19:03:26Z</updated>
			<id>http://crunchbanglinux.org/forums/post/48423/#p48423</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/40209/#p40209"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[saneks]]></name>
				<uri>http://crunchbanglinux.org/forums/user/3420/</uri>
			</author>
			<updated>2009-10-06T12:13:10Z</updated>
			<id>http://crunchbanglinux.org/forums/post/40209/#p40209</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/40192/#p40192"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Xecuter]]></name>
				<uri>http://crunchbanglinux.org/forums/user/3460/</uri>
			</author>
			<updated>2009-10-06T08:10:39Z</updated>
			<id>http://crunchbanglinux.org/forums/post/40192/#p40192</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/35913/#p35913"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[orlok]]></name>
				<uri>http://crunchbanglinux.org/forums/user/3073/</uri>
			</author>
			<updated>2009-09-04T16:09:30Z</updated>
			<id>http://crunchbanglinux.org/forums/post/35913/#p35913</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/34800/#p34800"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jmbarnes]]></name>
				<uri>http://crunchbanglinux.org/forums/user/1910/</uri>
			</author>
			<updated>2009-08-27T16:19:16Z</updated>
			<id>http://crunchbanglinux.org/forums/post/34800/#p34800</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/33806/#p33806"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[anonymous]]></name>
				<uri>http://crunchbanglinux.org/forums/user/77/</uri>
			</author>
			<updated>2009-08-20T22:38:19Z</updated>
			<id>http://crunchbanglinux.org/forums/post/33806/#p33806</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/33805/#p33805"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![CDATA[<p>so, i&#039;m a newby what exactly am i adding this to?</p>]]></content>
			<author>
				<name><![CDATA[general_uproar]]></name>
				<uri>http://crunchbanglinux.org/forums/user/2970/</uri>
			</author>
			<updated>2009-08-20T22:25:19Z</updated>
			<id>http://crunchbanglinux.org/forums/post/33805/#p33805</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/30131/#p30131"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![CDATA[<p>Thanks a lot! This works great with my MSI Wind U100. Now my u100 is fully supported running arch linux. Horray!</p>]]></content>
			<author>
				<name><![CDATA[barc]]></name>
				<uri>http://crunchbanglinux.org/forums/user/1370/</uri>
			</author>
			<updated>2009-07-31T09:51:42Z</updated>
			<id>http://crunchbanglinux.org/forums/post/30131/#p30131</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/30082/#p30082"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Toolz]]></name>
				<uri>http://crunchbanglinux.org/forums/user/797/</uri>
			</author>
			<updated>2009-07-31T05:03:54Z</updated>
			<id>http://crunchbanglinux.org/forums/post/30082/#p30082</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/30064/#p30064"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[echerrst]]></name>
				<uri>http://crunchbanglinux.org/forums/user/2541/</uri>
			</author>
			<updated>2009-07-31T04:42:53Z</updated>
			<id>http://crunchbanglinux.org/forums/post/30064/#p30064</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/29823/#p29823"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[diablomarcus]]></name>
				<uri>http://crunchbanglinux.org/forums/user/2416/</uri>
			</author>
			<updated>2009-07-29T15:01:02Z</updated>
			<id>http://crunchbanglinux.org/forums/post/29823/#p29823</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Volume hot keys on Eee PC]]></title>
			<link rel="alternate" href="http://crunchbanglinux.org/forums/post/28310/#p28310"/>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 178 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 />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[bconnor]]></name>
				<uri>http://crunchbanglinux.org/forums/user/2376/</uri>
			</author>
			<updated>2009-07-19T10:36:19Z</updated>
			<id>http://crunchbanglinux.org/forums/post/28310/#p28310</id>
		</entry>
</feed>

