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
HTPC Projects
Hardware
TV-Cards
KNC DVB-S2 twin - has anyone got this to work with 1.2RC?
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="mm1352000" data-source="post: 805703" data-attributes="member: 82144"><p>Hi again Jean</p><p></p><p></p><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /></p><p>This might be an obvious question so please forgive me in advance: have you enabled the CAM in the tuner settings?</p><p>Details are --><a href="http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/141_Configuration/TV-Server_Configuration/02_TV_Servers" target="_blank">here</a><-- - you need to edit the tuner properties and enable the CAM for decrypting and the CI menu to work.</p><p></p><p></p><p>The current DLLs are more targeted at DiSEqC since I thought that may be part of the reason why chr0non is/was experiencing problems. However I knew that there was also an error in the previous DLL that I provided so this DLL was meant to fix that (and I though maybe fixing the error would make basic CAM support work).</p><p></p><p></p><p>Yes and no. What I'm really interested in right now is:</p><p>1. Tuner initialisation (this happens when you first start viewing TV with the tuner, or when TV Server starts if the tuner preloading is enabled).</p><p>2. CAM/CI states. In other words, what state does the driver report when:</p><p>- there is no CI slot connected</p><p>- the CI slot is empty</p><p>- the CAM is inserted</p><p>- the CAM is ready to decrypt</p><p>- the CAM starts decrypting</p><p>- the CAM stops decrypting</p><p>- the CAM is removed</p><p></p><p>These might seem very simple, but it is very important to me. If I can't get this information then it is difficult to write stable and correct code. The information that I will be looking for is in the tv.log file (or maybe error.log... hopefully not!!! <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" />). You can find those files by:</p><p>- opening TV Server configuration</p><p>- click "open log directory" in the top left hand corner</p><p></p><p></p><p>I will try to be very specific to make this as easy as possible for both of us. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>-------------------------------------------------------</p><p><span style="font-size: 15px">General instructions</span></p><p></p><p>First, please ensure you have enabled the CAM ("default" as type is correct unless you have an Astoncrypt CAM), chosen "stop card", and selected the "DVBS" network provider. All of those settings are in the tuner properties. Make sure you do that for both tuners. Once you've done that we can start testing.</p><p></p><p>Before each test, please delete the tv.log and error.log files and restart the TV Server (in the manual control section of TV Server configuration click "stop service"... then "start service").</p><p></p><p>After each test, please take a copy of the tv.log and error.log files - I'm going to want to look at them. You can put them in a zip file named test_***.zip or something like that so that it is easy to post them.</p><p></p><p>-------------------------------------------------------</p><p></p><p><span style="font-size: 15px">Test 1</span></p><p>Please perform this test with the "TVLibrary[1.2.1_dll].zip" DLL. Remember to install the DLL while TV Server is stopped (you'll also need to close TV Server configuration otherwise the file will be locked).</p><p></p><p>Use the manual control section of TV Server configuration to start timeshifting on any free channel with the first Twin tuner. If you don't have a free channel then it is okay to try an encrypted one.</p><p></p><p><span style="font-size: 15px">Test 2</span></p><p>Do test 1 with the second tuner.</p><p></p><p>-------------------------------------------------------</p><p></p><p>...and that is all for the moment. *Very* simple, but the information in the logs will tell me if my code is completely wrong and it will allow us to test quickly without taking too much of your time.</p><p></p><p>[USER=115448]chr0non[/USER] and Django:</p><p>If you would like to help then I'd *really* appreciate it. You can perform the same tests as Jean. I know this might seem basic, but the basic tests provide the base for stable operation.</p><p></p><p>Best regards and *thank you* in advance!</p><p>mm</p><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p></blockquote><p></p>
[QUOTE="mm1352000, post: 805703, member: 82144"] Hi again Jean :( This might be an obvious question so please forgive me in advance: have you enabled the CAM in the tuner settings? Details are -->[URL="http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/141_Configuration/TV-Server_Configuration/02_TV_Servers"]here[/URL]<-- - you need to edit the tuner properties and enable the CAM for decrypting and the CI menu to work. The current DLLs are more targeted at DiSEqC since I thought that may be part of the reason why chr0non is/was experiencing problems. However I knew that there was also an error in the previous DLL that I provided so this DLL was meant to fix that (and I though maybe fixing the error would make basic CAM support work). Yes and no. What I'm really interested in right now is: 1. Tuner initialisation (this happens when you first start viewing TV with the tuner, or when TV Server starts if the tuner preloading is enabled). 2. CAM/CI states. In other words, what state does the driver report when: - there is no CI slot connected - the CI slot is empty - the CAM is inserted - the CAM is ready to decrypt - the CAM starts decrypting - the CAM stops decrypting - the CAM is removed These might seem very simple, but it is very important to me. If I can't get this information then it is difficult to write stable and correct code. The information that I will be looking for is in the tv.log file (or maybe error.log... hopefully not!!! ;)). You can find those files by: - opening TV Server configuration - click "open log directory" in the top left hand corner I will try to be very specific to make this as easy as possible for both of us. :) ------------------------------------------------------- [SIZE="4"]General instructions[/SIZE] First, please ensure you have enabled the CAM ("default" as type is correct unless you have an Astoncrypt CAM), chosen "stop card", and selected the "DVBS" network provider. All of those settings are in the tuner properties. Make sure you do that for both tuners. Once you've done that we can start testing. Before each test, please delete the tv.log and error.log files and restart the TV Server (in the manual control section of TV Server configuration click "stop service"... then "start service"). After each test, please take a copy of the tv.log and error.log files - I'm going to want to look at them. You can put them in a zip file named test_***.zip or something like that so that it is easy to post them. ------------------------------------------------------- [SIZE="4"]Test 1[/SIZE] Please perform this test with the "TVLibrary[1.2.1_dll].zip" DLL. Remember to install the DLL while TV Server is stopped (you'll also need to close TV Server configuration otherwise the file will be locked). Use the manual control section of TV Server configuration to start timeshifting on any free channel with the first Twin tuner. If you don't have a free channel then it is okay to try an encrypted one. [SIZE="4"]Test 2[/SIZE] Do test 1 with the second tuner. ------------------------------------------------------- ...and that is all for the moment. *Very* simple, but the information in the logs will tell me if my code is completely wrong and it will allow us to test quickly without taking too much of your time. [USER=115448]chr0non[/USER] and Django: If you would like to help then I'd *really* appreciate it. You can perform the same tests as Jean. I know this might seem basic, but the basic tests provide the base for stable operation. Best regards and *thank you* in advance! mm :thx: [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
HTPC Projects
Hardware
TV-Cards
KNC DVB-S2 twin - has anyone got this to work with 1.2RC?
Contact us
RSS
Top
Bottom