<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Twenty Ways &#187; Linux</title>
	<atom:link href="http://www.twentyways.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twentyways.com</link>
	<description>(21 would just be ridiculous)</description>
	<lastBuildDate>Thu, 27 Oct 2011 20:07:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Fixing wireless issues with Asus EeePC 1000HE running Ubuntu 10.10</title>
		<link>http://www.twentyways.com/2010/11/19/fixing-wireless-issues-with-asus-eeepc-1000he-running-ubuntu-10-10/</link>
		<comments>http://www.twentyways.com/2010/11/19/fixing-wireless-issues-with-asus-eeepc-1000he-running-ubuntu-10-10/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 05:35:09 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.twentyways.com/?p=266</guid>
		<description><![CDATA[My Asus EeePC 1000HE netbook was recently upgraded from Ubuntu 10.4 to 10.10. The upgrade was smooth except for wireless which became extremely flaky. The wireless connection would disconnect when I unplugged my laptop or woke it up when not directly connected to power. Attempting to disable and re-enable the wireless interface did not fix [...]]]></description>
			<content:encoded><![CDATA[<p>My Asus EeePC 1000HE netbook was recently upgraded from Ubuntu 10.4 to 10.10. The upgrade was smooth except for wireless which became extremely flaky.</p>
<p>The wireless connection would disconnect when I unplugged my laptop or woke it up when not directly connected to power. Attempting to disable and re-enable the wireless interface did not fix it. Even unloading and reloading the driver modules did not fix it. The only fix was to reboot.</p>
<p>The following two things are both required to fix wireless issues with the rt2860sta driver.</p>
<p>First, Ubuntu was loading unnecessary drivers for my wireless card. I addressed this by adding the following lines to: <strong>/etc/modprobe.d/blacklist.conf</strong></p>
<p><code>blacklist rt2800pci<br />
blacklist rt2800lib<br />
blacklist rt2x00usb<br />
blacklist rt2x00pci<br />
blacklist rt2x00lib</code><br />
It seems that these additional modules were interfering with the rt2860sta driver during wake up.</p>
<p>In addition I needed to have Ubuntu to unload and reload my wireless driver before and after going to sleep. This is done putting the following line in <strong>/etc/pm/config.d/unload_wireless</strong><br />
<code>SUSPEND_MODULES="rt2860sta"</code></p>
<p>Note that the file name there is not actually important. The line just needs to be in a file in the <strong>/etc/pm/config.d/</strong> directory.</p>
<p>Rebooting once after making these changes has solved the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twentyways.com/2010/11/19/fixing-wireless-issues-with-asus-eeepc-1000he-running-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Legend of the Red Dragon on DOSEMU on Linux</title>
		<link>http://www.twentyways.com/2010/08/14/legend-of-the-red-dragon-on-dosemu-on-linux/</link>
		<comments>http://www.twentyways.com/2010/08/14/legend-of-the-red-dragon-on-dosemu-on-linux/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 13:59:48 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[BBS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[dosemu]]></category>
		<category><![CDATA[legend of the red dragon]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lord]]></category>

		<guid isPermaLink="false">http://www.twentyways.com/?p=258</guid>
		<description><![CDATA[In setting up a yet to be announced BBS system I discovered that Legend of the Red Dragon does not work on Ubuntu 10.04 Server installation under DOSEMU. When I ran the config program LordCfg it would fail with the following error: This version of LordCfg is not meant for your version of Lord When [...]]]></description>
			<content:encoded><![CDATA[<p>In setting up a yet to be announced BBS system I discovered that <a href="http://en.wikipedia.org/wiki/Legend_of_the_Red_Dragon">Legend of the Red Dragon</a> does not work on Ubuntu 10.04 Server installation under <a href="http://www.dosemu.org/">DOSEMU</a>. When I ran the config program LordCfg it would fail with the following error:<br />
<code>This version of LordCfg is not meant for your version of Lord</code></p>
<p>When running the start.bat script or lord.exe it would fail with this error:<br />
<code># Firing Up LORD.OVR<br />
# Using EMS for faster overlay swapping.<br />
Internal error #38019<br />
Cannot continue.</code></p>
<p>I did few preliminary searches for these errors on <a href="http://www.google.com">Google</a> and finding only complaints about them. I contacted <a href="http://www.gameport.com">Gameport</a> which currently distributes the game and they pointed me to an obscure link on the <a href="http://lord.lordlegacy.com/">authors website</a> which has a <a href="http://lord.lordlegacy.com/dosemu/">patch</a> for this bug.</p>
<p>The url to the patch for this issue is: <a href="http://lord.lordlegacy.com/dosemu/">http://lord.lordlegacy.com/dosemu/</a></p>
<p>There is also single forum posting on the authors site about this issue as well but it lacks useful keywords to make it findable. That forum posting is here: <a href="http://lord.lordlegacy.com/phorum/read.php?5,196">http://lord.lordlegacy.com/phorum/read.php?5,196</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twentyways.com/2010/08/14/legend-of-the-red-dragon-on-dosemu-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing dhclient in Debian Stable</title>
		<link>http://www.twentyways.com/2008/08/26/fixing-dhclient-in-debian-stable/</link>
		<comments>http://www.twentyways.com/2008/08/26/fixing-dhclient-in-debian-stable/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 16:41:54 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dhclient]]></category>
		<category><![CDATA[multia]]></category>

		<guid isPermaLink="false">http://www.twentyways.com/?p=4</guid>
		<description><![CDATA[Recently I installed Debian on a DEC Multia, I documented this install on my own blog. During my long upgrade process to a current Debian release from Woody. I encountered the following error: midget# dhclient Unrecognized Kernel Version The way to fix this is to edit /sbin/dhclient and locate the line that contains &#8220;2.[12345].*)&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I installed <a href="http://www.debian.org/">Debian</a> on a <a href="http://www.obsolyte.com/dec/multia/">DEC Multia</a>, I documented this install on my own blog. During my long upgrade process to a current Debian release from Woody. I encountered the following error:</p>
<pre>midget# dhclient</pre>
<pre>Unrecognized Kernel Version</pre>
<p>The way to fix this is to edit /sbin/dhclient and locate the line that contains &#8220;2.[12345].*)&#8221; and change it to &#8220;2.[123456].*)&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twentyways.com/2008/08/26/fixing-dhclient-in-debian-stable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

