Joey Officer wrote:

Below is what I believe to be the relevant data from the /var/log/messages file pertaining to the modprobe of ivtv ... currently using ivtv.0.5.1. I have a PVR-500MCE card, and am trying to get it working. I would greatly appreciate any information or guidance anyone can give.


/var/log/messages:
[EMAIL PROTECTED]:/var/log# dmesg | grep ivtv

cat mythtv/modules/ivtv:

#ivtv (PVR-500MCE)
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
alias tveeprom tveeprom-ivtv
alias tuner tuner-ivtv
alias msp3400 msp3400-ivtv

Output from /lib/modules:
[EMAIL PROTECTED]:/lib/modules# ls -l
total 1080
drwxr-xr-x  10 root root   4096 Nov 29 00:09 2.6.11.9-chw-2
-r--r--r--   1 root root 376836 Nov 28 23:51 HcwFalcn.rom
-r-xr-xr-x   1 root root  14264 Nov 14 14:52 HcwMakoA.ROM
drwxr-xr-x   3 root root   4096 Nov 20  2004 extra
-rw-r--r--   1 root root 262144 Nov 14 14:26 ivtv-fw-dec.bin
-rw-r--r--   1 root root 262144 Nov 14 14:26 ivtv-fw-enc.bin
-rw-r--r--   1 root root 155648 Nov 14 14:48 ivtv_init_mpeg.bin
drwxr-xr-x   2 root root   4096 Mar 23  2005 misc
lrwxrwxrwx 1 root root 15 Nov 28 23:23 v4l-cx2341x-dec.fw -> ivtv-fw-dec.bin lrwxrwxrwx 1 root root 12 Nov 28 23:54 v4l-cx2341x-enc.fw -> HcwFalcn.rom lrwxrwxrwx 1 root root 12 Nov 28 23:22 v4l-cx25840.fw -> HcwMakoA.ROM


_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Giving an update, the tuner is not working, as I'm only getting static. When I attempt to set a channel, manually through ivtvctll, I get a valid response, but I still only receive static.

The following is a listing of lsmod:

Module                  Size  Used by
snd_pcm_oss            48032  0
sg                     30880  0
eepro100               29200  0
i2c_viapro              8592  0
uhci_hcd               30224  0
usbcore               101368  2 uhci_hcd
pci_hotplug            31048  0
8250_pnp               10112  0
pcspkr                  5324  0
tsdev                   7744  0
evdev                   9088  0
tda9887                15128  0
wm8775                  7316  0
cx25840                24600  0
ivtv                  190736  0
firmware_class          9728  2 cx25840,ivtv
i2c_algo_bit           10504  1 ivtv
v4l1_compat            14852  1 ivtv
tveeprom               15284  1 ivtv
videodev                9600  1 ivtv
md5                     5760  1
ipv6                  235808  12
autofs4                17284  0
af_packet              18696  2
snd_mixer_oss          18048  1 snd_pcm_oss
snd_via82xx            23616  0
snd_ac97_codec         68984  1 snd_via82xx
snd_pcm                79364  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer              22532  1 snd_pcm
snd_page_alloc          9348  2 snd_via82xx,snd_pcm
gameport                5632  1 snd_via82xx
snd_mpu401_uart         7936  1 snd_via82xx
snd_rawmidi            21536  1 snd_mpu401_uart
snd_seq_device          8716  1 snd_rawmidi
snd 47460 9 snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               9312  1 snd
e100                   34176  0
mii                     5888  2 eepro100,e100
via686a                18968  0
i2c_sensor              4992  1 via686a
i2c_core 20224 8 i2c_viapro,tda9887,wm8775,cx25840,i2c_algo_bit,t veeprom,via686a,i2c_sensor
via_agp                 9344  1
agpgart                29616  1 via_agp
parport_pc             37444  0
parport                32456  1 parport_pc
8250                   23108  1 8250_pnp
serial_core            19840  1 8250
ohci1394               31748  0
video                  16260  0
thermal                12936  0
processor              22504  1 thermal
fan                     5252  0
container               5248  0
button                  7056  0
battery                10372  0
ac                      5508  0
rtc                    11980  0
ieee1394              301752  1 ohci1394

And the below is the IVTV init:

Dec 1 18:02:35 mythtv kernel: ivtv: ==================== START INIT IVTV ====================
Dec  1 18:02:35 mythtv kernel: ivtv:  version 0.5.1 (tagged release) loading
Dec 1 18:02:35 mythtv kernel: ivtv: Linux version: 2.6.11.9-chw-2 SMP preempt 586 gcc-3.3 Dec 1 18:02:35 mythtv kernel: ivtv: In case of problems please include the debug info between Dec 1 18:02:35 mythtv kernel: ivtv: the START INIT IVTV and END INIT IVTV lines, along with Dec 1 18:02:35 mythtv kernel: ivtv: any module options, when mailing the ivtv-users mailinglist. Dec 1 18:02:35 mythtv kernel: ivtv0: Autodetected WinTV PVR 150 card (cx23416 based) Dec 1 18:02:35 mythtv kernel: ACPI: PCI interrupt 0000:02:08.0[A] -> GSI 5 (level, low) -> IRQ 5 Dec 1 18:02:35 mythtv kernel: ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
Dec  1 18:02:35 mythtv kernel: tveeprom: Second (radio) tuner idx 101
Dec  1 18:02:35 mythtv kernel: tveeprom: ivtv version
Dec 1 18:02:35 mythtv kernel: tveeprom: Hauppauge: model = 23552, rev = D492, serial# = 8024148 Dec 1 18:02:35 mythtv kernel: tveeprom: tuner = Philips FQ1236A MK4 (idx = 92, type = 57) Dec 1 18:02:35 mythtv kernel: tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000) Dec 1 18:02:35 mythtv kernel: tveeprom: audio processor = CX25843 (type = 25) Dec 1 18:02:35 mythtv kernel: tveeprom: decoder processor = CX25843 (type = 1e) Dec 1 18:02:35 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50] Dec 1 18:02:35 mythtv kernel: cx25840 0-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0) Dec 1 18:02:36 mythtv kernel: cx25840 0-0044: loaded v4l-cx25840.fw firmware (14264 bytes) Dec 1 18:02:37 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44] Dec 1 18:02:37 mythtv kernel: wm8775 0-001b: chip found @ 0x36 (ivtv i2c driver #0) Dec 1 18:02:37 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
Dec  1 18:02:37 mythtv kernel: tda9885/6/7: (ivtv) chip found @ 0x86
Dec 1 18:02:37 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=tda9887, addr=43] Dec 1 18:02:37 mythtv kernel: ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
Dec  1 18:02:38 mythtv kernel: ivtv0: Encoder revision: 0x02050032
Dec 1 18:02:38 mythtv kernel: ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total) Dec 1 18:02:38 mythtv kernel: ivtv0: Allocate DMA encoder YUV stream: 161 x 12960 buffers (2048KB total) Dec 1 18:02:38 mythtv kernel: ivtv0: Allocate DMA encoder VBI stream: 80 x 26208 buffers (2048KB total) Dec 1 18:02:38 mythtv kernel: ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
Dec  1 18:02:38 mythtv kernel: ivtv0: Create encoder radio stream
Dec 1 18:02:38 mythtv kernel: ivtv0 warning: i2c client addr: 0x00 not found for command 0x40085618! Dec 1 18:02:38 mythtv kernel: ivtv0 warning: i2c client addr: 0x00 not found for command 0x402c5639!
Dec  1 18:02:39 mythtv kernel: ivtv0: Initialized WinTV PVR 150, card #0
Dec 1 18:02:39 mythtv kernel: ivtv: ====================== NEXT CARD ====================== Dec 1 18:02:39 mythtv kernel: ivtv1: Autodetected WinTV PVR 150 card (cx23416 based) Dec 1 18:02:39 mythtv kernel: ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
Dec  1 18:02:39 mythtv kernel: PCI: setting IRQ 10 as level-triggered
Dec 1 18:02:39 mythtv kernel: ACPI: PCI interrupt 0000:02:09.0[A] -> GSI 10 (level, low) -> IRQ 10 Dec 1 18:02:39 mythtv kernel: ivtv1: Unreasonably low latency timer, setting to 64 (was 32)
Dec  1 18:02:39 mythtv kernel: tveeprom: Second (radio) tuner idx 101
Dec  1 18:02:39 mythtv kernel: tveeprom: ivtv version
Dec 1 18:02:39 mythtv kernel: tveeprom: Hauppauge: model = 23552, rev = D492, serial# = 8024148 Dec 1 18:02:39 mythtv kernel: tveeprom: tuner = Philips FQ1236A MK4 (idx = 92, type = 57) Dec 1 18:02:39 mythtv kernel: tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000) Dec 1 18:02:39 mythtv kernel: tveeprom: audio processor = CX25843 (type = 25) Dec 1 18:02:39 mythtv kernel: tveeprom: decoder processor = CX25843 (type = 1e) Dec 1 18:02:39 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=tveeprom, addr=50] Dec 1 18:02:39 mythtv kernel: cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #1) Dec 1 18:02:40 mythtv kernel: cx25840 1-0044: loaded v4l-cx25840.fw firmware (14264 bytes) Dec 1 18:02:40 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=cx25840, addr=44] Dec 1 18:02:40 mythtv kernel: wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #1) Dec 1 18:02:40 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=wm8775, addr=1b]
Dec  1 18:02:40 mythtv kernel: tda9885/6/7: (ivtv) chip found @ 0x86
Dec 1 18:02:40 mythtv kernel: ivtv1: i2c attach to card #1 ok [client=tda9887, addr=43] Dec 1 18:02:41 mythtv kernel: ivtv1: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
Dec  1 18:02:42 mythtv kernel: ivtv1: Encoder revision: 0x02050032
Dec 1 18:02:42 mythtv kernel: ivtv1: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total) Dec 1 18:02:42 mythtv kernel: ivtv1: Allocate DMA encoder YUV stream: 161 x 12960 buffers (2048KB total) Dec 1 18:02:42 mythtv kernel: ivtv1: Allocate DMA encoder VBI stream: 80 x 26208 buffers (2048KB total) Dec 1 18:02:42 mythtv kernel: ivtv1: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
Dec  1 18:02:42 mythtv kernel: ivtv1: Create encoder radio stream
Dec 1 18:02:42 mythtv kernel: ivtv1 warning: i2c client addr: 0x00 not found for command 0x40045403! Dec 1 18:02:42 mythtv kernel: ivtv1 warning: i2c client addr: 0x00 not found for command 0x40085618! Dec 1 18:02:42 mythtv kernel: ivtv1 warning: i2c client addr: 0x00 not found for command 0x402c5639!
Dec  1 18:02:42 mythtv kernel: ivtv1: Initialized WinTV PVR 150, card #1
Dec 1 18:02:42 mythtv kernel: ivtv: ==================== END INIT IVTV ====================


What are the are the last 3 warnings referencing?, and what can I do to correct the tuning issue, am I missing a driver? Joey

_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to