[Resolved]Mythtv-setup takes only the DVB-T2 input of my Digital Devices Cine C2T2 V7

For discussion of topics specific to MythTV on linux
Post Reply
Woodpacker
Junior
Posts: 47
Joined: Thu May 04, 2017 5:53 pm
Germany

[Resolved]Mythtv-setup takes only the DVB-T2 input of my Digital Devices Cine C2T2 V7

Post by Woodpacker »

Hello, I have the problem that Mythtv (0. 30) only takes the DVB-T2 input of my Digital Devices Cine C2T2 in the mythtv-setup. For info, I upgraded from 0. 28 to 0. 29 under ubuntu 16. 04LTS. Everything was still good then and I did the long delayed update from 16. 04LTS to 18. 04LTS. Then the problems started, first my FB (imon) didn't work properly anymore and I had a lot of fun with ir-keytable and then I stayed with Lirc (Lirc 0. 9 on hold). So FBI's back on. But the Digital Devices remains in mythtv-setup stubbornly on DVB-T2. Then I even updated to mythtv 0. 30, but without success. :roll:

I tried the following without success:
manually set input to DVB-C with dvb-fe-tool (mythtv-setup wasn't interested)
w_scan scans the DVB-C channels but with "-fc -c DE"; (Card OK)
checks conf files and mysql user

Here again:
sudo dmesg|grep -i dvb

Code: Select all

[   21.370705] dvb_core: loading out-of-tree module taints kernel.
[   21.370884] dvb_core: module verification failed: signature and/or required key missing - tainting kernel
[   21.372517] ddbridge 0000:03:00.0: device name: Digital Devices Cine CT V7 DVB adapter
[   21.490508] ddbridge 0000:03:00.0: Port 0: Link 0, Link Port 0 (TAB 1): DUAL DVB-C2T2 CXD2843
[   21.494737] dvbdev: DVB: registering new adapter (DDBridge)
[   21.494738] dvbdev: DVB: registering new adapter (DDBridge)
[   21.809757] ddbridge 0000:03:00.0: DVB: registering adapter 0 frontend 0 (CXD2843 DVB-C/C2 DVB-T/T2)...
[   22.144603] ddbridge 0000:03:00.0: DVB: registering adapter 1 frontend 0 (CXD2843 DVB-C/C2 DVB-T/T2)...
lsmod|grep dvb

Code: Select all

dvb_core              126976  2 cxd2843,ddbridge
lsmod|grep ddbridge

Code: Select all

ddbridge              135168  0
cxd2099                20480  1 ddbridge
dvb_core              126976  2 cxd2843,ddbridge

I'd really appreciate it if someone could help me out. I'm at the point where I have to do a new installation, I would prefer a less radical and less laborious solution.



Many thanks in advance
MikeB2013
Senior
Posts: 519
Joined: Mon Jul 25, 2016 4:16 pm
Great Britain

Re: [Resolved]Mythtv-setup takes only the DVB-T2 input of my Digital Devices Cine C2T2 V7

Post by MikeB2013 »

Upgrade to mythtv 31, mythtv 30 has a problem with dvb-c (for background see viewtopic.php?f=36&t=3338&p=16190&hilit ... vbc#p16190)

As you are on Ubuntu 18.04, the upgrade is in a terminal session:

Code: Select all

sudo apt-add-repository ppa:mythbuntu/31
sudo apt update
sudo apt upgrade
Post Reply