Re: [mythtv-users] PVR-500 Only one tuner works

2005-10-24 Thread Peter Darley

Todd,
I'm not really the guy to ask for general info.  In my specific  
case, the info in Jared's guide was perfect, except for the steps I  
listed below to get the first tuner working.

Thanks,
Peter Darley

On Oct 22, 2005, at 10:14 AM, Todd Houle wrote:

Peter - thanks for posting the info below.  I have a FC4 system  
setup about 2 weeks ago using a PVR350.  I just ordered a PVR500  
yesterday and am anxious to have the additional tuners.  I guess  
I'll need to do the following below to make it work?  What else  
will I need to do (beside the stuff in MythTV - I can handle the  
setup there)?

  thanks
 Todd




cd /lib/modules/`uname -r`/kernel/drivers/media/video/
mv tuner.ko tuner.ko.bak
mv tveeprom.ko tveeprom.ko.bak
mv msp3400.ko msp3400.ko.bak
mv tda9887.ko tda9887.ko.bak

cd /lib/modules/`uname -r`/updates/drivers/media/video
cp tuner-ivtv.ko tuner.ko
cp tveeprom-ivtv.ko tveeprom.ko

modprobe -r ivtv
depmod -a
modprobe ivtv
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-500 Only one tuner works

2005-10-22 Thread Todd Houle
Peter - thanks for posting the info below.  I have a FC4 system setup  
about 2 weeks ago using a PVR350.  I just ordered a PVR500 yesterday  
and am anxious to have the additional tuners.  I guess I'll need to  
do the following below to make it work?  What else will I need to do  
(beside the stuff in MythTV - I can handle the setup there)?

  thanks
 Todd


On Oct 21, 2005, at 11:51 PM, Peter Darley wrote:


Lonnie,
You are a genius and a saint. :)  I wasn't sure that I was ever  
going to

get this working.

Anyway, for the record, what I did exactly was:

cd /lib/modules/`uname -r`/kernel/drivers/media/video/
mv tuner.ko tuner.ko.bak
mv tveeprom.ko tveeprom.ko.bak
mv msp3400.ko msp3400.ko.bak
mv tda9887.ko tda9887.ko.bak

cd /lib/modules/`uname -r`/updates/drivers/media/video
cp tuner-ivtv.ko tuner.ko
cp tveeprom-ivtv.ko tveeprom.ko

modprobe -r ivtv
depmod -a
modprobe ivtv

After this, everything was working.  This was on Fedora Core 3,  
tho I
suspect it would work the same, or at least similarly on FC4, and  
maybe on

other distros?

Thanks again to everyone who helped me!

Thanks,
Peter Darley

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Lonnie Borntreger
Sent: Friday, October 21, 2005 4:13 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] PVR-500 Only one tuner works

The /lib/modules/ is where kernel modules live.  .ko  
files
and .ko.gz files are loadable kernel modules.  In the dir with the  
ivtv

files, take note of the file names.  search under that
entire /lib/modules/ directory for files with the same  
name
(like tveeprom).  Those are the ones to rename to prevent a clash.   
Once

done, run "depmod -a" (without quotes) to update the module dependency
list.  Then when it tries to load the tuner and such, it will get the
one from the ivtv build.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] PVR-500 Only one tuner works

2005-10-21 Thread Peter Darley
Lonnie,
You are a genius and a saint. :)  I wasn't sure that I was ever going to
get this working.

Anyway, for the record, what I did exactly was:

cd /lib/modules/`uname -r`/kernel/drivers/media/video/
mv tuner.ko tuner.ko.bak
mv tveeprom.ko tveeprom.ko.bak
mv msp3400.ko msp3400.ko.bak
mv tda9887.ko tda9887.ko.bak

cd /lib/modules/`uname -r`/updates/drivers/media/video
cp tuner-ivtv.ko tuner.ko
cp tveeprom-ivtv.ko tveeprom.ko

modprobe -r ivtv
depmod -a
modprobe ivtv

After this, everything was working.  This was on Fedora Core 3, tho I
suspect it would work the same, or at least similarly on FC4, and maybe on
other distros?

Thanks again to everyone who helped me!

Thanks,
Peter Darley

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Lonnie Borntreger
Sent: Friday, October 21, 2005 4:13 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] PVR-500 Only one tuner works

