public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] Nova T-500 detection problem
@ 2008-03-11 17:06 Ian Liverton
  2008-03-11 17:20 ` Nicolas Will
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Liverton @ 2008-03-11 17:06 UTC (permalink / raw)
  To: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 1278 bytes --]

Hi,

 

I recently purchased two Nova T-500 (as far as I can tell it’s not one of
the diversity range) cards one is the 99101 LF rev D8B5 and one is the 99102
LF rev C1B5.  The 99101 LF is detected, the other is not.  The only
difference I can see is the postfix of the Dib 0700 chips.  The working one
is the Dib0700C-XCXXa-G and the other is Dib0700-1211b-G.  With only the
undetected card in, there is no mention of the dib0700 in dmesg and lspci
shows:

 

02:05.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 61)

02:05.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 61)

02:05.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 63)

 

Which I presume is the VT6212L on the cards.

 

Is there something different I need to do for the second card or is it just
not supported? Since I can get them both to work with the supplied Hauppauge
software under Windows I am assuming it is not a faulty card.

 

Any help is very much appreciated.  Many thanks,

 

Ian

 

---

Ian Liverton

ICT Technician


Internal Virus Database is out-of-date.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.21.4 - Release Date: 03/03/2008 00:00
 

[-- Attachment #1.2: Type: text/html, Size: 4839 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
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] Nova T-500 detection problem
  2008-03-11 17:06 Ian Liverton
@ 2008-03-11 17:20 ` Nicolas Will
       [not found]   ` <005101c8839e$797bb140$4101a8c0@ians>
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Will @ 2008-03-11 17:20 UTC (permalink / raw)
  To: linux-dvb


On Tue, 2008-03-11 at 17:06 +0000, Ian Liverton wrote:
> Hi,
> 
>  
> 
> I recently purchased two Nova T-500 (as far as I can tell it’s not one
> of the diversity range) cards one is the 99101 LF rev D8B5 and one is
> the 99102 LF rev C1B5.  The 99101 LF is detected, the other is not.
> The only difference I can see is the postfix of the Dib 0700 chips.
> The working one is the Dib0700C-XCXXa-G and the other is
> Dib0700-1211b-G.  With only the undetected card in, there is no
> mention of the dib0700 in dmesg and lspci shows:
> 
>  
> 
> 02:05.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
> Controller (rev 61)
> 
> 02:05.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
> Controller (rev 61)
> 
> 02:05.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 63)
> 
>  
> 
> Which I presume is the VT6212L on the cards.
> 
>  
> 
> Is there something different I need to do for the second card or is it
> just not supported? Since I can get them both to work with the
> supplied Hauppauge software under Windows I am assuming it is not a
> faulty card.

What is lsusb saying ?

nico


_______________________________________________
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] Nova T-500 detection problem
       [not found]   ` <005101c8839e$797bb140$4101a8c0@ians>
@ 2008-03-11 19:11     ` Nicolas Will
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Will @ 2008-03-11 19:11 UTC (permalink / raw)
  To: linux-dvb


On Tue, 2008-03-11 at 17:36 +0000, Ian Liverton wrote:
> > What is lsusb saying?
> 
> Thanks for the fast reply! lsusb says:
> 
> Bus 005 Device 002: ID 2040:9940 Hauppauge
> Bus 005 Device 001: ID 0000:0000
> Bus 004 Device 001: ID 0000:0000
> Bus 003 Device 001: ID 0000:0000
> Bus 002 Device 001: ID 0000:0000
> Bus 001 Device 001: ID 0000:0000
> 

going back on list.

Mine says 

Bus 010 Device 002: ID 2040:9950 Hauppauge

and is recognized.

You will need to edit 

linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h

and define a new ID there (around line 128), then edit

linux/drivers/media/dvb/dvb-usb/dib0700_devices.c

and add the ID info (around line 980). I wonder if there is something to do around line 114 too, but not being a coder, I'm lost there.

A proper dev should probably confirm.

Nico


_______________________________________________
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] Nova T-500 detection problem
@ 2008-03-11 23:30 Ian Liverton
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Liverton @ 2008-03-11 23:30 UTC (permalink / raw)
  To: linux-dvb

> You will need to edit 
> 
> linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h

Genius!  Thank you very much!  I changed line 127 from

#define USB_PID_HAUPPAUGE_NOVA_T_500		0x9941

To

#define USB_PID_HAUPPAUGE_NOVA_T_500		0x9940

and it worked perfectly.

> A proper dev should probably confirm.

If you need any more information on this card to make it supported "out of
the box", let me know!

Thanks again,

Ian 

Internal Virus Database is out-of-date.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.21.4 - Release Date: 03/03/2008 00:00
 


_______________________________________________
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-03-11 23:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11 23:30 [linux-dvb] Nova T-500 detection problem Ian Liverton
  -- strict thread matches above, loose matches on Subject: below --
2008-03-11 17:06 Ian Liverton
2008-03-11 17:20 ` Nicolas Will
     [not found]   ` <005101c8839e$797bb140$4101a8c0@ians>
2008-03-11 19:11     ` Nicolas Will

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