I have made some change on the Tuner.py

The line 150
 self.tune_DVB(self.freq, self.feparams)
was :
self.tune_DVBT(self.freq, self.feparams) (But DVBT was not defined)

and here :
def tune_DVB(self, frequency, feparams={}):
        # Build the tuning parameters - no longer assumes DVB-T
        build_params_type = fe.get_dvbtype()
#-----------------------------------------fe is nod defined it is
self.fe

        params = build_params_type(
            frequency = frequency * 1000 * 1000,
            **feparams
            )
        # Start the tuning
        self.fe.set_frontend(params)

On 7 Dic, 19:35, luca72 <[email protected]> wrote:
> No one use kamaelia with dvb-s card?
>
> On 30 Nov, 22:21, Michael Sparks <[email protected]> wrote:
>
> > On Monday 30 November 2009 20:34:34 luca72 wrote:> No one can help me please
> > > Luca
>
> > > On 29 Nov, 12:03, luca72 <[email protected]> wrote:
> > > > Hello again :
> > > > this is my file:
>
> > > > import dvb3
>
> > ...
>
> > I haven't had time yet to reply. Sorry. (I've been busy doing work today, 
> > and
> > spending yesterday with family)
>
> > That was the first time you'd posted something to the list which looks
> > debuggable though. I'll take at some point this week. I don't have a DVB-S
> > card though, so I won't be able to fully test, but I'll take a look.
>
> > Michael
> > --http://yeoldeclue.com/bloghttp://twitter.com/kamaelianhttp://www.kama...

--

You received this message because you are subscribed to the Google Groups 
"kamaelia" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/kamaelia?hl=en.


Reply via email to