Where is my armv7l file? ( Make error when installing rt8192cu )

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

Hi

I am trying to make my Beaglebone black an AP.
So now I am following this guide -> How to create an accesspoint using a RealTek 8192cu Usb Wifi Dongle Morten's Home - bogeskov.dk .
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 GitHub - dz0ny/rt8192cu: Realtek driver for USB wlan cards: 8188C, 8192C
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.

"make ARCH=arm"

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.

"complete nightmare" simmer down, you might give yourself a
heart-attack if you don't learn to relax...

Regards,