The /lib/modules/ is where kernel modules live.  .ko files
and .ko.gz files are loadable kernel modules.  In the dir with the ivtv
files, take note of the file names.  search under that
entire /lib/modules/ directory for files with the same name
(like tveeprom).  Those are the ones to rename to prevent a clash.  Once
done, run "depmod -a" (without quotes) to update the module dependency
list.  Then when it tries to load the tuner and such, it will get the
one from the ivtv build.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-500 Only one tuner works

2005-10-21 Thread Lonnie Borntreger
On Fri, 2005-10-21 at 12:18 -0700, Peter Darley wrote:
> Lonnie,
> 
>  Again, please pardon my ignorance. :)
> 
>  I thought that the kernel was monolithic and the modules were  
> all compiled into one kernel binary?  If so, what should I be renaming?

Most of the drivers and interfaces are built as loadable kernel modules.
Which is what the ivtv "driver" is.

[snip]

>  I get /lib/modules/2.6.12-1.1378_FC3/updates/drivers/media/ 
> video/ with ivtv.ko and other ivtv related .ko files.  Would these be  
> the kernel modules that I would rename?  I don't seem to have any  
> other ivtv.ko files anywhere else on the system.

The /lib/modules/ is where kernel modules live.  .ko files
and .ko.gz files are loadable kernel modules.  In the dir with the ivtv
files, take note of the file names.  search under that
entire /lib/modules/ directory for files with the same name
(like tveeprom).  Those are the ones to rename to prevent a clash.  Once
done, run "depmod -a" (without quotes) to update the module dependency
list.  Then when it tries to load the tuner and such, it will get the
one from the ivtv build.

> Thanks for your patience,

No big.

Lonnie Borntreger


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-500 Only one tuner works

2005-10-21 Thread Peter Darley

Lonnie,

Again, please pardon my ignorance. :)

I thought that the kernel was monolithic and the modules were  
all compiled into one kernel binary?  If so, what should I be renaming?


When I do a locate ivtv, I get several sets of things that don't  
look like source or docs, any of which I could potentially rename:


I get /sys/module/ivtv/ with a bunch of files and directories  
under it.


I get /usr/lib/ivtv/ivtvfwextract.pl which is certainly not a  
driver.


I get /lib/modules/ which has ivtv-fw-enc.bin and some  
other .bin files in it.


I get /lib/modules/2.6.12-1.1378_FC3/updates/drivers/media/ 
video/ with ivtv.ko and other ivtv related .ko files.  Would these be  
the kernel modules that I would rename?  I don't seem to have any  
other ivtv.ko files anywhere else on the system.


Thanks for your patience,
Peter Darley


On Oct 21, 2005, at 11:44 AM, Lonnie Borntreger wrote:


On Fri, 2005-10-21 at 11:35 -0700, Peter Darley wrote:


 So, my current question is: is there any way to override the
kernel module with an external one, so the kerenel module doesn't
load, or am I to the point where my only hope is to re-compile the
kernel with the new module, or without any ivtv module and then load
the package one?



I renamed the conflicting kernel modules, ran depmod -a, and then it
only sees the ivtv ones.

Lonnie Borntreger



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-500 Only one tuner works

2005-10-21 Thread Lonnie Borntreger
On Fri, 2005-10-21 at 11:35 -0700, Peter Darley wrote:
>  So, my current question is: is there any way to override the  
> kernel module with an external one, so the kerenel module doesn't  
> load, or am I to the point where my only hope is to re-compile the  
> kernel with the new module, or without any ivtv module and then load  
> the package one?

I renamed the conflicting kernel modules, ran depmod -a, and then it
only sees the ivtv ones.

Lonnie Borntreger


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-500 Only one tuner works

2005-10-21 Thread Peter Darley

Folks,
First, sorry for spamming the list with all this stuff.  I feel  
like I'm getting a handle on things, but it's slow and plodding.


When I go to get the source for 0.3.9 from svn as per the  
thread, I get a message saying it's not available:
"[EMAIL PROTECTED] ivtv]# svn co http://ivtvdriver.org/svn/ivtv/ 
tags/0.3.9 ivtv

svn: URL 'http://ivtvdriver.org/svn/ivtv/tags/0.3.9' doesn't exist"

I did get the source for 0.4.0, and it looks like the patch is  
already in there.  I also have itvt v0.4.0 from yum on the system,  
and I'm still getting the same problems.  When I do "dmesg | grep  
tuner" I get:

"ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=60]
tuner 1-0060: chip found @ 0xc0 (ivtv i2c driver #0)
tveeprom: tuner = Philips FQ1236A MK4 (idx = 92, type = 57)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x1000)
tuner 1-0060: type set to 57 (Philips FQ1236A MK4)
ivtv1: i2c attach to card #1 ok [client=(tuner unset), addr=61]
tuner 2-0061: chip found @ 0xc2 (ivtv i2c driver #1)
tveeprom: tuner = Philips FQ1236A MK4 (idx = 92, type = 57)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x1000)
tuner 2-0061: type set to 57 (Philips FQ1236A MK4)"

The first tuner is getting ivtv i2c driver #0 at addr=60, and  
the second is gettin ivtv i2c driver #1 at addr=61, which seems to  
match the problem as layed out in the thread on ivtv-devel.


So, my current question is: is there any way to override the  
kernel module with an external one, so the kerenel module doesn't  
load, or am I to the point where my only hope is to re-compile the  
kernel with the new module, or without any ivtv module and then load  
the package one?


Thanks,
Peter Darley



On Oct 21, 2005, at 9:31 AM, Danesh wrote:


Hey,

I had the same problem and fixing it took
- downloading the patch from the following thread,
- applying it to ivtv source, and
- recompiling ivtv and then rebooting.

http://www.gossamer-threads.com/lists/ivtv/devel/24322? 
search_string=second%20pvr-500;#24322


Ofcourse, remember to do the above everytime you recompile your  
kernel.


Regards,
`Danesh

On 10/21/05, Peter Darley <[EMAIL PROTECTED]> wrote:


Folks,

 I guess I'll reply to my own message...

 On the ivtv-devel list I find:


With Hans Verkuil's help, which was VERY much appreciated, my
problem turned
out to be that I was using the tuner that came with the linux
kernel itself
rather than the one that came with ivtv-0.3.9.  Looks likely I was
doing the
same with tveeprom as well.  Once I switched, I was able to get
both tuners
working correctly and successfully captured mpeg using the cat /dev/
video?
trick.



 Which seems like it could easily be my problem as well.  So, I'm
wondering if anyone out there can give me a pointer on how to prevent
the card from being controlled by the kernal modules, and get the
correct modules from ivtv to load instead.  Will I have to re-compile
the kernel to do this?

 My kernel version is the latest FC3 kernel: "Linux version
2.6.12-1.1378_FC3 ([EMAIL PROTECTED]) (gcc version
3.4.4 20050721 (Red Hat 3.4.4-2)) #1 Wed Sep 14 04:24:31 EDT 2005"

Thanks for any pointers!
Peter Darley

On Oct 20, 2005, at 9:59 PM, Peter Darley wrote:



Larry,
Well, I've put my card into a windows machine and it doesn't
appear to be broken.  BeyondTV can use both tuners.
I'll check out the ivtv list.  If you make any progress, can
you let this list know?
Thanks,
Peter
-Original Message-
From: [EMAIL PROTECTED] [mailto:mythtv-users-
[EMAIL PROTECTED] Behalf Of Larry K
Sent: Thursday, October 20, 2005 4:38 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] PVR-500 Only one tuner works

I have the same problem, and a lengthy thread over in the ivtv-
devel archive.  No solution yet.  I've  tried just about everything.

On 10/20/05, Peter Darley <[EMAIL PROTECTED] > wrote:  
Folks,


I've just installed a PVR-500, and I'm having a problem.  I
can use video1,
but I get only static on video0.  It seems like the problem is that
it's not
actually able to change channel; I think it's tuning channel 1
which I don't
get, since the static looks just like a tv that doesn't have an
antenna or
cable hooked up.  It's possible that the problem is not that it's  
not

changing channel, so I don't want to rule anything out.

When I try to use ivtv-tune, I get:
# ivtv-tune -d/dev/video0 -c60
/dev/video0: 439.250 MHz

# ivtv-tune -d/dev/video1 -c60
/dev/video1: 439.250 MHz  (Signal Detected)

Which seems to be saying that the channel change on video0
didn't succeed,
while the change on video1 did.

I'm hoping that there's someone else out there who has had
similar problems
and can give me a pointer.  I'm also not rulling out that it

Re: [mythtv-users] PVR-500 Only one tuner works

2005-10-21 Thread Danesh
Peter,

Yes.. The problem is with the kernel tveeprom being used instead of
ivtv's version. So quite simply...

- If you recompile your kernel, the tveeprom (ivtv version) will be
overwritten with the kernel version and hence you will need to
recompile ivtv AFTER recompiling your kernel.
- If you dont recompile your kernel and simply install ivtv. You
shouldn't have a problem.

Things should work, but just incase they don't patch the source and
try again. The patch fixes radio on the PVR500
(http://www.gossamer-threads.com/lists/engine?do=post_attachment;postatt_id=1203;list=ivtv).

Regards,
~Danesh


On 10/21/05, Peter Darley <[EMAIL PROTECTED]> wrote:
> Danesh,
>
>  Thanks for responding to this!
>
>  Forgive my ignorance, but it looks like you're saying that if I
> recomplie ivtv, I won't need to recompile the kernel?  Or is this a
> way to get ivtv compiled into the kernel correctly?  I've never
> compiled a kernel, so I'm hoping that I won't have to... :)
>
> Thanks again,
> Peter Darley
> On Oct 21, 2005, at 9:31 AM, Danesh wrote:
>
> > Hey,
> >
> > I had the same problem and fixing it took
> > - downloading the patch from the following thread,
> > - applying it to ivtv source, and
> > - recompiling ivtv and then rebooting.
> >
> > http://www.gossamer-threads.com/lists/ivtv/devel/24322?
> > search_string=second%20pvr-500;#24322
> >
> > Ofcourse, remember to do the above everytime you recompile your
> > kernel.
> >
> > Regards,
> > `Danesh
> >
> > On 10/21/05, Peter Darley <[EMAIL PROTECTED]> wrote:
> >
> >> Folks,
> >>
> >>  I guess I'll reply to my own message...
> >>
> >>  On the ivtv-devel list I find:
> >>
> >>> With Hans Verkuil's help, which was VERY much appreciated, my
> >>> problem turned
> >>> out to be that I was using the tuner that came with the linux
> >>> kernel itself
> >>> rather than the one that came with ivtv-0.3.9.  Looks likely I was
> >>> doing the
> >>> same with tveeprom as well.  Once I switched, I was able to get
> >>> both tuners
> >>> working correctly and successfully captured mpeg using the cat /dev/
> >>> video?
> >>> trick.
> >>>
> >>
> >>  Which seems like it could easily be my problem as well.  So, I'm
> >> wondering if anyone out there can give me a pointer on how to prevent
> >> the card from being controlled by the kernal modules, and get the
> >> correct modules from ivtv to load instead.  Will I have to re-compile
> >> the kernel to do this?
> >>
> >>  My kernel version is the latest FC3 kernel: "Linux version
> >> 2.6.12-1.1378_FC3 ([EMAIL PROTECTED]) (gcc version
> >> 3.4.4 20050721 (Red Hat 3.4.4-2)) #1 Wed Sep 14 04:24:31 EDT 2005"
> >>
> >> Thanks for any pointers!
> >> Peter Darley
> >>
> >> On Oct 20, 2005, at 9:59 PM, Peter Darley wrote:
> >>
> >>
> >>> Larry,
> >>> Well, I've put my card into a windows machine and it doesn't
> >>> appear to be broken.  BeyondTV can use both tuners.
> >>> I'll check out the ivtv list.  If you make any progress, can
> >>> you let this list know?
> >>> Thanks,
> >>> Peter
> >>> -Original Message-
> >>> From: [EMAIL PROTECTED] [mailto:mythtv-users-
> >>> [EMAIL PROTECTED] Behalf Of Larry K
> >>> Sent: Thursday, October 20, 2005 4:38 PM
> >>> To: Discussion about mythtv
> >>> Subject: Re: [mythtv-users] PVR-500 Only one tuner works
> >>>
> >>> I have the same problem, and a lengthy thread over in the ivtv-
> >>> devel archive.  No solution yet.  I've  tried just about everything.
> >>>
> >>> On 10/20/05, Peter Darley <[EMAIL PROTECTED] > wrote:
> >>> Folks,
> >>>
> >>> I've just installed a PVR-500, and I'm having a problem.  I
> >>> can use video1,
> >>> but I get only static on video0.  It seems like the problem is that
> >>> it's not
> >>> actually able to change channel; I think it's tuning channel 1
> >>> which I don't
> >>> get, since the static looks just like a tv that doesn't have an
> >>> antenna or
> >>> cable hooked up.  It's possible that the problem is not that it's
> >>> not

Re: [mythtv-users] PVR-500 Only one tuner works

2005-10-21 Thread Peter Darley

Danesh,

Thanks for responding to this!

Forgive my ignorance, but it looks like you're saying that if I  
recomplie ivtv, I won't need to recompile the kernel?  Or is this a  
way to get ivtv compiled into the kernel correctly?  I've never  
compiled a kernel, so I'm hoping that I won't have to... :)


