<?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 for It's all in a day's work</title>
	<atom:link href="http://blog.delgurth.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.delgurth.com</link>
	<description>If only a day had 48 hours...</description>
	<pubDate>Sat, 13 Mar 2010 14:36:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Eclipse Subversive SVN+SSH and Putty Agent (pageant) by Greg</title>
		<link>http://blog.delgurth.com/2008/08/17/eclipse-subversive-svnssh-and-putty-agent-pageant/#comment-5364</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=40#comment-5364</guid>
		<description>Awesome !

Thanks :)</description>
		<content:encoded><![CDATA[<p>Awesome !</p>
<p>Thanks <img src='http://blog.delgurth.com/blogging/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Followup on the Belkin F5D8053 and Ubuntu by James</title>
		<link>http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/#comment-4775</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 21 Nov 2009 21:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=45#comment-4775</guid>
		<description>When I try the make command, it gives me this:
&lt;code&gt;make -C tools
make[1]: Entering directory `/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/tools'
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/tools/bin2h
cp -f os/linux/Makefile.6 /home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/Makefile
make  -C  /lib/modules/2.6.31-14-generic/build SUBDIRS=/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic'
  CC [M]  /home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../common/rtmp_init.o
  CC [M]  /home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.o
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c: In function ‘RTMPReadParametersHook’:
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:808: error: ‘struct task_struct’ has no member named ‘fsuid’
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:809: error: ‘struct task_struct’ has no member named ‘fsgid’
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:810: error: ‘struct task_struct’ has no member named ‘fsuid’
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:810: error: ‘struct task_struct’ has no member named ‘fsgid’
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:1458: error: ‘struct task_struct’ has no member named ‘fsuid’
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:1459: error: ‘struct task_struct’ has no member named ‘fsgid’
make[2]: *** [/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.o] Error 1
make[1]: *** [_module_/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-14-generic'
make: *** [LINUX] Error 2&lt;code&gt;</description>
		<content:encoded><![CDATA[<p>When I try the make command, it gives me this:<br />
<code>make -C tools<br />
make[1]: Entering directory `/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/tools&#8217;<br />
gcc -g bin2h.c -o bin2h<br />
make[1]: Leaving directory `/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/tools&#8217;<br />
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/tools/bin2h<br />
cp -f os/linux/Makefile.6 /home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/Makefile<br />
make  -C  /lib/modules/2.6.31-14-generic/build SUBDIRS=/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux modules<br />
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic&#8217;<br />
  CC [M]  /home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../common/rtmp_init.o<br />
  CC [M]  /home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.o<br />
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c: In function ‘RTMPReadParametersHook’:<br />
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:808: error: ‘struct task_struct’ has no member named ‘fsuid’<br />
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:809: error: ‘struct task_struct’ has no member named ‘fsgid’<br />
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:810: error: ‘struct task_struct’ has no member named ‘fsuid’<br />
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:810: error: ‘struct task_struct’ has no member named ‘fsgid’<br />
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:1458: error: ‘struct task_struct’ has no member named ‘fsuid’<br />
/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.c:1459: error: ‘struct task_struct’ has no member named ‘fsgid’<br />
make[2]: *** [/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux/../../os/linux/rt_profile.o] Error 1<br />
make[1]: *** [_module_/home/james/2008_0528_RT2870_Linux_STA_v1.3.0.0/os/linux] Error 2<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-14-generic&#8217;<br />
make: *** [LINUX] Error 2</code><code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Followup on the Belkin F5D8053 and Ubuntu by DelGurth</title>
		<link>http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/#comment-4504</link>
		<dc:creator>DelGurth</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=45#comment-4504</guid>
		<description>@James

Seeing Daniel's comment, you don't need to edit dthe rt2870.h file anymore. And indeed, it doesn't seem to be in the sources anymore. Seems I've to update my post. Ralink changed their linux support page location as well... You could try it without changing the rt2860.h step. I'm no longer using my wireless usb stick, since online gaming + wireless usb is a no-no, at least in my case.</description>
		<content:encoded><![CDATA[<p>@James</p>
<p>Seeing Daniel&#8217;s comment, you don&#8217;t need to edit dthe rt2870.h file anymore. And indeed, it doesn&#8217;t seem to be in the sources anymore. Seems I&#8217;ve to update my post. Ralink changed their linux support page location as well&#8230; You could try it without changing the rt2860.h step. I&#8217;m no longer using my wireless usb stick, since online gaming + wireless usb is a no-no, at least in my case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Followup on the Belkin F5D8053 and Ubuntu by James</title>
		<link>http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/#comment-4416</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 06 Oct 2009 23:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=45#comment-4416</guid>
		<description>I don't have a rt2870.h file to edit.... is there a link I can download it from or something?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a rt2870.h file to edit&#8230;. is there a link I can download it from or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Followup on the Belkin F5D8053 and Ubuntu by Daniel</title>
		<link>http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/#comment-3810</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 28 May 2009 17:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=45#comment-3810</guid>
		<description>Thanks for the guide! I just like to make a notice: In the latest version on the ralink page F5D8053 is supported out-of-the-box. So no more fiddling around with the source :-)</description>
		<content:encoded><![CDATA[<p>Thanks for the guide! I just like to make a notice: In the latest version on the ralink page F5D8053 is supported out-of-the-box. So no more fiddling around with the source <img src='http://blog.delgurth.com/blogging/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trying to get the Belkin F5D8053 v3 to work on Ubuntu Hardy without ndiswrapper by guy</title>
		<link>http://blog.delgurth.com/2008/05/26/trying-to-get-the-belkin-f5d8053-v3-to-work-on-ubuntu-hardy-without-ndiswrapper/#comment-3609</link>
		<dc:creator>guy</dc:creator>
		<pubDate>Sun, 12 Apr 2009 22:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=35#comment-3609</guid>
		<description>I have the newest version of UbuntU and after hours of searching the internet all i had to do was install ndiswrapper (graphical version (i forget what it is called)) Get my adaptor install disk and  explore the disk go to the installation files (folder) pick one of the Winxp (folder) (try both one works the other doesn't) copy all the files to a location. And tell the ndiswrapper where the inf. is and it works. (good luck)</description>
		<content:encoded><![CDATA[<p>I have the newest version of UbuntU and after hours of searching the internet all i had to do was install ndiswrapper (graphical version (i forget what it is called)) Get my adaptor install disk and  explore the disk go to the installation files (folder) pick one of the Winxp (folder) (try both one works the other doesn&#8217;t) copy all the files to a location. And tell the ndiswrapper where the inf. is and it works. (good luck)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse Subversive SVN+SSH and Putty Agent (pageant) by Gerbrand van Dieijen</title>
		<link>http://blog.delgurth.com/2008/08/17/eclipse-subversive-svnssh-and-putty-agent-pageant/#comment-3501</link>
		<dc:creator>Gerbrand van Dieijen</dc:creator>
		<pubDate>Thu, 09 Apr 2009 14:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=40#comment-3501</guid>
		<description>Great tip! Saves me a lot of password-entering. Amazing that only adding an environment variable did the trick (I had already  configured putty pageant).</description>
		<content:encoded><![CDATA[<p>Great tip! Saves me a lot of password-entering. Amazing that only adding an environment variable did the trick (I had already  configured putty pageant).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Followup on the Belkin F5D8053 and Ubuntu by Scia'</title>
		<link>http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/#comment-3440</link>
		<dc:creator>Scia'</dc:creator>
		<pubDate>Tue, 07 Apr 2009 18:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=45#comment-3440</guid>
		<description>When i try to "make &#38;&#38; sudo make install" it says to me "make: *** No targets specified and no makefile found.  Stop."
Why?
Thanks for help.</description>
		<content:encoded><![CDATA[<p>When i try to &#8220;make &amp;&amp; sudo make install&#8221; it says to me &#8220;make: *** No targets specified and no makefile found.  Stop.&#8221;<br />
Why?<br />
Thanks for help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Followup on the Belkin F5D8053 and Ubuntu by David R. Ingham</title>
		<link>http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/#comment-3309</link>
		<dc:creator>David R. Ingham</dc:creator>
		<pubDate>Thu, 02 Apr 2009 21:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=45#comment-3309</guid>
		<description>For me, it says:
david@ubuntu:~$ ndiswrapper -l
autorun : invalid driver!
netr28u : driver installed
	device (050D:825A) present
rt2870 : driver installed
	device (050D:825A) present
(The netr28u appeared after I tried the Vista driver.)
I got one "unknown symbol" message when I installed rt2870 and several on netr28u.
I downloaded and installed a new ndiswrapper.  When I tried installing all available updates, it would not boot.</description>
		<content:encoded><![CDATA[<p>For me, it says:<br />
david@ubuntu:~$ ndiswrapper -l<br />
autorun : invalid driver!<br />
netr28u : driver installed<br />
	device (050D:825A) present<br />
rt2870 : driver installed<br />
	device (050D:825A) present<br />
(The netr28u appeared after I tried the Vista driver.)<br />
I got one &#8220;unknown symbol&#8221; message when I installed rt2870 and several on netr28u.<br />
I downloaded and installed a new ndiswrapper.  When I tried installing all available updates, it would not boot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling methods with parameters using JSTL by Jasper</title>
		<link>http://blog.delgurth.com/2007/10/04/calling-methods-with-parameters-using-jstl/#comment-3133</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Tue, 17 Mar 2009 23:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/2007/10/04/calling-methods-with-parameters-using-jstl/#comment-3133</guid>
		<description>What's wrong with creating a custom tag with attributes which you can use for the parameters? It's powerful, it'll result in more readable JSP and you should end up with a nice tag library JAR file which you can easily reuse.</description>
		<content:encoded><![CDATA[<p>What&#8217;s wrong with creating a custom tag with attributes which you can use for the parameters? It&#8217;s powerful, it&#8217;ll result in more readable JSP and you should end up with a nice tag library JAR file which you can easily reuse.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
