Mal schauen ob alles schon im 4.10 Kernel drin ist.
ne ist nichts drin, das ist für den RPi - für normale Systeme muss raspberrypi-kernel-headers gegen die normalen Kernel Header getauscht werden
Code
#install base system
sudo apt update && sudo apt upgrade
sudo apt install raspberrypi-kernel-headers make gcc git patch patchutils libproc-processtable-perl
#clone git
cd
git clone git://linuxtv.org/media_build.git
git clone --depth=1 https://github.com/trsqr/media_tree.git -b xboxone ./media
#build media_build
cd media_build
make dir DIR=../media
make distclean
make
#install it
sudo make install
#download the needed fws
cd /lib/firmware
sudo wget http://linuxtv.org/downloads/firmware/dvb-usb-dib0700-1.20.fw
sudo wget http://palosaari.fi/linux/v4l-dvb/firmware/MN88472/02/latest/dvb-demod-mn88472-02.fw
reboot
Alles anzeigen