<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3" -->
<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/"
	>

<channel>
	<title>Auroral &#187; Routers &amp; Networking</title>
	<link>http://auroral.co.uk</link>
	<description>Characteristic of the dawn "a dim auroral glow"</description>
	<pubDate>Sun, 02 Nov 2008 21:04:21 +0000</pubDate>
	<generator>SJBowers Nework</generator>
	<language>en</language>
			<item>
		<title>I&#8217;m a Linksys Wireless Router Get Me Outta Here - Ubuntu</title>
		<link>http://auroral.co.uk/2008/08/12/im-a-linksys-wireless-router-get-me-outta-here-ubuntu/</link>
		<comments>http://auroral.co.uk/2008/08/12/im-a-linksys-wireless-router-get-me-outta-here-ubuntu/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 13:17:10 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Routers &amp; Networking]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Linksys]]></category>

		<category><![CDATA[SpeedBooster]]></category>

		<category><![CDATA[Wireless]]></category>

		<category><![CDATA[WUSB54GS]]></category>

		<guid isPermaLink="false">http://auroral.co.uk/2008/08/12/im-a-linksys-wireless-router-get-me-outta-here-ubuntu/</guid>
		<description><![CDATA[That was my Wireless WUSB54GS yesterday as it laid in the bin.
Ok a little over dramatic, it never quite got to the bin but it was close on a few occasions. Ubuntu is an opensource Operating System which is basically a Linux Variant. An OS (Operating System) you will most likely be familiar with is [...]]]></description>
			<content:encoded><![CDATA[<p>That was my Wireless WUSB54GS yesterday as it laid in the bin.</p>
<p>Ok a little over dramatic, it never quite got to the bin but it was close on a few occasions. Ubuntu is an opensource Operating System which is basically a Linux Variant. An OS (Operating System) you will most likely be familiar with is Microslow Winbloze XP or Vista</p>
<p>I spent perhaps 18 to maybe 20 hours trying to figure out why my adaptor would not work, once I found a nifty feature it took 2 minutes to get it going. I went through various Ubuntu support forums to find what I needed.</p>
<p>I&#8217;d played with Ubuntu a fair few times but always hit the same issue of the wireless adaptor not working, this time I was set on making it work so I downloaded the latest copy which is currently Ubuntu 8.04.1 desktop from http://www.ubuntu.com/getubuntu/download and installed it.</p>
<p>I was hitting the same issue and just couldn&#8217;t get it to work, everything kept pointing to something call Ndiwrapper which basically allows you install windows drivers on a Linux box. I&#8217;m familiar with commands after using SSH on my managed servers so it made it a little easier for me to understand, but I still couldn&#8217;t get everything to work. I downloaded the Ndiswrapper but couldn&#8217;t get it installed to start with.</p>
<p>I looked for tutorials and found the following:</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=225206&amp;highlight=wusb54gs" title="HOWTO: WUSB54GS v1 and v2 ">HOWTO: WUSB54GS V1 And V2</a></p>
<p>I still had trouble even after reading this, not sure where I was going wrong.</p>
<p>After the many hours, I was about ready to give up again but thought I&#8217;d have a play with Ubuntu first. I went into Add/Remove Applications and found some real cool stuff, free games and more. I then used the search box and searched for &#8216;Wireless&#8217;. I couldn&#8217;t believe it an option came up &#8216;Windows Wireless Drivers&#8217; and it was the ndiswrapper so I installed it (you&#8217;ll need a hard-wired connection).</p>
<p>The ndiswrapper was now working with a nice GUI (Graphical User Interface) which made it real easy to add drivers, but it wasn&#8217;t recognising any drivers I had, so I plodded off back to that tutorial again and found the following:</p>
<blockquote><p>My guess is that you&#8217;ll come back to this tutorial wondering what went wrong, right? Ndiswrapper reports &#8220;invalid driver&#8221;, right? Well, if I&#8217;m wrong, skip the rest of this step.</p>
<p>The last command says that the drivers are invalid. That&#8217;s because it didn&#8217;t install the sys files! We need to do this manually. Run these commands in the same terminal:</p>
<p>If you have a WUSB54GS device, run this:</p>
<p><code>sudo cp usb8023.sys rndismp.sys /etc/ndiswrapper/wusb54gs/</code></p>
<p>If you have a WUSB54GSv2 device, run this:</p>
<p><code>sudo cp usb8023.sys rndismp.sys /etc/ndiswrapper/wusb54gsv2/</code></p>
<p>Now run this command:</p>
<p><code>ndiswrapper -l</code></p></blockquote>
<p>Now if you new to linux all together you might be wondering what&#8217;s happening here, so I&#8217;ll break it down</p>
<p>sudo - Super User DO - Basically says &#8220;oi run this as admin/super user&#8221; and it will request your password to before running the command</p>
<p>cp -  This ones just saying copy</p>
<p>The next bit looks first at the file/folder and copies it to then to the location after the space:</p>
<p><code>usb8023.sys rndismp.sys /etc/ndiswrapper/wusb54gsv2/</code></p>
<p>Is the same as:</p>
<p>/copy/file.sys to /etc/location</p>
<p>Now you will need to navigate to the folder or use the correct path for the files within your command.</p>
<p>cd /folder/name - will move you between folders.</p>
<p>I hope this saves someone losing hair and sleep, lol. If it helps at all, then please just drop me a comment, it&#8217;s always nice to know that I can help others <img src='http://auroral.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>My Ubuntu install is now successfully working with a Linksys Wireless SpeedBooster WUSB54GS<a href="http://auroral.co.uk/wp-content/uploads/2008/08/ndiswrapper-filestar.bz2" title="ndiswrapper zip"></a></p>
<p>The following is a compressed archive containing the Linksys WUSB54GS drivers for both version 1 and version2</p>
<p><a href="http://auroral.co.uk/wp-content/uploads/2008/08/ndiswrapper-filestar.bz2" title="ndiswrapper drivers for WUSB54GS">ndiswrapper files</a></p>
<p>If you need the actual ndiswrapper because you can&#8217;t see it in your install:</p>
<p><a href="http://ndiswrapper.sourceforge.net/joomla" title="ndiswrapper source forge" target="_blank">http://ndiswrapper.sourceforge.net/joomla</a></p>
<p><a href="http://sourceforge.net/projects/ndiswrapper" title="ndiswrapper source forge project" target="_blank">http://sourceforge.net/projects/ndiswrapper </a></p>
<span class="akst_link"><a href="http://auroral.co.uk/?p=74&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_74"  class="akst_share_link">Share This</a>
</span>]]></content:encoded>
			<wfw:commentRss>http://auroral.co.uk/2008/08/12/im-a-linksys-wireless-router-get-me-outta-here-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ICANN but can they really?</title>
		<link>http://auroral.co.uk/2008/06/30/icann-but-can-they-really/</link>
		<comments>http://auroral.co.uk/2008/06/30/icann-but-can-they-really/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 09:23:04 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Routers &amp; Networking]]></category>

		<category><![CDATA[The World]]></category>

		<category><![CDATA[domains]]></category>

		<category><![CDATA[ICANN]]></category>

		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://auroral.co.uk/2008/06/30/icann-but-can-they-really/</guid>
		<description><![CDATA[It was recently announced that ICANN (Internet Corporation for Assigned Names and Numbers) will be opening the book on tld&#8217;s but I&#8217;m really not sure that&#8217;s such a good idea.
For those that don&#8217;t know ICANN are basically the guys who regulate domain name extentions like .co.uk or .com and tld simply means top level domain.
When [...]]]></description>
			<content:encoded><![CDATA[<p>It was recently announced that ICANN (Internet Corporation for Assigned Names and Numbers) will be opening the book on tld&#8217;s but I&#8217;m really not sure that&#8217;s such a good idea.</p>
<p>For those that don&#8217;t know ICANN are basically the guys who regulate domain name extentions like .co.uk or .com and tld simply means top level domain.</p>
<p>When they open this tin of worms initially it will be a costly process so we may not see too much change straight away however, but imagine the cost to protects ones brand once the costs come down. You already have idiots running around buying up cool domain names and then trying to make their millions reselling those names. So what when theyhave unlimited possibilities.</p>
<p>Personally I&#8217;d like to see more restrictions on how people can get those names and more laws to make them hand em over for real reason. If they use the domain fine, but it annoys me when they buy these domains simple to put them on a drop page or use a page generator, you know those annoying search pages with only google ad&#8217;s or some other form of advertising. They contribute nothing to any society or anything on the web, they only server as an annoyance.</p>
<p>So in the future we could see domains ending in .msn, .england, .wales, .scotland, .ireland, or any amount of endless possibilities. Could you image E-mail addresses like jim@college.england</p>
<p>The thought of it is cool, but I just hope it&#8217;s done with caution I&#8217;d hate to see become harder for the small guy or gal to protect their business brand and label. It will become more costly for them protect their brands and labels for sure. .com .org. co.uk .info .net .ws .sc .ca .fr .de .es . . . . . . . . . . . . . . . . . . . . . . .  and thousands more coming this way soon.</p>
<p>You can read more about this over at <a href="http://news.yahoo.com/s/ap/20080626/ap_on_hi_te/tec_new_internet_names;_ylt=AqFFI0PzxcwfTKl_09fdW9.s0NUE" title="Internet org paves way for hundreds of new domains">Yahoo</a></p>
<span class="akst_link"><a href="http://auroral.co.uk/?p=67&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_67"  class="akst_share_link">Share This</a>
</span>]]></content:encoded>
			<wfw:commentRss>http://auroral.co.uk/2008/06/30/icann-but-can-they-really/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Need SVN or CVS tools?</title>
		<link>http://auroral.co.uk/2007/12/03/need-svn-or-cvs-tools/</link>
		<comments>http://auroral.co.uk/2007/12/03/need-svn-or-cvs-tools/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 16:49:40 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Routers &amp; Networking]]></category>

		<category><![CDATA[cvs]]></category>

		<category><![CDATA[svn]]></category>

		<category><![CDATA[tortoise]]></category>

		<guid isPermaLink="false">http://auroral.co.uk/2007/12/03/need-svn-or-cvs-tools/</guid>
		<description><![CDATA[Just thought I&#8217;d drop a link for these two tools which maybe of some help, they are rather well known but blogging them here helps me keep a mental note of all the cool FREE programs available.
SVN
http://tortoisesvn.net/
http://tortoisesvn.tigris.org/
CVS:
http://www.tortoisecvs.org/
Share This
]]></description>
			<content:encoded><![CDATA[<p>Just thought I&#8217;d drop a link for these two tools which maybe of some help, they are rather well known but blogging them here helps me keep a mental note of all the cool FREE programs available.</p>
<p>SVN</p>
<p>http://tortoisesvn.net/</p>
<p>http://tortoisesvn.tigris.org/</p>
<p>CVS:</p>
<p>http://www.tortoisecvs.org/</p>
<span class="akst_link"><a href="http://auroral.co.uk/?p=40&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_40"  class="akst_share_link">Share This</a>
</span>]]></content:encoded>
			<wfw:commentRss>http://auroral.co.uk/2007/12/03/need-svn-or-cvs-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Damn Linksys Router</title>
		<link>http://auroral.co.uk/2007/10/04/damn-linksys-router/</link>
		<comments>http://auroral.co.uk/2007/10/04/damn-linksys-router/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 19:13:37 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Rant &amp; Rave]]></category>

		<category><![CDATA[Routers &amp; Networking]]></category>

		<guid isPermaLink="false">http://auroral.co.uk/2007/10/04/damn-linksys-router/</guid>
		<description><![CDATA[I woke up yesterday to find my computers off, we&#8217;d had a power cut, so I just booted them back up but couldn&#8217;t connect to the net. Now I&#8217;d just got new modem from Virgin Media recently after their poor show of customer relations, I&#8217;d had a fair few problems with the new modem so [...]]]></description>
			<content:encoded><![CDATA[<p>I woke up yesterday to find my computers off, we&#8217;d had a power cut, so I just booted them back up but couldn&#8217;t connect to the net. Now I&#8217;d just got new modem from Virgin Media recently after their poor show of customer relations, I&#8217;d had a fair few problems with the new modem so naturally thought it was that.</p>
<p>Well for once it wasn&#8217;t the modem and it wasn&#8217;t Virgin, I spent about 5 hours assessing the network and why no computer could connect to the net, I then got pissed off, turned all the electric off and went to Tesco&#8217;s for some comfort chocolate as you do (no wonder I&#8217;m such a porker now).</p>
<p>I could connect to the router, I could connect to other computers on the network, I could use the network printer, I just couldn&#8217;t use the bloody net, I finally thought sod it and just reset the router (the little button on the back that sets it back to factory defaults). As if by magic this fixed the problem, I&#8217;d lost all my damn settings, port forwards, dmz, and various other things so had to spend  a few minutes setting all that back up.</p>
<p>But at least I&#8217;m back on the net&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>Man I&#8217;ve missed this shit hole.</p>
<p>On a similar issue, lets talk a little about Virgin Media. When it used to be Telewest I never really had any issues, the service was fine, customer relations was efficient, but now it&#8217;s Virgin Media, what the hell has happened. I&#8217;ve had the service down for hours and once even days, I&#8217;ve had engineers come to remove my boxes when they shouldn&#8217;t. We&#8217;re on the top bods dollocks 20mb connection, oh man sometimes it feels like I&#8217;m back on a 56k modem. They blamed it on the old modem, I got a new one &#8216;FREE&#8217; of course but still I had issues, it doesn&#8217;t like my router either, and thats when my main problems started.</p>
<p>After calling them up and having a bitch fit, I finally got something done, it&#8217;s not perfect the connection still plays up but now I get my cable TV and Telephone FREE for the next 12 months, yep I only pay for my broadband connection, which is pretty funky so I can live with their incompetence for a while longer, providing it doesn&#8217;t become overbearing.</p>
<p>hmmm mine is a wireless router, perhaps it&#8217;s out to get me and conquer the world, muhahahahahahahhaha</p>
<p><a href="http://auroral.co.uk/gallery/funnies/2007-05-27-the-truth-about-wireless-devices.png" class="thickbox" title="2007-05-27-the-truth-about-wireless-devices.png"><img src="http://auroral.co.uk/gallery/funnies/2007-05-27-the-truth-about-wireless-devices.png" alt="2007-05-27-the-truth-about-wireless-devices.png" title="2007-05-27-the-truth-about-wireless-devices.png" height="1236" width="509" /></a></p>
<p>I just wanted to include the graphic above, me likes it, so had to work it into the blog somehow eh&#8230;&#8230;. lol</p>
<span class="akst_link"><a href="http://auroral.co.uk/?p=15&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_15"  class="akst_share_link">Share This</a>
</span>]]></content:encoded>
			<wfw:commentRss>http://auroral.co.uk/2007/10/04/damn-linksys-router/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
