On Mon, 2010-08-16 at 12:33 -0600, Peter Schneider wrote:
> I have a slightly different issue in that only one of the two tuners
> appears to work on the pvr500.  In my research it appears to be an
> issue with the dynamic device allocation that 10 now appears bound to.
> A recomendation that I got was to use udev to solve the issue.  Not
> knowing how to set that up right now I have lots of research to do.


$ v4l2-ctl --list-devices

may be of some help to you for manually using the devices.

Setting up udev is a pain, in that it is best if you learn how to use
udevadm to snoop hotplug event so you can then write rules to them.

Conceptually something like this:

1. man udevadm
2. confusion & swearing
3. su - root;
4  modprobe -r ivtv
5. udevadm monitor --somearguments
6. modprobe ivtv
7. confusion & swearing
8. quit udevadm
9. man udev
10. confusion & swearing
11. edit rules file on you machine
12. restart udev
13. modprobe -r ivtv; modprobe ivtv
14. check results
15. confusion & swearing
16. if results aren't right goto step 4
17. realize that pam rules affect device permissions
18  confusion & swearing
19. manually fix ownership and permissions on device nodes
        until logout and re-login

:)

>  Perhaps this is the same issue that you are facing.  

I suspect that is not the case.

Regards,
Andy

> -Peter
> 
> Sent from my iPhone
> 
> On 2010-08-16, at 11:24 AM, Anthony DeNardo III <[email protected]> wrote:
> 
> > 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > I have 3 WinTVPVR500 cards each, in a bunch of linux boxes.  Let's just
> > consider one (encoder1).  Each card receives input from composite video,
> > and the card is tuned correctly (I can see the video locally).  I am
> > trying to multicast all 6.  I used to (when using Ubuntu8.04) use this
> > startup script:
> > 
> > 
> > Now I've upgraded encoder1 from Ubuntu 8.04 to Ubuntu 10.04, and only
> > one multicast at a time works.  Doesn't matter which, I can start each
> > of them successfully, and view them (locally and multicast), however a
> > second stream can be started, but not viewed.  Tshark confirms only one
> > multicast leaving the box.  If I kill the active one, the second one
> > becomes vieweable (locally and multicast) and tshark indicates the
> > stream leaving the box.
> > 
> > Did some sort of un-multi-threading happen recently?
> > 



_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to