: 04 lutego 2014, 01:34
Czy to w jakiś sposób pomoże?
http://guillaumeplayground.net/mele-arm ... el-update/
http://guillaumeplayground.net/mele-arm ... el-update/
Polski portal użytkowników dystrybucji Debian GNU/Linux, dyskusje, artykuły, nowości, blog, porady, pomoc.
https://www.debian.pl/
Kod: Zaznacz cały
firmware-realtekKod: Zaznacz cały
build-essentialKod: Zaznacz cały
dpkg -i ./linux-headers-3.0.42.Custom_armhf.debKod: Zaznacz cały
rm /lib/modules/`uname -r`/build
ln -s /usr/src/linux-headers-3.0.42-custom1/ /lib/modules/`uname -r`/buildKod: Zaznacz cały
make allKod: Zaznacz cały
make installKod: Zaznacz cały
root@mele:/home/laptop/serwer/rtl8188eu# make allmake ARCH=arm CROSS_COMPILE= -C /lib/modules/3.0.42/build M=/home/laptop/serwer/rtl8188eu modules
make[1]: Wejście do katalogu `/usr/src/linux-headers-3.0.42-custom1'
CC [M] /home/laptop/serwer/rtl8188eu/core/rtw_ap.o
In file included from /usr/src/linux-headers-3.0.42-custom1/arch/arm/include/asm/page.h:204:0,
from include/linux/mmzone.h:20,
from include/linux/gfp.h:4,
from include/linux/slab.h:12,
from /home/laptop/serwer/rtl8188eu/include/osdep_service.h:34,
from /home/laptop/serwer/rtl8188eu/core/rtw_ap.c:22:
/usr/src/linux-headers-3.0.42-custom1/arch/arm/include/asm/memory.h:19:25: fatal error: mach/memory.h: Nie ma takiego pliku ani katalogu
#include <mach/memory.h>
^
compilation terminated.
make[2]: *** [/home/laptop/serwer/rtl8188eu/core/rtw_ap.o] Błąd 1
make[1]: *** [_module_/home/laptop/serwer/rtl8188eu] Błąd 2
make[1]: Opuszczenie katalogu `/usr/src/linux-headers-3.0.42-custom1'
make: *** [modules] Błąd 2
Kod: Zaznacz cały
root@mele:/usr/src/linux-headers-3.0.42-custom1/arch/arm/include/asm# ls | grep mem
highmem.h
memblock.h
memory.h
sparsemem.h
Kod: Zaznacz cały
root@mele:/home/laptop/serwer/rtl8188eu# make allmake ARCH=arm CROSS_COMPILE= -C /lib/modules/3.0.42/build M=/home/laptop/serwer/rtl8188eu modules
make[1]: Wejście do katalogu `/usr/src/linux-headers-3.0.42-custom1'
CC [M] /home/laptop/serwer/rtl8188eu/core/rtw_ap.o
In file included from include/linux/mm.h:41:0,
from include/linux/scatterlist.h:6,
from include/linux/dma-mapping.h:7,
from include/linux/dmaengine.h:26,
from include/linux/skbuff.h:30,
from include/linux/if_ether.h:126,
from include/linux/netdevice.h:29,
from /home/laptop/serwer/rtl8188eu/include/osdep_service.h:37,
from /home/laptop/serwer/rtl8188eu/core/rtw_ap.c:22:
/usr/src/linux-headers-3.0.42-custom1/arch/arm/include/asm/pgtable.h:24:26: fatal error: mach/vmalloc.h: Nie ma takiego pliku ani katalogu
#include <mach/vmalloc.h>
^
compilation terminated.
make[2]: *** [/home/laptop/serwer/rtl8188eu/core/rtw_ap.o] Błąd 1
make[1]: *** [_module_/home/laptop/serwer/rtl8188eu] Błąd 2
make[1]: Opuszczenie katalogu `/usr/src/linux-headers-3.0.42-custom1'
make: *** [modules] Błąd 2
Kod: Zaznacz cały
ls -l /usr/src/linux-headers-3.0.42-custom1/arch/arm/include/asm/mach