<?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/"
		>
<channel>
	<title>Comments on: How to install wireless USB drivers for Ubuntu</title>
	<atom:link href="http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/</link>
	<description>I work and play at TUI Ski where I spend my days endeavoring to craft delightful interactive experiences. At home I like country pubs, listening to the eclectic delights of French radio FIP and am daddy to a clutch of cheeky little monsters. Any opinions expressed here are mine and do not represent the opinions of any company I work for.</description>
	<lastBuildDate>Wed, 21 Jul 2010 20:21:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ted</title>
		<link>http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/comment-page-1/#comment-256</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Sun, 18 Apr 2010 22:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.alstevens.co.uk/?p=273#comment-256</guid>
		<description>Like your other replies I was struggling with my cheapie USB wireless dongle.
Followed your directions and they worked a treat. Carry on with the good work.
Many Thanks Ted Williams</description>
		<content:encoded><![CDATA[<p>Like your other replies I was struggling with my cheapie USB wireless dongle.<br />
Followed your directions and they worked a treat. Carry on with the good work.<br />
Many Thanks Ted Williams</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David M</title>
		<link>http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/comment-page-1/#comment-255</link>
		<dc:creator>David M</dc:creator>
		<pubDate>Tue, 06 Apr 2010 19:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.alstevens.co.uk/?p=273#comment-255</guid>
		<description>How to get root access on Ubuntu.

As mentioned above by Alix, being permanently logged in as &#039;root&#039; or another admin user is potentially harmfull to your pc.

Ubuntu uses a system call &#039;sudo&#039; (which is used by Debian and most of it&#039;s derivatives, of which ubuntu is one of many).

if you really need to run a command as root, most often when trying to install software via the command line, you would simply place the word &#039;sudo&#039; (without the quotes) before the required command.

The terminal will then ask for your password. This gives you access to the power of being an administrator on a temporary basis.

As an example.

I personally have multiple users with access to my pc, normally when I log in under my &#039;normal&#039; user name (davem) I cannot view or access the information in the other user&#039;s home directory.

however if I really need to with ubuntu (or other debian based systems) I can use the default file browser to view all areas of the system, to do this I would have to open a terminal (which requires a conscious effort and hence stops me doing it very often ;) and type in the following.....

gksudo nautilus

the terminal will ask for my usual password (as my users is part of the admin users group), and I will be given a file manager with full access to open, edit, remove, etc any part of the system. Danger yes, useful often.

you may now ask why I was talking about &#039;sudo&#039; and in the above command I used &#039;gksudo&#039; well the gksudo command is used when you need to open a &#039;graphical&#039; system such as the file manager or perhaps a web browser (so as to find, download and install the anoyingly missing plugging) -  bear in mind that when you do this you add these things in the root of the system, so if you aren&#039;t sure they are bug free and contain no worms, trojans or other nasties my advice is don&#039;t do it!

When you access synaptic (as al has done in his instructions) you will be asked to for your password, this is essentially the same process that is going on behind the scenes specific to installing new software.

I hope that snippit of information helps someone out, if you want to read more about the security idea behind sudo the following page on the ubuntu wiki should explain in more detail why it is used.

https://help.ubuntu.com/community/RootSudo 

David</description>
		<content:encoded><![CDATA[<p>How to get root access on Ubuntu.</p>
<p>As mentioned above by Alix, being permanently logged in as &#8216;root&#8217; or another admin user is potentially harmfull to your pc.</p>
<p>Ubuntu uses a system call &#8217;sudo&#8217; (which is used by Debian and most of it&#8217;s derivatives, of which ubuntu is one of many).</p>
<p>if you really need to run a command as root, most often when trying to install software via the command line, you would simply place the word &#8217;sudo&#8217; (without the quotes) before the required command.</p>
<p>The terminal will then ask for your password. This gives you access to the power of being an administrator on a temporary basis.</p>
<p>As an example.</p>
<p>I personally have multiple users with access to my pc, normally when I log in under my &#8216;normal&#8217; user name (davem) I cannot view or access the information in the other user&#8217;s home directory.</p>
<p>however if I really need to with ubuntu (or other debian based systems) I can use the default file browser to view all areas of the system, to do this I would have to open a terminal (which requires a conscious effort and hence stops me doing it very often <img src='http://www.alstevens.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  and type in the following&#8230;..</p>
<p>gksudo nautilus</p>
<p>the terminal will ask for my usual password (as my users is part of the admin users group), and I will be given a file manager with full access to open, edit, remove, etc any part of the system. Danger yes, useful often.</p>
<p>you may now ask why I was talking about &#8217;sudo&#8217; and in the above command I used &#8216;gksudo&#8217; well the gksudo command is used when you need to open a &#8216;graphical&#8217; system such as the file manager or perhaps a web browser (so as to find, download and install the anoyingly missing plugging) &#8211;  bear in mind that when you do this you add these things in the root of the system, so if you aren&#8217;t sure they are bug free and contain no worms, trojans or other nasties my advice is don&#8217;t do it!</p>
<p>When you access synaptic (as al has done in his instructions) you will be asked to for your password, this is essentially the same process that is going on behind the scenes specific to installing new software.</p>
<p>I hope that snippit of information helps someone out, if you want to read more about the security idea behind sudo the following page on the ubuntu wiki should explain in more detail why it is used.</p>
<p><a href="https://help.ubuntu.com/community/RootSudo" rel="nofollow">https://help.ubuntu.com/community/RootSudo</a> </p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/comment-page-1/#comment-254</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Sat, 06 Mar 2010 20:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.alstevens.co.uk/?p=273#comment-254</guid>
		<description>Great little tip. Ive been struggling to get to grips with this issue also. Unfortunately, there are no .inf files on the CD, so bit of a none starter there. There is a linux install folder, but ye gods...5 pages of gobbledygook instructions for an ubuntu novice like me are just too much!

Good share, Al. Wish there were more easy step tutorials for Windows refugees like this one! :)</description>
		<content:encoded><![CDATA[<p>Great little tip. Ive been struggling to get to grips with this issue also. Unfortunately, there are no .inf files on the CD, so bit of a none starter there. There is a linux install folder, but ye gods&#8230;5 pages of gobbledygook instructions for an ubuntu novice like me are just too much!</p>
<p>Good share, Al. Wish there were more easy step tutorials for Windows refugees like this one! <img src='http://www.alstevens.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Stevens</title>
		<link>http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/comment-page-1/#comment-245</link>
		<dc:creator>Al Stevens</dc:creator>
		<pubDate>Wed, 03 Feb 2010 21:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.alstevens.co.uk/?p=273#comment-245</guid>
		<description>Kervin. Are you still stuck?</description>
		<content:encoded><![CDATA[<p>Kervin. Are you still stuck?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Stevens</title>
		<link>http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/comment-page-1/#comment-244</link>
		<dc:creator>Al Stevens</dc:creator>
		<pubDate>Wed, 03 Feb 2010 21:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.alstevens.co.uk/?p=273#comment-244</guid>
		<description>Hi Ryan. I have seen that error of hardware not present before. It normallyeans you&#039;ve installed the wrong driver. I have to say since struggling a while ago installing these things on windows I now only go for well known brands as the drivers se to be far more reliable and rhobust.</description>
		<content:encoded><![CDATA[<p>Hi Ryan. I have seen that error of hardware not present before. It normallyeans you&#8217;ve installed the wrong driver. I have to say since struggling a while ago installing these things on windows I now only go for well known brands as the drivers se to be far more reliable and rhobust.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/comment-page-1/#comment-243</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 03 Feb 2010 07:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.alstevens.co.uk/?p=273#comment-243</guid>
		<description>everything went well up until i put my tenda w311u cd in and the only inf. file is the autorun. so i download the drivers online. 4 folders 3 drivers 1 was repeated. 1 worked but said no hardware or something installed, 2 of the 3 didnt work. so i just loaded ubuntu and im completely stuck on it now with no internet see&#039;ing how i only have wireless.... any help would be appreciated!!</description>
		<content:encoded><![CDATA[<p>everything went well up until i put my tenda w311u cd in and the only inf. file is the autorun. so i download the drivers online. 4 folders 3 drivers 1 was repeated. 1 worked but said no hardware or something installed, 2 of the 3 didnt work. so i just loaded ubuntu and im completely stuck on it now with no internet see&#8217;ing how i only have wireless&#8230;. any help would be appreciated!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kervin</title>
		<link>http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/comment-page-1/#comment-242</link>
		<dc:creator>kervin</dc:creator>
		<pubDate>Thu, 28 Jan 2010 07:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.alstevens.co.uk/?p=273#comment-242</guid>
		<description>Didnt work for me. I hit the brick wall after installing the ndiswrapper. Yes the program &quot;windows wireless drivers&quot; did show up on administration tab... but trying to install 3 different wireless devices only brought up the message, &quot;could not find network configuration tool&quot;. 
There was also no network manager ICON.</description>
		<content:encoded><![CDATA[<p>Didnt work for me. I hit the brick wall after installing the ndiswrapper. Yes the program &#8220;windows wireless drivers&#8221; did show up on administration tab&#8230; but trying to install 3 different wireless devices only brought up the message, &#8220;could not find network configuration tool&#8221;.<br />
There was also no network manager ICON.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/comment-page-1/#comment-241</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 15 Jan 2010 22:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.alstevens.co.uk/?p=273#comment-241</guid>
		<description>Hey, Great post, it worked a treat. I wish I had come across your link sooner!!!</description>
		<content:encoded><![CDATA[<p>Hey, Great post, it worked a treat. I wish I had come across your link sooner!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alix</title>
		<link>http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/comment-page-1/#comment-240</link>
		<dc:creator>Alix</dc:creator>
		<pubDate>Sun, 10 Jan 2010 15:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.alstevens.co.uk/?p=273#comment-240</guid>
		<description>Hi, Great guide! 

Just so you know, to log in as root, you&#039;ll need to set a root password. you can do this by going to the user mangement (or similar) program, located in your system tools menu. You&#039;ll need to go into administrator mode which requires your password and also tick the &#039;show system accounts&#039; box. You can then find the root account and set a passoword. You may find it easier to simply find your own user account and add it to the root group, which will give you the same priviliges as the root account.

A word of advise though, it isn&#039;t advised to use the root account unless absolutly necessary as being logged in as root opens up numerous vulnerablitlies. Because of the access rights that the root account has, anyone who can gain access to your computer via an external connection (i.e. the internet) would be able to do some serious damage to your machine.</description>
		<content:encoded><![CDATA[<p>Hi, Great guide! </p>
<p>Just so you know, to log in as root, you&#8217;ll need to set a root password. you can do this by going to the user mangement (or similar) program, located in your system tools menu. You&#8217;ll need to go into administrator mode which requires your password and also tick the &#8217;show system accounts&#8217; box. You can then find the root account and set a passoword. You may find it easier to simply find your own user account and add it to the root group, which will give you the same priviliges as the root account.</p>
<p>A word of advise though, it isn&#8217;t advised to use the root account unless absolutly necessary as being logged in as root opens up numerous vulnerablitlies. Because of the access rights that the root account has, anyone who can gain access to your computer via an external connection (i.e. the internet) would be able to do some serious damage to your machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randolph</title>
		<link>http://www.alstevens.co.uk/how-to-install-wireless-usb-drivers-for-ubuntu/comment-page-1/#comment-239</link>
		<dc:creator>Randolph</dc:creator>
		<pubDate>Wed, 16 Dec 2009 01:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.alstevens.co.uk/?p=273#comment-239</guid>
		<description>Brilliant....! After trawling through countless pages of what was frankly a load of geek B.S. This actually worked. Thank you! I wish I was as clecer as you :-)</description>
		<content:encoded><![CDATA[<p>Brilliant&#8230;.! After trawling through countless pages of what was frankly a load of geek B.S. This actually worked. Thank you! I wish I was as clecer as you <img src='http://www.alstevens.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
