
Hi A variation on a previous query: Can anyone make sense - or better still a process - out of this thread: http://www.cubieforums.com/index.php?topic=2427.0 My responses are authored CarryOnRewardless. The DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0-master folder contains source files for a module I need rtl2832.ko and some other related ones. I need to compile it for a 3.4 kernel on a sun4i armv7 platform so I get the kernel source from github sunxi. But running make ARCH=arm -C /home/user/linux-sunxi/ M=$PWD from folder /home/user/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0-master gives errors suggesting it could find no Makefile in the linux-sunxi folder but it is clearly present. make: Entering directory `/home/user/linux-sunxi' scripts/Makefile.build:44: /home/user/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0-master/Makefile: No such file or directory make[1]: *** No rule to make target `/home/user/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0-master/Makefile'. Stop. make: *** [_module_/home/user/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0-master] Error 2 make: Leaving directory `/home/user/linux-sunxi' I am obviously doing something fundamentally wrong but I cannot see it atm. Any ideas?