<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Enemy Territory on Fedora 13 x86_64</title>
	<atom:link href="http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/</link>
	<description>Observations in a fast changing World</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:47:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: primax</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3989</link>
		<dc:creator>primax</dc:creator>
		<pubDate>Tue, 31 Jan 2012 21:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3989</guid>
		<description>PS: Search for TeamMuppet! And play in our server :)</description>
		<content:encoded><![CDATA[<p>PS: Search for TeamMuppet! And play in our server :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: primax</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3988</link>
		<dc:creator>primax</dc:creator>
		<pubDate>Tue, 31 Jan 2012 17:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3988</guid>
		<description>I&#039;ve solved with
su -c &#039;/sbin/modprobe snd_pcm_oss&#039;
su -c &#039;chmod 777 /proc/asound/card0/pcm0p/oss&#039;
echo &quot;et.x86 0 0 direct&quot; &gt; /proc/asound/card0/pcm0p/oss
et

Thanks a lot :) enjoy</description>
		<content:encoded><![CDATA[<p>I&#8217;ve solved with<br />
su -c &#8216;/sbin/modprobe snd_pcm_oss&#8217;<br />
su -c &#8216;chmod 777 /proc/asound/card0/pcm0p/oss&#8217;<br />
echo &#8220;et.x86 0 0 direct&#8221; &gt; /proc/asound/card0/pcm0p/oss<br />
et</p>
<p>Thanks a lot :) enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: primax</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3987</link>
		<dc:creator>primax</dc:creator>
		<pubDate>Tue, 31 Jan 2012 16:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3987</guid>
		<description>Ok thanks a lot.....but now audio is down....help me please 

You can post your rc.local file??

Look at my flie:
[primax@Muppet ~]$ cat /etc/rc.local
/sbin/modprobe snd_seq_oss
/sbin/modprobe snd_mixer_oss
/sbin/modprobe snd_pcm_oss
echo &quot;et.x86 0 0 direct&quot; &gt; /proc/asound/card0/pcm0p/oss
echo &quot;et.x86 0 0 disable&quot; &gt; /proc/asound/card0/pcm0c/oss

It&#039;s not right?</description>
		<content:encoded><![CDATA[<p>Ok thanks a lot&#8230;..but now audio is down&#8230;.help me please </p>
<p>You can post your rc.local file??</p>
<p>Look at my flie:<br />
[primax@Muppet ~]$ cat /etc/rc.local<br />
/sbin/modprobe snd_seq_oss<br />
/sbin/modprobe snd_mixer_oss<br />
/sbin/modprobe snd_pcm_oss<br />
echo &#8220;et.x86 0 0 direct&#8221; &gt; /proc/asound/card0/pcm0p/oss<br />
echo &#8220;et.x86 0 0 disable&#8221; &gt; /proc/asound/card0/pcm0c/oss</p>
<p>It&#8217;s not right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3984</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 31 Jan 2012 06:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3984</guid>
		<description>The clue is in this line: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory. It means that you do not have the required gtk library (32 bit version) installed. Install it as root with:
&lt;code&gt;yum install gtk+.i686&lt;/code&gt;
This is probably not the only missing library on your system. For each error you get you will have to find the appropriate library (with yum search ... or yum provides ...) and install it as root (with yum install ...). By the way, you do not need to run et-linux-2.55.x86.run as root. You can run et-linux-2.55.x86.run as a normal user. You only need to be root to install the required libraries. Good luck.</description>
		<content:encoded><![CDATA[<p>The clue is in this line: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory. It means that you do not have the required gtk library (32 bit version) installed. Install it as root with:<br />
<code>yum install gtk+.i686</code><br />
This is probably not the only missing library on your system. For each error you get you will have to find the appropriate library (with yum search &#8230; or yum provides &#8230;) and install it as root (with yum install &#8230;). By the way, you do not need to run et-linux-2.55.x86.run as root. You can run et-linux-2.55.x86.run as a normal user. You only need to be root to install the required libraries. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: primax</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3983</link>
		<dc:creator>primax</dc:creator>
		<pubDate>Tue, 31 Jan 2012 05:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3983</guid>
		<description>How have you installed et in fedora x86_64??
Not work for me this command : sudo linux32 sh et-linux-2.55.x86.run 
He show this error:
[primax@Muppet et-2.55]$ sudo linux32 sh setup.sh
/root/.setup6662: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
setup.sh: line 143:  6688 Annullato               (core dumped) &quot;$setup&quot; &quot;$@&quot; 2&gt;&gt; $NULL
The setup program seems to have failed on x86/glibc-2.1

See http://zerowing.idsoftware.com/linux/ for troubleshooting
[primax@Muppet et-2.55]$ sudo linux32 sh et-linux-2.55.x86.run 
sh: et-linux-2.55.x86.run: File o directory non esistente
[primax@Muppet et-2.55]$ sudo linux32 sh et-linux-2.55.x86.run 
sh: et-linux-2.55.x86.run: File o directory non esistente
[primax@Muppet et-2.55]$ cd ..
[primax@Muppet games]$ sudo linux32 sh et-linux-2.55.x86.run 
Verifying archive integrity... All good.
Uncompressing Enemy Territory 2.55...........................................................................................................................................................................................................................................................................................................
/root/.setup6762: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
./setup.sh: line 143:  6786 Annullato               (core dumped) &quot;$setup&quot; &quot;$@&quot; 2&gt;&gt; $NULL
The setup program seems to have failed on x86/glibc-2.1

See http://zerowing.idsoftware.com/linux/ for troubleshooting

Can you help me?</description>
		<content:encoded><![CDATA[<p>How have you installed et in fedora x86_64??<br />
Not work for me this command : sudo linux32 sh et-linux-2.55.x86.run<br />
He show this error:<br />
[primax@Muppet et-2.55]$ sudo linux32 sh setup.sh<br />
/root/.setup6662: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory<br />
setup.sh: line 143:  6688 Annullato               (core dumped) &#8220;$setup&#8221; &#8220;$@&#8221; 2&gt;&gt; $NULL<br />
The setup program seems to have failed on x86/glibc-2.1</p>
<p>See <a href="http://zerowing.idsoftware.com/linux/" rel="nofollow">http://zerowing.idsoftware.com/linux/</a> for troubleshooting<br />
[primax@Muppet et-2.55]$ sudo linux32 sh et-linux-2.55.x86.run<br />
sh: et-linux-2.55.x86.run: File o directory non esistente<br />
[primax@Muppet et-2.55]$ sudo linux32 sh et-linux-2.55.x86.run<br />
sh: et-linux-2.55.x86.run: File o directory non esistente<br />
[primax@Muppet et-2.55]$ cd ..<br />
[primax@Muppet games]$ sudo linux32 sh et-linux-2.55.x86.run<br />
Verifying archive integrity&#8230; All good.<br />
Uncompressing Enemy Territory 2.55&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
/root/.setup6762: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory<br />
./setup.sh: line 143:  6786 Annullato               (core dumped) &#8220;$setup&#8221; &#8220;$@&#8221; 2&gt;&gt; $NULL<br />
The setup program seems to have failed on x86/glibc-2.1</p>
<p>See <a href="http://zerowing.idsoftware.com/linux/" rel="nofollow">http://zerowing.idsoftware.com/linux/</a> for troubleshooting</p>
<p>Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3500</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sun, 05 Jun 2011 16:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3500</guid>
		<description>You are most welcome. Hope you enjoy the game!</description>
		<content:encoded><![CDATA[<p>You are most welcome. Hope you enjoy the game!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mullens</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3499</link>
		<dc:creator>Mullens</dc:creator>
		<pubDate>Sun, 05 Jun 2011 15:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3499</guid>
		<description>I am running Fedora 14 and this fixed my W:ET sound issue thanks alot</description>
		<content:encoded><![CDATA[<p>I am running Fedora 14 and this fixed my W:ET sound issue thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: finn</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3307</link>
		<dc:creator>finn</dc:creator>
		<pubDate>Fri, 21 Jan 2011 19:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3307</guid>
		<description>Could you please describe step by steb how to install et?</description>
		<content:encoded><![CDATA[<p>Could you please describe step by steb how to install et?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

