home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TBS: CI/CAM support and other improvements
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Mark Lejeune" data-source="post: 1258940" data-attributes="member: 164024"><p>Hi mm1352000,</p><p></p><p>Found the problem.</p><p>In the TurboSight constructor the following check evaluates as FALSE:</p><p>(this._propertySet.QuerySupported(BdaExtensionPropertySet, 0x15, out support)</p><p></p><p>I removed that condition, built a test library and it works! </p><p>CI menu works as well.</p><p></p><p>If this works for all other TBS PCI(e) cards this indeed could point at an inconsistency in the implementation of the TBS6290SE drivers.</p><p></p><p>I did another log capture and noticed that, even though I'm using DVB-C drivers there seems to be some DVB-S references in the log.</p><p></p><p>[2019-05-17 01:05:00,535] [Log ] [13 ] [INFO ] - dvb: Checking for hardware specific extensions</p><p>[2019-05-17 01:05:00,539] [Log ] [13 ] [INFO ] - CAM is Default model</p><p>[2019-05-17 01:05:00,540] [Log ] [13 ] [INFO ] - Check for TBS</p><p>[2019-05-17 01:05:00,545] [Log ] [13 ] [DEBUG] - TBS6290SE: Removed this._propertySet.QuerySupported(BdaExtensionPropertySet, 0x15, out support)</p><p>[2019-05-17 01:05:00,546] [Log ] [13 ] [DEBUG] - Turbosight: supported tuner detected (PCIe/PCI interface)</p><p>[2019-05-17 01:05:00,547] [Log ] [13 ] [DEBUG] - Turbosight: open conditional access interface</p><p>[2019-05-17 01:05:00,548] [Log ] [13 ] [DEBUG] - Turbosight: is CI slot present</p><p>[2019-05-17 01:05:00,549] [Log ] [13 ] [DEBUG] - Turbosight: device does have a CI slot</p><p>[2019-05-17 01:05:00,549] [Log ] [13 ] [DEBUG] - Turbosight: open conditional access interface</p><p>[2019-05-17 01:05:00,571] [Log ] [13 ] [DEBUG] - Turbosight: interface handle 106233856</p><p>[2019-05-17 01:05:00,572] [Log ] [13 ] [DEBUG] - Turbosight: interface opened successfully</p><p>[2019-05-17 01:05:00,573] [Log ] [13 ] [DEBUG] - Turbosight: is CAM present</p><p>[2019-05-17 01:05:00,574] [Log ] [13 ] [DEBUG] - Turbosight: result = True</p><p>[2019-05-17 01:05:00,575] [Log ] [13 ] [DEBUG] - Turbosight: is CAM ready</p><p>[2019-05-17 01:05:00,576] [Log ] [13 ] [DEBUG] - Turbosight: result = True</p><p>[2019-05-17 01:05:00,577] [Log ] [13 ] [DEBUG] - Turbosight: set power state, on = True</p><p>[2019-05-17 01:05:00,580] [Log ] [13 ] [DEBUG] - Turbosight: result = failure, hr = 0x80070490 (ERROR_NOT_FOUND)</p><p>[2019-05-17 01:05:00,581] [Log ] [13 ] [DEBUG] - DiSEqCMotor: dish Config: file not found, C:\ProgramData\Team MediaPortal\MediaPortal TV Server\dish.xml</p><p>[2019-05-17 01:05:00,583] [Log ] [13 ] [INFO ] - DiSEqCMotor: dish Config: SatCount 0, CurrentMovingDish 100, FirstTuneWait 200</p><p>[2019-05-17 01:05:00,597] [Log ] [13 ] [INFO ] - dvb: GetTunerSignalStatistics()</p><p></p><p>I will inform my contact at TBS.</p><p></p><p>For now thanks for guiding me in the right direction!!</p></blockquote><p></p>
[QUOTE="Mark Lejeune, post: 1258940, member: 164024"] Hi mm1352000, Found the problem. In the TurboSight constructor the following check evaluates as FALSE: (this._propertySet.QuerySupported(BdaExtensionPropertySet, 0x15, out support) I removed that condition, built a test library and it works! CI menu works as well. If this works for all other TBS PCI(e) cards this indeed could point at an inconsistency in the implementation of the TBS6290SE drivers. I did another log capture and noticed that, even though I'm using DVB-C drivers there seems to be some DVB-S references in the log. [2019-05-17 01:05:00,535] [Log ] [13 ] [INFO ] - dvb: Checking for hardware specific extensions [2019-05-17 01:05:00,539] [Log ] [13 ] [INFO ] - CAM is Default model [2019-05-17 01:05:00,540] [Log ] [13 ] [INFO ] - Check for TBS [2019-05-17 01:05:00,545] [Log ] [13 ] [DEBUG] - TBS6290SE: Removed this._propertySet.QuerySupported(BdaExtensionPropertySet, 0x15, out support) [2019-05-17 01:05:00,546] [Log ] [13 ] [DEBUG] - Turbosight: supported tuner detected (PCIe/PCI interface) [2019-05-17 01:05:00,547] [Log ] [13 ] [DEBUG] - Turbosight: open conditional access interface [2019-05-17 01:05:00,548] [Log ] [13 ] [DEBUG] - Turbosight: is CI slot present [2019-05-17 01:05:00,549] [Log ] [13 ] [DEBUG] - Turbosight: device does have a CI slot [2019-05-17 01:05:00,549] [Log ] [13 ] [DEBUG] - Turbosight: open conditional access interface [2019-05-17 01:05:00,571] [Log ] [13 ] [DEBUG] - Turbosight: interface handle 106233856 [2019-05-17 01:05:00,572] [Log ] [13 ] [DEBUG] - Turbosight: interface opened successfully [2019-05-17 01:05:00,573] [Log ] [13 ] [DEBUG] - Turbosight: is CAM present [2019-05-17 01:05:00,574] [Log ] [13 ] [DEBUG] - Turbosight: result = True [2019-05-17 01:05:00,575] [Log ] [13 ] [DEBUG] - Turbosight: is CAM ready [2019-05-17 01:05:00,576] [Log ] [13 ] [DEBUG] - Turbosight: result = True [2019-05-17 01:05:00,577] [Log ] [13 ] [DEBUG] - Turbosight: set power state, on = True [2019-05-17 01:05:00,580] [Log ] [13 ] [DEBUG] - Turbosight: result = failure, hr = 0x80070490 (ERROR_NOT_FOUND) [2019-05-17 01:05:00,581] [Log ] [13 ] [DEBUG] - DiSEqCMotor: dish Config: file not found, C:\ProgramData\Team MediaPortal\MediaPortal TV Server\dish.xml [2019-05-17 01:05:00,583] [Log ] [13 ] [INFO ] - DiSEqCMotor: dish Config: SatCount 0, CurrentMovingDish 100, FirstTuneWait 200 [2019-05-17 01:05:00,597] [Log ] [13 ] [INFO ] - dvb: GetTunerSignalStatistics() I will inform my contact at TBS. For now thanks for guiding me in the right direction!! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TBS: CI/CAM support and other improvements
Contact us
RSS
Top
Bottom