Bug #3164
DiSEqC timing
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
DVB
Target version:
-
Start date:
2015-10-16
Due date:
% Done:
0%
Estimated time:
Found in version:
4.1-627~g6300e16
Affected Versions:
Description
Since the fix of #3081 i'm no longer able to set powersave on my tuners behind DiSEqC switches and the very first tune attempt fails, as LNB voltage is applied after DiSEqC, causing the message to be sent to an unpowerd device.
moving voltage setup from https://github.com/tvheadend/tvheadend/blob/master/src/input/mpegts/linuxdvb/linuxdvb_satconf.c#L795 to line 771 and an additional usleep(100000); to let the device power up, fixes the problem for me.
History
Updated by Jaroslav Kysela about 9 years ago
- Subject changed from LNB voltage must be set befor DiSEqC to DiSEqC timing
- Status changed from New to Fixed
The powerup time is configurable from v4.1-639-gd7456e7 for switches and rotors.