> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Elizabeth Dodd
> Sent: Monday, May 19, 2008 7:47 PM
> To: User discussion about IVTV
> Subject: Re: [ivtv-users] Segmentation fault running v4l2-ctl 
> --set-input 1
> 
> 
> On Tue, 20 May 2008, Russell Treleaven wrote:
> > Please advise,
> 
> have you got firmware installed?
> 
> -- 
> All the really good ideas I ever had came to me while I was 
> milking a cow.
>               -- Grant Wood
> 
> _______________________________________________
> ivtv-users mailing list
> [email protected] 
> http://ivtvdriver.org/mailman/listinfo/ivtv> -users
> 
Yes I believe so since I change actually see video from the set top box
after I change
The input and I can change the video to loopback I would think that I
have firmware loaded.

I do see some unusual things in drive initialization though.
------------------------------------
Linux video capture interface: v2.00
ivtv:  Start initialization, version 1.1.0
forcedeth 0000:00:14.0: ifname eth0, PHY OUI 0x5043 @ 1, addr
00:13:d4:fe:0f:10
forcedeth 0000:00:14.0: highdma pwrctl timirq gbit lnktim desc-v3
PCI: Setting latency timer of device 0000:00:10.1 to 64
ivtv0: Initializing card #0
ivtv0: Autodetected Hauppauge card (cx23415 based)
*****the following line looks weird
ivtv0: YUV filter table not found in firmware.
tveeprom 0-0050: Hauppauge model 48132, rev K168, serial# 8809423
tveeprom 0-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47)
tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
*****should not the following be msp3400?
tveeprom 0-0050: audio processor is MSP4448 (idx 27)
tveeprom 0-0050: decoder processor is SAA7115 (idx 19)
tveeprom 0-0050: has radio, has IR receiver, has no IR transmitter
ivtv0: Autodetected Hauppauge WinTV PVR-350
saa7115 0-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver
#0)
saa7127 0-0044: saa7127 found @ 0x88 (ivtv i2c driver #0)
ivtv0: Registered device video0 for encoder MPG (4096 kB)
ivtv0: Registered device video32 for encoder YUV (2048 kB)
ivtv0: Registered device vbi0 for encoder VBI (1024 kB)
ivtv0: Registered device video24 for encoder PCM (320 kB)
ivtv0: Registered device radio0 for encoder radio
ivtv0: Registered device video16 for decoder MPG (1024 kB)
ivtv0: Registered device vbi8 for decoder VBI (64 kB)
ivtv0: Registered device vbi16 for decoder VOUT
ivtv0: Registered device video48 for decoder YUV (1024 kB)
ivtv0: Initialized card #0: Hauppauge WinTV PVR-350
ivtv:  End initialization
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Adding 2008084k swap on /dev/hda1.  Priority:-1 extents:1
across:2008084k
pvrXp ~ #
--------------------------------
The error

ivtv0: i2c hardware 0x00000008 (msp3400) not found for command
0x4008646d

seems to come from line 644 of ivtv-i2c.c
-----------------------------------
/* Calls i2c device based on IVTV_HW_ flag. If hw == 0, then do nothing.
   If hw == IVTV_HW_GPIO then call the gpio handler. */
int ivtv_i2c_hw(struct ivtv *itv, u32 hw, unsigned int cmd, void *arg)
{
        int addr;

        if (hw == IVTV_HW_GPIO)
                return ivtv_gpio(itv, cmd, arg);
        if (hw == 0)
                return 0;

        addr = ivtv_i2c_hw_addr(itv, hw);
        if (addr < 0) {
                IVTV_ERR("i2c hardware 0x%08x (%s) not found for command
0x%x\n"
,
                               hw, ivtv_i2c_hw_name(hw), cmd);
                return addr;
        }
        return ivtv_call_i2c_client(itv, addr, cmd, arg);
}
----------------------------------


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

Reply via email to