[mythtv-users] pvr-150 tuner type 47 problem

2005-06-03 Thread Dan H Orlic
2 PVR-150 in system--

Ok, from all the mailing lists I have seen it looks like this is what is
comes down to:

ivtv: Tuner Type 47, Tuner formats 0x1000, Radio: yes, Model
0x00892598, Revision 0x0001
ivtv: NTSC tuner detected
ivtv: Radio detected
cx25840: Unknown parameter `no_black_magic'
ivtv: Failed to load module cx25840

apparently that no_black_magic parameter is key to the 150 working (When
I comment it out all i get is static)

my problem is all the solutions out there say to upgrade the kernel but
i am running:

[EMAIL PROTECTED]:~# uname -a
Linux mythtv 2.6.11.9-chw-2 #1 SMP Sat May 14 12:11:44 CDT 2005 i686
GNU/Linux

Will a force install of 2.6.11.11 do the trick?  I'd hate to download a
kernel tarball and try to figure out all the config options that
knoppmyth set for optimizing mythtv.

Please help, I feel that this is the last hurdle to clear before getting
my system up and running! More info below:

[EMAIL PROTECTED]:~# more /etc/init.d/set_ivtv_params
/usr/local/bin/ivtvctl -d /dev/video0 -u 0x3000 -f width=720,height=480
-p 6
#/usr/local/bin/ivtvctl -d /dev/video0 -c
dnr_mode=0,dnr_temporal=4,dnr_spatial=4
#/usr/local/bin/ivtvctl -d /dev/video0 -x 0

/usr/local/bin/ivtvctl -d /dev/video1 -u 0x3000 -f width=720,height=480
-p 7
#/usr/local/bin/ivtvctl -d /dev/video1 -c
dnr_mode=0,dnr_temporal=4,dnr_spatial=4
#/usr/local/bin/ivtvctl -d /dev/video1 -x 0
[EMAIL PROTECTED]:~#

[EMAIL PROTECTED]:~# more /etc/mythtv/modules/ivtv
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
alias char-major-61 lirc_i2c

options cx25840 no_black_magic=1
options ivtv ivtv_std=0 tda9887=0,0 ivtv_debug=1

options cx25840 i2c_enable=1
options saa7127 i2c_enable=-1
options msp3400 once=1 simple=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
[EMAIL PROTECTED]:~#








___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] pvr-150 tuner type 47 problem

2005-06-03 Thread Dan H Orlic
ivtv: Encoder revision: 0x02040011
ivtv: Configuring WinTV PVR 150 card with 5 streams
ivtv: Registered v4l2 device, streamtype 0 minor 1
ivtv: Create DMA stream 0 using 128 16384 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 1 minor 33
ivtv: Create DMA stream 1 using 80 25920 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 2 minor 225
ivtv: Create DMA stream 2 using 165 12635 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 3 minor 25
ivtv: Create DMA stream 3 using 455 4608 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 4 minor 65
ivtv: Create stream 4
ivtv: Setting Tuner 47
tuner: type set to 47 (LG NTSC (TAPE series)) by ivtv i2c driver #1
cx25840: decoder set norm NTSC
cx25840: decoder set input (6)
cx25840: now setting Tuner input
cx25840: set audio input (0)
ivtv: Switching standard to NTSC.
ivtv: Initialized WinTV PVR 150, card #1
ivtv:   END INIT IVTV  
cx25840: decoder set size 720x480 (from 720x480) - scale  0x65536,
filter 0
ivtv: ivtv_enc_thread: pid = 2844, itv = 0xe0c026e8
ivtv: ivtv_enc_vbi_thread: pid = 2845, itv = 0xe0c026e8
cx25840: decoder set size 720x480 (from 720x480) - scale  0x65536,
filter 0
cx25840: decoder disable output
cx25840: decoder set input (7)
cx25840: now setting Tuner input
cx25840: decoder enable output
cx25840: decoder set norm NTSC
cx25840: decoder set input (7)
cx25840: now setting Tuner input
cx25840: set audio input (0)


On Fri, 2005-06-03 at 08:40 -0700, Mark Knecht wrote: 
 Dan,
Maybe I'm not seeing it but I cannot tell what version of ivtv you
 are running. On newer versions of ivtv  no_black_magic is no longer a
 valid parameter.
 
We have a PVR-150 in a Gentoo-based backend here. We are running
 ivtv-0.3.5p from the development donwload site. All we do to run it is
 this in /etc/conf.d/local.start
 
 modprobe tveeprom
 modprobe ivtv
 
 ivtv will not earlier in the boot sequence for us so sticking it in
 loacl.start was acceptable and is working fine. Everything about the
 newer drivers seems to be working well for us.
 
Hope this helps. If you need more info feel free to write back on
 the list or directly.
 
 Cheers,
 Mark
 
 On 6/3/05, Dan H Orlic [EMAIL PROTECTED] wrote:
  2 PVR-150 in system--
  
  Ok, from all the mailing lists I have seen it looks like this is what is
  comes down to:
  
  ivtv: Tuner Type 47, Tuner formats 0x1000, Radio: yes, Model
  0x00892598, Revision 0x0001
  ivtv: NTSC tuner detected
  ivtv: Radio detected
  cx25840: Unknown parameter `no_black_magic'
  ivtv: Failed to load module cx25840
  
  apparently that no_black_magic parameter is key to the 150 working (When
  I comment it out all i get is static)
  
  my problem is all the solutions out there say to upgrade the kernel but
  i am running:
  
  [EMAIL PROTECTED]:~# uname -a
  Linux mythtv 2.6.11.9-chw-2 #1 SMP Sat May 14 12:11:44 CDT 2005 i686
  GNU/Linux
  
  Will a force install of 2.6.11.11 do the trick?  I'd hate to download a
  kernel tarball and try to figure out all the config options that
  knoppmyth set for optimizing mythtv.
  
  Please help, I feel that this is the last hurdle to clear before getting
  my system up and running! More info below:
  
  [EMAIL PROTECTED]:~# more /etc/init.d/set_ivtv_params
  /usr/local/bin/ivtvctl -d /dev/video0 -u 0x3000 -f width=720,height=480
  -p 6
  #/usr/local/bin/ivtvctl -d /dev/video0 -c
  dnr_mode=0,dnr_temporal=4,dnr_spatial=4
  #/usr/local/bin/ivtvctl -d /dev/video0 -x 0
  
  /usr/local/bin/ivtvctl -d /dev/video1 -u 0x3000 -f width=720,height=480
  -p 7
  #/usr/local/bin/ivtvctl -d /dev/video1 -c
  dnr_mode=0,dnr_temporal=4,dnr_spatial=4
  #/usr/local/bin/ivtvctl -d /dev/video1 -x 0
  [EMAIL PROTECTED]:~#
  
  [EMAIL PROTECTED]:~# more /etc/mythtv/modules/ivtv
  alias char-major-81 videodev
  alias char-major-81-0 ivtv
  alias char-major-81-1 ivtv
  alias char-major-61 lirc_i2c
  
  options cx25840 no_black_magic=1
  options ivtv ivtv_std=0 tda9887=0,0 ivtv_debug=1
  
  options cx25840 i2c_enable=1
  options saa7127 i2c_enable=-1
  options msp3400 once=1 simple=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
  [EMAIL PROTECTED]:~#
  
  
  
  
  
  
  
  
  
  
  ___
  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] Switching to PAL problem

2005-06-02 Thread Dan H Orlic
I am extremely new to mythtv but I am pretty sure that I do not want
my card switching to PAL if I live in the US... which I do.  Any idea
why this is?  thanks for any help


my set_ivtv_params:

/usr/local/bin/ivtvctl -d /dev/video0 -u 0x3000 -f width=720,height=480
-p 6
/usr/local/bin/ivtvctl -d /dev/video0 -c
dnr_mode=0,dnr_temporal=4,dnr_spatial=4
/usr/local/bin/ivtvctl -d /dev/video0 -x 0

/usr/local/bin/ivtvctl -d /dev/video1 -u 0x3000 -f width=720,height=480
-p 6
/usr/local/bin/ivtvctl -d /dev/video1 -c
dnr_mode=0,dnr_temporal=4,dnr_spatial=4
/usr/local/bin/ivtvctl -d /dev/video1 -x 0

--

My dmesg output (Snippet):

ivtv: i2c attach [client=tveeprom[50],ok]
ivtv: Tuner Type 47, Tuner formats 0x1000, Radio: yes, Model
0x00892598, Revision 0x0001
ivtv: Radio detected
cx25840: Unknown parameter `no_black_magic'
ivtv: Failed to load module cx25840
wm8775: Unknown parameter `mixer'
ivtv: Failed to load module wm8775
ivtv: Encoder revision: 0x02040011
ivtv: Configuring WinTV PVR 150 card with 5 streams
ivtv: Registered v4l2 device, streamtype 0 minor 1
ivtv: Create DMA stream 0 using 128 16384 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 1 minor 33
ivtv: Create DMA stream 1 using 80 25920 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 2 minor 225
ivtv: Create DMA stream 2 using 165 12635 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 3 minor 25
ivtv: Create DMA stream 3 using 455 4608 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 4 minor 65
ivtv: Create stream 4
ivtv: Setting Tuner 47
tuner: type set to 47 (LG NTSC (TAPE series)) by ivtv i2c driver #1
ivtv: i2c client addr: 0x44 not found for command 1074029571!
ivtv: i2c client addr: 0x44 not found for command 1074029572!
ivtv: i2c client addr: 0x44 not found for command 1074029678!
ivtv: Switching standard to PAL.
ivtv: i2c client addr: 0x44 not found for command 1074029571!
ivtv: Initialized WinTV PVR 150, card #1
ivtv:   END INIT IVTV  
ivtv: ivtv_enc_thread: pid = 4608, itv = 0xe0c1b6e8
ivtv: ivtv_enc_vbi_thread: pid = 4609, itv = 0xe0c1b6e8


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] white static... now what?

2005-06-02 Thread Dan H Orlic
Ok,  I seeming have done all the neccessary things to get it up and
running.  However, when I go to watch tv all i get is noise.  I know the
cable is good (tested on the tv)  so what do I do next?  thank you for
your help

here is my set_ivtv_params:

[EMAIL PROTECTED]:~# more /etc/init.d/set_ivtv_params
/usr/local/bin/ivtvctl -d /dev/video0 -u 0x3000 -f width=720,height=480
-p 6
/usr/local/bin/ivtvctl -d /dev/video0 -c
dnr_mode=0,dnr_temporal=4,dnr_spatial=4
/usr/local/bin/ivtvctl -d /dev/video0 -x 0

/usr/local/bin/ivtvctl -d /dev/video1 -u 0x3000 -f width=720,height=480
-p 6
/usr/local/bin/ivtvctl -d /dev/video1 -c
dnr_mode=0,dnr_temporal=4,dnr_spatial=4
/usr/local/bin/ivtvctl -d /dev/video1 -x 0


here is my module/ivtv:

[EMAIL PROTECTED]:~# more /etc/mythtv/modules/ivtv
alias char-major-81 videodev
alias char-major-61 lirc_i2c
#options ivtv debug=1
#options tuner type=2
options msp3400 once=1 simple=1
install ivtv /sbin/modprobe tuner; /sbin/modprobe
msp3400; /sbin/modprobe saa7115;  /sbin/modprobe --ignore-install
ivtvremove ivtv /sbin/modprobe -r --ignore-remove ivtv  /sbin/modprobe
-r saa7115  /sbin/modprobe -r msp3400  /sbin/modprobe -r tuner
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv

my dmesg:
ivtv:  START INIT IVTV 
ivtv: version 0.3.5 (t) loading
ivtv: Linux version: 2.6.11.9-chw-2 SMP preempt 586 gcc-3.3
ivtv: In case of problems please include the debug info
ivtv: between the START INIT IVTV and END INIT IVTV lines when
ivtv: mailing the ivtv-devel mailinglist.
ivtv: Autodetected WinTV PVR 150 card
ivtv: Found an iTVC16 based chip
ACPI: PCI interrupt :00:09.0[A] - GSI 17 (level, low) - IRQ 17
ivtv: Unreasonably low latency timer, setting to 64 (was 32)
ivtv: VIA PCI device: 0x3116 vendor: 0x1106
tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
ivtv: i2c attach [client=(tuner unset),ok]
saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005)
tveeprom: Hauppauge: model = 26552, rev = B268, serial# = 7954869
tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x1000)
tveeprom: audio_processor = MSP3410D (type = 5)
ivtv: i2c attach [client=tveeprom[50],ok]
ivtv: Tuner Type 47, Tuner formats 0x1000, Radio: yes, Model
0x00892598, Revision 0x0001
ivtv: NTSC tuner detected
ivtv: Radio detected
cx25840: starting probe for adapter SMBus Via Pro adapter at 5000 (0x0)
cx25840: starting probe for adapter ivtv i2c driver #0 (0x10005)
cx25840: detecting cx25840 client on address 0x88
cx25840: writing init values
cx25840: FW image '/lib/modules/HcwMakoA.ROM' of size 14264 loaded.
cx25840: FW image md5 digest: 3a4803384f749d644ee1f1ca9dcb12fa
cx25840: FW image sha1 digest: 2b5e6292b7391c980b93d156cf6b34178ce770f6
cx25840: Status: cx258433 (DEVICE_ID)
ivtv: i2c attach [client=cx25840[50],ok]
ivtv: i2c attach [client=wm8775[50],ok]
ivtv: Encoder revision: 0x02040011
ivtv: Configuring WinTV PVR 150 card with 5 streams
ivtv: Registered v4l2 device, streamtype 0 minor 0
ivtv: Create DMA stream 0 using 128 16384 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 1 minor 32
ivtv: Create DMA stream 1 using 80 25920 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 2 minor 224
ivtv: Create DMA stream 2 using 165 12635 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 3 minor 24
ivtv: Create DMA stream 3 using 455 4608 byte buffers  0 kbytes total
ivtv: Registered v4l2 device, streamtype 4 minor 64
ivtv: Create stream 4
ivtv: Setting Tuner 47
tuner: type set to 47 (LG NTSC (TAPE series)) by ivtv i2c driver #0
cx25840: decoder set norm NTSC
cx25840: decoder set input (6)
cx25840: now setting Tuner input
cx25840: set audio input (0)
ivtv: Switching standard to NTSC.
ivtv: Initialized WinTV PVR 150, card #0
ivtv: Autodetected WinTV PVR 150 card
ivtv: Found an iTVC16 based chip
ACPI: PCI interrupt :00:0a.0[A] - GSI 18 (level, low) - IRQ 18
ivtv: Unreasonably low latency timer, setting to 64 (was 32)
ivtv: VIA PCI device: 0x3116 vendor: 0x1106
tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #1
ivtv: i2c attach [client=(tuner unset),ok]
saa7115: starting probe for adapter ivtv i2c driver #1 (0x10005)
tveeprom: Hauppauge: model = 26552, rev = B268, serial# = 7954696
tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x1000)
tveeprom: audio_processor = MSP3410D (type = 5)
ivtv: i2c attach [client=tveeprom[50],ok]
cx25840: starting probe for adapter ivtv i2c driver #1 (0x10005)
cx25840: detecting cx25840 client on address 0x88
cx25840: writing init values
ivtv: ivtv_enc_thread: pid = 2745, itv = 0xe0bdf3a0
ivtv: ivtv_enc_vbi_thread: pid = 2746, itv = 0xe0bdf3a0
cx25840: FW image '/lib/modules/HcwMakoA.ROM' of size 14264 loaded.
cx25840: FW image md5 digest: 3a4803384f749d644ee1f1ca9dcb12fa
cx25840: FW image sha1 digest: 

Re: [mythtv-users] Switching to PAL problem

2005-06-02 Thread Dan H Orlic
it was boneheaded deal on my part... i have it ntsc now... and no
seeming errors... but i am in the land of snowy tv.  i am sure it is my
options though... thank you for the input

On Thu, 2005-06-02 at 22:04 +0100, Nick wrote:
 On 6/2/05, Dan H Orlic [EMAIL PROTECTED] wrote:
  I am extremely new to mythtv but I am pretty sure that I do not want
  my card switching to PAL if I live in the US... which I do.  Any idea
  why this is?  thanks for any help
 
 Not a PVR-150 user, but make sure you are only using module options
 that are required for the cards. I'm not sure if you are using any
 options in modprobe.conf (or equiv) that are forcing to NTSC, but
 there are a couple of complaints in the ivtv output of unknown options
 being passed. Does the card work without any options (i.e. does is
 autodetect properly)?
 
 I would also take this to the ivtv list (where it is more appropriate)
 and see if there is a known issue.
 
 Nick

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-150 status?

2005-05-26 Thread Dan H Orlic
What if you have two pvr-150's? will the second video be real then?  or
will there be /dev/video0-3?

On Thu, 2005-05-26 at 11:12 -0500, Robert Kulagowski wrote:
  Not sure. the most obvious good feature about the 150 is contrary to
  the Hauppage site which says the '150 is the priced reduced version of
  the 250' it appears that the 150 with the 0.3.3k driver is actually
  dual tuner. However I haven't tried recording from the second tuner
  yet.
 
 And you won't be able to record anything from the second tuner, because 
 the 150 is _not_ a dual-tuner device, unlike the PVR-500, which is.
 
 Any Tuner 1 you find on a PVR device isn't really there, in the same 
 way that my PVR-250's don't have 4 S-Video inputs.  As stated in the 
 HOWTO, only the lowest numbered device in each class is actually there.
 
 So on a PVR-500, you get /dev/video0 and /dev/video1 and you'd use the 
 Tuner 0 on each one.
 ___
 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] IR receiver help

2005-05-22 Thread Dan H Orlic
I am all about the geek quotient, but I have a couple of things to
consider.

First, this is first stab for me, but ultimately this will be a system
for my mom, who is not super technosavvy.  That being said, I don't
think the ir keyboard will work.  I was hoping to use a tivo remote,
which learns both the tv and stereo.

But what you said interests me... why wouldn't an IR keyboard require
lirc?  How would it communicate with your system?

On Sun, 2005-05-22 at 16:23 -0400, David wrote:
 You might also consider what I did: 
 
 1.  First, buy a cheap IR keyboard.  I got a $17 Lite-On IR keyboard 
 from Newegg.  It was like $22 shipped.  It is very compact, about the 
 size of a laptop keyboard, with a mouse joystick and two buttons built 
 in.  This gives you the ability to do things only a keyboard can do, 
 without the wires, and without a separate mouse.
 2.  Next, buy a cheap learning remote that is JP1 compatible.  I bought 
 the One4All 8810w from Wal-Mart for $18.
 3.  Next, either train the remote to the keyboard keys you want 
 (sometimes very challenging depending on keyboard model), or buy/build a 
 JP1 cable and use the free IR and RemoteMaster software to download the 
 protocol for the keyboard directly into the remote.  I did the latter, 
 it's far more flexible and provides a backup for my remote that I can 
 download back to it should the remote lose its memory.
 
 Using this approach gives you both a wireless keyboard and a universal 
 remote that can be used with the rest of your system, WITHOUT requiring 
 lirc.  lirc was always troublesome for me in one way or another.  This 
 way the remote communicates with the keyboard receiver and all buttons 
 are mapped as keystrokes.  You'll also have a very capable universal 
 remote that works with all of your other omponents, and once you have it 
 programmed and configured just right, you use the JP1 cable to upload it 
 to your PC.  If your remote ever gets hosed and loses its memory, or 
 dies and you can buy another just like it, you just download the file 
 into your remote and it's instantly reprogrammed.  Very nice.
 
 It isn't a perfect solution, but works way better than any lirc approach 
 I've used, and is more flexible.  Plus it has a higher geek quotient.  :)
 
 David
 
 Dan H Orlic wrote:
 
 hello all,
The last thing I need before jumping into mythtv is an IR receiver.
 I have two PVR-150 which does not have an IR receiver.  
 
 My questions is, does anyone have a suggestion for a serial IR receiver
 that I can purchase that will work with these cards?  I'd rather not
 build one, I am all thumbs when it comes to soldering.
 
 Thank you,
 Dan
   
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] IR receiver help

2005-05-20 Thread Dan H Orlic
hello all,
   The last thing I need before jumping into mythtv is an IR receiver.
I have two PVR-150 which does not have an IR receiver.  

My questions is, does anyone have a suggestion for a serial IR receiver
that I can purchase that will work with these cards?  I'd rather not
build one, I am all thumbs when it comes to soldering.

Thank you,
Dan

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] tv programs that run long

2005-05-18 Thread Dan H Orlic
Just thought I should let you know... I own a tivo and the same exact
thing happened to me.  The last moment of Gilmore Girls was cut off.  So
she can say that!  

Yeah, I know.. Guy watching that show... eh, whatcha gonna do?
hopefully switching to mythtv soon


On Wed, 2005-05-18 at 18:47 -0400, Jay Cornell wrote:
 Last night my wife was watching the Gilmore Girls on MythTV.  (I started 
 working on Myth around Christmas--my wife got a PVR, and I got a new 
 system to work on.)  Anyway, she was very upset when the recording cut 
 off the last few minutes of the show.  She said that TVO wouldn't have 
 done that.
 
 Apparently, all of her friends TVO's did the same thing.  She apologized 
 to me, and I think her faith in Myth is back.   I have set the option to 
 add 60 seconds to the tail end of all recordings as a safe guard. 
 
 I hope this isn't too much off topic, but I felt compelled to share it 
 with you.
 
 Jay
 ___
 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] Non-digital cable noob questions

2005-05-13 Thread Dan H Orlic
Hello all,

   I am getting ready to take the leap into the mythtv fray.  I have
gotten 2 pvr-150 cards and going to get a supported video card with
s-video out capabilities. The cable set up is non-digital comcast tv
with two physical cables, an A and B cable.  My hope is to connect the A
cable to one, and the B to the other...pretty smart huh?  

My questions are as follows:

1)  since the pvr-150 cards do not have ir receivers, what do I use to
control the cards?  as I understand it an IR Blaster is used to change
channels on the digital receiver to record shows.

2)  Since my cable is not digital, do I need the cable box at all or can
the pvr card handle the tuning on their own?

3)  Any other tips  tricks before I get started would be greatly
appreciated.

Please feel free to tell me to rtfm at will, but most documentation on
the subject are for digital cable setups.  thank you all.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users