[mythtv-users] offset listings time for one channel

2005-09-27 Thread Craig Betts
Hello,
For the last week, the lineup for one of my channels has been off
by 3 hours.  I've reported the problem to zap2it, but I was wondering
if anyone knows how to make the lineup for a single station three
hours later while I'm waiting for the listings to get fixed.
Thanks
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] edit custom record rules

2005-06-12 Thread Craig Betts
Hello,
Is there any way that I can see/edit the custom recording rules
that I've previously given mythtv?  They're all working great now, but
I can see the possibility of wanting to edit or delete them in the
future.
   Thanks
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-150 need a solution

2005-06-01 Thread Craig Betts
I had this problem with a FC3 installation.  My solution was to add
the following lines to my rc.local:
/sbin/depmod -a
/sbin/modprobe ivtv
/sbin/modprobe lirc_i2c
/sbin/service licr_i2c start
/sbin/service mythbackend start

if you do this, you'll also have to turn off the backend autostart
script because things get screwed up when the backend starts before
the ivtv drivers are loaded, which is why I have the backend start in
the rc.local to make sure that it starts on boot, but after ivtv.
# /sbin/chkconfig mythbackend off

The ivtv mailing list is also a good place to look for other solutions

On 6/1/05, Joseph A. Caputo <[EMAIL PROTECTED]> wrote:
> On Wednesday 01 June 2005 9:38, Tomer Sivilya wrote:
> > Hi All,
> >
> > I've installed the PVR-150 on my FC3 backend machine but encountered 2
> > problems that I could not find any conclusive solution to:
> 
> [snip]
> 
> > 2. I'm using the Composite INPUT so no tuner issue for me, however,
> > I'm unable to capture sound. I've tried all possible configurations I
> > could think of (ivtvctl -v input=?,output=? and options msp3400 once=1
> > simple=1 standard=0x01)
> 
> Smack me if this is too obvious, but you do have your audio source
> plugged into the PVR-150's audio input, right?
> 
> -JAC
> ___
> 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-150 users - how did you do it?

2005-05-28 Thread Craig Betts
I had the same issue once I got the card going.  There's two things
that could be in play.  First, from reading the mailing list archives,
live TV get's killed if the soundcard is not properly configured. 
Also, the ivtv driver needs to be loaded before you start the
mythbackend, or else you see about a second of video before it freezes
and dies, so try restarting the backend and see if it fixes it.

