Project

General

Profile

Digital Devices Cine S2 V6.5

Added by Raivo Kask over 9 years ago

I am trying to install Digital Devices Cine S2 V6.5 according to http://linuxtv.org/wiki/index.php/Linux4Media_cineS2_DVB-S2_Twin_Tuner.
I have Tvheadend unstable installed for Ubuntu 14.10

During make I get this error:

rajan@tv-server:~/v4l-dvb$ sudo make
make -C /home/rajan/v4l-dvb/v4l
make1: Entering directory '/home/rajan/v4l-dvb/v4l'
No version yet, using 3.16.0-30-generic
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 3.6.0
File not found: /lib/modules/3.6.0-30-generic/build/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4.
Updating/Creating .config
Preparing to compile for kernel version 3.6.0
File not found: /lib/modules/3.6.0-30-generic/build/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4.
make1: * No rule to make target '.config', needed by '.myconfig'. Stop.
make1: Leaving directory '/home/rajan/v4l-dvb/v4l'
Makefile:27: recipe for target 'all' failed
make: *
[all] Error 2
rajan@tv-server:~/v4l-dvb$

I have file 3.16.0-30-generic and not 3.6.0-30-generic in /lib/modules/
How can it be fixed ?


Replies (15)

RE: Digital Devices Cine S2 V6.5 - Added by Alfred Zastrow over 9 years ago

I took this one:

http://download.digital-devices.de/download/linux/dddvb-0.9.18beta3.tar.bz2

compiling with

make
make install
depmod -a

should be no problem.

br
Alfred

RE: Digital Devices Cine S2 V6.5 - Added by Raivo Kask over 9 years ago

I did as you recommended - but got some errors ...

