Hi, I'm trying to build the rtl8188eu kernel module for my wifi dongle locally in my cubieboard2. The build fails with the following error: + make -C /usr/src/linux-obj/armv7hl/sun7i modules M=/usr/src/packages/BUILD/rtl8188eu-3.13/obj/sun7i make: Entering directory `/usr/src/linux-3.4.75-2-obj/armv7hl/sun7i' make: Entering an unknown directory make: *** ../../../linux-3.4.75-2: No such file or directory. Stop. make: Leaving an unknown directory make: *** [all] Error 2 make: Leaving directory `/usr/src/linux-3.4.75-2-obj/armv7hl/sun7i' The error is clear: the directory /usr/src/linux-3.4.75-2 does not exist. That directory is where the kernel sources should be installed, but I don't have any package with the kernel source: linux:~ # ls -l /usr/src total 16 lrwxrwxrwx 1 root root 17 feb 4 01:59 linux -> linux-3.7.10-1.24 drwxr-xr-x 3 root root 4096 feb 4 02:09 linux-3.4.75-2-obj drwxr-xr-x 3 root root 4096 feb 4 02:09 linux-obj drwxr-xr-x 8 root root 4096 ene 13 2014 packages When I built the kernel-sun7i package in OBS (home:ocurero:arm) it didn't build kernel-sun7i-source, only kernel-sun7i, kernel-sun7i-devel and kernel-sun7i-base packages where created. What packages do I need to build to be able to compile kernel modules for kernel-sun7i? Thanks! -- -- Cheers -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org