You are not logged in.

#1 2011-06-23 04:00:02

bmentink
Member
From: New Zealand
Registered: 2009-08-23
Posts: 442

Tvheadend and suspend/resume

Hi All,

I am trying to get Tvheadend to work correctly across a suspend/resume cycle.

What happens is that you just can't connect to tvheadend after suspend/resume, even if you restart the tvheadend daemon.

I suspect that the actual tv card is being put into a weird state that only a re-boot will fix.

My card is a dual S2 dvb receiver card, lspci says:

04:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 02)
05:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 02)

Any help much appreciated ..

EDIT: I have tried to shutdown/start tvheadend by placing the following script in /etc/pm/sleep.d/99htpc

#!/bin/sh
#
# 99htpc: suspend/wakeup bad drivers 

case "$1" in
hibernate|suspend)
/etc/rc.d/tvheadend stop
;;
thaw|resume)
/etc/rc.d/tvheadend start
;;
*) exit $NA
;;
esac

Last edited by bmentink (2011-06-23 04:20:05)

Offline

#2 2011-06-23 14:52:05

cibydesign
Member
Registered: 2011-06-23
Posts: 1

Re: Tvheadend and suspend/resume

Hi bmentink,

Quick question.  Do you find that the muxes get automatically scanned after each restart of tvheadend? - I'm using the same card and can't comment on the suspend resume issue but am having issues mapping services to channels due to the problem mentioned.

Offline

Board footer

Powered by FluxBB