* [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux
@ 2008-03-16 14:46 Michael Curtis
2008-03-16 14:53 ` Dominik Kuhlen
2008-03-16 17:03 ` David BERCOT
0 siblings, 2 replies; 6+ messages in thread
From: Michael Curtis @ 2008-03-16 14:46 UTC (permalink / raw)
To: linux-dvb
First of all my thanks to all those engaged in developing drivers for
the various cards for the Linux OS and my apologies for repeating this
question previously asked by others
Are there any DVB-S/S2/CI cards that work at present on Linux? If so I
would really appreciate knowing which ones they are
I have had a TT3200 DVB-S2/CI card for more than a year and I have still
not got this to work using the Multiproto drivers on Linux, in fact it
seem that I am going backwards with this card with the latest errors
appearing in dmesg:
stb0899_search: Unsupported delivery system
This is with the latest drivers from "http://jusst.de/hg/multiproto"
Changeset 7212:b5a34b6a209d
I will gladly offer up the log/dmesg/lsmod information if someone can
help
At the moment, I feel frustrated and lack the confidence that working
drivers are are going to be available for this card
Kind Regards
Mike Curtis
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux
2008-03-16 14:46 [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux Michael Curtis
@ 2008-03-16 14:53 ` Dominik Kuhlen
2008-03-16 15:23 ` Timothy Parez
2008-03-16 17:03 ` David BERCOT
1 sibling, 1 reply; 6+ messages in thread
From: Dominik Kuhlen @ 2008-03-16 14:53 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1430 bytes --]
On Sunday 16 March 2008, Michael Curtis wrote:
> First of all my thanks to all those engaged in developing drivers for
> the various cards for the Linux OS and my apologies for repeating this
> question previously asked by others
>
>
> Are there any DVB-S/S2/CI cards that work at present on Linux? If so I
> would really appreciate knowing which ones they are
>
>
> I have had a TT3200 DVB-S2/CI card for more than a year and I have still
> not got this to work using the Multiproto drivers on Linux, in fact it
> seem that I am going backwards with this card with the latest errors
> appearing in dmesg:
>
> stb0899_search: Unsupported delivery system
There has been an api update. make sure you're tuning application does a
dvbfe_delsys delsys = DVBFE_DELSYS_DVBS;
ioctl(front, DVBFE_SET_DELSYS, &delsys);
before other tuning ioctls.
>
> This is with the latest drivers from "http://jusst.de/hg/multiproto"
>
> Changeset 7212:b5a34b6a209d
>
> I will gladly offer up the log/dmesg/lsmod information if someone can
> help
>
> At the moment, I feel frustrated and lack the confidence that working
> drivers are are going to be available for this card
>
> Kind Regards
>
> Mike Curtis
>
>
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
Dominik
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux
2008-03-16 14:53 ` Dominik Kuhlen
@ 2008-03-16 15:23 ` Timothy Parez
0 siblings, 0 replies; 6+ messages in thread
From: Timothy Parez @ 2008-03-16 15:23 UTC (permalink / raw)
To: Dominik Kuhlen; +Cc: linux-dvb
[-- Attachment #1.1.1: Type: text/plain, Size: 2123 bytes --]
I'm using the same card, having the same problem.
How do you make your tuning application do what you suggested ?
As this has no meaning to me:
>
> dvbfe_delsys delsys = DVBFE_DELSYS_DVBS;
> ioctl(front, DVBFE_SET_DELSYS, &delsys);
(Sorry about that... just have no idea what it means).
I've added a link to the multiproto drivers to the Wiki for this card
as it told the reader to load modules which are only available if you
compile those sources.
Timothy.
On 16 Mar 2008, at 15:53, Dominik Kuhlen wrote:
> On Sunday 16 March 2008, Michael Curtis wrote:
>> First of all my thanks to all those engaged in developing drivers for
>> the various cards for the Linux OS and my apologies for repeating
>> this
>> question previously asked by others
>>
>>
>> Are there any DVB-S/S2/CI cards that work at present on Linux? If
>> so I
>> would really appreciate knowing which ones they are
>>
>>
>> I have had a TT3200 DVB-S2/CI card for more than a year and I have
>> still
>> not got this to work using the Multiproto drivers on Linux, in fact
>> it
>> seem that I am going backwards with this card with the latest errors
>> appearing in dmesg:
>>
>> stb0899_search: Unsupported delivery system
> There has been an api update. make sure you're tuning application
> does a
>
> dvbfe_delsys delsys = DVBFE_DELSYS_DVBS;
> ioctl(front, DVBFE_SET_DELSYS, &delsys);
>
> before other tuning ioctls.
>
>>
>> This is with the latest drivers from "http://jusst.de/hg/multiproto"
>>
>> Changeset 7212:b5a34b6a209d
>>
>> I will gladly offer up the log/dmesg/lsmod information if someone can
>> help
>>
>> At the moment, I feel frustrated and lack the confidence that working
>> drivers are are going to be available for this card
>>
>> Kind Regards
>>
>> Mike Curtis
>>
>>
>>
>> _______________________________________________
>> linux-dvb mailing list
>> linux-dvb@linuxtv.org
>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>>
>
>
>
> Dominik
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
[-- Attachment #1.1.2: Type: text/html, Size: 4456 bytes --]
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 186 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux
2008-03-16 14:46 [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux Michael Curtis
2008-03-16 14:53 ` Dominik Kuhlen
@ 2008-03-16 17:03 ` David BERCOT
1 sibling, 0 replies; 6+ messages in thread
From: David BERCOT @ 2008-03-16 17:03 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1381 bytes --]
Hi,
Le Sun, 16 Mar 2008 14:46:22 -0000,
"Michael Curtis" <michael.curtis@glcweb.co.uk> a écrit :
> First of all my thanks to all those engaged in developing drivers for
> the various cards for the Linux OS and my apologies for repeating this
> question previously asked by others
>
>
> Are there any DVB-S/S2/CI cards that work at present on Linux? If so I
> would really appreciate knowing which ones they are
>
> I have had a TT3200 DVB-S2/CI card for more than a year and I have
> still not got this to work using the Multiproto drivers on Linux, in
> fact it seem that I am going backwards with this card with the latest
> errors appearing in dmesg:
>
> stb0899_search: Unsupported delivery system
>
> This is with the latest drivers from "http://jusst.de/hg/multiproto"
>
> Changeset 7212:b5a34b6a209d
>
> I will gladly offer up the log/dmesg/lsmod information if someone can
> help
>
> At the moment, I feel frustrated and lack the confidence that working
> drivers are are going to be available for this card
I'm a beginner with DVB under Linux but I've written a little how-to
for the TT S2-3200 with Debian.
I don't know how you've installed the driver, but maybe you can find
useful information in my how-to :
http://wilco.homedns.org/debian/s2-3200.html
Please, if you have any remark, tell me ;-)
Good luck.
David.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux
@ 2008-03-16 15:11 Michael Curtis
0 siblings, 0 replies; 6+ messages in thread
From: Michael Curtis @ 2008-03-16 15:11 UTC (permalink / raw)
To: linux-dvb
Thank you for ypor reply Dominic
The errors below are shown in dmesg on reboot in order to automatically
load all the required modules, that is no attempt to tune the card to
any station
Oddly, when I compiled and installed the modules manually, this message
did not appear
Rgds Mike
> >
> > I have had a TT3200 DVB-S2/CI card for more than a year and I have
still
> > not got this to work using the Multiproto drivers on Linux, in fact
it
> > seem that I am going backwards with this card with the latest errors
> > appearing in dmesg:
> >
> > stb0899_search: Unsupported delivery system
> There has been an api update. make sure you're tuning application does
a
>
> dvbfe_delsys delsys = DVBFE_DELSYS_DVBS;
> ioctl(front, DVBFE_SET_DELSYS, &delsys);
>
> before other tuning ioctls.
>
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux
@ 2008-03-19 21:39 Michael Curtis
0 siblings, 0 replies; 6+ messages in thread
From: Michael Curtis @ 2008-03-19 21:39 UTC (permalink / raw)
To: linux-dvb
I have repeated my question and BTW thank you to those that responded earlier
But I have to say that no one has answered the question that I posed
"Are there any DVB-S/S2/CI cards that work at present on Linux? If so I
would really appreciate knowing which ones they are"
Is there anyone that is watching either FTA DVB-S, DVB-S2 and/or decrypted program material via a CI, on a linux box?
----------------------------------------------------------------------
First of all my thanks to all those engaged in developing drivers for
the various cards for the Linux OS and my apologies for repeating this
question previously asked by others
Are there any DVB-S/S2/CI cards that work at present on Linux? If so I
would really appreciate knowing which ones they are
I have had a TT3200 DVB-S2/CI card for more than a year and I have still
not got this to work using the Multiproto drivers on Linux, in fact it
seem that I am going backwards with this card with the latest errors
appearing in dmesg:
stb0899_search: Unsupported delivery system
This is with the latest drivers from "http://jusst.de/hg/multiproto"
Changeset 7212:b5a34b6a209d
I will gladly offer up the log/dmesg/lsmod information if someone can
help
At the moment, I feel frustrated and lack the confidence that working
drivers are are going to be available for this card
Kind Regards
Mike Curtis
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
--
This message has been scanned for viruses and
dangerous content by IC-MailScanner, and is
believed to be clean.
For queries or information please contact:-
=================================
Internet Central Technical Support
http://www.netcentral.co.uk
=================================
No virus found in this incoming message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 19/03/2008 09:54
No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 19/03/2008 09:54
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-03-19 21:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-16 14:46 [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux Michael Curtis
2008-03-16 14:53 ` Dominik Kuhlen
2008-03-16 15:23 ` Timothy Parez
2008-03-16 17:03 ` David BERCOT
-- strict thread matches above, loose matches on Subject: below --
2008-03-16 15:11 Michael Curtis
2008-03-19 21:39 Michael Curtis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.