opensubscriber
   Find in this group all groups
 
Unknown more information…

i : ivtv-users@ivtvdriver.org 15 June 2012 • 6:49AM -0400

Re: [ivtv-users] Problems With additional tuners...
by Peter Schneider

REPLY TO AUTHOR
 
REPLY TO GROUP




Hi Andy,

I was hoping you might be able to help me out.  I went and did a major package update a couple of days ago (not a version upgrade though) and now there are a couple of problems that are causing me big problems.  Initially I could get one of the PVR 500's to work so then I re-installed the v4l2 driver (used git to re-download and build it) and that is what got me to this state.

The first is that what I use v4l2-ctl to "--set-input" and "--set-standard" (I then check and video works) Myth can't access the tuners anymore as they are reporting as busy (myth gives the error that all tuners are busy).  The bigger problem is that when I reboot I need to re-run these commands because they get lost (on a cat check to a file the video is missing again).

It also appears that on reboots the dev/video#'s are changing for the different cards.  I think this is something that I need to fix with udev based on some of the readings that I have done in the past.  Unfortunately I can't say that any of the discussions on udev made a lot of sense to me.  

What I want to ask you is if this is something that you have seen before and if so what was the cure that you found?

Here is what the last boot did (actually it has stayed at this organization for three boots now so maybe the driver install caused the re-order).  Prior to this one the HVR-1600 had video1 with the PVR 500 split on video0 and video2.

v4l2-ctl --list-devices
Hauppauge HVR-1600 (PCI:0000:01:06.0):
/dev/video0
/dev/video24
/dev/video32
/dev/vbi0

WinTV PVR 500 (unit #1) (PCI:0000:02:08.0):
/dev/video1
/dev/video25
/dev/video33
/dev/radio1
/dev/vbi1

WinTV PVR 500 (unit #2) (PCI:0000:02:09.0):
/dev/video2
/dev/video26
/dev/video34
/dev/vbi2


Thanks,
Peter



On 2012-02-11, at 3:02 PM, Andy Walls wrote:

> On Sat, 2012-02-11 at 11:02 -0700, Gmail wrote:
>> Hi All,
>>
>>
>> I am hoping someone can help me with some trouble shooting that I am
>> doing.  I have a box with three Hauppauge cards installed (PVR-500,
>> HVR-2250, and the latest is a HVR 1600).  Though I have the 2250
>> installed I have not built my antenna as of yet to bring it online.
>> My PVR-500 used to work with both tuners but then a couple years ago
>> the second unit just stopped working (no idea why and assumed over
>> time, after lots of attempts to try and revive, that it was just
>> dead).  I happened across the HVR-1600 yesterday and thought it would
>> make a good addition for the second Analog tuner that I lost.  The
>> problem is that it is providing the same static feed as the second
>> tuner from the PVR-500.  After looking at the logs I am starting to
>> wonder if the problemI have is a firmware bug or something else and
>> could use some help.  The reason I am turning to this list is because
>> of a line in the syslog in what appears to be the ivtv sequence.
>>
>>
>> Note: The Analog tuners are being used to capture video through the
>> s-video cable from my satellite tuners and the digital ones are for
>> future OTA HD.  
>
> Please install v4l2-ctl (probably in a v4l2-utils package) and mplayer.
>
> Kill the mythbackend, if it is running.
>
> Then run v4l2-ctl --list-devices, to see what card corresponds to which
> devices nodes.  For example:
>
>        $ v4l2-ctl --list-devices
>        Hauppauge HVR-1600 (PCI:0000:03:00.0):
>         /dev/video0
>         /dev/video24
>         /dev/video32
>         /dev/vbi0
>
>        Hauppauge WinTV PVR-150 (PCI:0000:03:01.0):
>         /dev/video2
>         /dev/video26
>         /dev/video34
>         /dev/radio2
>         /dev/vbi2
>
>        Hauppauge HVR-1600 (PCI:0000:03:02.0):
>         /dev/video1
>         /dev/video25
>         /dev/video33
>         /dev/radio1
>         /dev/vbi1
>
> On a device from which you wish to capture S-Video, set the proper input
> and analog TV standard using v4l2-ctl:
>
>        $ v4l2-ctl -d /dev/video0 --list-inputs
>        ioctl: VIDIOC_ENUMINPUT
>         Input       : 0
>         Name        : Tuner 1
>         Type        : 0x00000001
>         Audioset    : 0x00000007
>         Tuner       : 0x00000000
>         Standard    : 0x0000000000001000 (NTSC-M)
>         Status      : 0x00000000 (ok)
>         Capabilities: 0x00000004 (SD presets)
>
>         Input       : 1
>         Name        : S-Video 1
>         Type        : 0x00000002
>         Audioset    : 0x00000007
>         Tuner       : 0x00000000
>         Standard    : 0x0000000000FFFFFF (PAL-B/B1/G/H/I/D/D1/K/M/N/Nc/60 NTSC-M/M-JP/443/M-KR SECAM-B/D/G/H/K/K1/L/Lc)
>         Status      : 0x00000000 (ok)
>         Capabilities: 0x00000004 (SD presets)
>
>         Input       : 2
>         Name        : Composite 1
>         Type        : 0x00000002
>         Audioset    : 0x00000007
>         Tuner       : 0x00000000
>         Standard    : 0x0000000000FFFFFF (PAL-B/B1/G/H/I/D/D1/K/M/N/Nc/60 NTSC-M/M-JP/443/M-KR SECAM-B/D/G/H/K/K1/L/Lc)
>         Status      : 0x00000000 (ok)
>         Capabilities: 0x00000004 (SD presets)
>         [...]
>
>        $ v4l2-ctl -d /dev/video0 --set-input=1
>        Video input set to 1 (S-Video 1: ok)
>
>        $ v4l2-ctl -d /dev/video0 --list-standards
>        ioctl: VIDIOC_ENUMSTD
>         Index       : 0
>         ID          : 0x000000000000B000
>         Name        : NTSC
>         Frame period: 1001/30000
>         Frame lines : 525
>
>         Index       : 1
>         ID          : 0x0000000000001000
>         Name        : NTSC-M
>         Frame period: 1001/30000
>         Frame lines : 525
>        [...]
>
>        $ v4l2-ctl -d /dev/video0 --set-standard=1
>        Standard set to 00001000
>
>
> Turn on your S-Video source, and then just capture an MPEG live with mplayer:
>
>        $ mplayer /dev/video0 -cache 8192
>
> or capture a file for later playback
>
>        $ cat /dev/video0 > foo.mpg
>        ^C
>        $ mplayer foo.mpg
>
>
>
>> Here is what I see on the two problematic analog tuners.
>
> Looks like an untuned tuner input driving the encoder, not S-Video.  An
> S-Video input that is connected but has no signal is usually a solid
> grey or black screen.
>
>>
>> Here is some background information:
>
>> and:
>>
>>
>> cat /var/log/syslog|grep cx18
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.465299] cx18:  Start initialization, version 1.5.0
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516868] cx18-0: Initializing card 0
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516871] cx18-0: Autodetected Hauppauge card
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.517062] cx18 0000:01:06.0: PCI INT A -> Link[LNKA] -> GSI 16 (level, low) -> IRQ 16
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.523272] cx18-0: cx23418 revision 01010000 (B)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.740991] cx18-0: Autodetected Hauppauge HVR-1600
>
> greping for 'cx18' will miss any error messages reltaed to the tuner
> chips and initialization.  Anyway, the HVR-1600 lloks OK from what you
> provided.
>
>>
>> and what set my into this e-mail:
>>
>>
>>
>>
>>
>>
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.371758] Linux video capture interface: v2.00
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.382727] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.449074] ivtv: Start initialization, version 1.4.2
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.453711] parport_pc 00:05: reported by Plug and Play ACPI
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.453762] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.456724] [Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS
>
> Your computer's BIOS has an ACPI bug that is unrelated to the video
> capture cards, AFAICT.
>
>
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.457016] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:12/LNXVIDEO:00/input/input5
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.457108] ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.458546] ivtv0: Initializing card 0
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.458552] ivtv0: Autodetected Hauppauge card (cx23416 based)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.461226] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 17
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.461251] ivtv 0000:02:08.0: PCI INT A -> Link[LNKB] -> GSI 17 (level, low) -> IRQ 17
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.465299] cx18:  Start initialization, version 1.5.0
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516569] tveeprom 2-0050: Hauppauge model 23552, rev E792, serial# 10603908
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516572] tveeprom 2-0050: tuner model is Philips FQ1236A MK4 (idx 92, type 57)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516575] tveeprom 2-0050: TV standards NTSC(M) (eeprom 0x08)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516577] tveeprom 2-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101, type 62)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516580] tveeprom 2-0050: audio processor is CX25843 (idx 37)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516582] tveeprom 2-0050: decoder processor is CX25843 (idx 30)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516584] tveeprom 2-0050: has radio
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516586] ivtv0: Autodetected WinTV PVR 500 (unit #1)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516630] HDA Intel 0000:00:07.0: power state changed by ACPI to D0
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516635] HDA Intel 0000:00:07.0: power state changed by ACPI to D0
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516789] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516793] HDA Intel 0000:00:07.0: PCI INT A -> Link[LAZA] -> GSI 21 (level, low) -> IRQ 21
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516795] hda_intel: Disabling MSI
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516818] HDA Intel 0000:00:07.0: setting latency timer to 64
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516868] cx18-0: Initializing card 0
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.516871] cx18-0: Autodetected Hauppauge card
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.517047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 16
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.517062] cx18 0000:01:06.0: PCI INT A -> Link[LNKA] -> GSI 16 (level, low) -> IRQ 16
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.523272] cx18-0: cx23418 revision 01010000 (B)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.527518] cx25840 2-0044: cx25843-24 found @ 0x88 (ivtv i2c driver #0)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.552242] lp0: using parport0 (interrupt-driven).
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.559592] i2c-core: driver [tuner] using legacy suspend method
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.559595] i2c-core: driver [tuner] using legacy resume method
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.571404] tea5767 2-0060: type set to Philips TEA5767HN FM Radio
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.572716] tuner 2-0060: Tuner 62 found with type(s) Radio.
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.647194] tda9887 2-0043: creating new instance
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.647198] tda9887 2-0043: tda988[5/6/7] found
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.648262] tuner 2-0043: Tuner 74 found with type(s) Radio TV.
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.649550] EXT4-fs (sdc1): re-mounted. Opts: errors=remount-ro
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.661166] tuner 2-0061: Tuner -1 found with type(s) TV.
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.661266] MCE: In-kernel MCE decoding enabled.
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.662420] EDAC MC: Ver: 2.1.0
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.667708] AMD64 EDAC driver v3.4.0
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.669263] wm8775 2-001b: chip found @ 0x36 (ivtv i2c driver #0)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.679969] type=1400 audit(1328977336.392:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=765 comm="apparmor_parser"
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.680434] type=1400 audit(1328977336.396:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=765 comm="apparmor_parser"
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.680697] type=1400 audit(1328977336.396:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=765 comm="apparmor_parser"
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.683264] type=1400 audit(1328977336.396:5): apparmor="STATUS" operation="profile_load" name="/usr/sbin/ntpd" pid=786 comm="apparmor_parser"
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.691569] saa7164 driver loaded
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.695133] saa7164 0000:05:00.0: PCI INT A -> Link[LN2A] -> GSI 18 (level, low) -> IRQ 18
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.695958] CORE saa7164[0]: subsystem: 0070:8851, board: Hauppauge WinTV-HVR2250 [card=7,autodetected]
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.695962] saa7164[0]/0: found at 0000:05:00.0, rev: 129, irq: 18, latency: 0, mmio: 0xfe800000
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.695968] saa7164 0000:05:00.0: setting latency timer to 64
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.698088] tuner-simple 2-0061: creating new instance
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.698093] tuner-simple 2-0061: type set to 57 (Philips FQ1236A MK4)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.699764] ivtv0: Registered device video0 for encoder MPG (4096 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.699792] ivtv0: Registered device video32 for encoder YUV (2048 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.699818] ivtv0: Registered device vbi0 for encoder VBI (1024 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.699841] ivtv0: Registered device video24 for encoder PCM (320 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.699866] ivtv0: Registered device radio0 for encoder radio
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.699868] ivtv0: Initialized card: WinTV PVR 500 (unit #1)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.740974] tveeprom 3-0050: Hauppauge model 74041, rev C6G8, serial# 7255283
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.740977] tveeprom 3-0050: MAC address is 00:0d:fe:6e:b4:f3
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.740979] tveeprom 3-0050: tuner model is TCL M30WTP-4N-E (idx 168, type 85)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.740982] tveeprom 3-0050: TV standards NTSC(M) (eeprom 0x08)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.740984] tveeprom 3-0050: audio processor is CX23418 (idx 38)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.740986] tveeprom 3-0050: decoder processor is CX23418 (idx 31)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.740988] tveeprom 3-0050: has no radio, has IR receiver, has IR transmitter
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.740991] cx18-0: Autodetected Hauppauge HVR-1600
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.740993] cx18-0: Simultaneous Digital and Analog TV capture supported
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.748153] ivtv1: Initializing card 1
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.748158] ivtv1: Autodetected Hauppauge card (cx23416 based)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.749970] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 19
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.749978] ivtv 0000:02:09.0: PCI INT A -> Link[LNKC] -> GSI 19 (level, low) -> IRQ 19
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.805055] tveeprom 5-0050: Hauppauge model 23552, rev E792, serial# 10603908
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.805058] tveeprom 5-0050: tuner model is Philips FQ1236A MK4 (idx 92, type 57)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.805060] tveeprom 5-0050: TV standards NTSC(M) (eeprom 0x08)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.805063] tveeprom 5-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101, type 62)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.805065] tveeprom 5-0050: audio processor is CX25843 (idx 37)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.805067] tveeprom 5-0050: decoder processor is CX25843 (idx 30)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.805069] tveeprom 5-0050: has radio
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.805071] ivtv1: Correcting tveeprom data: no radio present on second unit
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.805073] ivtv1: Autodetected WinTV PVR 500 (unit #2)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.811719] cx25840 5-0044: cx25843-24 found @ 0x88 (ivtv i2c driver #1)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.833014] tda9887 5-0043: creating new instance
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.833017] tda9887 5-0043: tda988[5/6/7] found
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.834052] tuner 5-0043: Tuner 74 found with type(s) Radio TV.
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.839893] tuner 5-0061: Tuner -1 found with type(s) Radio TV.
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.845534] wm8775 5-001b: chip found @ 0x36 (ivtv i2c driver #1)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.863936] tuner-simple 5-0061: creating new instance
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.863940] tuner-simple 5-0061: type set to 57 (Philips FQ1236A MK4)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.865665] ivtv1: Registered device video1 for encoder MPG (4096 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.865692] ivtv1: Registered device video33 for encoder YUV (2048 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.865717] ivtv1: Registered device vbi1 for encoder VBI (1024 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.865743] ivtv1: Registered device video25 for encoder PCM (320 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.865745] ivtv1: Initialized card: WinTV PVR 500 (unit #2)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.865799] ivtv: End initialization
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.913467] tda9887 4-0043: creating new instance
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.913470] tda9887 4-0043: tda988[5/6/7] found
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.914339] tuner 4-0043: Tuner 74 found with type(s) Radio TV.
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.920094] tuner 4-0061: Tuner -1 found with type(s) Radio TV.
>
> Every thing appears OK for ivtv and cx18.
>
>
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.944043] saa7164_downloadfirmware() no first image
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.944055] saa7164_downloadfirmware() Waiting for firmware upload (NXP7164-2010-03-10.1.fw)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.964660] JFS: nTxBlock = 8192, nTxLock = 65536
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.982069] cs5345 3-004c: chip found @ 0x98 (cx18 i2c driver #0-0)
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.986133] tuner-simple 4-0061: creating new instance
>> Feb 11 09:22:21 mythtv-primary kernel: [   12.986136] tuner-simple 4-0061: type set to 85 (Philips FQ1236 MK5)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.000831] cx18-0: Registered device video2 for encoder MPEG (64 x 32.00 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.000839] DVB: registering new adapter (cx18)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.001366] ppdev: user-space parallel port driver
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.093375] saa7164_downloadfirmware() Upload failed. (file not found?)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.093380] Failed to boot firmware, no features registered
>
> Your HVR-2250 probably isn't going to work, given those messages about a
> missing firmware file.
>
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.250727] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.510643] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.673594] ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.701587] ivtv1: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.772527] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.772807] EDAC amd64: DRAM ECC disabled.
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.772813] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.772814]  Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.772815]  (Note that use of the override may cause unknown side effects.)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.872180] ivtv0: Encoder revision: 0x02060039
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.883339] MXL5005S: Attached at address 0x63
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.883344] DVB: registering adapter 0 frontend 0 (Samsung S5H1409 QAM/8VSB Frontend)...
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.883461] cx18-0: DVB Frontend registered
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.883464] cx18-0: Registered DVB adapter0 for TS (32 x 32.00 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.883501] cx18-0: Registered device video34 for encoder YUV (20 x 101.25 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.883540] cx18-0: Registered device vbi2 for encoder VBI (20 x 51984 bytes)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.883567] cx18-0: Registered device video26 for encoder PCM audio (256 x 4.00 kB)
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.883570] cx18-0: Initialized card: Hauppauge HVR-1600
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.883631] cx18:  End initialization
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.900395] ivtv1: Encoder revision: 0x02060039
>> Feb 11 09:22:21 mythtv-primary kernel: [   13.995615] cx18-alsa: module loading...
>> Feb 11 09:22:21 mythtv-primary kernel: [   14.162692] cx18-0: loaded v4l-cx23418-cpu.fw firmware (158332 bytes)
>> Feb 11 09:22:21 mythtv-primary kernel: [   14.413193] cx18-0: loaded v4l-cx23418-apu.fw firmware V00120000 (141200 bytes)
>> Feb 11 09:22:21 mythtv-primary kernel: [   14.472491] cx18-0: FW version: 0.0.74.0 (Release 2007/03/12)
>> Feb 11 09:22:21 mythtv-primary kernel: [   15.305943] nvidia: module license 'NVIDIA' taints kernel.
>> Feb 11 09:22:21 mythtv-primary kernel: [   15.305948] Disabling lock debugging due to kernel taint
>> Feb 11 09:22:21 mythtv-primary kernel: [   15.543106] ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 20
>> Feb 11 09:22:21 mythtv-primary kernel: [   15.543114] nvidia 0000:03:00.0: PCI INT A -> Link[SGRU] -> GSI 20 (level, low) -> IRQ 20
>> Feb 11 09:22:21 mythtv-primary kernel: [   15.543122] nvidia 0000:03:00.0: setting latency timer to 64
>> Feb 11 09:22:21 mythtv-primary kernel: [   15.543127] vgaarb: device changed decodes: PCI:0000:03:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
>> Feb 11 09:22:21 mythtv-primary kernel: [   15.544170] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  290.10  Wed Nov 16 17:39:29 PST 2011
>> Feb 11 09:22:21 mythtv-primary kernel: [   15.738362] cx18-0 843: loaded v4l-cx23418-dig.fw firmware (16382 bytes)
>> Feb 11 09:22:21 mythtv-primary kernel: [   15.760120] cx18-0 843: verified load of v4l-cx23418-dig.fw firmware (16382 bytes)
>> Feb 11 09:22:21 mythtv-primary kernel: [   17.589877] cx25840 5-0044: loaded v4l-cx25840.fw firmware (16382 bytes)
>> Feb 11 09:22:21 mythtv-primary kernel: [   17.899715] RPC: Registered named UNIX socket transport module.
>>
>>
>> Can anyone tell me if I have an actual firmware bug or if this is
>> normal?  Can anyone tell me how to test the card for sure to see if it
>> is a defective card?
>
> One last step is to verify that you do in fact have a video signal with
> a known good devices (such as a TV).  If you have RF analog or RF
> digital reception problems, you may want to review this checklist as
> well:
>
> http://ivtvdriver.org/index.php/Howto:Improve_signal_quality
>
> Regards,
> Andy
>
>>
>> -Peter
>
>
>
> _______________________________________________
> ivtv-users mailing list
> ivtv-users@ivtv...
> http://ivtvdriver.org/mailman/listinfo/ivtv-users


Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.