My recipe: $apt download linux-source-4.13.0 # 4.13.0 - version of kernel $dpkg-deb --extract *.deb linux-source $tar xaf linux-source/usr/src/linux-source-4.13.0/linux-source-4.13.0.tar.bz2
$cd linux-source-4.13.0 $export KDIR=$PWD $cd ./drivers/media/usb/cx231xx/ EDIT cx231xx-cards.c: ADD AT THE END OF 'struct usb_device_id cx231xx_id_table[] = {': {USB_DEVICE(0x07ca, 0xc039), .driver_info = CX231XX_BOARD_CNXT_VIDEO_GRABBER}, BEFORE '{},' $C_INCLUDE_PATH="$KDIR/drivers/media/dvb- core:$KDIR/drivers/media/tuners/:$KDIR/drivers/media/dvb-frontends" make -C /lib/modules/`uname -r`/build M=$PWD cx231xx.ko Install: $sudo usermod -a -G video `whoami` $sudo apt-get install vlc Work: Plug-in USB adapter sudo modprobe -a videobuf-core videodev v4l2-common cx2341x videobuf-vmalloc rc-core videobuf2-core i2c-mux tveeprom dvb-core i2c-core tda18271 snd_pcm snd_timer snd_page_alloc snd soundcore $sudo insmod ./cx231xx.ko -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1620762 Title: Support AverMedia DVD EZMaker 7 USB video capture dongle Status in linux package in Ubuntu: Confirmed Bug description: Linux doesn't support this capture. Link to patch https://www.linuxtv.org/wiki/index.php/AVerMedia_DVD_EZMaker_7_(C039). I tested it on Ubuntu 16.04 - OK. It will be great if this patch is built-in to kernel. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1620762/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp