Hey there,
I'm trying to use the MediaTV stick (Non Pro) for DVB-C with TVheadend (2.13~git20120305.0664329) as teh backend and XBMC (11) as a frontend on Ubuntu 12.04.
I installed the stick with this:
$ wget
http://www.sundtek.de/media/sundtek_netinst.sh$ chmod 777 sundtek_netinst.sh
$ sudo ./sundtek_netinst.sh
which made teh stick appear in TVheadend, And I also did a scan and also found quite a couple of stations.
But now there's no device listed any more under TV adapters. Also if you try to play a channel it says:
No transponder available for subscription "HTTP" to channel
$ /opt/bin/mediaclient --lc gives me this output:
**** List of Media Clients ****
/dev/dvb/adapter0/frontend0:
2251 ... tvheadend
/dev/dvb/adapter0/dvr0:
2251 ... tvheadend
/dev/dvb/adapter0/demux0:
No client connected
/dev/mediainput0:
No client connected
When starting TVheadend from terminal this is the output:
[INFO]:dvb: Found adapter /dev/dvb/adapter0 (Sundtek DVB-C (0/0)) via PCI
[INFO]:dvr: Creating new configuration ''
[WARNING]:dvr: Output directory for video recording is not yet configured for DVR configuration "". Defaulting to to "/home/tv/Videos". This can be changed from the web user interface.
[INFO]:CSA: Using SSE2 128bit parallel descrambling
[NOTICE]:START: HTS Tvheadend version 2.13~git20120305.0664329-ppa1~precise started, running as PID:3014 UID:1002 GID:1002, settings located in '/home/tv/.hts/tvheadend'
[INFO]:AVAHI: Service 'Tvheadend' successfully established.
I don't really understand why it doesn't work.
Could anybody point me in the right direction please?
-peter