Thanks again,
Peter Darley
On Oct 21, 2005, at 9:31 AM, Danesh wrote:


Hey,

I had the same problem and fixing it took
- downloading the patch from the following thread,
- applying it to ivtv source, and
- recompiling ivtv and then rebooting.

http://www.gossamer-threads.com/lists/ivtv/devel/24322? 
search_string=second%20pvr-500;#24322


Ofcourse, remember to do the above everytime you recompile your  
kernel.


Regards,
`Danesh

On 10/21/05, Peter Darley <[EMAIL PROTECTED]> wrote:


Folks,

 I guess I'll reply to my own message...

 On the ivtv-devel list I find:


With Hans Verkuil's help, which was VERY much appreciated, my
problem turned
out to be that I was using the tuner that came with the linux
kernel itself
rather than the one that came with ivtv-0.3.9.  Looks likely I was
doing the
same with tveeprom as well.  Once I switched, I was able to get
both tuners
working correctly and successfully captured mpeg using the cat /dev/
video?
trick.



 Which seems like it could easily be my problem as well.  So, I'm
wondering if anyone out there can give me a pointer on how to prevent
the card from being controlled by the kernal modules, and get the
correct modules from ivtv to load instead.  Will I have to re-compile
the kernel to do this?

 My kernel version is the latest FC3 kernel: "Linux version
2.6.12-1.1378_FC3 ([EMAIL PROTECTED]) (gcc version
3.4.4 20050721 (Red Hat 3.4.4-2)) #1 Wed Sep 14 04:24:31 EDT 2005"

Thanks for any pointers!
Peter Darley

On Oct 20, 2005, at 9:59 PM, Peter Darley wrote:



Larry,
Well, I've put my card into a windows machine and it doesn't
appear to be broken.  BeyondTV can use both tuners.
I'll check out the ivtv list.  If you make any progress, can
you let this list know?
Thanks,
Peter
-Original Message-
From: [EMAIL PROTECTED] [mailto:mythtv-users-
[EMAIL PROTECTED] Behalf Of Larry K
Sent: Thursday, October 20, 2005 4:38 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] PVR-500 Only one tuner works

I have the same problem, and a lengthy thread over in the ivtv-
devel archive.  No solution yet.  I've  tried just about everything.

On 10/20/05, Peter Darley <[EMAIL PROTECTED] > wrote:  
Folks,


I've just installed a PVR-500, and I'm having a problem.  I
can use video1,
but I get only static on video0.  It seems like the problem is that
it's not
actually able to change channel; I think it's tuning channel 1
which I don't
get, since the static looks just like a tv that doesn't have an
antenna or
cable hooked up.  It's possible that the problem is not that it's  
not

changing channel, so I don't want to rule anything out.

When I try to use ivtv-tune, I get:
# ivtv-tune -d/dev/video0 -c60
/dev/video0: 439.250 MHz

# ivtv-tune -d/dev/video1 -c60
/dev/video1: 439.250 MHz  (Signal Detected)

Which seems to be saying that the channel change on video0
didn't succeed,
while the change on video1 did.

I'm hoping that there's someone else out there who has had
similar problems
and can give me a pointer.  I'm also not rulling out that it's just
broken.

Thanks,
Peter Darley

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users






___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users





___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-500 Only one tuner works

2005-10-21 Thread Danesh
Hey,

I had the same problem and fixing it took
- downloading the patch from the following thread,
- applying it to ivtv source, and
- recompiling ivtv and then rebooting.

http://www.gossamer-threads.com/lists/ivtv/devel/24322?search_string=second%20pvr-500;#24322

Ofcourse, remember to do the above everytime you recompile your kernel.

Regards,
`Danesh

