OK, i will do this after work.&nbsp; I have some general questions though.<br>1) tar is like zip correct?<br>2) My home directory is the same directory I would be in when i first open a terminal window?<br>3) gzip is the gnome version of say winzip?
<br>4) when I am in the home directory &quot;tar xzf rt2500-cvs*&quot; is the command I run to extract?<br>5) what are switches?<br>6) I will end up making a new directory (folder) called rt2500-cvs-yymmdd?<br>7) why?<br>
8) i do not think I understand tab completion in the terminal; cd rt2 then tab (not enter?) will show me or put me into the rt2 directory? (similar to cd c:\\windows\program files)?<br>9) why did i only need to type rt2 and not the entire thing?
<br><br>As far as what I think we should be doing next:<br>It looks like yesterday we downloaded the ralink 2500 chipset drivers for ubuntu in the form of a tar file from serialmonkey.&nbsp; the instructions you just gave me look to be extracting the tar files contents to a directory under my home directory.&nbsp; Next would be to install or apply the driver so the OS knows its there and can use it.&nbsp; My natural instinct would be to double click the install exe or run it through the command prompt.&nbsp; I have a bad feeling though that there is are no exe files in linux.&nbsp; So I must have to open a terminal and use some linux command similar to run or execute and point it to a certain file I just extracted in the rt2500 directory I just made.
<br>close?<br><br>As much as I want to get away from using windows, it is so damn easy to use.<br><br><br><div><span class="gmail_quote">On 8/30/07, <b class="gmail_sendername">Wally Valters</b> &lt;<a href="mailto:deepsky99@gmail.com">
deepsky99@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">cd ~ puts you in your home directory...&nbsp; /home/jason&nbsp; or whatever it is.
<br><br>ok now we will extract the tar.&nbsp;&nbsp; a tar.gz file is a tar (TapeARchive) that is subsequently gzipped.&nbsp; we can undo both in one swoop.&nbsp; <br><br>
cd ~<br>tar xzf rt2500-cvs*<br><br><br>the switxhes stand for eXtract gZipped File&nbsp;&nbsp; (czf would create one...&nbsp; tar is pretty straight forward)&nbsp; you cna add v for verbose which will list all the files as it untars (tar xzvf etc)&nbsp; Order does not matter on the switches
<br><br>This will create a subdirectory underneath your home dir... (like/home/jason/rt2500-cvs-yymmdd) (depending on the date the dir will change)<br><br>Do you understand tab completion in the terminal?&nbsp; As in from your home dir:
<br>cd rt2 (then hit tab)<br><br>cd into that new dir and do a &#39;ls&#39; to see whats in there.&nbsp; <br><br>What do you think we should do next?&nbsp; <br><br>Don&#39;t worry if you don&#39;t know, but poke around looking at filenames in that structure to see if you can figure it out.
<div><span class="e" id="q_114b69258d113f0a_1"><br><br><br><div><span class="gmail_quote">On 8/29/07, <b class="gmail_sendername">jason jenkins</b> &lt;<a href="mailto:jenkins27@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
jenkins27@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
OK, I did all 3 of those steps and they seemed to have went well.<div><span><br><br></span></div></blockquote></div><br>
</span></div></blockquote></div><br>