public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Hauppauge HVR-1300 analog troubles
@ 2008-05-29 20:26 Jonatan Åkerlind
  2008-06-01 12:37 ` Jonatan Åkerlind
  0 siblings, 1 reply; 5+ messages in thread
From: Jonatan Åkerlind @ 2008-05-29 20:26 UTC (permalink / raw)
  To: video4linux-list

Hi,

I'm trying to get the analog part of my HVR-1300 working. I have tried
several different approaches without any luck so far. Right now I have
the latest sources from http://linuxtv.org/hg/v4l-dvb compiled on a
gentoo system with a 2.6.24-gentoo-r8 kernel (without v4l in kernel).
The problem I have is that when using scantv to tune for channels the
tuner does not seem to actually tune, or perhaps there is no video
output on the v4l device node because scantv cannot find any channels.
When I connect a video source on the s-video input and use xawtv I get a
perfect picture from that input. Yes I have checked that the antenna is
correctly connected (I use the same cable switching with another tv-card
which is working). I'm using PAL B/G with western-europe frequency
table, but have not so far tried the digital receiver since i don't yet
have any proper antenna to use. 

Anyone have any clue or tip?
I have followed some different instructions for how to get this card
working, the latest I used was this:
http://gentoo-wiki.com/HARDWARE_Hauppauge_HVR_1300

Some info about my setup:

dmesg info when modprobing the cx8800 module:
(I have 
install cx88xx modprobe tuner; modprobe --ignore-install cx88xx
in my /etc/modprobe.conf to get the tuner loaded before the cx88xx)

Linux video capture interface: v2.00
cx88/0: cx2388x v4l2 driver version 0.0.6 loaded
ACPI: PCI Interrupt 0000:00:14.0[A] -> GSI 17 (level, low) -> IRQ 19
cx88[0]: subsystem: 0070:9601, board: Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder [card=56,autodetected]
cx88[0]: TV tuner type 63, Radio tuner type -1
tuner' 1-0061: chip found @ 0xc2 (cx88[0])
tuner' 1-0063: chip found @ 0xc6 (cx88[0])
tveeprom 1-0050: Hauppauge model 96019, rev D6D3, serial# 3218455
tveeprom 1-0050: MAC address is 00-0D-FE-31-1C-17
tveeprom 1-0050: tuner model is Philips FMD1216MEX (idx 133, type 63)
tveeprom 1-0050: TV standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xf4)
tveeprom 1-0050: audio processor is CX882 (idx 33)
tveeprom 1-0050: decoder processor is CX882 (idx 25)
tveeprom 1-0050: has radio, has IR receiver, has IR transmitter
cx88[0]: hauppauge eeprom: model=96019
tuner-simple 1-0061: creating new instance
tuner-simple 1-0061: type set to 63 (Philips FMD1216ME MK3 Hybrid Tuner)
cx88[0]/0: found at 0000:00:14.0, rev: 5, irq: 19, latency: 32, mmio: 0xfa000000
cx88[0]/0: registered device video0 [v4l2]
cx88[0]/0: registered device vbi0
cx88[0]/0: registered device radio0

lspci output:

00:14.0 0400: 14f1:8800 (rev 05)
        Subsystem: 0070:9601
        Flags: bus master, medium devsel, latency 32, IRQ 19
        Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx8800
        Kernel modules: cx8800

00:14.1 0480: 14f1:8811 (rev 05)
        Subsystem: 0070:9601
        Flags: bus master, medium devsel, latency 32, IRQ 5
        Memory at f9000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel modules: cx88-alsa

00:14.2 0480: 14f1:8802 (rev 05)
        Subsystem: 0070:9601
        Flags: bus master, medium devsel, latency 32, IRQ 5
        Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel modules: cx8802

/Jonatan

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Hauppauge HVR-1300 analog troubles
  2008-05-29 20:26 Jonatan Åkerlind
@ 2008-06-01 12:37 ` Jonatan Åkerlind
  2008-06-02 19:58   ` Jan Frey
  0 siblings, 1 reply; 5+ messages in thread
From: Jonatan Åkerlind @ 2008-06-01 12:37 UTC (permalink / raw)
  To: video4linux-list

An update:

I booted the system up today and modprobed tuner with debug=1 and cx88xx
with audio_debug=1 ir_debug=1 and tried to scan for channels and this
time everything worked just fine. Tried unloading the modules and
reloading everything without debugging and it still works. I cannot
really tell what is different this time from all my other attempts at
this but anyway it seems to be working.

Now, is there any possibility to get the mpeg2-encoder working? I'm
using the cx88-blackbird module but i'm not really sure if or what
firmware I should be downloading to the card. 

/Jonatan

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Hauppauge HVR-1300 analog troubles
  2008-06-01 12:37 ` Jonatan Åkerlind
