Duncan-
  I am running 1.8.2 of freevo with a pvr150. When I try and use
freevo to watch TV I get the following trace back. The same setup was
working with 1.7.6.  I also have the same lack of a channel list as I
had in 1.7.6. Was a change made that is now making the Channel_list
required?


2008-10-24 17:28:00,176 INFO     ivtv_xine_tv.py (675): TunerControl:
Set VideoGroup: <ivtv: /dev/video0 0:'tuner 1' 'NTSC'>
2008-10-24 17:28:04,610 DEBUG    v4l2.py (261): Video opened for '/dev/video0'
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/freevo/main.py", line 296, in
eventhandler
    app.eventhandler(event)
  File "/usr/lib/python2.5/site-packages/freevo/util/benchmark.py",
line 79, in origfunc
    return func(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 814, in
eventhandler
    if not isinstance(menu, Menu) and menu.eventhandler(event):
  File "/usr/lib/python2.5/site-packages/freevo/util/benchmark.py",
line 79, in origfunc
    return func(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/freevo/tv/tvguide.py", line
234, in eventhandler
    pi.actions()[0][0](menuw=self.menuw)
  File "/usr/lib/python2.5/site-packages/freevo/tv/programitem.py",
line 172, in play
    self.parent.player('tv', self.prog.channel_id)
  File "/usr/lib/python2.5/site-packages/freevo/tv/tvmenu.py", line
82, in start_tv
    p.Play(mode, tuner_id)
  File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
line 343, in Play
    self.tuner.SetChannelByName(channel, True)
  File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
line 616, in SetChannelByName
    self.SetChannelByIndex(channel_index + 1)
  File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
line 625, in SetChannelByIndex
    self.SetVideoGroup(next_channel)
  File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
line 677, in SetVideoGroup
    ivtv_dev.init_settings()
  File "/usr/lib/python2.5/site-packages/freevo/tv/ivtv.py", line 351,
in init_settings
    if not tv.v4l2.Videodev.init_settings(self):
  File "/usr/lib/python2.5/site-packages/freevo/tv/v4l2.py", line 818,
in init_settings
    self.setstdbyname(v_norm)
  File "/usr/lib/python2.5/site-packages/freevo/tv/v4l2.py", line 508,
in setstdbyname
    self.setstd(NORMS[v_norm])
  File "/usr/lib/python2.5/site-packages/freevo/tv/v4l2.py", line 487, in setstd
    r = fcntl.ioctl(self.device, i32(SETSTD_NO), val)
IOError: [Errno 16] Device or resource busy

Evan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to