On 5/28/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> On 5/28/05, Ryan Steffes <[EMAIL PROTECTED]> wrote:
> > On 5/22/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> > > Childe,
> > >Thanks very much. I think this is helping. After many problems
> > > today I'm back to having at least the test method for the PVR-150
> > > correctly storing files using cat and then playing them back using
> > > mplayer.
> > >
> > >Now I'm trying to get mythsetup done correctly. I'm guessing a bit
> > > here. Can you tell me how you set yours up in the backend?
> > >
> > > 1) Since the PVR-150 is supposed to be a cost reduced version of the
> > > 250 I've chosen my capture card type to be a PVR-250/350. Is this what
> > > you did?
> > >
> > > 2) I've set the video device as /dev/v4l/video0 and the tuner as
> > > Tuner0. (Do you also have 'Tuner1' as an option?)
> > >
> > > 3) Under input connections I've set Tuner0->Adelphia (The name of my
> > > cable TV service at this location.
> > >
> > >This all makes basic sense, but when I try to watch TV I only get a
> > > black screen, no audio, and I have to Ctrl-C out of the terminal to
> > > get back. I cannot hit escape to exit the watch TV screen.
> > >
> > >Help! I think I'm pretty close!
> > >
> >
> >
> >
> > What exactly did you do to go from here to working?  I think I'm
> > getting close to that same point but don't know what to do from here.
> > This PVR150 is giving me a run for my money.  I finally got pictures
> > and sound from cat /dev/video but got a blackscreen and had to kill X
> > when I tried to set mythtv to watch it.
> >
> > Any help would be appreciated!
> >
> 
> Ryan,
>OK, this is from memory but the following is what I believe I did:
> 
> 1) Downloaded the development tarball for ivtv from their site:
> 
> http://ivtv.writeme.ch/tiki-index.php?page=DownloadIvyTv
> 
> Please get the tarball on this page - called ivtv-0.3.3k.tgz
> 
> 2) Built and installed this using the doc/QuickSetup instructions.
> Follow them carefully.
> 
> 3) Placed the following in my /etc/modules.d/ivtv file:
> 
> alias char-major-61 lirc_i2c
> alias char-major-81 videodev
> alias char-major-81-0 ivtv
> 
> options cx25840 no_black_magic=1
> options ivtv ivtv_std=0 tuner=50 tda9887=0 ivtv_debug=1
> options cx25840 i2c_enable=1
> options saa7127 i2c_enable=-1
> install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400;
> /sbin/modprobe saa7115; /sbin/modprobe --ignore-install ivtv
> remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe
> -r saa7115 && /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner
> 
> #options ivtv ivtv-debug=0 mpg_buffers=90
> #options tuner type=2
> #options msp3400 once=1 simple=1 debug=0
> #add below ivtv msp3400 saa7115 tuner
> #add above ivtv lirc_dev lirc_i2c
> 
> Note that the above is distro dependent and might go elsewhere on your
> machine. I'm using Gentoo. Basically it's a modprobe.conf entry
> somewhere.
> 
> 4) Updated everything Myth to 18.1. I'm sure that's not necessary but I did.
> 
> 5) Ensured that the kernel was v4l compatible.
> 
> 6) Converted the machine to udev from devfs. This is most likely not required.
> 
> At this point when I modprobed ivtv I got v4l devices under
> /dev/v4l/videoX. With that in place Myth pretty much worked right away
> using /dev/v4l/video. Until I had the v4l devices I was able to do the
> test capture using /dev/video but I wasn't able to use Myth.
> 
> Hope this helps,
> Mark
> ___
> 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] Bottom-end MythTv Suggestions

2005-05-25 Thread Craig Betts
It's true that there's only room for one optical and a single IDE no
SATA (There might be SATA on the more expensive one with the ATI
video).  The noise issue, I think, is that the quiet mode is off by
default in the BIOS settings, and it really howls, but once I turned
on quiet mode, I can't hear it at all.  It didn't take a dremel to get
in my PVR 150, but some forcing was required, and I think I can forget
about putting a second tuner in it.  I can't complain about the video
quality, but I've been using VGA out so far while waiting to get back
the TV I left behind with my girlfriend when I moved.

On 5/25/05, Obie Fayth <[EMAIL PROTECTED]> wrote:
> Bob Cottingham wrote:
> >
> > ...I bought an MSI K7N2GM2-LSR motherboard from
> > newegg for $63 with shipping. This motherboard is an nforce2 with onboard
> > sound and video and both svideo and rca out.  It also has SATA...
> > ...I would suggest a Athlon XP-M 2400+ or 2500+ mobile processor for about
> > $80-$90 for low heat and reasonable cost...
> 
> I have also used this motherboard for a remote frontend I built
> recently and completely agree with the recommendation. I just wanted
> to mention though that it did not like the Athlon XP-M 2000 that I
> tried to use and I eventually had to give up and swap processors with
> the backend machine. It now works very well.
> 
> -Obie
> ___
> 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] Bottom-end MythTv Suggestions

2005-05-25 Thread Craig Betts
I built out of an ASUS Pundit-S, $115 on new egg, and a Celeron-D
processor, ~$70-80.  A little bit pricier than the other suggestions
given, but the small case looks just like a DVD player, and Jarod's
guide has specific instructions for the pundit.  I've been extremely
pleased with it so far

