Chris Schanzle wrote: > I recently refreshed my mythtv system to Fedora 7, 64-bit. It has two > cards: a PVR-250 and a HD-3000. I'm running 2.6.22.5-76.fc7 with the > v4l-dvb-dff42ce32609.tar.bz2 package installed to squash the DMA errors > (so far, so good in that area). > > However, sometimes I boot up and mythtv says one of the cards is > "unavailable", the one that handles analog recordings (PVR-250). > > I saved a copy of the dmesg output, rebooted, both cards are available, > and diffed the dmesg files, and I'll be darned if the initialization of > the cards swapped with who got /dev/video0 first. > > $ egrep video[01] pvr250-o* > pvr250-offline.dmesg:cx88[0]/0: registered device video0 [v4l2] > pvr250-offline.dmesg:ivtv0: Registered device video1 for encoder MPG > (4096 kB) > pvr250-online.dmesg:ivtv0: Registered device video0 for encoder MPG > (4096 kB) > pvr250-online.dmesg:cx88[0]/0: registered device video1 [v4l2] > > Any idea can I configure the system so it is consistent?
Put this line in your modprobe.conf file, right after the ivtv stuff: options ivtv ivtv_first_minor=1 Now your 250 will always be video1 and your HD3000 video0. > Thanks! > Chris -- Kevin J. Cummings [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Registered Linux User #1232 (http://counter.li.org) _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
