Feature #3893
openLock available tunners on same adapter
0%
Description
So, lets see if i can express the problem correctly.
Some cards libe TBS only allow to work on dvb-t or dvb-c, and its defined by driver. But there are some open source drivers that allow to have dvb-c and dvb-t at same time.
I have one TBS 6281 that detects 2 adapters, and each adapter has dvb-c and dvb-t.
If i lock dvb-c on adapter0, dvb-t should not be available, and it is, if i try to lock one dvb-t mux it will say bad signal(should say no adapter).
so in my case to work i have like this:
adapter0
- dvb-c enabled
- dvb-t disabled
adapter1
- dvb-c disabled
- dvb-t enabled
this way works, but if i try to lock 2 dvb-c muxes and none dvb-t, um mux will work the other will say no free adapter(like expected, but one adapter that suports dvb-c will not be used).
is there any option to lock entire adapter to bypass this problem?
if you want access to machine i can provide.
Files