<?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: Followup on the Belkin F5D8053 and Ubuntu</title>
	<atom:link href="http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/</link>
	<description>If only a day had 48 hours...</description>
	<pubDate>Sun, 14 Mar 2010 00:08:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>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>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>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>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>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>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>By: Phil B</title>
		<link>http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/#comment-3076</link>
		<dc:creator>Phil B</dc:creator>
		<pubDate>Sun, 08 Mar 2009 07:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=45#comment-3076</guid>
		<description>Thanks for the info. I've got the Belkin F5D8055 working 1st time. Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks for the info. I&#8217;ve got the Belkin F5D8055 working 1st time. Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wredefine</title>
		<link>http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/#comment-3028</link>
		<dc:creator>wredefine</dc:creator>
		<pubDate>Wed, 04 Mar 2009 01:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=45#comment-3028</guid>
		<description>Thank you, thank you, thank you!  This was just what I needed to get my D-Link Wireless N USB (DWA-130 B1) dongle working.  The key piece of information that I didn't see in any other post on this topic elsewhere was the need to edit the rt2870.h file.  It didn't have my device ID, but after adding it and recompiling I was up and running.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you!  This was just what I needed to get my D-Link Wireless N USB (DWA-130 B1) dongle working.  The key piece of information that I didn&#8217;t see in any other post on this topic elsewhere was the need to edit the rt2870.h file.  It didn&#8217;t have my device ID, but after adding it and recompiling I was up and running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perds</title>
		<link>http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/#comment-2760</link>
		<dc:creator>perds</dc:creator>
		<pubDate>Sat, 31 Jan 2009 17:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=45#comment-2760</guid>
		<description>Wow, thanks a tonne man. Your steps worked perfectly for me, no hassle :) you are amazing</description>
		<content:encoded><![CDATA[<p>Wow, thanks a tonne man. Your steps worked perfectly for me, no hassle <img src='http://blog.delgurth.com/blogging/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> you are amazing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artair</title>
		<link>http://blog.delgurth.com/2008/08/17/followup-on-the-belkin-f5d8053-and-ubuntu/#comment-2748</link>
		<dc:creator>Artair</dc:creator>
		<pubDate>Sun, 25 Jan 2009 06:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delgurth.com/?p=45#comment-2748</guid>
		<description>so i have followed yours and many other instructions and i can get the thing to actually compile, i keep getting an error about:

rt_main_dev.c:698: error: ‘struct net_device’ has no member named ‘nd_net’

and i dont know enough to even guess what to do next</description>
		<content:encoded><![CDATA[<p>so i have followed yours and many other instructions and i can get the thing to actually compile, i keep getting an error about:</p>
<p>rt_main_dev.c:698: error: ‘struct net_device’ has no member named ‘nd_net’</p>
<p>and i dont know enough to even guess what to do next</p>
]]></content:encoded>
	</item>
</channel>
</rss>
