[From nobody Tue Nov 4 01:24:50 2003 Subject: Re: [ivtv-devel] More PVR 350 - Progess I Think.... From: MythTV at C4L <davidc-mythtv@connect4less.com> To: ivtv-devel@lists.sourceforge.net In-Reply-To: <1067910402.13363.11.camel@tweety.tnjinfl.com> References: <1067739693.12677.87.camel@tweety.tnjinfl.com> <1067776172.17934.3.camel@mercury> <1067826488.12871.130.camel@tweety.tnjinfl.com> <1067899539.19259.8.camel@mercury> <1067910402.13363.11.camel@tweety.tnjinfl.com> Content-Type: text/plain Message-Id: <1067925149.13463.81.camel@pluto.connect4less.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 03 Nov 2003 21:52:29 -0800 Content-Transfer-Encoding: 7bit Calling all PVR-350 owners who have X working with it. I got my Myth setup working enought that I thought that I would tackle the TV-OUT on the 350. I'm in the same boat now as the ones who came before me! I have a modules.conf: alias char-major-61 lirc_i2c alias char-major-81 videodev alias char-major-81-0 ivtv alias char-major-81-1 bttv options ivtv mpg_buffers=30 ivtv_debug=1 options tuner type=2 options saa7127 enable_output=1 output_select=0 options msp3400 once=1 simple=1 #options saa7115 ivtv_debug=1 add below ivtv lirc_dev lirc_i2c add below ivtv saa7127 saa7115 msp3400 tuner #add above ivtv lirc_dev lirc_i2c ivtv-fb post-install ivtv /usr/local/bin/test_ioctl -d /dev/video0 -u 0x3000 post-install ivtv /usr/local/bin/test_ioctl -d /dev/video16 -u 0x3000 post-install ivtv /usr/local/bin/test_ioctl -d /dev/video32 -u 0x3000 post-install ivtv /usr/local/bin/test_ioctl -d /dev/video224 -u 0x3000 I updated XF86Config-4 as instructed in ivtv-fb.c. I cannot get X start at all. I can get TV-OUT to work with the PVR-350, just no X. Any help? DAve On Mon, 2003-11-03 at 17:46, James Pifer wrote: > Jose, > > With IvanK's help I have gotten 311003A working, at least with TV Out. I > can't see the MythTV screens, but at least I have the out working. > Unfortunately I'm not sure what made the difference for me since I had > to do so much. > > For me, I think having using the modules.conf that IvanK sent made the > difference. Seemed like it took a couple reboots, but it suddenly > started working. > > # This is for WinTV PVR-350 IVTV > alias char-major-61 lirc_i2c > alias char-major-81 videodev > alias char-major-81-0 ivtv > alias char-major-81-1 bttv > options ivtv debug=1 > options tuner type=2 > options saa7127 enable_output=1 output_select=0 > options msp3400 once=1 simple=1 > add below ivtv msp3400 saa7115 saa7127 tuner > add above ivtv lirc_dev lirc_i2c ivtv-fb > post-install ivtv /usr/sbin/test_ioctl -d /dev/video0 -u 0x3000 > post-install ivtv /usr/sbin/test_ioctl -d /dev/video16 -u 0x3000 > post-install ivtv /usr/sbin/test_ioctl -d /dev/video32 -u 0x3000 > post-install ivtv /usr/sbin/test_ioctl -d /dev/video224 -u 0x3000 > > > Please note that -u 0x3000 is for NTSC. > > > Now, I need to get the OSD part working so I can see the MythTV menus. > > James > >>SNIP ]