Der Treiber ist noch nicht signiert, die Signierung kann man im Win10 aber temporär ausschalten und man wird immer noch gefragt ob man den Treiber installieren möchte (ist im Wiki beschrieben)
Wir feintunen den Treiber mit der Zeit noch etwas, Unicable, Diseqc muss noch getestet werden. Der...
I have changed the driver and implemented NBC_QPSK / NBC_8PSK to switch to DVB-S2
I guess mediaportal still has to be changed to use that for our devices?
Our USB Vendor ID is 0x2659;
The Serialnumbers for the Tuner usually start with U... for USB, or M... for MiniPCIe
In our testapp we...
if I change IDVBSLocator to IDVBSLocator2 and set Pilot/Rolloff it is set correctly (that's what I see in our driver)
ok thanks for that hint, I will add NBC_QPSK and NBC_8PSK for S2, we only use BDA_MOD_8PSK for S2 right now.
Is NBC_XXX correctly defined in the DVB-S transponder lists?
That...
thanks for your feedback, by the way I'm also online in IRC/Freenode #mediaportal (in case you're using IRC)
then just make it depending on Win7+ the problem is IDVBSLocator is just setting the Rolloff factor and Pilot to -1 since we support this interface it just messes up the functionality...
You're right I was wrong with the first assumption.
I figured out what has to be changed in the meanwhile:
Can you update TvCardDVBS.cs and use IDVBSLocator2?
IDVBSLocator2 dvbsLocator = (IDVBSLocator2)locator;
IDVBTuneRequest tuneRequest = (IDVBTuneRequest)_tuneRequest...
Hi,
I just had a look at why MediaPortal doesn't allow to tune to DVB-S2 transponders, it seems like Rolloff / Pilot are never set (the driver always receives -1)
DVBViewer works without any problem (and the driver also sees the Rolloff / Pilot values)
In...