Normal
Hi gibmanMy understanding is that 8007001f means 'device not functioning' or 'cannot perform the requested operation'. This is the same error I get if I attempt to send a DiSEqC command before the graph is running on the first attempt to tune after the graph has been built (hope that makes sense ). I'll do some testing on my card here this evening (it is 4am here - couldn't sleep) and see if I experience similar issues...By the way, given what I said above about the error code and the blatant "dvb ca: SendDiSEqCCommand succeeded" in your logs you may be wondering what is going on. The success that is logged there is actually a "fake". The DiSEqC command isn't sent there, but the handler is called and it returns true to prevent retries (and because there is no error). The real SendDiSEqC command happens after the graph is running...
Hi gibman
My understanding is that 8007001f means 'device not functioning' or 'cannot perform the requested operation'. This is the same error I get if I attempt to send a DiSEqC command before the graph is running on the first attempt to tune after the graph has been built (hope that makes sense ). I'll do some testing on my card here this evening (it is 4am here - couldn't sleep) and see if I experience similar issues...
By the way, given what I said above about the error code and the blatant "dvb ca: SendDiSEqCCommand succeeded" in your logs you may be wondering what is going on. The success that is logged there is actually a "fake". The DiSEqC command isn't sent there, but the handler is called and it returns true to prevent retries (and because there is no error). The real SendDiSEqC command happens after the graph is running...