Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Only 2 Channels With PVR-350

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


jon.dejong at gmail

Mar 16, 2006, 8:43 AM

Post #1 of 5 (846 views)
Permalink
Only 2 Channels With PVR-350

This is my first attempt at building a PVR, and I've hit a wall. I put a
PVR-350 into a older machine (P4 1.8ghz with 512mg), plugged my cable into
the 350 coax input, and the hooked the box up to my router. I then ran a
KnoppMyth install (R5A30). The install appeared to go smooth. The listings
downloaded, DB filled up, frontend started, etc. Everything appears to be
working great, with one BIG exception: I only get 2 channels, 5 and 6 (local
CBS and CSPAN). The are coming from the cable, otherwise local CBS would be
on 3. But I get no other channels. Being as I'm new to this, and a relative
novice to Linux as well, I'm sure I'm missing some small, but key, step.

Any suggestions would be appreciated!

Thanks

--
Jon DeJong
jon.dejong [at] gmail
http://jondejong.blogspot.com


tom at redpepperracing

Mar 16, 2006, 9:02 AM

Post #2 of 5 (803 views)
Permalink
Re: Only 2 Channels With PVR-350 [In reply to]

Jon DeJong wrote:
> This is my first attempt at building a PVR, and I've hit a wall. I
> put a PVR-350 into a older machine (P4 1.8ghz with 512mg), plugged my
> cable into the 350 coax input, and the hooked the box up to my router.
> I then ran a KnoppMyth install (R5A30). The install appeared to go
> smooth. The listings downloaded, DB filled up, frontend started, etc.
> Everything appears to be working great, with one BIG exception: I only
> get 2 channels, 5 and 6 (local CBS and CSPAN). The are coming from the
> cable, otherwise local CBS would be on 3. But I get no other channels.
> Being as I'm new to this, and a relative novice to Linux as well, I'm
> sure I'm missing some small, but key, step.
It sounds like the tuner type might not be set correctly for the 350
card. If you run dmesg, post the output between the ==== IVTV begin
===== and === IVTV end ==== lines.

Tom
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jon.dejong at gmail

Mar 16, 2006, 1:44 PM

Post #3 of 5 (787 views)
Permalink
Re: Only 2 Channels With PVR-350 [In reply to]

This is the output that I get. I'm not sure what I'm looking for, but
nothing looks obviously incorrect to me. Thanks!

ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.4.0 (tagged release) loading
ivtv: Linux version: 2.6.13.2-chw-3 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.
ivtv0: Autodetected WinTV PVR 350 card (iTVC15 based)
ACPI: PCI Interrupt 0000:02:0d.0[A] -> GSI 21 (level, low) -> IRQ 19
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
tuner (ivtv): chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
msp34xx: ivtv version
msp34xx: init: chip=MSP3448W-B3, has NICAM support, simple (D) mode,
simpler (G) no-thread mode
msp34xx: $Id$ compiled on: Oct 9 2005 22:52:16
ivtv0: i2c attach to card #0 ok [client=MSP3448W-B3, addr=40]
saa7115 1-0021: saa7115 found @ 0x42 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=saa7115, addr=21]
tveeprom: ivtv version
tveeprom: Hauppauge: model = 48132, rev = K268, serial# = 8551375
tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
tveeprom: audio processor = MSP4448 (type = 1b)
tveeprom: decoder processor = SAA7115 (type = 13)
ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
saa7127 1-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=saa7127, addr=44]
tda9885/6/7: (ivtv) chip found @ 0x86
ivtv0: i2c attach to card #0 ok [client=tda9887, addr=43]
ivtv0: loading /lib/modules/ivtv-fw-enc.bin
ivtv0: loading /lib/modules/ivtv-fw-dec.bin
ivtv0: Encoder revision: 0x02040011
ivtv0: Decoder revision: 0x02020023
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
ivtv0: Create encoder radio stream
ivtv0: Allocate DMA decoder MPEG stream: 16 x 65536 buffers (1024KB total)
ivtv0: Allocate DMA decoder VBI stream: 512 x 2048 buffers (1024KB total)
ivtv0: Create decoder VOUT stream
ivtv0: Allocate DMA decoder YUV stream: 24 x 43200 buffers (1024KB total)
ivtv0: loading /lib/modules/ivtv_init_mpeg.bin
tuner: type set to 47 (LG NTSC (TAPE series)) by ivtv i2c driver #0
ivtv0: Initialized WinTV PVR 350, card #0
ivtv: ==================== END INIT IVTV ====================



On 3/16/06, Tom Lichti <tom [at] redpepperracing> wrote:
>
> Jon DeJong wrote:
> > This is my first attempt at building a PVR, and I've hit a wall. I
> > put a PVR-350 into a older machine (P4 1.8ghz with 512mg), plugged my
> > cable into the 350 coax input, and the hooked the box up to my router.
> > I then ran a KnoppMyth install (R5A30). The install appeared to go
> > smooth. The listings downloaded, DB filled up, frontend started, etc.
> > Everything appears to be working great, with one BIG exception: I only
> > get 2 channels, 5 and 6 (local CBS and CSPAN). The are coming from the
> > cable, otherwise local CBS would be on 3. But I get no other channels.
> > Being as I'm new to this, and a relative novice to Linux as well, I'm
> > sure I'm missing some small, but key, step.
> It sounds like the tuner type might not be set correctly for the 350
> card. If you run dmesg, post the output between the ==== IVTV begin
> ===== and === IVTV end ==== lines.
>
> Tom
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>



--
Jon DeJong
jon.dejong [at] gmail
http://jondejong.blogspot.com


mtdean at thirdcontact

Mar 16, 2006, 3:51 PM

Post #4 of 5 (801 views)
Permalink
Re: Only 2 Channels With PVR-350 [In reply to]

On 03/16/2006 11:43 AM, Jon DeJong wrote:

> This is my first attempt at building a PVR, and I've hit a wall. I
> put a PVR-350 into a older machine (P4 1.8ghz with 512mg), plugged my
> cable into the 350 coax input, and the hooked the box up to my router.
> I then ran a KnoppMyth install (R5A30). The install appeared to go
> smooth. The listings downloaded, DB filled up, frontend started, etc.
> Everything appears to be working great, with one BIG exception: I only
> get 2 channels, 5 and 6 (local CBS and CSPAN). The are coming from the
> cable, otherwise local CBS would be on 3. But I get no other channels.
> Being as I'm new to this, and a relative novice to Linux as well, I'm
> sure I'm missing some small, but key, step.
>
> Any suggestions would be appreciated!


Channels 5 & 6 are the magic channel numbers that almost always mean
you're using the wrong frequency table. My guess is that you've set
Myth to use standard (ntsc-cable), but you should be using HRC
(ntsc-cable-hrc)--although the exact opposite could be true. Change the
setting in mythtv-setup.

If, however, you got all channels except 5 & 6, you would be using
standard instead of IRC. If you get no channels, you'd be using HRC
instead of IRC or vice versa.

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jon.dejong at gmail

Mar 20, 2006, 8:50 AM

Post #5 of 5 (782 views)
Permalink
Re: Only 2 Channels With PVR-350 [In reply to]

That was the problem. Thanks for the help. Until this weekend, I didn't
know that "harmonically related carriers" existed ;)

On 3/16/06, Michael T. Dean <mtdean [at] thirdcontact> wrote:
>
> On 03/16/2006 11:43 AM, Jon DeJong wrote:
>
> > This is my first attempt at building a PVR, and I've hit a wall. I
> > put a PVR-350 into a older machine (P4 1.8ghz with 512mg), plugged my
> > cable into the 350 coax input, and the hooked the box up to my router.
> > I then ran a KnoppMyth install (R5A30). The install appeared to go
> > smooth. The listings downloaded, DB filled up, frontend started, etc.
> > Everything appears to be working great, with one BIG exception: I only
> > get 2 channels, 5 and 6 (local CBS and CSPAN). The are coming from the
> > cable, otherwise local CBS would be on 3. But I get no other channels.
> > Being as I'm new to this, and a relative novice to Linux as well, I'm
> > sure I'm missing some small, but key, step.
> >
> > Any suggestions would be appreciated!
>
>
> Channels 5 & 6 are the magic channel numbers that almost always mean
> you're using the wrong frequency table. My guess is that you've set
> Myth to use standard (ntsc-cable), but you should be using HRC
> (ntsc-cable-hrc)--although the exact opposite could be true. Change the
> setting in mythtv-setup.
>
> If, however, you got all channels except 5 & 6, you would be using
> standard instead of IRC. If you get no channels, you'd be using HRC
> instead of IRC or vice versa.
>
> Mike
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>



--
Jon DeJong
jon.dejong [at] gmail
http://jondejong.blogspot.com

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.