<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for steveswinsburg</title>
	<atom:link href="http://steveswinsburg.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://steveswinsburg.wordpress.com</link>
	<description>just another open source nerd</description>
	<lastBuildDate>Sat, 27 Apr 2013 07:38:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on How to install a D-Link DWA-525 wireless network card in Ubuntu 10.04 by kthkr</title>
		<link>http://steveswinsburg.wordpress.com/2011/03/12/how-to-install-a-d-link-dwa-525-wireless-network-card-in-ubuntu-10-04/#comment-921</link>
		<dc:creator><![CDATA[kthkr]]></dc:creator>
		<pubDate>Sat, 27 Apr 2013 07:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://steveswinsburg.wordpress.com/?p=307#comment-921</guid>
		<description><![CDATA[I recently got the dlink dwa-525 with the RT5360 chipset for an old P4-2.66 that i&#039;m planning to set up as a media / xbmc / DVR server. I got it onto Ubuntu 12.10 and then followed these instructions. Works perfectly. One suggestion: doing &#039;extract here&#039; from the GUI didnt really extract the archive properly, so instead i did it from the command line with a &#039;tar xjvf 2011_xxx_xxxetc.bz2.bz2&#039;. That seemed to extract the archive with no worries and all was hunky dory after that. 

Cheers for this, Steve !]]></description>
		<content:encoded><![CDATA[<p>I recently got the dlink dwa-525 with the RT5360 chipset for an old P4-2.66 that i&#8217;m planning to set up as a media / xbmc / DVR server. I got it onto Ubuntu 12.10 and then followed these instructions. Works perfectly. One suggestion: doing &#8216;extract here&#8217; from the GUI didnt really extract the archive properly, so instead i did it from the command line with a &#8216;tar xjvf 2011_xxx_xxxetc.bz2.bz2&#8242;. That seemed to extract the archive with no worries and all was hunky dory after that. </p>
<p>Cheers for this, Steve !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install a D-Link DWA-525 wireless network card in Ubuntu 10.04 by Medusetfil</title>
		<link>http://steveswinsburg.wordpress.com/2011/03/12/how-to-install-a-d-link-dwa-525-wireless-network-card-in-ubuntu-10-04/#comment-910</link>
		<dc:creator><![CDATA[Medusetfil]]></dc:creator>
		<pubDate>Thu, 11 Apr 2013 13:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://steveswinsburg.wordpress.com/?p=307#comment-910</guid>
		<description><![CDATA[Thanks to you also!]]></description>
		<content:encoded><![CDATA[<p>Thanks to you also!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install a D-Link DWA-525 wireless network card in Ubuntu 10.04 by Medusetfil</title>
		<link>http://steveswinsburg.wordpress.com/2011/03/12/how-to-install-a-d-link-dwa-525-wireless-network-card-in-ubuntu-10-04/#comment-909</link>
		<dc:creator><![CDATA[Medusetfil]]></dc:creator>
		<pubDate>Thu, 11 Apr 2013 13:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://steveswinsburg.wordpress.com/?p=307#comment-909</guid>
		<description><![CDATA[Here you have the solution form 5360, with an updated hyperlink:

Download http://www.mediatek.com/_en/07_downloads/01-1_windowsDetail.php?sn=5001 it to your desktop. Right-click it and select &#039;extract here.&#039; It is handily a bz2.bz2 file, so you may have to &#039;extract here&#039; a couple of times. Good work, Ralink! Now open a terminal and, with an internet connection, do:
sudo apt-get install linux-headers-generic build-essential
Open the folder you extracted and drill down to os/linux/config.mk and with a text editor change:
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
Proofread, save and close the text editor. Now open the file os/linux/pci_main_dev.c with a text editor. After the line:
	{PCI_DEVICE(NIC_PCI_VENDOR_ID, NIC5362_PCI_DEVICE_ID)},
Add this line:
        {PCI_DEVICE(NIC_PCI_VENDOR_ID, NIC5360_PCI_DEVICE_ID)},
(the empty space before the text is made with the tab key)
Everything before and after is unchanged. Spacing, punctuation, brackets, etc. are crucial. Proofread carefully twice before you save and close the text editor. Now back to the terminal:
cd Desktop/2011
Press Tab and the rest will fill in automagically. Press Enter.
sudo su
make (you will have to wait a few minutes probably till finishes)
make install
modprobe rt5390sta
echo rt5390sta &gt;&gt; /etc/modules
exit
Your wireless should now be working.]]></description>
		<content:encoded><![CDATA[<p>Here you have the solution form 5360, with an updated hyperlink:</p>
<p>Download <a href="http://www.mediatek.com/_en/07_downloads/01-1_windowsDetail.php?sn=5001" rel="nofollow">http://www.mediatek.com/_en/07_downloads/01-1_windowsDetail.php?sn=5001</a> it to your desktop. Right-click it and select &#8216;extract here.&#8217; It is handily a bz2.bz2 file, so you may have to &#8216;extract here&#8217; a couple of times. Good work, Ralink! Now open a terminal and, with an internet connection, do:<br />
sudo apt-get install linux-headers-generic build-essential<br />
Open the folder you extracted and drill down to os/linux/config.mk and with a text editor change:<br />
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y<br />
Proofread, save and close the text editor. Now open the file os/linux/pci_main_dev.c with a text editor. After the line:<br />
	{PCI_DEVICE(NIC_PCI_VENDOR_ID, NIC5362_PCI_DEVICE_ID)},<br />
Add this line:<br />
        {PCI_DEVICE(NIC_PCI_VENDOR_ID, NIC5360_PCI_DEVICE_ID)},<br />
(the empty space before the text is made with the tab key)<br />
Everything before and after is unchanged. Spacing, punctuation, brackets, etc. are crucial. Proofread carefully twice before you save and close the text editor. Now back to the terminal:<br />
cd Desktop/2011<br />
Press Tab and the rest will fill in automagically. Press Enter.<br />
sudo su<br />
make (you will have to wait a few minutes probably till finishes)<br />
make install<br />
modprobe rt5390sta<br />
echo rt5390sta &gt;&gt; /etc/modules<br />
exit<br />
Your wireless should now be working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install a D-Link DWA-525 wireless network card in Ubuntu 10.04 by steveswinsburg</title>
		<link>http://steveswinsburg.wordpress.com/2011/03/12/how-to-install-a-d-link-dwa-525-wireless-network-card-in-ubuntu-10-04/#comment-908</link>
		<dc:creator><![CDATA[steveswinsburg]]></dc:creator>
		<pubDate>Thu, 11 Apr 2013 13:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://steveswinsburg.wordpress.com/?p=307#comment-908</guid>
		<description><![CDATA[Fantastic, thanks!]]></description>
		<content:encoded><![CDATA[<p>Fantastic, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install a D-Link DWA-525 wireless network card in Ubuntu 10.04 by Medusetfil</title>
		<link>http://steveswinsburg.wordpress.com/2011/03/12/how-to-install-a-d-link-dwa-525-wireless-network-card-in-ubuntu-10-04/#comment-907</link>
		<dc:creator><![CDATA[Medusetfil]]></dc:creator>
		<pubDate>Thu, 11 Apr 2013 13:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://steveswinsburg.wordpress.com/?p=307#comment-907</guid>
		<description><![CDATA[Solution for the 5360 version or model!!:
http://ubuntuforums.org/showthread.php?t=2008849&amp;p=12302336#post12302336
Regards!]]></description>
		<content:encoded><![CDATA[<p>Solution for the 5360 version or model!!:<br />
<a href="http://ubuntuforums.org/showthread.php?t=2008849&#038;p=12302336#post12302336" rel="nofollow">http://ubuntuforums.org/showthread.php?t=2008849&#038;p=12302336#post12302336</a><br />
Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install a D-Link DWA-525 wireless network card in Ubuntu 10.04 by Julien</title>
		<link>http://steveswinsburg.wordpress.com/2011/03/12/how-to-install-a-d-link-dwa-525-wireless-network-card-in-ubuntu-10-04/#comment-902</link>
		<dc:creator><![CDATA[Julien]]></dc:creator>
		<pubDate>Thu, 14 Mar 2013 14:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://steveswinsburg.wordpress.com/?p=307#comment-902</guid>
		<description><![CDATA[Hello,

I have the DWA-525 RT5360. I followed the exact procedure having doubts it would work. The driver rt3562sta      appears in my list. But as soon as I reboot it disappears. Also when I do a ifconfig wlan0 up, it says &#039;&#039;no such device detected&#039;&#039; (or something like that, I am not home).

So if someone has an idea...? Or found a way to install the 5360 card.

Thanks a lot !]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have the DWA-525 RT5360. I followed the exact procedure having doubts it would work. The driver rt3562sta      appears in my list. But as soon as I reboot it disappears. Also when I do a ifconfig wlan0 up, it says &#8221;no such device detected&#8221; (or something like that, I am not home).</p>
<p>So if someone has an idea&#8230;? Or found a way to install the 5360 card.</p>
<p>Thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding database indexes with Hibernate by steveswinsburg</title>
		<link>http://steveswinsburg.wordpress.com/2009/06/16/adding-database-indexes-with-hibernate/#comment-894</link>
		<dc:creator><![CDATA[steveswinsburg]]></dc:creator>
		<pubDate>Tue, 19 Feb 2013 12:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://steveswinsburg.wordpress.com/2009/06/16/adding-database-indexes-with-hibernate#comment-894</guid>
		<description><![CDATA[Yeah it&#039;s hit and miss and I don&#039;t know why. I believe the gradebook tool uses them successfully though? I never bothered to investigate further and just ran some SQL to create the indexes I needed.]]></description>
		<content:encoded><![CDATA[<p>Yeah it&#8217;s hit and miss and I don&#8217;t know why. I believe the gradebook tool uses them successfully though? I never bothered to investigate further and just ran some SQL to create the indexes I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding database indexes with Hibernate by Matthew Buckett</title>
		<link>http://steveswinsburg.wordpress.com/2009/06/16/adding-database-indexes-with-hibernate/#comment-893</link>
		<dc:creator><![CDATA[Matthew Buckett]]></dc:creator>
		<pubDate>Tue, 19 Feb 2013 11:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://steveswinsburg.wordpress.com/2009/06/16/adding-database-indexes-with-hibernate#comment-893</guid>
		<description><![CDATA[As far as I can tell this doesn&#039;t work with Sakai 2.9 and lower, it may be fixed in 2.10 but isn&#039;t at the moment. http://thread.gmane.org/gmane.comp.cms.sakai.devel/50326]]></description>
		<content:encoded><![CDATA[<p>As far as I can tell this doesn&#8217;t work with Sakai 2.9 and lower, it may be fixed in 2.10 but isn&#8217;t at the moment. <a href="http://thread.gmane.org/gmane.comp.cms.sakai.devel/50326" rel="nofollow">http://thread.gmane.org/gmane.comp.cms.sakai.devel/50326</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding database indexes with Hibernate by Matthew Buckett</title>
		<link>http://steveswinsburg.wordpress.com/2009/06/16/adding-database-indexes-with-hibernate/#comment-890</link>
		<dc:creator><![CDATA[Matthew Buckett]]></dc:creator>
		<pubDate>Mon, 18 Feb 2013 17:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://steveswinsburg.wordpress.com/2009/06/16/adding-database-indexes-with-hibernate#comment-890</guid>
		<description><![CDATA[Cheers Steve. Google and Steve make life easy.]]></description>
		<content:encoded><![CDATA[<p>Cheers Steve. Google and Steve make life easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A new beginning by tolitsfer</title>
		<link>http://steveswinsburg.wordpress.com/2013/01/22/a-new-beginning/#comment-862</link>
		<dc:creator><![CDATA[tolitsfer]]></dc:creator>
		<pubDate>Fri, 25 Jan 2013 04:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://steveswinsburg.wordpress.com/?p=644#comment-862</guid>
		<description><![CDATA[Congratulations Steve in your new endeavour! All the best. :-)]]></description>
		<content:encoded><![CDATA[<p>Congratulations Steve in your new endeavour! All the best. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