On 5/25/05, Bob Cottingham <[EMAIL PROTECTED]> wrote:
> Since I just went though building a new frontend, I thought I'd offer a
> few suggestions of my own. I bought an MSI K7N2GM2-LSR motherboard from
> newegg for $63 with shipping. This motherboard is an nforce2 with onboard
> sound and video and both svideo and rca out.  It also has SATA. Newegg
> doesn't appear to carry it any more (I just bought it a month ago, but
> pricewatch shows ewiz carrying it at that price). I really like the
> motherboard and it works great.
> 
> I would suggest a Athlon XP-M 2400+ or 2500+ mobile processor for about
> $80-$90 for low heat and reasonable cost, plus a CNPS7000b-ALCU Zalman
> heatsink/fan for $29 from Amazon.com for quiet operation.
> 
> This would be for the best bang for your buck that I could determine.
> 
> Good luck,
> Bob C
> 
> Adam Pash wrote:
> > Thanks for your replies. Everything makes sense, but there's still one
> > thing... as is, I'm not sure how well my existing soundcard, video card,
> > and motherboard are going to work. Actually, I know that the video card
> > won't work, b/c it doesn't have any s-video or rca video outs. But I don't
> > think that my motherboard will support a newer card, either. So I'm
> > thinking... is there any combination of motherboard (with onboard sound,
> > and ethernet), video card, and processor that anyone could recommend that
> > would cost somewhere in the $100-$200 range that are well-supported?
> >
> > I have no concerns for hi-def, but I would like to transcode video, as
> > disk space is somewhat of a concern. Anyone have some suggestions in this
> > price range that have worked for you?
> > ___
> > 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] Newbie questions...

2005-05-24 Thread Craig Betts
After going through a headache setting up a 150... I'd recomend the
better supported 250, especially if you're new to it.  I went the
fedora core 3 route because things are much easier if you follow
Jarod's fedora howto, which does require any compiling.

On 5/24/05, Jason Rhodes <[EMAIL PROTECTED]> wrote:
> Getting better each day 8)...3rd compile this week 8) upto 3.2f I think
> now
> 
> 
> -Original Message-
> From: MagicITX [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 25 May 2005 2:44 PM
> To: Discussion about mythtv
> Subject: Re: [mythtv-users] Newbie questions...
> 
> On 5/24/05, Jason Rhodes <[EMAIL PROTECTED]> wrote:
> > Pvr 150 = replaced 250
> >
> > Pvr 350 = 150 with tv-out
> >
> > Pvr 500 = 2 x 150s stucktogether.
> >
> >
> > -Original Message-
> > From: Ben Bargabus [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, 25 May 2005 1:03 PM
> > To: MagicITX; Discussion about mythtv
> > Subject: Re: [mythtv-users] Newbie questions...
> >
> > 
> > > 1. I've not had trouble with the VIA DMA problem.  I seem to recall
> > > some talk that it could be an FC3 on VIA problem.  Maybe I shouldn't
> 
> > > say that since I can't recall specifics of the conversation.  YMMV
> >
> >
> > FC3 as in Fedora?  I'm a debian guy, I assume then that would be fine.
> >
> >
> > > 2. You don't need a 350 on the backend.  The decoding capability is
> > > a frontend thing.
> >
> >
> > I kind of thought that but wanted to check.  What then is the
> > difference between the 150 and 250?  I went to their web page and it
> > wasn't very clear.
> >
> >
> > Thank you for your input!
> >
> >
> >
> >
> > ___
> > mythtv-users mailing list
> > mythtv-users@mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> >
> >
> 
> You are correct.  One thing to keep in mind though is the chipset in the
> 150 is different than the 250.  The 150 needs the ivtv 0.3.x driver
> while the 250 can use that or the older 0.2.0 driver.  The 0.3.x driver
> is newer and may not be as stable as the 0.2.0 driver.
> 
> --
> Tim
> www.magicitx.com
> ___
> 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