Oh...
svnanna wrote:
Hi, I am new to nz,
is a typo!
I thought you just liked doing things the hard way.
Building a new module from source is actually easier than sailing to the Gambier. It's easier than writing an email....shhhh.
Try it. What's the worst that could happen?
Since the code is on a CD; copy the contents of the directory you showed in the screenshot to a writeable space with the File Manager.
You're going to be using the terminal so create a new directory in a visible place.
Code:
mkdir /home/nx/Downloads/wifisource
...or whatever. You could create the new directory with the File Manager. It doesn't matter.
I like the visual drag'n'drop of the File Manager so I can *see* that it has done what I think it was suppose to do...so I'd open two windows of the File Manager and drag the contents of the Linux directory over to the newly created one.
Now change the terminal to that new directory
Code:
cd /home/nx/Download/wifisource
make sure the
makefile is visible with
Code:
ls
It should show up in the list.
Try:
Code:
make
if it comes back fat and happy, or if there are any errors, but no
fatal errors....
Code:
sudo make install
Lets see how far that gets us.