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

Mailing List Archive: MythTV: Users

Provo with mythtv-0.21 and Hardy

 

 

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


mattasplund at gmail

Jul 23, 2008, 12:00 AM

Post #1 of 5 (378 views)
Permalink
Provo with mythtv-0.21 and Hardy

I have an old Compaq P3 system that has been running Dapper and myth happily
for two years, using a PVR-150 tuner card. I am preparing to go HD (I
ordered an HDHomeRun, and build a new BE/FE) so I decided to upgrade to
Hardy and myth 0.21. I saved the database, installed Hardy (on a second
disk, so that I can always go back, it help with the WAF), copied the
recordings and restored the database. I can play all of my old recordings,
but when I try to run live TV, I get an error
"X Error: BadAlloc (insufficient resources for operation) 11
Major opcode: 140
Minor opcode 19
Resource id: 0x0"
and it plays sound, but only a blue screen.

If I try to play the file with vlc, it fails with the same error. If I make
a clip using cat /dev/video0 > test.mpg, and try to play that it also
fails. I went to /var/log/messages, and is shows that everything started up
fine
Jul 22 22:54:46 media kernel: [ 59.010473] ivtv: Start initialization,
version 1.1.0
Jul 22 22:54:46 media kernel: [ 59.010929] ivtv0: Initializing card #0
Jul 22 22:54:46 media kernel: [ 59.010941] ivtv0: Autodetected Hauppauge
card (cx23416 based)
Jul 22 22:54:46 media kernel: [ 59.178301] ivtv0: Autodetected Hauppauge
WinTV PVR-150
Jul 22 22:54:46 media kernel: [ 59.902597] tuner 2-0043: chip found @ 0x86
(ivtv i2c driver #0)
Jul 22 22:54:46 media kernel: [ 59.934489] tuner 2-0061: chip found @ 0xc2
(ivtv i2c driver #0)
Jul 22 22:54:46 media kernel: [ 60.096780] cx25840 2-0044: cx25843-23
found @ 0x88 (ivtv i2c driver #0)
Jul 22 22:54:46 media kernel: [ 60.149259] wm8775 2-001b: chip found @
0x36 (ivtv i2c driver #0)
Jul 22 22:54:46 media kernel: [ 60.170530] ivtv0: Registered device video0
for encoder MPG (4096 kB)
Jul 22 22:54:46 media kernel: [ 60.170569] ivtv0: Registered device
video32 for encoder YUV (2048 kB)
Jul 22 22:54:46 media kernel: [ 60.170614] ivtv0: Registered device vbi0
for encoder VBI (1024 kB)
Jul 22 22:54:46 media kernel: [ 60.170649] ivtv0: Registered device
video24 for encoder PCM (320 kB)
Jul 22 22:54:46 media kernel: [ 60.170694] ivtv0: Registered device radio0
for encoder radio
Jul 22 22:54:46 media kernel: [ 60.170701] ivtv0: Initialized card #0:
Hauppauge WinTV PVR-150
Jul 22 22:54:46 media kernel: [ 60.170745] ivtv: End initialization
Jul 22 22:54:51 media kernel: [ 75.432175] ivtv0: Loaded
v4l-cx2341x-enc.fw firmware (376836 bytes)
Jul 22 22:54:51 media kernel: [ 75.628424] ivtv0: Encoder revision:
0x02060039


Does anybody have any suggestions?

Matt


nick.rout at gmail

Jul 23, 2008, 3:57 PM

Post #2 of 5 (338 views)
Permalink
Re: Provo with mythtv-0.21 and Hardy [In reply to]

On Wed, Jul 23, 2008 at 7:00 PM, Matthew Asplund <mattasplund[at]gmail.com> wrote:
> I have an old Compaq P3 system that has been running Dapper and myth happily
> for two years, using a PVR-150 tuner card. I am preparing to go HD (I
> ordered an HDHomeRun, and build a new BE/FE) so I decided to upgrade to
> Hardy and myth 0.21. I saved the database, installed Hardy (on a second
> disk, so that I can always go back, it help with the WAF), copied the
> recordings and restored the database. I can play all of my old recordings,
> but when I try to run live TV, I get an error
> "X Error: BadAlloc (insufficient resources for operation) 11
> Major opcode: 140
> Minor opcode 19
> Resource id: 0x0"
> and it plays sound, but only a blue screen.

This sounds like an Xv error, with the video card having insufficient
memory to display the size video you want. Does it happen in mplayer
too? Will mplayer play with -vo x11 but not with -vo xv? (-vo
specifies the Video Out method)

If that is the problem then the remedy seems to vary from unfixable to
various fiddling in xorg.conf, depending what video chipset/driver you
use. I tried to help a friend in a local LUG with this recently and
ran against a brick wall on his chipset (sis, laptop).
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mattasplund at gmail

Jul 23, 2008, 5:59 PM

Post #3 of 5 (336 views)
Permalink
Re: Provo with mythtv-0.21 and Hardy [In reply to]

Yea, I just tried, and it plays fine with mplayer -vo x11 but not at all
with -vo xv. I guess what I still don't understand is why old recordings
work just fine, but newer ones don't. Maybe something changed with the
recording settings in newer versions of the pvr-150 driver?

Thanks for responding.

Matt


On Wed, Jul 23, 2008 at 4:57 PM, Nick Rout <nick.rout[at]gmail.com> wrote:

> On Wed, Jul 23, 2008 at 7:00 PM, Matthew Asplund <mattasplund[at]gmail.com>
> wrote:
> > I have an old Compaq P3 system that has been running Dapper and myth
> happily
> > for two years, using a PVR-150 tuner card. I am preparing to go HD (I
> > ordered an HDHomeRun, and build a new BE/FE) so I decided to upgrade to
> > Hardy and myth 0.21. I saved the database, installed Hardy (on a second
> > disk, so that I can always go back, it help with the WAF), copied the
> > recordings and restored the database. I can play all of my old
> recordings,
> > but when I try to run live TV, I get an error
> > "X Error: BadAlloc (insufficient resources for operation) 11
> > Major opcode: 140
> > Minor opcode 19
> > Resource id: 0x0"
> > and it plays sound, but only a blue screen.
>
> This sounds like an Xv error, with the video card having insufficient
> memory to display the size video you want. Does it happen in mplayer
> too? Will mplayer play with -vo x11 but not with -vo xv? (-vo
> specifies the Video Out method)
>
> If that is the problem then the remedy seems to vary from unfixable to
> various fiddling in xorg.conf, depending what video chipset/driver you
> use. I tried to help a friend in a local LUG with this recently and
> ran against a brick wall on his chipset (sis, laptop).
> _______________________________________________
> mythtv-users mailing list
> mythtv-users[at]mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


nick.rout at gmail

Jul 23, 2008, 6:07 PM

Post #4 of 5 (337 views)
Permalink
Re: Provo with mythtv-0.21 and Hardy [In reply to]

what graphics card do you have?

I had assumed it was because you are now using Hi Def and the bigger
frame size was stretching the system too hard. Or is this happening on
the older system?


On Thu, Jul 24, 2008 at 12:59 PM, Matthew Asplund <mattasplund[at]gmail.com> wrote:
> Yea, I just tried, and it plays fine with mplayer -vo x11 but not at all
> with -vo xv. I guess what I still don't understand is why old recordings
> work just fine, but newer ones don't. Maybe something changed with the
> recording settings in newer versions of the pvr-150 driver?
>
> Thanks for responding.
>
> Matt
>
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mattasplund at gmail

Jul 25, 2008, 8:56 AM

Post #5 of 5 (283 views)
Permalink
Re: Provo with mythtv-0.21 and Hardy [In reply to]

It is happening with the old PVR-150 card on the same hardware. That is
what surprised me. Maybe the newer version of myth is using the PVR-150 at
a higher resolution than it did in older versions.

On Wed, Jul 23, 2008 at 7:07 PM, Nick Rout <nick.rout[at]gmail.com> wrote:

> what graphics card do you have?
>
> I had assumed it was because you are now using Hi Def and the bigger
> frame size was stretching the system too hard. Or is this happening on
> the older system?
>
>
> On Thu, Jul 24, 2008 at 12:59 PM, Matthew Asplund <mattasplund[at]gmail.com>
> wrote:
> > Yea, I just tried, and it plays fine with mplayer -vo x11 but not at all
> > with -vo xv. I guess what I still don't understand is why old recordings
> > work just fine, but newer ones don't. Maybe something changed with the
> > recording settings in newer versions of the pvr-150 driver?
> >
> > Thanks for responding.
> >
> > Matt
> >
> _______________________________________________
> mythtv-users mailing list
> mythtv-users[at]mythtv.org
> 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 lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.