Hi all,
Well my story is to use sidux distribution for VDR and xine plugin, to get dvb-s2 output over VGA to 40" LCD TV.
DVB Card: Technotrend S2-3200 HDTV-S2
Before DVB driver i did dist-upgrade:
Code:
ist-upgrade
apt-get update
apt-get dist-upgrade -d (only download files)
apt-get dist-upgrade (update files)
I am trying to install DVB driver from source but I am stuck here.
I downloaded dvb driver from:
Code:
apt-get update
apt-get install mercurial
cd /usr/src/
hg clone http://jusst.de/hg/multiproto_plus
mv multiproto_plus dvb
ln -vfs /usr/src/linux-headers-`uname -r` linux
cd /usr/src/dvb/linux/include/linux/
ln -s /usr/src/linux/include/linux/compiler.h compiler.h
cd /usr/src/dvb/
and i am trying make and get this problem :
............
CC [M] /usr/src/dvb/v4l/ivtv-gpio.o
CC [M] /usr/src/dvb/v4l/ivtv-i2c.o
/usr/src/dvb/v4l/ivtv-i2c.c: In function 'ivtv_i2c_register':
/usr/src/dvb/v4l/ivtv-i2c.c:171: error: 'struct i2c_board_info' has no member named 'driver_name'
make[3]: *** [/usr/src/dvb/v4l/ivtv-i2c.o] Error 1
make[2]: *** [_module_/usr/src/dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.26-3.slh.4-sidux-amd64'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/src/dvb/v4l'
make: *** [all] Error 2
root@vdrbox:/usr/src/dvb#
Edit: I just compile it using sources from http://jusst.de/hg/multiproto as it is now Merged multiproto tree with v4l-dvb (and i have DVB-S2 no need for multiproto_plus at all, as i read it only add support for FF DVB-S card).
Code:
hg clone http://jusst.de/hg/multiproto
|