On Sun, 22 Jan 2012, Manuel Borchers wrote:

> Hi all,
>
> I already posted this inquiry on the dvbstreamer list a few weeks ago,
> but I got no reply. So maybe some here was facing with a similar
> problem.
sorry Manuel I saw your post but I'd been too busy to respond.

> Two months ago, I had to switch to dvbstreamer 2.0 which basically works
> perfectly with my current freevo setup.
> The only thing missing is EPG now. In dvbstreamer 1.2, I got the EPG
> over the air with a little modified version of the example on the
> dvbstreamer wiki. Well, this doesn't work anymore (as I expected). So I
> got the new python bindings and found getepg.
>
> After removing one transponder that can't be tuned in (-> infos missing,
> only ffff.ffff.0000 was there) manually from the sqlite database, getepg
> get's a little further, but still no joy:
> -- snip --
> chronus:~# getepg -c -x epg.xml
> 8 multiplexes to update
> 192.168.0.2:0 (1) processing 2114.0901
> 192.168.0.2:0 State: waiting
> 192.168.0.2:0 (2) processing 2114.0306
> 192.168.0.2:0 (3) processing 2114.0304
> 192.168.0.2:0 (4) processing 2114.0101
> 192.168.0.2:0 (5) processing 2114.0202
> 192.168.0.2:0 (6) processing 2114.0301
> 192.168.0.2:0 (7) processing 2114.0102
> 192.168.0.2:0 (8) processing 2114.0305
> 192.168.0.2:0 finished
> Traceback (most recent call last):
>  File "/usr/bin/getepg", line 609, in <module>
>    main()
>  File "/usr/bin/getepg", line 599, in main
>    capture_full()
>  File "/usr/bin/getepg", line 455, in capture_full
>    epghandler.stop()
>  File "/usr/bin/getepg", line 294, in stop
>    self.session.stop_epg_capture()
>  File "/usr/lib/python2.5/site-packages/dvbstreamer/session.py", line
> 275, in stop_epg_capture
>    self.execute_command('epgcapstop')
>  File "/usr/lib/python2.5/site-packages/dvbstreamer/session.py", line
> 117, in execute_command
>    result = conn.execute_command(command)
>  File "/usr/lib/python2.5/site-packages/dvbstreamer/connection.py",
> line 133, in execute_command
>    raise errors.Error(error_code, error_message, lines)
> GenericCommandError: 65535 : Not yet started!
> -- snip --
>
> I'm in Germany here in case this matters.
> The reception isn't too good sometimes, even tough I got an Axing
> antenna pre-amp... But usually it is okay (sometimes some artifacts).
> Is getting the EPG supposed to work here in Germany? Version 1.2 worked
> fine.
Yes it should work.

> Any hints or pointers are mostly welcome.

Can you check that the adapter is active/being used, the following command 
should output True:

dvbctrl getprop adapter.active

if this was false, use the next command to enable the adapter:

dvbctrl setprop adapter.active true

cheers

Adam

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to