Re: [ivtv-devel] PVR-350 with FC3 not loading ivtv

2005-02-24 Thread kevin thayer
your tveeprom doesn't appear to be loading. there's lots of threads in the past on how to get that working.. i'd search the archives -tmk --- Pastor Doug Coats <[EMAIL PROTECTED]> wrote: > I am using FC3 and trying to get Mythtv using > Wilson's instructions. I am > not sure if anyone has gotte

[ivtv-devel] PVR-350 with FC3 not loading ivtv

2005-02-24 Thread Pastor Doug Coats
I am using FC3 and trying to get Mythtv using Wilson's instructions.  I am not sure if anyone has gotten ivtv to work with FC3 yet for TV output.  If you have please help me out.    I am using Kernel: 2.6.10-1.766_FC3I am using ivtv version: ivtv-0.2.0-64_rc3f.rhfc3.at When I put the ivtv

[ivtv-devel] Cropped Video (PVR-150)

2005-02-24 Thread Jonathan Martin
I am noticing that whenever I capture video with the PVR-150, it seems to be cropping the right side of the image. For example watching an ESPN basketball game, I can't see the score. Has anyone else had this issue? Is it a tuner setting? tveeprom: Hauppauge: model = 26052, rev = C182, serial#

Re: [ivtv-devel] [PATCH] 0.3.2e - add in the rest of Jeff's PG600, PVR150 fixes

2005-02-24 Thread Nick Rosier
This was with CX25840_SET_PATH1_SEL_CTL(0x) --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. ht

Re: stack size limitation [was Re: [ivtv-devel] #0.2.0-rc3g and #0.3.2e fixes]

2005-02-24 Thread Jelte van der Hoek
On Thu, 2005-02-24 at 18:39, D. Hugh Redelmeier wrote: > [I recommend that folks quote only relevant parts of previous > messages. That makes for shorter messages that are easier to read.] Oops.. sorry! > | From: Jelte van der Hoek <[EMAIL PROTECTED]> > | > | I made a change to the cx25840 drive

Re: stack size limitation [was Re: [ivtv-devel] #0.2.0-rc3g and #0.3.2e fixes]

2005-02-24 Thread D. Hugh Redelmeier
[I recommend that folks quote only relevant parts of previous messages. That makes for shorter messages that are easier to read.] | From: Jelte van der Hoek <[EMAIL PROTECTED]> | | I made a change to the cx25840 driver that changes the seq arrays to | function calls (and uses an additional array

[ivtv-devel] Tuner on the AVC-2410

2005-02-24 Thread trev
Hi all The tuner is a FQ1216ME/I H-3. I have made some progress with this if I do the following: modprobe tda9887 sleep 1 modprobe tuner type=1 sleep 1 mdprobe ivtv cardtype=2 ivtv_std=2 sleep 1 modprobe i2c-dev sleep 1 modprobe i2c-isa sleep 1 modprobe cs53l32a I then need to do the following t

Re: [ivtv-devel] [PATCH] 0.3.2e - add in the rest of Jeff's PG600, PVR150 fixes

2005-02-24 Thread Tyler Trafford
Nick Rosier <[EMAIL PROTECTED]> wrote: > Tyler, > > I've made the modification but still no sound :-( > Going to try and dig some more in the code. Could you post the output of dmesg after the module load? It would be good if you set the wm8775 to debug=0, so that it doesn't scroll the other mes

Re: stack size limitation [was Re: [ivtv-devel] #0.2.0-rc3g and #0.3.2e fixes]

2005-02-24 Thread Jelte van der Hoek
I made a change to the cx25840 driver that changes the seq arrays to function calls (and uses an additional array to buffer the settings), I was still testing this but it seems to work. I don't have time to make a patch against the 0.3.2e and test it right now, but I'll do it tonight after I can te

[ivtv-devel] Tuner on the AVC-2410

2005-02-24 Thread trev
Hi all The tuner is a FQ1216ME/I H-3. I have made some progress with this if I do the following: modprobe tda9887 sleep 1 modprobe tuner type=1 sleep 1 mdprobe ivtv cardtype=2 ivtv_std=2 sleep 1 modprobe i2c-dev sleep 1 modprobe i2c-isa sleep 1 modprobe cs53l32a I then need to do the following t

[ivtv-devel] ioctl: VIDIOC_S_FMT failed

2005-02-24 Thread Neil Bird
I've been getting "ioctl: VIDIOC_S_FMT failed" (no other text) in MythTV's backend, and my MythTV seems to be very flaky ATM; I was wondering if it might be relevant. Are there any common reasons for this to fail? I don't see any equiv. reports in /var/log/messages; should I? I've been

Re: stack size limitation [was Re: [ivtv-devel] #0.2.0-rc3g and #0.3.2e fixes]

2005-02-24 Thread Greg Walton
On Wed, 23 Feb 2005 13:46:17 -0500 (EST), D. Hugh Redelmeier <[EMAIL PROTECTED]> wrote: > | From: David Gesswein <[EMAIL PROTECTED]> > | Subject: Re: [ivtv-devel] #0.2.0-rc3g and #0.3.2e fixes > | > | > The main change is to make as many seq arrays as possible static const. > | > If they had a non-

Re: [ivtv-devel] [PATCH] 0.3.2e - add in the rest of Jeff's PG600, PVR150 fixes

2005-02-24 Thread Nick Rosier
Tyler, I've made the modification but still no sound :-( Going to try and dig some more in the code. N. On Wed, 23 Feb 2005 20:56:06 -0500, Tyler Trafford <[EMAIL PROTECTED]> wrote: > On Wed, 23 Feb 2005 23:25:52 +0100, Nick Rosier <[EMAIL PROTECTED]> wrote: > > Tyler, > > > > tried your patch c