On 10/21/05, Peter Darley <[EMAIL PROTECTED]> wrote:
> Folks,
>
>  I guess I'll reply to my own message...
>
>  On the ivtv-devel list I find:
> > With Hans Verkuil's help, which was VERY much appreciated, my
> > problem turned
> > out to be that I was using the tuner that came with the linux
> > kernel itself
> > rather than the one that came with ivtv-0.3.9.  Looks likely I was
> > doing the
> > same with tveeprom as well.  Once I switched, I was able to get
> > both tuners
> > working correctly and successfully captured mpeg using the cat /dev/
> > video?
> > trick.
>
>  Which seems like it could easily be my problem as well.  So, I'm
> wondering if anyone out there can give me a pointer on how to prevent
> the card from being controlled by the kernal modules, and get the
> correct modules from ivtv to load instead.  Will I have to re-compile
> the kernel to do this?
>
>  My kernel version is the latest FC3 kernel: "Linux version
> 2.6.12-1.1378_FC3 ([EMAIL PROTECTED]) (gcc version
> 3.4.4 20050721 (Red Hat 3.4.4-2)) #1 Wed Sep 14 04:24:31 EDT 2005"
>
> Thanks for any pointers!
> Peter Darley
>
> On Oct 20, 2005, at 9:59 PM, Peter Darley wrote:
>
> > Larry,
> > Well, I've put my card into a windows machine and it doesn't
> > appear to be broken.  BeyondTV can use both tuners.
> > I'll check out the ivtv list.  If you make any progress, can
> > you let this list know?
> > Thanks,
> > Peter
> > -----Original Message-
> > From: [EMAIL PROTECTED] [mailto:mythtv-users-
> > [EMAIL PROTECTED] Behalf Of Larry K
> > Sent: Thursday, October 20, 2005 4:38 PM
> > To: Discussion about mythtv
> > Subject: Re: [mythtv-users] PVR-500 Only one tuner works
> >
> > I have the same problem, and a lengthy thread over in the ivtv-
> > devel archive.  No solution yet.  I've  tried just about everything.
> >
> > On 10/20/05, Peter Darley <[EMAIL PROTECTED] > wrote: Folks,
> >
> > I've just installed a PVR-500, and I'm having a problem.  I
> > can use video1,
> > but I get only static on video0.  It seems like the problem is that
> > it's not
> > actually able to change channel; I think it's tuning channel 1
> > which I don't
> > get, since the static looks just like a tv that doesn't have an
> > antenna or
> > cable hooked up.  It's possible that the problem is not that it's not
> > changing channel, so I don't want to rule anything out.
> >
> > When I try to use ivtv-tune, I get:
> > # ivtv-tune -d/dev/video0 -c60
> > /dev/video0: 439.250 MHz
> >
> > # ivtv-tune -d/dev/video1 -c60
> > /dev/video1: 439.250 MHz  (Signal Detected)
> >
> > Which seems to be saying that the channel change on video0
> > didn't succeed,
> > while the change on video1 did.
> >
> > I'm hoping that there's someone else out there who has had
> > similar problems
> > and can give me a pointer.  I'm also not rulling out that it's just
> > broken.
> >
> > Thanks,
> > Peter Darley
> >
> > ___
> > mythtv-users mailing list
> > mythtv-users@mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> > ___
> > mythtv-users mailing list
> > mythtv-users@mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
>
>
>
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-500 Only one tuner works

2005-10-21 Thread Peter Darley

Folks,

I guess I'll reply to my own message...

On the ivtv-devel list I find:
With Hans Verkuil's help, which was VERY much appreciated, my  
problem turned
out to be that I was using the tuner that came with the linux  
kernel itself
rather than the one that came with ivtv-0.3.9.  Looks likely I was  
doing the
same with tveeprom as well.  Once I switched, I was able to get  
both tuners
working correctly and successfully captured mpeg using the cat /dev/ 
video?

trick.


Which seems like it could easily be my problem as well.  So, I'm  
wondering if anyone out there can give me a pointer on how to prevent  
the card from being controlled by the kernal modules, and get the  
correct modules from ivtv to load instead.  Will I have to re-compile  
the kernel to do this?


My kernel version is the latest FC3 kernel: "Linux version  
2.6.12-1.1378_FC3 ([EMAIL PROTECTED]) (gcc version  
3.4.4 20050721 (Red Hat 3.4.4-2)) #1 Wed Sep 14 04:24:31 EDT 2005"


Thanks for any pointers!
Peter Darley

On Oct 20, 2005, at 9:59 PM, Peter Darley wrote:


Larry,
Well, I've put my card into a windows machine and it doesn't  
appear to be broken.  BeyondTV can use both tuners.
I'll check out the ivtv list.  If you make any progress, can  
you let this list know?

Thanks,
Peter
-Original Message-
From: [EMAIL PROTECTED] [mailto:mythtv-users- 
[EMAIL PROTECTED] Behalf Of Larry K

Sent: Thursday, October 20, 2005 4:38 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] PVR-500 Only one tuner works

I have the same problem, and a lengthy thread over in the ivtv- 
devel archive.  No solution yet.  I've  tried just about everything.


On 10/20/05, Peter Darley <[EMAIL PROTECTED] > wrote: Folks,

I've just installed a PVR-500, and I'm having a problem.  I  
can use video1,
but I get only static on video0.  It seems like the problem is that  
it's not
actually able to change channel; I think it's tuning channel 1  
which I don't
get, since the static looks just like a tv that doesn't have an  
antenna or

cable hooked up.  It's possible that the problem is not that it's not
changing channel, so I don't want to rule anything out.

When I try to use ivtv-tune, I get:
# ivtv-tune -d/dev/video0 -c60
/dev/video0: 439.250 MHz

# ivtv-tune -d/dev/video1 -c60
/dev/video1: 439.250 MHz  (Signal Detected)

Which seems to be saying that the channel change on video0  
didn't succeed,

while the change on video1 did.

I'm hoping that there's someone else out there who has had  
similar problems
and can give me a pointer.  I'm also not rulling out that it's just  
broken.


Thanks,
Peter Darley

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] PVR-500 Only one tuner works

