Mailing List Archive

Still pulling my hair out....
Greetings all..

Im not sure what to provide for my issue but I will let you know what I am
dealing with..


Basically I got everything setup. It found all of my channels and signal
strengths. I did what the IVTV documentation said and did a cat /dev/video0
> /tmp/bla.mpg

When I check the file its 0 bytes.. I have ran the ivtv tools and set it
to a channel and forced tuner0. What am I doing wrong here? Let me know
what you need and I will post it up.


Brian
Re: Still pulling my hair out.... [ In reply to ]
Brian Fertig wrote:

> Basically I got everything setup. It found all of my channels and
> signal strengths. I did what the IVTV documentation said and did a
> cat /dev/video0 > /tmp/bla.mpg
>
> When I check the file its 0 bytes.. I have ran the ivtv tools and
> set it to a channel and forced tuner0. What am I doing wrong here?

I suggest you post the output of dmesg including everything from the
line with "ivtv: Start initialization" to the line with "ivtv: End
initialization". That should point to any problems in ivtv driver
initialisation.

Michael.


_______________________________________________
ivtv-users mailing list
ivtv-users@ivtvdriver.org
http://ivtvdriver.org/mailman/listinfo/ivtv-users
Re: Still pulling my hair out.... [ In reply to ]
Update...

Well tried to build a custom 2.6.23.2 kernel.. Failed miserably due to the
fact I couldnt get my NAT to work. If anyone knows where I could possibly
get a 2.6.20+ Kernel version. Currently I am using 2.6.18-128.1.6 RPM from
CentOS 5.3. I have installed ivtv-0.10.6 w/o issue. Driver seems to work.

Here is the debug I get from dmesg.

ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.10.6 (tagged release) loading
ivtv: Linux version: 2.6.18-128.1.6.el5 SMP mod_unload 686 REGPARM 4KSTACKS
gcc-4.1
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 Hauppauge card (cx23416 based)
ACPI: PCI Interrupt 0000:00:08.0[A] -> GSI 16 (level, low) -> IRQ 201
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
ivtv0: loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
ivtv0: Encoder revision: 0x02060039
tveeprom 1-0050: Hauppauge model 26032, rev C199, serial# 8297123
tveeprom 1-0050: tuner model is TCL 2002N 5H (idx 99, type 50)
tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
tveeprom 1-0050: audio processor is CX25841 (idx 35)
tveeprom 1-0050: decoder processor is CX25841 (idx 28)
tveeprom 1-0050: has no radio, has IR remote
ivtv0: Autodetected Hauppauge WinTV PVR-150
ivtv0: reopen i2c bus for IR-blaster support
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
cx25840 1-0044: cx25841-23 found @ 0x88 (ivtv i2c driver #0)
cx25840 1-0044: loaded v4l-cx25840.fw firmware (16382 bytes)
wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0)
ivtv0: Registered device video0 for encoder MPEG (4 MB)
ivtv0: Registered device video32 for encoder YUV (2 MB)
ivtv0: Registered device vbi0 for encoder VBI (1 MB)
ivtv0: Registered device video24 for encoder PCM audio (1 MB)
tuner 1-0061: type set to 50 (TCL 2002N)
ivtv0: Initialized Hauppauge WinTV PVR-150, card #0
ACPI: PCI Interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 209
PCI: Setting latency timer of device 0000:00:11.5 to 64
ivtv: ==================== END INIT IVTV ====================


I have ran the debug of cat /dev/video0 > /tmp/test.mpg and found it wasnt
producing anything.

I have ran the config tools and set it to tuner0 and chanel 53. When I ran
the config on mythtv it said it found all of the channels and the signal was
at 98%.. So Im confused.. Any ideas?


Brian

On Fri, May 1, 2009 at 7:06 PM, Brian Fertig <bfertig@gmail.com> wrote:

> Greetings all..
>
> Im not sure what to provide for my issue but I will let you know what I am
> dealing with..
>
>
> Basically I got everything setup. It found all of my channels and signal
> strengths. I did what the IVTV documentation said and did a cat /dev/video0
> > /tmp/bla.mpg
>
> When I check the file its 0 bytes.. I have ran the ivtv tools and set it
> to a channel and forced tuner0. What am I doing wrong here? Let me know
> what you need and I will post it up.
>
>
> Brian