[mythtv-users] Compile kernel for TeVii S482

Josu Lazkano josu.lazkano at gmail.com
Fri Mar 20 20:44:51 UTC 2015


Hello,

I created the wiki in linuxtv for the TeVii S482 DVB-S2 twin device:
http://www.linuxtv.org/wiki/index.php?title=TeVii_S482

Some update the page with a patch about how to compile it in recent
kernels. I am using Debian Jessie but I can not get it working.

Anyone could help with this issue?

This is how I compile it:

apt-get install linux-headers-`uname -r`
apt-get install linux-source
cd /usr/src/
tar -xJf linux-source-3.16.tar.xz
cd linux-source-3.16/
patch -p1 < tevii.patch [http://paste.debian.net/162334/]
cp /boot/config-`uname -r` .config
cp ../linux-headers-`uname -r`/Module.symvers .
make oldconfig
make prepare
make scripts
make modules SUBDIRS=drivers/media/usb/dvb-usb/

The last command give an error output: http://paste.debian.net/162335/

How could I fix it? When executing "patch" there is a strange output,
maybe it is not patching well.

Thanks for your help.

Kind regards.

-- 
Josu Lazkano


More information about the mythtv-users mailing list