2005-10-20 Thread Peter Darley



Larry,
    Well, I've put my card into a windows machine and it 
doesn't appear to be broken.  BeyondTV can use both 
tuners.
    I'll check out the ivtv list.  If you make any 
progress, can you let this list know?
Thanks,
Peter

  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On 
  Behalf Of Larry KSent: Thursday, October 20, 2005 4:38 
  PMTo: Discussion about mythtvSubject: Re: [mythtv-users] 
  PVR-500 Only one tuner worksI have the same problem, and 
  a lengthy thread over in the ivtv-devel archive.  No solution yet.  
  I've  tried just about everything.
  On 10/20/05, Peter 
  Darley <[EMAIL PROTECTED] > 
  wrote:
  Folks,I've 
just installed a PVR-500, and I'm having a problem.  I can use 
video1,but I get only static on video0.  It seems like the 
problem is that it's notactually able to change channel; I think it's 
tuning channel 1 which I don'tget, since the static looks just like a tv 
that doesn't have an antenna or cable hooked up.  It's 
possible that the problem is not that it's notchanging channel, so I 
don't want to rule anything 
out.When I try to 
use ivtv-tune, I get:# ivtv-tune -d/dev/video0 -c60/dev/video0: 
439.250 MHz# ivtv-tune -d/dev/video1 -c60/dev/video1: 439.250 
MHz  (Signal 
Detected)Which seems 
to be saying that the channel change on video0 didn't succeed,while the 
change on video1 did. 
I'm hoping that 
there's someone else out there who has had similar problemsand can give 
me a pointer.  I'm also not rulling out that it's just 
broken.Thanks,Peter 
Darley___ 
mythtv-users mailing listmythtv-users@mythtv.orghttp://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-500 Only one tuner works

2005-10-20 Thread Larry K
I have the same problem, and a lengthy thread over in the ivtv-devel
archive.  No solution yet.  I've  tried just about
everything.On 10/20/05, Peter Darley <[EMAIL PROTECTED]
> wrote:Folks,I've
just installed a PVR-500, and I'm having a problem.  I can
use video1,but I get only static on video0.  It seems like the problem is that it's notactually able to change channel; I think it's tuning channel 1 which I don'tget, since the static looks just like a tv that doesn't have an antenna or
cable hooked up.  It's possible that the problem is not that it's notchanging channel, so I don't want to rule anything out.When I try to use ivtv-tune, I get:# ivtv-tune -d/dev/video0 -c60

/dev/video0: 439.250 MHz# ivtv-tune -d/dev/video1 -c60/dev/video1: 439.250 MHz  (Signal Detected)Which seems to be saying that the channel change on video0 didn't succeed,while the change on video1 did.
I'm hoping that there's someone else out there who has had similar problemsand can give me a pointer.  I'm also not rulling out that it's just broken.Thanks,Peter Darley___
mythtv-users mailing listmythtv-users@mythtv.orghttp://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users