sudo make
make C /lib/modules/3.16.0-30-generic/build SUBDIRS=/home/rajan/dddvb-0.9.18beta3 CONFIG_DVB_CORE=m CONFIG_DVB_DDBRIDGE=m CONFIG_DVB_DRXK=m CONFIG_DVB_TDA18271C2DD=m CONFIG_DVB_CXD2099=m CONFIG_DVB_LNBP21=m CONFIG_DVB_STV090x=m CONFIG_DVB_STV6110x=m CONFIG_DVB_STV0367=m CONFIG_DVB_TDA18212=m CONFIG_DVB_STV0367DD=m CONFIG_DVB_TDA18212DD=m CONFIG_DVB_OCTONET=m CONFIG_DVB_CXD2843=m CONFIG_DVB_STV0910=m CONFIG_DVB_STV6111=m CONFIG_DVB_LNBH25=m CONFIG_DVB_MXL5XX=m modules
make1: Entering directory '/usr/src/linux-headers-3.16.0-30-generic'
CC [M] /home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.o
In file included from /home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.c:47:0:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c: In function ‘ddb_input_start’:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c:403:6: warning: unused variable ‘tsbase’ [-Wunused-variable]
u32 tsbase = TS_INPUT_BASE + input
>nr * 0x10;
^
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c: In function ‘ddb_init_boards’:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c:4464:21: warning: unused variable ‘rm’ [-Wunused-variable]
struct ddb_regmap *rm;
^
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c: In function ‘ddb_init’:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c:4527:1: warning: label ‘fail3’ defined but not used [-Wunused-label]
fail3:
^
In file included from /home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.c:30:0:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.c: At top level:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.h:480:12: warning: ‘ddblreadl’ defined but not used [-Wunused-function]
static u32 ddblreadl(struct ddb_link *link, u32 adr)
^
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.h:498:13: warning: ‘ddblwritel’ defined but not used [-Wunused-function]
static void ddblwritel(struct ddb_link *link, u32 val, u32 adr)
^
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.c:263:26: warning: ‘octopus_i2c_2’ defined but not used [-Wunused-variable]
static struct ddb_regset octopus_i2c_2 = {
^
CC [M] /home/rajan/dddvb-0.9.18beta3/ddbridge/octonet.o
In file included from /home/rajan/dddvb-0.9.18beta3/ddbridge/octonet.c:34:0:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c: In function ‘ddb_input_start’:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c:403:6: warning: unused variable ‘tsbase’ [-Wunused-variable]
u32 tsbase = TS_INPUT_BASE + input->nr * 0x10;
^
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c: In function ‘ddb_init_boards’:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c:4464:21: warning: unused variable ‘rm’ [-Wunused-variable]
struct ddb_regmap *rm;
^
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c: In function ‘ddb_init’:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c:4527:1: warning: label ‘fail3’ defined but not used [-Wunused-label]
fail3:
^
In file included from /home/rajan/dddvb-0.9.18beta3/ddbridge/octonet.c:25:0:
/home/rajan/dddvb-0.9.18beta3/ddbridge/octonet.c: At top level:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.h:480:12: warning: ‘ddblreadl’ defined but not used [-Wunused-function]
static u32 ddblreadl(struct ddb_link *link, u32 adr)
^
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.h:498:13: warning: ‘ddblwritel’ defined but not used [-Wunused-function]
static void ddblwritel(struct ddb_link *link, u32 val, u32 adr)
^
In file included from /home/rajan/dddvb-0.9.18beta3/ddbridge/octonet.c:34:0:
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c:3118:20: warning: ‘irq_handler0’ defined but not used [-Wunused-function]
static irqreturn_t irq_handler0(int irq, void *dev_id)
^
/home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge-core.c:3135:20: warning: ‘irq_handler1’ defined but not used [-Wunused-function]
static irqreturn_t irq_handler1(int irq, void *dev_id)
^
CC [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dvbdev.o
CC [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dmxdev.o
CC [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb_demux.o
CC [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb_filter.o
CC [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb_ca_en50221.o
CC [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb_frontend.o
CC [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb_net.o
CC [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb_ringbuffer.o
CC [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb_math.o
CC [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb_netstream.o
LD [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb-core.o
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.o
/home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.c: In function ‘drxk_set_parameters’:
/home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.c:4871:36: warning: unused variable ‘old_delsys’ [-Wunused-variable]
u32 delsys = p->delivery_system, old_delsys;
^
/home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.c:4871:6: warning: unused variable ‘delsys’ [-Wunused-variable]
u32 delsys = p->delivery_system, old_delsys;
^
/home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.c: At top level:
/home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.c:4899:64: warning: ‘struct dvb_frontend_parameters’ declared inside parameter list
static int drxk_c_get_frontend(struct dvb_frontend *fe, struct dvb_frontend_parameters *p)
^
/home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.c:4899:64: warning: its scope is only this definition or declaration, which is probably not what you want
/home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.c:4993:64: warning: ‘struct dvb_frontend_parameters’ declared inside parameter list
static int drxk_t_get_frontend(struct dvb_frontend *fe, struct dvb_frontend_parameters *p)
^
/home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.c:5018:2: warning: initialization from incompatible pointer type
.get_frontend = drxk_c_get_frontend,
^
/home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.c:5018:2: warning: (near initialization for ‘drxk_c_ops.get_frontend’)
/home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.c:5052:2: warning: initialization from incompatible pointer type
.get_frontend = drxk_t_get_frontend,
^
/home/rajan/dddvb-0.9.18beta3/frontends/drxk_hard.c:5052:2: warning: (near initialization for ‘drxk_t_ops.get_frontend’)
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/drxk.o
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/lnbp21.o
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/stv090x.o
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/stv6110x.o
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/cxd2099.o
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/tda18271c2dd.o
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/stv0367dd.o
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/tda18212dd.o
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/cxd2843.o
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/stv6111.o
/home/rajan/dddvb-0.9.18beta3/frontends/stv6111.c:334:12: warning: ‘AGC_Gain’ defined but not used [-Wunused-variable]
static u32 AGC_Gain[] = {
^
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/stv0910.o
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/lnbh25.o
/home/rajan/dddvb-0.9.18beta3/frontends/lnbh25.c:109:12: warning: ‘lnbh25_set_tone’ defined but not used [-Wunused-function]
static int lnbh25_set_tone(struct dvb_frontend *fe,
^
CC [M] /home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.o
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c: In function ‘firmware_is_alive’:
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c:302:6: warning: unused variable ‘status’ [-Wunused-variable]
int status;
^
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c: In function ‘set_parameters’:
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c:378:23: warning: unused variable ‘demodId’ [-Wunused-variable]
MXL_HYDRA_DEMOD_ID_E demodId = state->demod;
^
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c: In function ‘tune’:
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c:485:34: warning: unused variable ‘p’ [-Wunused-variable]
struct dtv_frontend_properties *p = &fe->dtv_property_cache;
^
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c: In function ‘config_ts’:
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c:964:18: warning: unused variable ‘mxl561_xpt_ts_valid’ [-Wunused-variable]
MXL_REG_FIELD_T mxl561_xpt_ts_valid[MXL_HYDRA_DEMOD_ID_6] = {
^
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c:960:18: warning: unused variable ‘mxl561_xpt_ts_sync’ [-Wunused-variable]
MXL_REG_FIELD_T mxl561_xpt_ts_sync[MXL_HYDRA_DEMOD_ID_6] = {
^
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c: At top level:
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c:86:13: warning: ‘le32_to_cpusn’ defined but not used [-Wunused-function]
static void le32_to_cpusn(u32 *data, u32 size)
^
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c:165:12: warning: ‘write_register_block’ defined but not used [-Wunused-function]
static int write_register_block(struct mxl *state, u32 reg, u32 size, u8 *data)
^
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c:234:12: warning: ‘read_register_block’ defined but not used [-Wunused-function]
static int read_register_block(struct mxl *state, u32 reg, u32 size, u8 *data)
^
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c:289:13: warning: ‘extract_from_mnemonic’ defined but not used [-Wunused-function]
static void extract_from_mnemonic(u32 regAddr, u8 lsbPos, u8 width,
^
/home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.c:338:12: warning: ‘cfg_scrambler’ defined but not used [-Wunused-function]
static int cfg_scrambler(struct mxl *state)
^
Building modules, stage 2.
MODPOST 16 modules
WARNING: modpost: Found 1 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
CC /home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.ko
CC /home/rajan/dddvb-0.9.18beta3/ddbridge/octonet.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/ddbridge/octonet.ko
CC /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb-core.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb-core.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/cxd2099.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/cxd2099.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/cxd2843.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/cxd2843.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/drxk.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/drxk.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/lnbh25.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/lnbh25.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/lnbp21.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/lnbp21.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/stv0367dd.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/stv0367dd.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/stv090x.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/stv090x.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/stv0910.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/stv0910.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/stv6110x.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/stv6110x.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/stv6111.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/stv6111.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/tda18212dd.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/tda18212dd.ko
CC /home/rajan/dddvb-0.9.18beta3/frontends/tda18271c2dd.mod.o
LD [M] /home/rajan/dddvb-0.9.18beta3/frontends/tda18271c2dd.ko
make1: Leaving directory '/usr/src/linux-headers-3.16.0-30-generic'
make -C apps
make1: Entering directory '/home/rajan/dddvb-0.9.18beta3/apps'
gcc -o cit cit.c -lpthread
cc citin.c -o citin
gcc -o flashprog flashprog.c
gcc -o modt modt.c -lpthread
gcc -o ddtest ddtest.c
ddtest.c:1487:2: warning: initialization from incompatible pointer type { "flashio", FlashIO, 1, "Flash IO : flashio <write data>.. <read count>" },
^
ddtest.c:1487:2: warning: (near initialization for ‘CommandTable5.Function’)
gcc -o setmod setmod.c -I../include/
gcc -o ddflash ddflash.c
ddflash.c: In function ‘flashwrite_SSTI’:
ddflash.c:218:8: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ssize_t’ [-Wformat=]
printf("file read error %d,%d at %u\n", rlen, errno, j);
^
make1: Leaving directory '/home/rajan/dddvb-0.9.18beta3/apps'
rajan@tv-server:~/dddvb-0.9.18beta3$ sudo make install
make -C /lib/modules/3.16.0-30-generic/build SUBDIRS=/home/rajan/dddvb-0.9.18beta3 CONFIG_DVB_CORE=m CONFIG_DVB_DDBRIDGE=m CONFIG_DVB_DRXK=m CONFIG_DVB_TDA18271C2DD=m CONFIG_DVB_CXD2099=m CONFIG_DVB_LNBP21=m CONFIG_DVB_STV090x=m CONFIG_DVB_STV6110x=m CONFIG_DVB_STV0367=m CONFIG_DVB_TDA18212=m CONFIG_DVB_STV0367DD=m CONFIG_DVB_TDA18212DD=m CONFIG_DVB_OCTONET=m CONFIG_DVB_CXD2843=m CONFIG_DVB_STV0910=m CONFIG_DVB_STV6111=m CONFIG_DVB_LNBH25=m CONFIG_DVB_MXL5XX=m modules
make1: Entering directory '/usr/src/linux-headers-3.16.0-30-generic'
Building modules, stage 2.
MODPOST 16 modules
WARNING: modpost: Found 1 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
make1: Leaving directory '/usr/src/linux-headers-3.16.0-30-generic'
make -C apps
make1: Entering directory '/home/rajan/dddvb-0.9.18beta3/apps'
make1: Nothing to be done for 'all'.
make1: Leaving directory '/home/rajan/dddvb-0.9.18beta3/apps'
make -C /lib/modules/3.16.0-30-generic/build SUBDIRS=/home/rajan/dddvb-0.9.18beta3 modules_install
make1: Entering directory '/usr/src/linux-headers-3.16.0-30-generic'
INSTALL /home/rajan/dddvb-0.9.18beta3/ddbridge/ddbridge.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/ddbridge/octonet.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/dvb-core/dvb-core.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/cxd2099.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/cxd2843.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/drxk.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/lnbh25.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/lnbp21.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/mxl5xx.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/stv0367dd.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/stv090x.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/stv0910.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/stv6110x.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/stv6111.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/tda18212dd.ko
Can't read private key
INSTALL /home/rajan/dddvb-0.9.18beta3/frontends/tda18271c2dd.ko
Can't read private key
DEPMOD 3.16.0-30-generic
make1: Leaving directory '/usr/src/linux-headers-3.16.0-30-generic'

RE: Digital Devices Cine S2 V6.5 - Added by Alfred Zastrow over 9 years ago

Compiling with some warnigs is ok, but I dont have en explanation for this:

"Can't read private key"

Maybe apparmor or something else is blocking foreign modules.
Under Debian Jessie no problem...

RE: Digital Devices Cine S2 V6.5 - Added by Raivo Kask over 9 years ago

Well - I am also lost ...

RE: Digital Devices Cine S2 V6.5 - Added by Alfred Zastrow over 9 years ago

from:

https://github.com/slavrn/gm12u320/issues/7

"Can't read private key" is not an issue. This just means that you are not Ubuntu maintaner and you don't have access to the private keys, of course. This cannot affect driver functionality.
According to the log, installation is OK.
Did you try to launch fbplay/fbclone to check driver installation? What happens when you connect the projector (does it show anything, or just blank screen). Please provide full log of driver installation process, as well as the output of dmesg and lsmod.

Give a reboot a try.

RE: Digital Devices Cine S2 V6.5 - Added by Raivo Kask over 9 years ago

I got instructions from Digital Devices howto install the drivers.
This is what I did:

sudo apt-get install mercurial build-essential libproc-processtable-perl
sudo apt-get install linux-headers-`uname -r`
cd /usr/src
sudo hg clone http://linuxtv.org/hg/~endriss/media_build_experimental/
cd media_build_experimental
sudo make download
sudo make untar
sudo make clean
sudo make distclean
sudo make
sudo make install
sudo modprobe ddbridge
sudo reboot

After that it looked OK to me (check dmesg & syslog) but Tvheadend will not scan the muxes - I did Force Scan of the Network but in Muxes -> Scan Status = PEND and Scan Status = NONE.
But when I did 'w_scan -v -fs -c SE -C UTF-8 -s s0w8 -O 0 -R 0 /dev/dvb/adapter0' it found 672 entries.
Now when I got the drivers working then Tvheadend fails ... sad
Also the message 'ddbridge 0000:01:00.0: DVB: adapter x frontend 0 frequency 0 out of range (950000..2150000)' doesn't make any sense to me ... both in dmesg & syslog
Any help highly appreciated.

rajan@tv-server:~$ dmesg | grep -i ddbridge
[ 6.611701] experimental: 1969cdc5388b711e2aef3d1747b5f7dd1cd965f3 experimental/ddbridge: Fix 'inlining failed in call to always_inline ...: recursive inlining'.
[ 6.620252] ddbridge 0000:01:00.0: enabling device (0000 -> 0002)
[ 6.620299] DDBridge driver detected: Digital Devices Cine S2 V6.5 DVB adapter
[ 6.620330] ddbridge 0000:01:00.0: irq 45 for MSI/MSI-X
[ 6.620338] DDBridge using 1 MSI interrupt(s)
[ 6.625641] DVB: registering new adapter (DDBridge)
[ 6.625643] DVB: registering new adapter (DDBridge)
[ 6.625643] DVB: registering new adapter (DDBridge)
[ 6.625644] DVB: registering new adapter (DDBridge)
[ 6.792317] ddbridge 0000:01:00.0: DVB: registering adapter 0 frontend 0 (STV090x Multistandard)...
[ 6.827501] ddbridge 0000:01:00.0: DVB: registering adapter 1 frontend 0 (STV090x Multistandard)...
[ 6.983357] ddbridge 0000:01:00.0: DVB: registering adapter 2 frontend 0 (STV090x Multistandard)...
[ 7.019293] ddbridge 0000:01:00.0: DVB: registering adapter 3 frontend 0 (STV090x Multistandard)...
[ 9.429596] ddbridge 0000:01:00.0: DVB: adapter 3 frontend 0 frequency 0 out of range (950000..2150000)
[ 9.465097] ddbridge 0000:01:00.0: DVB: adapter 2 frontend 0 frequency 0 out of range (950000..2150000)
[ 9.501651] ddbridge 0000:01:00.0: DVB: adapter 1 frontend 0 frequency 0 out of range (950000..2150000)
[ 9.530988] ddbridge 0000:01:00.0: DVB: adapter 0 frontend 0 frequency 0 out of range (950000..2150000)

cat /var/log/syslog | grep -i ddbridge
Feb 26 19:00:29 tv-server kernel: [ 6.611701] experimental: 1969cdc5388b711e2aef3d1747b5f7dd1cd965f3 experimental/ddbridge: Fix 'inlining failed in call to always_inline ...: recursive inlining'.
Feb 26 19:00:29 tv-server kernel: [ 6.620252] ddbridge 0000:01:00.0: enabling device (0000 -> 0002)
Feb 26 19:00:29 tv-server kernel: [ 6.620299] DDBridge driver detected: Digital Devices Cine S2 V6.5 DVB adapter
Feb 26 19:00:29 tv-server kernel: [ 6.620330] ddbridge 0000:01:00.0: irq 45 for MSI/MSI-X
Feb 26 19:00:29 tv-server kernel: [ 6.620338] DDBridge using 1 MSI interrupt(s)
Feb 26 19:00:29 tv-server kernel: [ 6.625641] DVB: registering new adapter (DDBridge)
Feb 26 19:00:29 tv-server kernel: [ 6.625643] DVB: registering new adapter (DDBridge)
Feb 26 19:00:29 tv-server kernel: [ 6.625643] DVB: registering new adapter (DDBridge)
Feb 26 19:00:29 tv-server kernel: [ 6.625644] DVB: registering new adapter (DDBridge)
Feb 26 19:00:29 tv-server kernel: [ 6.792317] ddbridge 0000:01:00.0: DVB: registering adapter 0 frontend 0 (STV090x Multistandard)...
Feb 26 19:00:29 tv-server kernel: [ 6.827501] ddbridge 0000:01:00.0: DVB: registering adapter 1 frontend 0 (STV090x Multistandard)...
Feb 26 19:00:29 tv-server kernel: [ 6.983357] ddbridge 0000:01:00.0: DVB: registering adapter 2 frontend 0 (STV090x Multistandard)...
Feb 26 19:00:29 tv-server kernel: [ 7.019293] ddbridge 0000:01:00.0: DVB: registering adapter 3 frontend 0 (STV090x Multistandard)...
Feb 26 19:00:30 tv-server kernel: [ 9.429596] ddbridge 0000:01:00.0: DVB: adapter 3 frontend 0 frequency 0 out of range (950000..2150000)
Feb 26 19:00:30 tv-server kernel: [ 9.465097] ddbridge 0000:01:00.0: DVB: adapter 2 frontend 0 frequency 0 out of range (950000..2150000)
Feb 26 19:00:30 tv-server kernel: [ 9.501651] ddbridge 0000:01:00.0: DVB: adapter 1 frontend 0 frequency 0 out of range (950000..2150000)
Feb 26 19:00:30 tv-server kernel: [ 9.530988] ddbridge 0000:01:00.0: DVB: adapter 0 frontend 0 frequency 0 out of range (950000..2150000)

rajan@tv-server:~$ lsmod
Module Size Used by
nls_iso8859_1 12713 1
stv6110x 13552 4
lnbp21 12942 4
snd_hda_codec_hdmi 47548 1
eeepc_wmi 13151 0
asus_wmi 24094 1 eeepc_wmi
ppdev 17671 0
sparse_keymap 13948 1 asus_wmi
mxm_wmi 13021 0
intel_rapl 18783 0
x86_pkg_temp_thermal 14205 0
intel_powerclamp 18823 0
coretemp 13441 0
snd_hda_codec_realtek 73089 1
snd_hda_codec_generic 68937 1 snd_hda_codec_realtek
kvm 452043 0
crct10dif_pclmul 14307 0
crc32_pclmul 13133 0
ghash_clmulni_intel 13230 0
aesni_intel 152552 0
i915 905954 4
aes_x86_64 17131 1 aesni_intel
lrw 13286 1 aesni_intel
gf128mul 14951 1 lrw
stv090x 70361 4
glue_helper 13990 1 aesni_intel
ablk_helper 13597 1 aesni_intel
snd_hda_intel 30469 0
cryptd 20359 3 ghash_clmulni_intel,aesni_intel,ablk_helper
ftdi_sio 48789 1
snd_hda_controller 31056 1 snd_hda_intel
usbserial 45100 3 ftdi_sio
snd_hda_codec 139682 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
drm_kms_helper 61574 1 i915
snd_hwdep 17698 1 snd_hda_codec
ddbridge 80393 4
cxd2099 17412 1 ddbridge
serio_raw 13483 0
snd_pcm 104112 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
dvb_core 126844 1 ddbridge
drm 311018 3 i915,drm_kms_helper
mei_me 19696 0
snd_timer 29562 1 snd_pcm
mei 87875 1 mei_me
snd 79468 8 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
soundcore 15047 2 snd,snd_hda_codec
shpchp 37047 0
i2c_algo_bit 13413 1 i915
parport_pc 32741 1
tpm_infineon 17131 0
video 20128 2 i915,asus_wmi
wmi 19193 2 mxm_wmi,asus_wmi
acpi_pad 17942 0
mac_hid 13227 0
lp 17759 0
parport 42348 3 lp,ppdev,parport_pc
e1000e 226396 0
ahci 34062 3
ptp 19395 1 e1000e
psmouse 106561 0
libahci 32424 1 ahci
pps_core 19382 1 ptp

RE: Digital Devices Cine S2 V6.5 - Added by Scott dude over 9 years ago

I have the exact same card and it is automatically recognized/functions flawlessly out of the box (OpenELEC). I didn't have to add any drivers at all. I just installed the card performed scan and it worked perfectly.

The card was not recognized after the first install and reboot? I'm just not sure why you are trying to load drivers, it should work out of the box.

This has me worried now as I'm about to buy the DVB-C/T version of the same card and there is no way in he(( I would spend the extra $$ vs. other cards and have to mess around for days with compiling drivers.

RE: Digital Devices Cine S2 V6.5 - Added by Raivo Kask over 9 years ago

Maybe OpenELEC has included drivers for this card - check with them.
In Ubuntu 14.04 I had to include drivers - support told me this 'Unfortunately there are only the drivers for DVB-S cards of digital devices already integrated in the kernel, therefore a special driver must built'

RE: Digital Devices Cine S2 V6.5 - Added by P K over 9 years ago

Hello Ralvo,

I'm also trying to install the same card on ubuntu 14 and unfortunately am unable to make it work.
Have you been able to make it work with tvheadend?
I would love to know and get your help as it seems that you have had he same issues I'm having.
Best wishes
Patrick

RE: Digital Devices Cine S2 V6.5 - Added by Alfred Zastrow over 9 years ago

Under Debian Jessie I took the drivers from here:

http://download.digital-devices.de/download/linux/dddvb-0.9.18beta3.tar.bz2

as a root

cd <path to the entpacked driver source>
make
make install
depmod -a

br
Alfred

RE: Digital Devices Cine S2 V6.5 - Added by Raivo Kask over 9 years ago

Hello P K,

Yes - TVH works OK and so does oscam also.

I got instructions from Digital Devices howto install the drivers.
This is what I did:

sudo apt-get install mercurial build-essential libproc-processtable-perl
sudo apt-get install linux-headers-`uname -r`
cd /usr/src
sudo hg clone http://linuxtv.org/hg/~endriss/media_build_experimental/
cd media_build_experimental
sudo make download
sudo make untar
sudo make clean
sudo make distclean
sudo make
sudo make install
sudo modprobe ddbridge
sudo reboot

and after that I didn't have any problems ...

RE: Digital Devices Cine S2 V6.5 - Added by Bombeiro99 Marinho over 5 years ago

Good night

I needed your help if possible, of course.

I have an I7 with ubuntu server 16.04.06 xenial

I have a TBS6909 and a Digital Devices A8i

I installed the TBS and DIGITAL DEVICES drives, and the TVHEADEND all card slots are available on TVHEADEND

But in the Digital Devices half of the slot does not recognize signal

I also tested with ASTRA 5.64 and it is exactly the same

But if you uninstall TBS the DIGITAL DEVICES already recognizes signal in the 8 slot

I researched to change the limit on the drive, but I have the limit at 64 so it is not for lack of space for the slot

Has anyone ever had the same error?

In Portuguese :

Boa Noite

Precisava da vossa ajuda se for possivel claro.

Tenho um I7 com ubuntu server 16.04.06 xenial

Tenho uma TBS6909 e uma Digital Devices A8i

Instalei os drives da TBS e da DIGITAL DEVICES ,e o TVHEADEND todas as slot das placas apacem disponiveis no TVHEADEND

Mas na da Digital Devices metade das slot dela nao reconhece sinal

Tambem testei com o ASTRA 5.64 e acontece exatamemte o mesmo

Mas se desinstalar a TBS a DIGITAL DEVICES ja reconhece sinal nas 8 slot

Pesquisei para alterar o limite no drive , mas eu tenho o limite a 64 por isso não é por falta de espaço para as slot

Alguem já teve o mesmo erro ?

RE: Digital Devices Cine S2 V6.5 - Added by saen acro over 5 years ago

TBS kill support of other brand tuners with is not in kernel tree.

RE: Digital Devices Cine S2 V6.5 - Added by Bombeiro99 Marinho over 5 years ago

Is there no way to overcome this?

    (1-15/15)