public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] HVR-1500Q eeprom not being parsed correctly
@ 2008-09-09 11:11 Patrick Boisvenue
  2008-09-09 14:52 ` Steven Toth
  0 siblings, 1 reply; 22+ messages in thread
From: Patrick Boisvenue @ 2008-09-09 11:11 UTC (permalink / raw)
  To: linux-dvb

I cannot get my new HVR-1500Q to work at all even though it's recognized 
as such.  The best I was able to figure out was it does not like the 
eeprom.  After enabling the debug mode on tveeprom, I got the following 
when loading cx23885:

cx23885 driver version 0.0.1 loaded
cx23885 0000:05:00.0: enabling device (0000 -> 0002)
ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 19 (level, low) -> IRQ 19
CORE cx23885[0]: subsystem: 0070:7790, board: Hauppauge WinTV-HVR1500Q 
[card=5,autodetected]
cx23885[0]: i2c bus 0 registered
cx23885[0]: i2c bus 1 registered
cx23885[0]: i2c bus 2 registered
tveeprom 1-0050: full 256-byte eeprom dump:
tveeprom 1-0050: 00: 20 00 13 00 00 00 00 00 2c 00 05 00 70 00 90 77
tveeprom 1-0050: 10: 50 03 05 00 04 80 00 08 0c 03 05 80 0e 01 00 00
tveeprom 1-0050: 20: 78 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tveeprom 1-0050: 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tveeprom 1-0050: 40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tveeprom 1-0050: 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tveeprom 1-0050: 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tveeprom 1-0050: 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tveeprom 1-0050: 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tveeprom 1-0050: 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tveeprom 1-0050: a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tveeprom 1-0050: b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tveeprom 1-0050: c0: 84 09 00 04 20 77 00 40 ec 66 25 f0 73 05 27 00
tveeprom 1-0050: d0: 84 08 00 06 fb 2c 01 00 90 29 95 72 07 70 73 09
tveeprom 1-0050: e0: 21 7f 73 0a 88 96 72 0b 13 72 10 01 72 11 ff 79
tveeprom 1-0050: f0: dc 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
tveeprom 1-0050: Encountered bad packet header [ff]. Corrupt or not a 
Hauppauge eeprom.
cx23885[0]: warning: unknown hauppauge model #0
cx23885[0]: hauppauge eeprom: model=0
cx23885[0]: cx23885 based dvb card
xc5000: Successfully identified at address 0x61
xc5000: Firmware has not been loaded previously
DVB: registering new adapter (cx23885[0])
DVB: registering frontend 0 (Samsung S5H1409 QAM/8VSB Frontend)...
cx23885_dev_checkrevision() Hardware revision = 0xb0
cx23885[0]/0: found at 0000:05:00.0, rev: 2, irq: 19, latency: 0, mmio: 
0xd4000000
PCI: Setting latency timer of device 0000:05:00.0 to 64

Did a hg pull -u http://linuxtv.org/hg/v4l-dvb earlier today so running 
off recent codebase.

Any suggestions,
...Patrick


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

^ permalink raw reply	[flat|nested] 22+ messages in thread
* Re: [linux-dvb] HVR-1500Q eeprom not being parsed correctly
@ 2008-09-09 21:01 Tim Lucas
  0 siblings, 0 replies; 22+ messages in thread
From: Tim Lucas @ 2008-09-09 21:01 UTC (permalink / raw)
  To: Steven Toth, linux dvb, patrbois


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

> Message: 5
> Date: Tue, 09 Sep 2008 10:52:53 -0400
> From: Steven Toth <stoth@linuxtv.org>
> Subject: Re: [linux-dvb] HVR-1500Q eeprom not being parsed correctly
> To: Patrick Boisvenue <patrbois@magma.ca>
> Cc: linux-dvb@linuxtv.org
> Message-ID: <48C68DC5.1050400@linuxtv.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed

> Patrick Boisvenue wrote:
>> I cannot get my new HVR-1500Q to work at all even though it's recognized
>> as such.  The best I was able to figure out was it does not like the
>> eeprom.  After enabling the debug mode on tveeprom, I got the following
>> when loading cx23885:

...

>> cx23885[0]: warning: unknown hauppauge model #0
>> cx23885[0]: hauppauge eeprom: model=0
>> cx23885[0]: cx23885 based dvb card

...

>> Did a hg pull -u http://linuxtv.org/hg/v4l-dvb earlier today so running
>> off recent codebase.

>Fixed it, see linuxtv.org/hg/~stoth/v4l-dvb<http://linuxtv.org/hg/%7Estoth/v4l-dvb>
.

>Pull the topmost patch and try again, please post your results back here.

>Thanks,

>Steve

This is the same problem that I was having

[  589.382427] tveeprom 5-0050: Encountered bad packet header [ff]. Corrupt
or not a Hauppauge eeprom.
[  589.382431] cx23885[0]: warning: unknown hauppauge model #0
[  589.382432] cx23885[0]: hauppauge eeprom: model=0

I was working with the cx23885-audio branch for the analog support.  Could
these changes be added to that branch as well?  Or could I get things
working by simply merging with the ~stoth/v4l-dvd branch?

-- 
--Tim

[-- Attachment #1.2: Type: text/html, Size: 2284 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] 22+ messages in thread

end of thread, other threads:[~2008-10-23 10:23 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-09 11:11 [linux-dvb] HVR-1500Q eeprom not being parsed correctly Patrick Boisvenue
2008-09-09 14:52 ` Steven Toth
2008-09-10  2:30   ` Patrick Boisvenue
2008-09-10  2:37     ` Steven Toth
2008-09-10  3:56       ` barry bouwsma
2008-09-10 11:45       ` Patrick Boisvenue
2008-09-10 18:34         ` Steven Toth
2008-09-10 22:55       ` Andy Walls
2008-09-11  0:37         ` Patrick Boisvenue
2008-09-11  1:10           ` Andy Walls
2008-09-12 18:24             ` Patrick Boisvenue
2008-09-12 18:41               ` Michael Krufky
2008-09-12 19:12                 ` Patrick Boisvenue
2008-09-12 19:16                   ` Patrick Boisvenue
2008-09-13  1:25                     ` Andy Walls
2008-09-15 16:35                       ` Markus Rechberger
2008-09-16 12:05                         ` Patrick Boisvenue
2008-09-16 23:35                           ` Andy Walls
2008-10-23 10:21                             ` Oldrich Jedlicka
2008-09-15 16:30                   ` Michael Krufky
2008-09-10 23:46     ` Steven Toth
  -- strict thread matches above, loose matches on Subject: below --
2008-09-09 21:01 Tim Lucas

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