<?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"
	>
<channel>
	<title>Comments on: LAAAAAAyou know the drill.</title>
	<atom:link href="http://www.datanorth.net/~cuervo/blog/2008/04/15/further-lag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.datanorth.net/~cuervo/blog/2008/04/15/further-lag/</link>
	<description>WTF</description>
	<pubDate>Sat, 22 Nov 2008 08:17:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ian</title>
		<link>http://www.datanorth.net/~cuervo/blog/2008/04/15/further-lag/#comment-7706</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 22 Aug 2008 07:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.datanorth.net/~cuervo/blog/?p=414#comment-7706</guid>
		<description>I am running Ubuntu 8.04 and I did this to apply the patch:

tar -xzf rtl8187b-modified-dist.tar.gz
then:
mv 2.6.24.patch rtl8187b-modified/
cd rtl8187b-modified
patch -p1 &#60;2.6.24.patch

I got this output:    patch: command not found

What am I doing wrong? Patch is not on system it seems. Is there another way to apply the patch?

Thx -Ian</description>
		<content:encoded><![CDATA[<p>I am running Ubuntu 8.04 and I did this to apply the patch:</p>
<p>tar -xzf rtl8187b-modified-dist.tar.gz<br />
then:<br />
mv 2.6.24.patch rtl8187b-modified/<br />
cd rtl8187b-modified<br />
patch -p1 &lt;2.6.24.patch</p>
<p>I got this output:    patch: command not found</p>
<p>What am I doing wrong? Patch is not on system it seems. Is there another way to apply the patch?</p>
<p>Thx -Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ante Wessels</title>
		<link>http://www.datanorth.net/~cuervo/blog/2008/04/15/further-lag/#comment-5338</link>
		<dc:creator>Ante Wessels</dc:creator>
		<pubDate>Tue, 29 Apr 2008 16:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.datanorth.net/~cuervo/blog/?p=414#comment-5338</guid>
		<description>Thanks! I had tried that too, but didn't know the -p1 stuff.</description>
		<content:encoded><![CDATA[<p>Thanks! I had tried that too, but didn&#8217;t know the -p1 stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel</title>
		<link>http://www.datanorth.net/~cuervo/blog/2008/04/15/further-lag/#comment-5274</link>
		<dc:creator>Pawel</dc:creator>
		<pubDate>Sun, 27 Apr 2008 12:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.datanorth.net/~cuervo/blog/?p=414#comment-5274</guid>
		<description>you need to unpack the driver first:
tar -xzf rtl8187b-modified-dist.tar.gz 
then:
mv 2.6.24.patch rtl8187b-modified/
cd rtl8187b-modified
patch -p1 &#60;2.6.24.patch</description>
		<content:encoded><![CDATA[<p>you need to unpack the driver first:<br />
tar -xzf rtl8187b-modified-dist.tar.gz<br />
then:<br />
mv 2.6.24.patch rtl8187b-modified/<br />
cd rtl8187b-modified<br />
patch -p1 &lt;2.6.24.patch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ante Wessels</title>
		<link>http://www.datanorth.net/~cuervo/blog/2008/04/15/further-lag/#comment-5219</link>
		<dc:creator>Ante Wessels</dc:creator>
		<pubDate>Fri, 25 Apr 2008 20:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.datanorth.net/~cuervo/blog/?p=414#comment-5219</guid>
		<description>I get 3 hunks failed when I try to apply the patch with 

patch rtl8187b-modified-dist.tar.gz 2.6.24.patch

Am I doing something wrong?

Thanks!

(with ubuntu 7.10 the modified driver really helped me)</description>
		<content:encoded><![CDATA[<p>I get 3 hunks failed when I try to apply the patch with </p>
<p>patch rtl8187b-modified-dist.tar.gz 2.6.24.patch</p>
<p>Am I doing something wrong?</p>
<p>Thanks!</p>
<p>(with ubuntu 7.10 the modified driver really helped me)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: val-gaav</title>
		<link>http://www.datanorth.net/~cuervo/blog/2008/04/15/further-lag/#comment-5047</link>
		<dc:creator>val-gaav</dc:creator>
		<pubDate>Thu, 17 Apr 2008 12:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.datanorth.net/~cuervo/blog/?p=414#comment-5047</guid>
		<description>that's really a good news :) The only thing I don't like about my toshiba is rs690 (radeon 1200) and the rtl8197 (8187b)... support for both under linux is lacking ;/ 

-rs690 drm support got into kernel, meaning that soon it may work out of the box for linux distros and without the need for fglrx blob ...

- and know it's good to know that rtl8187b may also soon work out of the box ... maybe even with kernel 2.6.26 ... who knows ? :P</description>
		<content:encoded><![CDATA[<p>that&#8217;s really a good news :) The only thing I don&#8217;t like about my toshiba is rs690 (radeon 1200) and the rtl8197 (8187b)&#8230; support for both under linux is lacking ;/ </p>
<p>-rs690 drm support got into kernel, meaning that soon it may work out of the box for linux distros and without the need for fglrx blob &#8230;</p>
<p>- and know it&#8217;s good to know that rtl8187b may also soon work out of the box &#8230; maybe even with kernel 2.6.26 &#8230; who knows ? :P</p>
]]></content:encoded>
	</item>
</channel>
</rss>
