Wlan Stick with RTL8192EU Chipset - Raspberry Pi Forums


2016-05-16 15_41_00-program manager.png
2016-05-16 15_41_00-program manager.png (39.28 kib) viewed 17713 times
hello , afternoon,
@ first, please excuse poor english, germany , try best explain possible.
morning made updat of raspian system. rtl8192eu driver not in repos include.
in former version of raspberry build driver help, in version hac error.
fine until point "sudo make arch=arm"
message:
pi@raspberrypi:~/rtl8192eu-linux-driver $ sudo make arch=arm
make arch=arm cross_compile= -c /lib/modules/4.4.9-v7+/build m=/home/pi/rtl8192e u-linux-driver modules
make[1]: *** /lib/modules/4.4.9-v7+/build: datei oder verzeichnis nicht gefunden . schluss.
makefile:1335: recipe target 'modules' failed
make: *** [modules] error 2

translation: file or directory not found exit
make command searching kernel header absent, place download kernel header 4.4.9-v7+????

the error because link linux source missing. can make link command

code: select all

sudo ln -s /home/pi/src/linux /lib/modules/$(uname -r)/build
you need change directory /home/pi/src/linux linux source/headers stored.

linux source compile driver can here. not use have seen many people recommend this.

compile 8192eu driver , can download , install using commands

code: select all

wget https://dl.dropboxusercontent.com/u/80256631/8192eu-4.4.9-v7-884.tar.gz tar xzf 8192eu-4.4.9-v7-884.tar.gz ./install.sh


mrengman


raspberrypi



Comments