On Jul 15, 2006, at 3:47 PM, Frank Armstrong wrote: > I have a a HD3000 and a PVR-150, and I know the 150 should be /dev/ > video0 but it's defaulting to /dev/video1. How do i set it to > default to /dev/video0? Setting it up in mythtvsetup i can set it > to /dev/video1 no problem...but then it seems to only work on the > first channel it's set on. If i try and change the channel it > crashes on me and i'm pretty sure it's becuase it tries to change > the channel on the card assinged /dev/video0. I know i can manually > change the channel using ivtvctl -d but how do i set it up in myth > to always use /dev/video1?? > > any help would be appreciated.
One of the problems of cross posting multiple lists is that people from either list might assume the other list would handle the problem. You can't easily tell the HD3000 which device to grab, but ivtv is easily changed. So let the HD3000 grab video0, and manually specify the one for the PVR-150. Like this in modprobe.conf : # ivtv modules setup alias char-major-81 ivtv alias char-major-81-1 ivtv options ivtv ivtv_first_minor=1 And then tell Myth to use video1 for the PVR-150. Keith C _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
