wtriting this i get the following error:

from Kamaelia.Device.DVB.Core import DVB_Multiplex
from Kamaelia.Chassis.Pipeline import Pipeline
from Kamaelia.File.Writing import SimpleFileWriter
from Kamaelia.Util.OneShot import OneShot
from Kamaelia.Device.DVB.Tuner import Tuner
#
import dvb3
from dvb3 import frontend
import inspect
freq = 11977
feparams = {"inversion" : 2, "symbol_rate":27500, "fec_inner":2 }
Pipeline(Tuner(freq, feparams)).run()

The file frontend.pyx could not be opened and then

The debugged program raised the exception unhandled IOError
"(22, 'Invalid argument')"
File: frontend.pyx, Line: 364

On 8 Dic, 11:23, luca72 <lucabe...@libero.it> wrote:
> 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 <lucabe...@libero.it> wrote:
>
> > No one use kamaelia with dvb-s card?
>
> > On 30 Nov, 22:21, Michael Sparks <spark...@gmail.com> wrote:
>
> > > On Monday 30 November 2009 20:34:34 luca72 wrote:> No one can help me 
> > > please
> > > > Luca
>
> > > > On 29 Nov, 12:03, luca72 <lucabe...@libero.it> 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 kamae...@googlegroups.com.
To unsubscribe from this group, send email to 
kamaelia+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/kamaelia?hl=en.


Reply via email to