Hi

I am trying to make my Beaglebone black an AP.
So now I am following this guide -> http://bogeskov.dk/UsbAccessPoint.html .
It went ok up until the point where I had to download and "make" . This 
following set of commands

sudo apt-get install linux-headers-...
git clone https://github.com/dz0ny/rt8192cu.git
cd rt8192cu
make
sudo make install


As soon as I ran make I would get this error:

 make: *** /lib/modules/3.8.13-bone47/build: no such file or directory.

So I figured that it must still be some kernel headers or files missing.
After quite some searching I found bone47 specific kernel headers on this 
website.
https://rcn-ee.net/deb/wheezy-armhf/v3.8.13-bone47/

I downloaded the file name :

linux-headers-3.8.13-bone47_1.0wheezy_armhf.deb and ran dpkg -i on it.

After installing I went to the rt8192cu dir and ran "make" again.

This time I got this error

make[1]: /usr/src/linux-headers-3.8.13-bone47/arch/armv7l/Makefile: No such 
file or directory.
make[1]: *** No rule to make target 
'/usr/src/linux-headers-3.8.13-bone47/arch/armv7l/Makefile'. Stop.


I really just wont know what to do anymore... something so simple can turn 
into a complete nightmare.
I just want my Beaglebone to work as an access point.

Thanks
Cart

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to