From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp2-g21.free.fr ([212.27.42.2]:14086 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933007AbbLRRKX (ORCPT ); Fri, 18 Dec 2015 12:10:23 -0500 Subject: Re: Automatic device driver back-porting with media_build To: Mauro Carvalho Chehab Cc: linux-media , Hans Verkuil References: <5672A6F0.6070003@free.fr> <20151217105543.13599560@recife.lan> <5672BE15.9070006@free.fr> <20151217120830.0fc27f01@recife.lan> <5672C713.6090101@free.fr> <20151217125505.0abc4b40@recife.lan> From: Mason Message-ID: <56743DF7.2040904@free.fr> Date: Fri, 18 Dec 2015 18:10:15 +0100 MIME-Version: 1.0 In-Reply-To: <20151217125505.0abc4b40@recife.lan> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On 17/12/2015 15:55, Mauro Carvalho Chehab wrote: > Did the driver compile fine? Once all the modules finish building, I have many *.ko files in v4l. I copy them to my target's /lib/modules/3.4.39.13/kernel and run depmod -a It seems modprobe rc-dvbsky doesn't bring in all the stuff needed to actually use the device. I added a few more modules at random: Module Size Used by dvb_core 73479 0 v4l2_common 1628 0 videodev 111886 1 v4l2_common media 9838 1 videodev rc_dvbsky 815 0 rc_core 15521 1 rc_dvbsky Probably needs dvb_usb but I don't see it built... $ grep -rn '\' linux/drivers/media/usb/dvb-usb/Makefile:3:obj-$(CONFIG_DVB_USB) += dvb-usb.o v4l/.myconfig:245:CONFIG_DVB_USB := n v4l/Makefile.media:1010:obj-$(CONFIG_DVB_USB) += dvb-usb.o v4l/config-compat.h:548:#undef CONFIG_DVB_USB v4l/.config:183:# CONFIG_DVB_USB is not set (All these files are generated by the build process.) Am I doing something wrong? Regards.