Reply to thread

mm1352000,


1. I think that to be able to detect the card/s that the provider should handle, you don't need to know their API. Use a different approach. With the card HW ID you can know the card model. 7010x for example is PCI\VEN_1822&DEV_4E35&SUBSYS_1179153B or PCI\VEN_1822&DEV_4E35&SUBSYS_1179153B&REV_01. TVServer already gets this ID for every card at startup, look at the DB in table Cards, field devicePath. Every card model will have a different HW ID, but if you look at the .inf file of the driver, you will find all the ID that it accepts.



2. Given the solution at 1., it's possible to have a dedicated provider for 7010ix.



I use the same BlackGold driver, only on Vista X64. However I must admit that it doesn't resolve the standby/resume problem but, disabling the card before standby, it works.


I'll give a try to your modified TvLibrary.dll for Diseqc.

I have also another spare 7010ix (no more free PCI slot on server), I can risk frying my card with your mod ;):oops:


romadd


Top Bottom