@ 2008-06-02 19:58   ` Jan Frey
  2008-06-02 20:46     ` Jonatan Åkerlind
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Frey @ 2008-06-02 19:58 UTC (permalink / raw)
  To: video4linux-list

Hi Jonatan,

I'm quite successfully using this code here:
http://linuxtv.org/hg/~rmcc/hvr-1300/

And additionally I have all the v4l modules unloaded and reloaded via 
rc.local to get the tuner up reliably.

Regards,
Jan

On Sunday 01 June 2008, Jonatan Åkerlind wrote:
> An update:
>
> I booted the system up today and modprobed tuner with debug=1 and cx88xx
> with audio_debug=1 ir_debug=1 and tried to scan for channels and this
> time everything worked just fine. Tried unloading the modules and
> reloading everything without debugging and it still works. I cannot
> really tell what is different this time from all my other attempts at
> this but anyway it seems to be working.
>
> Now, is there any possibility to get the mpeg2-encoder working? I'm
> using the cx88-blackbird module but i'm not really sure if or what
> firmware I should be downloading to the card.
>
> /Jonatan
>
> --
> video4linux-list mailing list
> Unsubscribe
> mailto:video4linux-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/video4linux-list
-- 
Jan Frey
linux [at] janfrey.de

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Hauppauge HVR-1300 analog troubles
  2008-06-02 19:58   ` Jan Frey
@ 2008-06-02 20:46     ` Jonatan Åkerlind
  0 siblings, 0 replies; 5+ messages in thread
From: Jonatan Åkerlind @ 2008-06-02 20:46 UTC (permalink / raw)
  To: video4linux-list

On mån, 2008-06-02 at 21:58 +0200, Jan Frey wrote:
> Hi Jonatan,
> 
> I'm quite successfully using this code here:
> http://linuxtv.org/hg/~rmcc/hvr-1300/
> 
> And additionally I have all the v4l modules unloaded and reloaded via 
> rc.local to get the tuner up reliably.
> 
> Regards,
> Jan

Ok, sounds nice. Right now I have the analog working but without the
MPEG encoder. This will have to do for now because I'm just about to
leave for a longer vacation trip, but when I get back I will definetely
have a look at this again. 

Thanks anyway

/Jonatan

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Hauppauge HVR-1300 analog troubles
@ 2008-06-07  7:12 r006
  0 siblings, 0 replies; 5+ messages in thread
From: r006 @ 2008-06-07  7:12 UTC (permalink / raw)
  To: video4linux-list

Subject: Re: Hauppauge HVR-1300 analog troubles

Date: Saturday 07 June 2008

From: rolf.sader@gmx.net

To: video4linux-list@redhat.com

On Sunday 01 June 2008 14:37:23 Jonatan Åkerlind wrote:

> An update:

>

> I booted the system up today and modprobed tuner with debug=1 and cx88xx

> with audio_debug=1 ir_debug=1 and tried to scan for channels and this

> time everything worked just fine. Tried unloading the modules and

> reloading everything without debugging and it still works. I cannot

> really tell what is different this time from all my other attempts at

> this but anyway it seems to be working.

>

> Now, is there any possibility to get the mpeg2-encoder working? I'm

> using the cx88-blackbird module but i'm not really sure if or what

> firmware I should be downloading to the card.

>

> /Jonatan

>

> --


look at http://ivtvdriver.org/index.php/Firmware

The firmware you need is (v4l-cx2341x-enc.fw). You can get it here:

http://dl.ivtvdriver.org/ivtv/firmware/firmware.tar.gz


regards

Rolf

-------------------------------------------------------

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-06-07  7:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-07  7:12 Hauppauge HVR-1300 analog troubles r006
  -- strict thread matches above, loose matches on Subject: below --
2008-05-29 20:26 Jonatan Åkerlind
2008-06-01 12:37 ` Jonatan Åkerlind
2008-06-02 19:58   ` Jan Frey
2008-06-02 20:46     ` Jonatan Åkerlind

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox