Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

No TV after upgrade to .22 using PVR-350 TVOUT - help!

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


craig at dashsystems

Nov 12, 2009, 1:51 PM

Post #1 of 7 (635 views)
Permalink
No TV after upgrade to .22 using PVR-350 TVOUT - help!

All -

I've upgraded to .22 and have everything working except I don't have TVOUT
capabilities any more (using the PVR-350).

This is CentOS 5.4 using video4lan - please see
http://www.gossamer-threads.com/lists/mythtv/users/406812#406812 for more
details and xorg.conf file.

-----
Here's the errors at the end of Xorg.0.log:

(II) IVTV: driver for ivtv framebuffer: PVR-350
(II) Primary Device is: PCI 00:02:0
(--) Chipset PVR-350 found
(EE) open /dev/fb0: No such file or directory
(EE) Screen 0 deleted because of no matching config section.
(II) UnloadModule: "ivtv"
(EE) Device(s) detected, but none match those in the config file.

Fatal server error:
no screens found
-----

It appears X is not configured correctly but I'm really not sure what I need
to change in the conf file, any guidance is appreciated.

Thanks!
Craig

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


sdkovacs at gmail

Nov 12, 2009, 2:15 PM

Post #2 of 7 (624 views)
Permalink
Re: No TV after upgrade to .22 using PVR-350 TVOUT - help! [In reply to]

On Thu, Nov 12, 2009 at 4:51 PM, Craig Isdahl <craig [at] dashsystems> wrote:
> All -
>
> I've upgraded to .22 and have everything working except I don't have TVOUT
> capabilities any more (using the PVR-350).
>
> This is CentOS 5.4 using video4lan - please see
> http://www.gossamer-threads.com/lists/mythtv/users/406812#406812 for more
> details and xorg.conf file.
>
> -----
> Here's the errors at the end of Xorg.0.log:
>
> (II) IVTV: driver for ivtv framebuffer: PVR-350
> (II) Primary Device is: PCI 00:02:0
> (--) Chipset PVR-350 found
> (EE) open /dev/fb0: No such file or directory
> (EE) Screen 0 deleted because of no matching config section.
> (II) UnloadModule: "ivtv"
> (EE) Device(s) detected, but none match those in the config file.
>
> Fatal server error:
> no screens found
> -----
>
> It appears X is not configured correctly but I'm really not sure what I need
> to change in the conf file, any guidance is appreciated.
>
> Thanks!
> Craig

If I'm not mistaken, ivtvfb.ko is missing from the atrpms video4lan rpm.

Run this command as root. If you get no output, the the framebuffer is
not installed.

find /lib/modules/`uname -r` -name ivtvfb.ko

If the framebuffer is there, you may be loading it incorrectly. What
does your /etc/modprobe.conf look like?
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jarod at wilsonet

Nov 12, 2009, 2:24 PM

Post #3 of 7 (614 views)
Permalink
Re: No TV after upgrade to .22 using PVR-350 TVOUT - help! [In reply to]

On Nov 12, 2009, at 5:15 PM, sdkovacs wrote:

> On Thu, Nov 12, 2009 at 4:51 PM, Craig Isdahl
> <craig [at] dashsystems> wrote:
>> All -
>>
>> I've upgraded to .22 and have everything working except I don't
>> have TVOUT
>> capabilities any more (using the PVR-350).

Simply upgrading to 0.22 wouldn't have broke X, so I take it you
upgraded something else too... One thing at a time, people!

>> This is CentOS 5.4 using video4lan - please see
>> http://www.gossamer-threads.com/lists/mythtv/users/406812#406812
>> for more
>> details and xorg.conf file.
>>
>> -----
>> Here's the errors at the end of Xorg.0.log:
>>
>> (II) IVTV: driver for ivtv framebuffer: PVR-350
>> (II) Primary Device is: PCI 00:02:0
>> (--) Chipset PVR-350 found
>> (EE) open /dev/fb0: No such file or directory
>> (EE) Screen 0 deleted because of no matching config section.
>> (II) UnloadModule: "ivtv"
>> (EE) Device(s) detected, but none match those in the config file.
>>
>> Fatal server error:
>> no screens found
>> -----
>>
>> It appears X is not configured correctly but I'm really not sure
>> what I need
>> to change in the conf file, any guidance is appreciated.
>>
>> Thanks!
>> Craig
>
> If I'm not mistaken, ivtvfb.ko is missing from the atrpms video4lan
> rpm.
>
> Run this command as root. If you get no output, the the framebuffer is
> not installed.
>
> find /lib/modules/`uname -r` -name ivtvfb.ko

Or, more sensibly:

$ /sbin/modinfo ivtvfb

I'd also suggest looking in dmesg for evidence of it having loaded, if
its there.

--
Jarod Wilson
jarod [at] wilsonet



_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


craig at dashsystems

Nov 12, 2009, 2:34 PM

Post #4 of 7 (620 views)
Permalink
Re: No TV after upgrade to .22 using PVR-350 TVOUT -help! [In reply to]

> Simply upgrading to 0.22 wouldn't have broke X, so I take it you
> upgraded something else too... One thing at a time, people!
> Or, more sensibly:

Other than some base packages that also updated the only change I made was
switching from ivtv-kmdl to video4linux-kmdl; which is probably the culprit.


> $ /sbin/modinfo ivtvfb
>
> I'd also suggest looking in dmesg for evidence of it having loaded, if
> its there.

I'll check into this now

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


craig at dashsystems

Nov 14, 2009, 4:00 AM

Post #5 of 7 (581 views)
Permalink
Re: No TV after upgrade to .22 using PVR-350 TVOUT -help! [In reply to]

I did find this thread on ivtv-users which discusses this issue:
http://www.gossamer-threads.com/lists/ivtv/users/40027 and claims to solve it
(at least for this user) with: http://linuxtv.org/hg/v4l-dvb/rev/e66ace4b4a61

Unfortunately this is beyond my abilities, hopefully some of the more
"technically skilled and talented" on this list can provide some direction.

Thanks!
Craig

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


sdkovacs at gmail

Nov 16, 2009, 8:22 AM

Post #6 of 7 (537 views)
Permalink
Re: No TV after upgrade to .22 using PVR-350 TVOUT -help! [In reply to]

On Sat, Nov 14, 2009 at 7:00 AM, Craig Isdahl <craig [at] dashsystems> wrote:
> I did find this thread on ivtv-users which discusses this issue:
> http://www.gossamer-threads.com/lists/ivtv/users/40027 and claims to solve it
> (at least for this user) with: http://linuxtv.org/hg/v4l-dvb/rev/e66ace4b4a61
>
> Unfortunately this is beyond my abilities, hopefully some of the more
> "technically skilled and talented" on this list can provide some direction.
>

Craig, it's probably best to post something on ivtv-users, as this is
not a mythtv issue and the ivtv-users list will probably produce
better results.

-Steve
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


sdkovacs at gmail

Nov 16, 2009, 8:57 AM

Post #7 of 7 (537 views)
Permalink
Re: No TV after upgrade to .22 using PVR-350 TVOUT - help! [In reply to]

On Thu, Nov 12, 2009 at 4:51 PM, Craig Isdahl <craig [at] dashsystems> wrote:
> All -
>
> I've upgraded to .22 and have everything working except I don't have TVOUT
> capabilities any more (using the PVR-350).

You may want to look for a new video out solution. PVR-350 TVOUT
support was dropped yesterday in trunk.

http://www.gossamer-threads.com/lists/mythtv/commits/408082
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.