Re: [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux

2008-03-16 Thread David BERCOT
Hi,

Le Sun, 16 Mar 2008 14:46:22 -,
"Michael Curtis" <[EMAIL PROTECTED]> 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.


signature.asc
Description: PGP signature
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux

2008-03-16 Thread Timothy Parez

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




PGP.sig
Description: This is a digitally signed message part
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux

2008-03-16 Thread Michael Curtis
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


Re: [linux-dvb] DVB-S DVB-S2 and CI cards working on Linux

2008-03-16 Thread Dominik Kuhlen
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


signature.asc
Description: This is a digitally signed message part.
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb