LinHES Forums
http://forum.linhes.org/

channel won't change on new samsung PVR-500 in KnoppMythR5B7
http://forum.linhes.org/viewtopic.php?f=17&t=9067
Page 1 of 3

Author:  Mort322 [ Sat Mar 18, 2006 8:51 pm ]
Post subject:  channel won't change on new samsung PVR-500 in KnoppMythR5B7

Okay I have a P4 3.2Ghz 778 800fsb – on a gigabyte mb with 512mb ram, Nvidia 6200,
Haup PVR-500 New version with the Samsung tuners, running KnoppMyth R5B7

Clean install on a 120gb ide hd, in the mythtv-setup, I setup the capture cards, than Zap2it in video sources, than the input on the tuners, it all seems great until I try to change channels, it says I’m on channel 22 but it will only show me channel 4 no matter what I change the channel to.
I get the TV guide with all the details, try to change channels there and it always displays channel 4 but says I’m on whatever channel I selected,
I do not have channel 4 in the: mythtv-setup > 4. Input > card > Preset tuner to channel: <it’s blank> and I set the starting channel to 18 and 22 on the other tuner
Mythfilldatabase seems to get the channel list correctly it shows all the channel numbers and names in the Channel Editor. Tried doing a full reinstall incase it was just something I did during the install and same problem.

The screen does flicker like the channel is changing but it only displays channel 4

Please help the linux noob.
Thank you,

# dmesg | grep ivtv
ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.4.3 (tagged release) loading
ivtv: Linux version: 2.6.15-chw-2 SMP preempt 586 gcc-3.3
ivtv: In case of problems please include the debug info between
ivtv: the START INIT IVTV and END INIT IVTV lines, along with
ivtv: any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected WinTV PVR 150 card (cx23416 based)
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
tuner 1-0060: chip found @ 0xc0 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=60]
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44]
wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
ivtv0: This is the first unit of a PVR500
ivtv0: Detected a TEA5767 radio tuner. Enabling radio support.
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02050032
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: Initialized WinTV PVR 500 (unit #1), card #0
ivtv: ====================== NEXT CARD ======================
ivtv1: Autodetected WinTV PVR 150 card (cx23416 based)
ivtv1: Unreasonably low latency timer, setting to 64 (was 32)
ivtv1: i2c attach to card #1 ok [client=tveeprom, addr=50]
tuner 2-0061: chip found @ 0xc2 (ivtv i2c driver #1)
ivtv1: i2c attach to card #1 ok [client=(tuner unset), addr=61]
cx25840 2-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #1)
ivtv1: i2c attach to card #1 ok [client=cx25840, addr=44]
wm8775 2-001b: chip found @ 0x36 (ivtv i2c driver #1)
ivtv1: i2c attach to card #1 ok [client=wm8775, addr=1b]
ivtv1: This is the second unit of a PVR500
ivtv1: Correcting tveeprom data: no radio present on second unit
ivtv1: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv1: Encoder revision: 0x02050032
ivtv1: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv1: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
ivtv1: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
ivtv1: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
ivtv1: Initialized WinTV PVR 500 (unit #2), card #1
ivtv: ==================== END INIT IVTV ====================

Author:  tjc [ Sat Mar 18, 2006 9:34 pm ]
Post subject: 

Does running the following (Alt-X, then type this comand in the Xterm that appears) cause the channel to change?
Code:
ivtv-tune -c 5

Author:  Mort322 [ Sat Mar 18, 2006 10:29 pm ]
Post subject: 

nope :(

sh-3.00$ ivtv-tune -c 5
/dev/video0: 77.250 MHz (Signal Detected)
sh-3.00$

Author:  tjc [ Sat Mar 18, 2006 10:40 pm ]
Post subject: 

You may need to specify the device since you're using a PVR-500 with multiple tuners. Lets hit both tuners with the same 2x4...
Code:
ivtv-tune -d /dev/video0 -c 5
ivtv-tune -d /dev/video1 -c 5

Author:  Mort322 [ Sat Mar 18, 2006 11:05 pm ]
Post subject: 

no change :(

Author:  tjc [ Sat Mar 18, 2006 11:58 pm ]
Post subject: 

Are you connected straight to the wall and not to a cable box or something?

Author:  Mort322 [ Sun Mar 19, 2006 12:19 am ]
Post subject: 

yep direct from the wall right to the card no splits no set-top box nothing,
i ran tv testcd in the boot options so i know the cd install was good.

on a side note I gave the program to a friend and he has the old PVR-500 and everything works great for him.

Author:  t0moo [ Wed Apr 05, 2006 4:21 pm ]
Post subject: 

What version of the ivtv driver do you have? The R5B7 version uses ivtv 0.4.0. I found that to get my pvr-150 (the pvr-500 is essentially two pvr-150's on one card), I had to upgrade to 0.4.4. This should solve your Samsung tuner problem. I got this info from the knoppix wiki:

http://knoppmythwiki.org/index.php?page=PVR500DualTuner

The very bottom section is "Making the Hauppague WinTV-PVR-500 with Samsung tuners work with R5A30.2 or earlier". Like I mentioned earlier, R5B7 still installs IVTV 0.4.0 instead of 0.4.4.

The following is a link to upgrade to 0.4.4:

http://knoppmythwiki.org/index.php?page=CompileIvtv

I upgraded my ivtv driver (and firmware) and my pvr-150 setup started working just fine.

Author:  tjc [ Wed Apr 05, 2006 9:02 pm ]
Post subject: 

t0moo wrote:
Like I mentioned earlier, R5B7 still installs IVTV 0.4.0 instead of 0.4.4.

While the upgrade won't hurt and might help, I've got to correct the misinformation here. R5B7 installs the 0.4.3 version of the driver. The ivtv 0.4.0 version won't even compile with the kernel Cecil is using in R5B7.

Author:  t0moo [ Thu Apr 06, 2006 9:25 am ]
Post subject: 

Sorry, I got the 0.4.0 and 0.4.3 mixed up. The bottom line of my experience was that I had to get 0.4.4 for my pvr-150 to work. Hope it does the trick for you.

Author:  UNOmar [ Wed Apr 12, 2006 6:05 pm ]
Post subject: 

I've got the same problem as Mort322. I have done the following (in order) to try to fix said problem:
Updated the IVTV drivers to 0.4.4 (as per http://knoppmythwiki.org/index.php?page=CompileIvtv)
Shutdown mythtv-backend
Re-ran mythtv-setup
Removed existing capture cards
Added (new?) capture cards
Restarted mythtv-backend
and I'm still getting the same problem. What's possibly doubly annoying is the fact that channel 4 is the Home Shopping Network. I can't even watch quality TV on my one channel.

Any other thoughts?

Author:  tjc [ Wed Apr 12, 2006 6:10 pm ]
Post subject: 

Did you try using ivtv-tune to experiment with the different frequency sets? Try something like this:
Code:
for t in us-bcast us-cable us-cable-hrc us-cable-irc ; do
  echo "Trying $t"
  ivtv-tune -t $t -c 5 -d /dev/video0
  ivtv-tune -t $t -c 5 -d /dev/video1
  sleep 30
done

If any of them make the channel change you just need to set that as your default in mythtv-setup. Note that this assumes (since you didn't provide better information) that, you're in the US or Canada, your PVR-500 is the only tuner card in the system, and that you actually normally get stuff on channel 5. If any of these assumptions are wrong you'll have to adjust the example accordingly

Author:  UNOmar [ Wed Apr 12, 2006 7:16 pm ]
Post subject: 

Sorry, I guess I expected you to read my mind. Yes, I'm in the U.S. and yes, I tried using ivtv-tune to change the channel but with no luck. I even re-tried with your nice shell script. Nothing. Curiously though, when running:
ivtv-tune -t us-cable -c 5 /dev/video1
I get this as a response:
/dev/video0: 77.250 MHz (Signal Detected)
Shouldn't that be video1 that's being tuned?

For completeness sake here's the output of `dmesg | grep ivtv`
Code:
ivtv:  ==================== START INIT IVTV ====================
ivtv:  version 0.4.4 (tagged release) loading
ivtv:  Linux version: 2.6.15-chw-2 SMP preempt 586 gcc-3.3
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected WinTV PVR 150 card (cx23416 based)
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
tuner 1-0060: chip found @ 0xc0 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=60]
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44]
wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
ivtv0: This is the first unit of a PVR500
ivtv0: Detected a TEA5767 radio tuner. Enabling radio support.
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02050032
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: Initialized WinTV PVR 500 (unit #1), card #0
ivtv:  ======================  NEXT CARD  ======================
ivtv1: Autodetected WinTV PVR 150 card (cx23416 based)
ivtv1: Unreasonably low latency timer, setting to 64 (was 32)
ivtv1: i2c attach to card #1 ok [client=tveeprom, addr=50]
tuner 2-0061: chip found @ 0xc2 (ivtv i2c driver #1)
ivtv1: i2c attach to card #1 ok [client=(tuner unset), addr=61]
cx25840 2-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #1)
ivtv1: i2c attach to card #1 ok [client=cx25840, addr=44]
wm8775 2-001b: chip found @ 0x36 (ivtv i2c driver #1)
ivtv1: i2c attach to card #1 ok [client=wm8775, addr=1b]
ivtv1: This is the second unit of a PVR500
ivtv1: Correcting tveeprom data: no radio present on second unit
ivtv1: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv1: Encoder revision: 0x02050032
ivtv1: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv1: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
ivtv1: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
ivtv1: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
ivtv1: Initialized WinTV PVR 500 (unit #2), card #1
ivtv:  ====================  END INIT IVTV  ====================


And `dmesg | grep tuner`
Code:
tuner 1-0060: TEA5767 detected.
tuner 1-0060: chip found @ 0xc0 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=60]
tuner 1-0060: type set to 62 (Philips TEA5767HN FM Radio)
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
tveeprom 1-0050: tuner model is Samsung TCPN 2121P30A (idx 87, type 4)
tveeprom 1-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101, type 62)
ivtv0: Detected a TEA5767 radio tuner. Enabling radio support.
tuner 1-0061: tuner type not set
tuner 1-0061: tuner type not set
tuner 2-0061: chip found @ 0xc2 (ivtv i2c driver #1)
ivtv1: i2c attach to card #1 ok [client=(tuner unset), addr=61]
tveeprom 2-0050: tuner model is Samsung TCPN 2121P30A (idx 87, type 4)
tveeprom 2-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101, type 62)
tuner 2-0061: tuner type not set
tuner 2-0061: tuner type not set
tuner 1-0061: tuner type not set
tuner 2-0061: tuner type not set
tuner 1-0061: tuner type not set
tuner 2-0061: tuner type not set


Also notable is that I've got ~ 30 of those "tuner X-0061: tuner type not set'
If you need any other info (logs, configs, root passwords...er...maybe not) just ask.

Author:  tjc [ Wed Apr 12, 2006 9:19 pm ]
Post subject: 

- KnoppMyth version? (R5B7?)

- Please use the sed command given in http://www.knoppmythwiki.org/index.php?page=CheckingLogFiles to extract all of the ivtv info from your logifiles. I suspect several critical bits are missing here.

Author:  UNOmar [ Thu Apr 13, 2006 8:21 am ]
Post subject: 

KnoppMyth R5B7

Output of `sed -n '/= START INIT IVTV/,/= END INIT IVTV/p' </var/log/messages | less`
Code:
Apr 12 01:14:17 mythtv kernel: ivtv:  ==================== START INIT IVTV ====================
Apr 12 01:14:17 mythtv kernel: ivtv:  version 0.4.3 (tagged release) loading
Apr 12 01:14:17 mythtv kernel: ivtv:  Linux version: 2.6.15-chw-2 SMP preempt 586 gcc-3.3
Apr 12 01:14:17 mythtv kernel: ivtv:  In case of problems please include the debug info between
Apr 12 01:14:17 mythtv kernel: ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
Apr 12 01:14:17 mythtv kernel: ivtv:  any module options, when mailing the ivtv-users mailinglist.
Apr 12 01:14:17 mythtv kernel: ivtv0: Autodetected WinTV PVR 150 card (cx23416 based)
Apr 12 01:14:17 mythtv kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
Apr 12 01:14:17 mythtv kernel: PCI: setting IRQ 5 as level-triggered
Apr 12 01:14:17 mythtv kernel: ACPI: PCI Interrupt 0000:02:08.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
Apr 12 01:14:17 mythtv kernel: ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
Apr 12 01:14:17 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
Apr 12 01:14:17 mythtv kernel: tuner 1-0060: TEA5767 detected.
Apr 12 01:14:17 mythtv kernel: tuner 1-0060: chip found @ 0xc0 (ivtv i2c driver #0)
Apr 12 01:14:17 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=60]
Apr 12 01:14:17 mythtv kernel: tuner 1-0060: type set to 62 (Philips TEA5767HN FM Radio)
Apr 12 01:14:17 mythtv kernel: tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
Apr 12 01:14:17 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
Apr 12 01:14:17 mythtv kernel: cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
Apr 12 01:14:20 mythtv kernel: cx25840 1-0044: loaded v4l-cx25840.fw firmware (14264 bytes)
Apr 12 01:14:20 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44]
Apr 12 01:14:20 mythtv kernel: wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0)
Apr 12 01:14:20 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
Apr 12 01:14:20 mythtv kernel: tveeprom 1-0050: Hauppauge model 23552, rev E587, serial# 8826077
Apr 12 01:14:20 mythtv kernel: tveeprom 1-0050: tuner model is Samsung TCPN 2121P30A (idx 87, type 4)
Apr 12 01:14:20 mythtv kernel: tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
Apr 12 01:14:20 mythtv kernel: tveeprom 1-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101, type 62)
Apr 12 01:14:20 mythtv kernel: tveeprom 1-0050: audio processor is CX25843 (idx 37)
Apr 12 01:14:20 mythtv kernel: tveeprom 1-0050: decoder processor is CX25843 (idx 30)
Apr 12 01:14:20 mythtv kernel: tveeprom 1-0050: has radio, has no IR remote
Apr 12 01:14:20 mythtv kernel: ivtv0: This is the first unit of a PVR500
Apr 12 01:14:20 mythtv kernel: ivtv0: Detected a TEA5767 radio tuner. Enabling radio support.
Apr 12 01:14:21 mythtv kernel: ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
Apr 12 01:14:22 mythtv kernel: ivtv0: Encoder revision: 0x02050032
Apr 12 01:14:22 mythtv kernel: ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
Apr 12 01:14:22 mythtv kernel: ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
Apr 12 01:14:22 mythtv kernel: ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
Apr 12 01:14:22 mythtv kernel: ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
Apr 12 01:14:22 mythtv kernel: ivtv0: Create encoder radio stream
Apr 12 01:14:22 mythtv kernel: tuner 1-0061: tuner type not set
Apr 12 01:14:22 mythtv kernel: tuner 1-0061: tuner type not set
Apr 12 01:14:22 mythtv kernel: ivtv0: Initialized WinTV PVR 500 (unit #1), card #0
Apr 12 01:14:22 mythtv kernel: ivtv:  ======================  NEXT CARD  ======================
Apr 12 01:14:22 mythtv kernel: ivtv1: Autodetected WinTV PVR 150 card (cx23416 based)
Apr 12 01:14:22 mythtv kernel: ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
Apr 12 01:14:22 mythtv kernel: PCI: setting IRQ 10 as level-triggered
Apr 12 01:14:22 mythtv kernel: ACPI: PCI Interrupt 0000:02:09.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
Apr 12 01:14:22 mythtv kernel: ivtv1: Unreasonably low latency timer, setting to 64 (was 32)
Apr 12 01:14:22 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=tveeprom, addr=50]
Apr 12 01:14:22 mythtv kernel: tuner 2-0061: chip found @ 0xc2 (ivtv i2c driver #1)
Apr 12 01:14:22 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=(tuner unset), addr=61]
Apr 12 01:14:22 mythtv kernel: cx25840 2-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #1)
Apr 12 01:14:25 mythtv kernel: cx25840 2-0044: loaded v4l-cx25840.fw firmware (14264 bytes)
Apr 12 01:14:25 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=cx25840, addr=44]
Apr 12 01:14:25 mythtv kernel: wm8775 2-001b: chip found @ 0x36 (ivtv i2c driver #1)
Apr 12 01:14:25 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=wm8775, addr=1b]
Apr 12 01:14:25 mythtv kernel: tveeprom 2-0050: Hauppauge model 23552, rev E587, serial# 8826077
Apr 12 01:14:25 mythtv kernel: tveeprom 2-0050: tuner model is Samsung TCPN 2121P30A (idx 87, type 4)
Apr 12 01:14:25 mythtv kernel: tveeprom 2-0050: TV standards NTSC(M) (eeprom 0x08)
Apr 12 01:14:25 mythtv kernel: tveeprom 2-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101, type 62)
Apr 12 01:14:25 mythtv kernel: tveeprom 2-0050: audio processor is CX25843 (idx 37)
Apr 12 01:14:25 mythtv kernel: tveeprom 2-0050: decoder processor is CX25843 (idx 30)
Apr 12 01:14:25 mythtv kernel: tveeprom 2-0050: has radio, has no IR remote
Apr 12 01:14:25 mythtv kernel: ivtv1: This is the second unit of a PVR500
Apr 12 01:14:25 mythtv kernel: ivtv1: Correcting tveeprom data: no radio present on second unit
Apr 12 01:14:26 mythtv kernel: ivtv1: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
Apr 12 01:14:27 mythtv kernel: ivtv1: Encoder revision: 0x02050032
Apr 12 01:14:27 mythtv kernel: ivtv1: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
Apr 12 01:14:27 mythtv kernel: ivtv1: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
Apr 12 01:14:27 mythtv kernel: ivtv1: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
Apr 12 01:14:27 mythtv kernel: ivtv1: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
Apr 12 01:14:27 mythtv kernel: tuner 2-0061: tuner type not set
Apr 12 01:14:27 mythtv kernel: tuner 2-0061: tuner type not set
Apr 12 01:14:27 mythtv kernel: ivtv1: Initialized WinTV PVR 500 (unit #2), card #1
Apr 12 01:14:27 mythtv kernel: ivtv:  ====================  END INIT IVTV  ====================
Apr 12 00:08:22 mythtv kernel: ivtv:  ==================== START INIT IVTV ====================
Apr 12 00:08:22 mythtv kernel: ivtv:  version 0.4.3 (tagged release) loading
Apr 12 00:08:22 mythtv kernel: ivtv:  Linux version: 2.6.15-chw-2 SMP preempt 586 gcc-3.3
Apr 12 00:08:22 mythtv kernel: ivtv:  In case of problems please include the debug info between
Apr 12 00:08:22 mythtv kernel: ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
Apr 12 00:08:22 mythtv kernel: ivtv:  any module options, when mailing the ivtv-users mailinglist.
Apr 12 00:08:22 mythtv kernel: ivtv0: Autodetected WinTV PVR 150 card (cx23416 based)
Apr 12 00:08:22 mythtv kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
Apr 12 00:08:22 mythtv kernel: PCI: setting IRQ 5 as level-triggered
Apr 12 00:08:22 mythtv kernel: ACPI: PCI Interrupt 0000:02:08.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
Apr 12 00:08:22 mythtv kernel: ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
Apr 12 00:08:22 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
Apr 12 00:08:22 mythtv kernel: tuner 1-0060: TEA5767 detected.
Apr 12 00:08:22 mythtv kernel: tuner 1-0060: chip found @ 0xc0 (ivtv i2c driver #0)
Apr 12 00:08:22 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=60]
Apr 12 00:08:23 mythtv kernel: tuner 1-0060: type set to 62 (Philips TEA5767HN FM Radio)
Apr 12 00:08:23 mythtv kernel: tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
Apr 12 00:08:23 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
Apr 12 00:08:23 mythtv kernel: cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
Apr 12 00:08:26 mythtv kernel: cx25840 1-0044: loaded v4l-cx25840.fw firmware (14264 bytes)
Apr 12 00:08:26 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44]
Apr 12 00:08:26 mythtv kernel: wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0)
Apr 12 00:08:26 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
Apr 12 00:08:26 mythtv kernel: tveeprom 1-0050: Hauppauge model 23552, rev E587, serial# 8826077
Apr 12 00:08:26 mythtv kernel: tveeprom 1-0050: tuner model is Samsung TCPN 2121P30A (idx 87, type 4)
Apr 12 00:08:26 mythtv kernel: tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
Apr 12 00:08:26 mythtv kernel: tveeprom 1-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101, type 62)
Apr 12 00:08:26 mythtv kernel: tveeprom 1-0050: audio processor is CX25843 (idx 37)
Apr 12 00:08:26 mythtv kernel: tveeprom 1-0050: decoder processor is CX25843 (idx 30)
Apr 12 00:08:26 mythtv kernel: tveeprom 1-0050: has radio, has no IR remote
Apr 12 00:08:26 mythtv kernel: ivtv0: This is the first unit of a PVR500
Apr 12 00:08:26 mythtv kernel: ivtv0: Detected a TEA5767 radio tuner. Enabling radio support.
Apr 12 00:08:27 mythtv kernel: ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
Apr 12 00:08:28 mythtv kernel: ivtv0: Encoder revision: 0x02050032
Apr 12 00:08:28 mythtv kernel: ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
Apr 12 00:08:28 mythtv kernel: ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
Apr 12 00:08:28 mythtv kernel: ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
Apr 12 00:08:28 mythtv kernel: ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
Apr 12 00:08:28 mythtv kernel: ivtv0: Create encoder radio stream
Apr 12 00:08:28 mythtv kernel: tuner 1-0061: tuner type not set
Apr 12 00:08:28 mythtv kernel: tuner 1-0061: tuner type not set
Apr 12 00:08:29 mythtv kernel: ivtv0: Initialized WinTV PVR 500 (unit #1), card #0
Apr 12 00:08:29 mythtv kernel: ivtv:  ======================  NEXT CARD  ======================
Apr 12 00:08:29 mythtv kernel: ivtv1: Autodetected WinTV PVR 150 card (cx23416 based)
Apr 12 00:08:29 mythtv kernel: ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
Apr 12 00:08:29 mythtv kernel: PCI: setting IRQ 10 as level-triggered
Apr 12 00:08:29 mythtv kernel: ACPI: PCI Interrupt 0000:02:09.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
Apr 12 00:08:29 mythtv kernel: ivtv1: Unreasonably low latency timer, setting to 64 (was 32)
Apr 12 00:08:29 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=tveeprom, addr=50]
Apr 12 00:08:29 mythtv kernel: tuner 2-0061: chip found @ 0xc2 (ivtv i2c driver #1)
Apr 12 00:08:29 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=(tuner unset), addr=61]
Apr 12 00:08:29 mythtv kernel: cx25840 2-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #1)
Apr 12 00:08:31 mythtv kernel: cx25840 2-0044: loaded v4l-cx25840.fw firmware (14264 bytes)
Apr 12 00:08:31 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=cx25840, addr=44]
Apr 12 00:08:31 mythtv kernel: wm8775 2-001b: chip found @ 0x36 (ivtv i2c driver #1)
Apr 12 00:08:31 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=wm8775, addr=1b]
Apr 12 00:08:31 mythtv kernel: tveeprom 2-0050: Hauppauge model 23552, rev E587, serial# 8826077
Apr 12 00:08:31 mythtv kernel: tveeprom 2-0050: tuner model is Samsung TCPN 2121P30A (idx 87, type 4)
Apr 12 00:08:31 mythtv kernel: tveeprom 2-0050: TV standards NTSC(M) (eeprom 0x08)
Apr 12 00:08:31 mythtv kernel: tveeprom 2-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101, type 62)
Apr 12 00:08:31 mythtv kernel: tveeprom 2-0050: audio processor is CX25843 (idx 37)
Apr 12 00:08:31 mythtv kernel: tveeprom 2-0050: decoder processor is CX25843 (idx 30)
Apr 12 00:08:31 mythtv kernel: tveeprom 2-0050: has radio, has no IR remote
Apr 12 00:08:31 mythtv kernel: ivtv1: This is the second unit of a PVR500
Apr 12 00:08:31 mythtv kernel: ivtv1: Correcting tveeprom data: no radio present on second unit
Apr 12 00:08:32 mythtv kernel: ivtv1: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
Apr 12 00:08:33 mythtv kernel: ivtv1: Encoder revision: 0x02050032
Apr 12 00:08:33 mythtv kernel: ivtv1: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
Apr 12 00:08:33 mythtv kernel: ivtv1: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
Apr 12 00:08:33 mythtv kernel: ivtv1: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
Apr 12 00:08:33 mythtv kernel: ivtv1: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
Apr 12 00:08:33 mythtv kernel: tuner 2-0061: tuner type not set
Apr 12 00:08:33 mythtv kernel: tuner 2-0061: tuner type not set
Apr 12 00:08:33 mythtv kernel: ivtv1: Initialized WinTV PVR 500 (unit #2), card #1
Apr 12 00:08:33 mythtv kernel: ivtv:  ====================  END INIT IVTV  ====================
Apr 12 09:30:49 mythtv kernel: ivtv:  ==================== START INIT IVTV ====================
Apr 12 09:30:49 mythtv kernel: ivtv:  version 0.4.4 (tagged release) loading
Apr 12 09:30:49 mythtv kernel: ivtv:  Linux version: 2.6.15-chw-2 SMP preempt 586 gcc-3.3
Apr 12 09:30:49 mythtv kernel: ivtv:  In case of problems please include the debug info between
Apr 12 09:30:49 mythtv kernel: ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
Apr 12 09:30:49 mythtv kernel: ivtv:  any module options, when mailing the ivtv-users mailinglist.
Apr 12 09:30:49 mythtv kernel: ivtv0: Autodetected WinTV PVR 150 card (cx23416 based)
Apr 12 09:30:49 mythtv kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
Apr 12 09:30:49 mythtv kernel: PCI: setting IRQ 5 as level-triggered
Apr 12 09:30:49 mythtv kernel: ACPI: PCI Interrupt 0000:02:08.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
Apr 12 09:30:49 mythtv kernel: ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
Apr 12 09:30:49 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
Apr 12 09:30:49 mythtv kernel: tuner 1-0060: TEA5767 detected.
Apr 12 09:30:49 mythtv kernel: tuner 1-0060: chip found @ 0xc0 (ivtv i2c driver #0)
Apr 12 09:30:49 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=60]
Apr 12 09:30:50 mythtv kernel: tuner 1-0060: type set to 62 (Philips TEA5767HN FM Radio)
Apr 12 09:30:50 mythtv kernel: tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
Apr 12 09:30:50 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
Apr 12 09:30:50 mythtv kernel: cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
Apr 12 09:30:53 mythtv kernel: cx25840 1-0044: loaded v4l-cx25840.fw firmware (14264 bytes)
Apr 12 09:30:53 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44]
Apr 12 09:30:53 mythtv kernel: wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0)
Apr 12 09:30:53 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
Apr 12 09:30:53 mythtv kernel: tveeprom 1-0050: Hauppauge model 23552, rev E587, serial# 8826077
Apr 12 09:30:53 mythtv kernel: tveeprom 1-0050: tuner model is Samsung TCPN 2121P30A (idx 87, type 4)
Apr 12 09:30:53 mythtv kernel: tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
Apr 12 09:30:53 mythtv kernel: tveeprom 1-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101, type 62)
Apr 12 09:30:53 mythtv kernel: tveeprom 1-0050: audio processor is CX25843 (idx 37)
Apr 12 09:30:53 mythtv kernel: tveeprom 1-0050: decoder processor is CX25843 (idx 30)
Apr 12 09:30:53 mythtv kernel: tveeprom 1-0050: has radio, has no IR remote
Apr 12 09:30:53 mythtv kernel: ivtv0: This is the first unit of a PVR500
Apr 12 09:30:53 mythtv kernel: ivtv0: Detected a TEA5767 radio tuner. Enabling radio support.
Apr 12 09:30:54 mythtv kernel: ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
Apr 12 09:30:55 mythtv kernel: ivtv0: Encoder revision: 0x02050032
Apr 12 09:30:55 mythtv kernel: ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
Apr 12 09:30:55 mythtv kernel: ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
Apr 12 09:30:55 mythtv kernel: ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
Apr 12 09:30:55 mythtv kernel: ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
Apr 12 09:30:55 mythtv kernel: ivtv0: Create encoder radio stream
Apr 12 09:30:55 mythtv kernel: tuner 1-0061: tuner type not set
Apr 12 09:30:55 mythtv kernel: tuner 1-0061: tuner type not set
Apr 12 09:30:56 mythtv kernel: ivtv0: Initialized WinTV PVR 500 (unit #1), card #0
Apr 12 09:30:56 mythtv kernel: ivtv:  ======================  NEXT CARD  ======================
Apr 12 09:30:56 mythtv kernel: ivtv1: Autodetected WinTV PVR 150 card (cx23416 based)
Apr 12 09:30:56 mythtv kernel: ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
Apr 12 09:30:56 mythtv kernel: PCI: setting IRQ 10 as level-triggered
Apr 12 09:30:56 mythtv kernel: ACPI: PCI Interrupt 0000:02:09.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
Apr 12 09:30:56 mythtv kernel: ivtv1: Unreasonably low latency timer, setting to 64 (was 32)
Apr 12 09:30:56 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=tveeprom, addr=50]
Apr 12 09:30:56 mythtv kernel: tuner 2-0061: chip found @ 0xc2 (ivtv i2c driver #1)
Apr 12 09:30:56 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=(tuner unset), addr=61]
Apr 12 09:30:56 mythtv kernel: cx25840 2-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #1)
Apr 12 09:30:58 mythtv kernel: cx25840 2-0044: loaded v4l-cx25840.fw firmware (14264 bytes)
Apr 12 09:30:58 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=cx25840, addr=44]
Apr 12 09:30:58 mythtv kernel: wm8775 2-001b: chip found @ 0x36 (ivtv i2c driver #1)
Apr 12 09:30:58 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=wm8775, addr=1b]
Apr 12 09:30:58 mythtv kernel: tveeprom 2-0050: Hauppauge model 23552, rev E587, serial# 8826077
Apr 12 09:30:58 mythtv kernel: tveeprom 2-0050: tuner model is Samsung TCPN 2121P30A (idx 87, type 4)
Apr 12 09:30:58 mythtv kernel: tveeprom 2-0050: TV standards NTSC(M) (eeprom 0x08)
Apr 12 09:30:58 mythtv kernel: tveeprom 2-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101, type 62)
Apr 12 09:30:58 mythtv kernel: tveeprom 2-0050: audio processor is CX25843 (idx 37)
Apr 12 09:30:58 mythtv kernel: tveeprom 2-0050: decoder processor is CX25843 (idx 30)
Apr 12 09:30:58 mythtv kernel: tveeprom 2-0050: has radio, has no IR remote
Apr 12 09:30:58 mythtv kernel: ivtv1: This is the second unit of a PVR500
Apr 12 09:30:58 mythtv kernel: ivtv1: Correcting tveeprom data: no radio present on second unit
Apr 12 09:30:59 mythtv kernel: ivtv1: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
Apr 12 09:31:00 mythtv kernel: ivtv1: Encoder revision: 0x02050032
Apr 12 09:31:00 mythtv kernel: ivtv1: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
Apr 12 09:31:00 mythtv kernel: ivtv1: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
Apr 12 09:31:00 mythtv kernel: ivtv1: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
Apr 12 09:31:00 mythtv kernel: ivtv1: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
Apr 12 09:31:00 mythtv kernel: tuner 2-0061: tuner type not set
Apr 12 09:31:00 mythtv kernel: tuner 2-0061: tuner type not set
Apr 12 09:31:00 mythtv kernel: ivtv1: Initialized WinTV PVR 500 (unit #2), card #1
Apr 12 09:31:00 mythtv kernel: ivtv:  ====================  END INIT IVTV  ====================



I see that both 0.4.3 and 0.4.4 ivtv drivers are being loaded. That doesn't seem right. It even looks like 0.4.3 is being loaded twice?
Ignore that previous statement. I wasn't looking at the date/time.
I followed the install procedure here http://www.knoppmythwiki.org/index.php?page=CompileIvtv to download and install 0.4.4. It says if you have a R5B7 install you should only need to complete the first 3 bullets so my procedure was:
Code:
su -
cd /usr/src/
Check for kernel source...already unpacked.  Done.
wget http://dl.ivtvdriver.org/ivtv/archive/0.4.x/ivtv-0.4.4.tar.gz
tar zxvf ivtv-0.4.4.tar.gz
cd ivtv-0.4.4/
make
make install
shutdown -r now

Did I miss something?

[edit]Fixed output of sed[/edit]

Page 1 of 3 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/