Hi!
I am using archlinux on banana bi, kernel 3.4.103 (here is the source file
https://github.com/LeMaker/linux-sunxi ) and have an easycap somagic 4ch video 1c88:003f Somagic.
I want to add the smi2021module to my kernel so i download the same kernel which runs on my banana pi from
https://github.com/LeMaker/linux-sunxi but this kernel does not have the usb and i2c folders in the drivers/media (you may check this in github files) so I download the whole kernel from
https://github.com/jonjonarnearne/smi2021 into my banana pi and then copy only the usb and i2c files from smi2021 to my kernel (3.4.103) and change the makefile and kconfig from folder media, so it could link the new folders created.
Then while I am in the root of the kernel folder, I try to compile the smi2021 module only as it is written in
http://code.google.com/p/easycap-somagic-linux/wiki/BuildingKernelModule#Compile_smi2021_module_only but when I run
make M=drivers/media/i2c modules or make M=drivers/media/usb/smi2021 modules I get the following error:
ERROR: Kernel configuration is invalid.
include/linux/autoconf.h or include/config/auto.conf are
missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.
I also tried to install from the downloaded kernel from
https://github.com/jonjonarnearne/smi2021 but when I run
make menuconfig in the root of the folder, in the menu that appears there is no "Media USB Adapters" or smi2021
There is only Device drivers -> multimedia support -> empty
Can anyone help me as I am struggling to install the drivers of the somagic card for almost 1 month. I have also written in many forums but no one answers.
Thank you very much.