<div class="gmail_quote">On 1 March 2010 12:11, Cherry Withers <span dir="ltr">&lt;<a href="mailto:cwithers@ekindling.org">cwithers@ekindling.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi All,<br><br>I&#39;ve been trying to run SoaS on both my Windows XP and Vista netbooks and ran into the problem of not being able get a wifi access. So I went through these exercise:<br>1) downloaded the linux driver support for the chipset<br>

2) untar the file in my SoaS root directory<br>3) but on the step where I had to run &quot;make&quot;.. no dice. <br><br>I am a newbie Linux user. I&#39;m using the blueberry version of SoaS. Is there supposed to be a developer version that I have to be using instead which has make and C compiler installed? Please advice thank you!  Please don&#39;t send me into the wiki labyrinth. <br>

<br>Thanks,<br><font color="#888888">Cherry</font></blockquote><div><br></div><div>Cherry,</div><div><br></div><div>I&#39;m not a Fedora user, but this should lead you on the right way. Try going into terminal then typing <span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;, Calibri, Arial, sans-serif; font-size: 12px; line-height: 16px; "><b>yum groupinstall &quot;Development Tools&quot;</b>. The quotes are important.</span></div>
<div><br></div><div>Once you&#39;ve done that, try these commands. Omit square brackets.</div><div><br></div><div>cd /path/to/extracted/tar/file [go to right place]</div><div>./configure [tell compiler about your system]</div>
<div>make [generate instructions for compiler]</div><div>sudu su [change to root user]</div><div>make install [compile software]</div><div>exit [return to normal user]</div><div><br></div><div>-Tim.</div></div>