All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] WinTV HVR 1400 (cx23885)
@ 2008-04-06 13:39 jean.bruenn
  2008-04-06 14:17 ` Steven Toth
  0 siblings, 1 reply; 4+ messages in thread
From: jean.bruenn @ 2008-04-06 13:39 UTC (permalink / raw)
  To: linux-dvb

Hello,

i bought a dvb-t card ago some days, now i'm tried to get it working in
linux without any luck. It seems that there are not many information
available for that card (google displays mostly other cards or product
information).

    Hauppauge WinTV HVR 1400 Hybrid TV ExpressCard (Analog and Digital Tuner)

When inserting it into my notebook, my kernel is loading the "cx23885"
module and displaying:

    "Your board isn't known (yet) to the driver. You can
     try to pick one of the existing card configs via
     card=<n> insmod option. Updating to the latest
     version might help as well."

I tried the 5 available cards (0 = unknown/generic, 1 = wintv-hvr1800lp, 2
= wintv-hvr1800, 3 = wintv-hvr1250, 4 = dvico fusionhdtv5 express)

Where
    0 works without an error msg, but i don't have /dev/dvb/* /dev/videoX
or /dev/v4l/*
    1,2,3 prints out: cx23885_dev_setup() Failed to register dvb adapters
on VID_C and does not give a /dev/dvb/* /dev/videoX or /dev/v4l/*
    4 gives /dev/dvb* but no /dev/videoX or /dev/v4l/*

My questions are easy...:
    1 is that card supported?
    2 any idea how to get that card working (i don't have windows, so i
cannot use that card)

Here are some more information, if you need further information or
details, just let me know:

    03:00.0 0400: 14f1:8852 (rev 02)
            Subsystem: 0070:8010

lspci -vvv
    03:00.0 Multimedia video controller: Conexant Unknown device 8852 (rev
02)
            Subsystem: Hauppauge computer works Inc. Unknown device 8010
            Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
            Latency: 0, Cache Line Size: 64 bytes
            Interrupt: pin A routed to IRQ 20
            Region 0: Memory at d3000000 (64-bit, non-prefetchable) [size=2M]
            Capabilities: [40] Express (v1) Endpoint, MSI 00
                    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
<64ns, L1 <1us
                            ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
                    DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
Unsupported-
                            RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
                            MaxPayload 128 bytes, MaxReadReq 512 bytes
                    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq-
AuxPwr- TransPend-
                    LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
Latency L0 <2us, L1 <4us
                            ClockPM- Suprise- LLActRep- BwNot-
                    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
CommClk-
                            ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                    LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train-
SlotClk+ DLActive- BWMgmt- ABWMgmt-
            Capabilities: [80] Power Management version 2
                    Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA
PME(D0+,D1+,D2+,D3hot+,D3cold-)
                    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
            Capabilities: [90] Vital Product Data <?>
            Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+
Queue=0/0 Enable-
                    Address: 0000000000000000  Data: 0000
            Capabilities: [100] Advanced Error Reporting <?>
            Capabilities: [200] Virtual Channel <?>
            Kernel driver in use: cx23885
            Kernel modules: cx23885

Cheers
Jean



_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* Re: [linux-dvb] WinTV HVR 1400 (cx23885)
  2008-04-06 13:39 [linux-dvb] WinTV HVR 1400 (cx23885) jean.bruenn
@ 2008-04-06 14:17 ` Steven Toth
  2008-04-06 14:21   ` Michael Krufky
  2008-04-06 15:59   ` Jean-Michel Brünn
  0 siblings, 2 replies; 4+ messages in thread
From: Steven Toth @ 2008-04-06 14:17 UTC (permalink / raw)
  To: jean.bruenn; +Cc: linux-dvb

jean.bruenn@ip-minds.de wrote:
> Hello,
> 
> i bought a dvb-t card ago some days, now i'm tried to get it working in
> linux without any luck. It seems that there are not many information
> available for that card (google displays mostly other cards or product
> information).
> 
>     Hauppauge WinTV HVR 1400 Hybrid TV ExpressCard (Analog and Digital Tuner)

I think that has a tda10048, which I'm currently working on. If so I'll 
add support for that card very quickly in the next couple of weeks.

- Steve

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* Re: [linux-dvb] WinTV HVR 1400 (cx23885)
  2008-04-06 14:17 ` Steven Toth
@ 2008-04-06 14:21   ` Michael Krufky
  2008-04-06 15:59   ` Jean-Michel Brünn
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Krufky @ 2008-04-06 14:21 UTC (permalink / raw)
  To: Steven Toth; +Cc: linux-dvb

Steven Toth wrote:
> jean.bruenn@ip-minds.de wrote:
>> Hello,
>>
>> i bought a dvb-t card ago some days, now i'm tried to get it working in
>> linux without any luck. It seems that there are not many information
>> available for that card (google displays mostly other cards or product
>> information).
>>
>>     Hauppauge WinTV HVR 1400 Hybrid TV ExpressCard (Analog and Digital Tuner)
> 
> I think that has a tda10048, which I'm currently working on. If so I'll 
> add support for that card very quickly in the next couple of weeks.

No, This card uses an XC3028L with a DIB7000.

We're missing support for the low-powered xc part.  AFAIK, it should work with the current driver, but needs new firmware.

-Mike

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* Re: [linux-dvb] WinTV HVR 1400 (cx23885)
  2008-04-06 14:17 ` Steven Toth
  2008-04-06 14:21   ` Michael Krufky
@ 2008-04-06 15:59   ` Jean-Michel Brünn
  1 sibling, 0 replies; 4+ messages in thread
From: Jean-Michel Brünn @ 2008-04-06 15:59 UTC (permalink / raw)
  To: Steven Toth; +Cc: linux-dvb

Hello,

ty for your answer.

On Sun, 06 Apr 2008 10:17:17 -0400
Steven Toth <stoth@linuxtv.org> wrote:

> I think that has a tda10048, which I'm currently working on. If so I'll 
> add support for that card very quickly in the next couple of weeks.

If you need additional information like lspci or other things, just tell me. I'll send what you need and i could try drivers for you.

Cheers
Jean

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

end of thread, other threads:[~2008-04-06 15:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-06 13:39 [linux-dvb] WinTV HVR 1400 (cx23885) jean.bruenn
2008-04-06 14:17 ` Steven Toth
2008-04-06 14:21   ` Michael Krufky
2008-04-06 15:59   ` Jean-Michel Brünn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.