linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* INVALID CHECKSUM error (In Linux Video Capture Interface?)
@ 2004-12-01 15:08 Michael Thomas Heath
  2004-12-01 16:24 ` Jesse Pollard
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Thomas Heath @ 2004-12-01 15:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: Mike.Thomas.Heath

I recently underwent the effort to setup an older parallel Colour QuickCam on 
Linux using the Video4Linux interface. However, when I went to boot, I got 
an "INVALID CHECKSUM 0005" error:

3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
0000:00:09.0: 3Com PCI 3c900 Cyclone 10Mbps TPO at 0xd400. Vers LK1.1.19
 ***INVALID CHECKSUM 0005*** <6>Linux video capture interface: v1.00
Colour QuickCam for Video4Linux v0.05
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2


I've never encountered an error like this before; I asked around and people 
suggested testing my RAM (Which I did, everything was fine), and recompiling 
my kernel. I recompiled my kernel image, and used dd to copy to avoid errors 
in the copying of the kernel.

I'd apreaciate you CC any replies to my home e-
mail, "Mike.Thomas.Heath@gmail.com" 

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

* Re: INVALID CHECKSUM error (In Linux Video Capture Interface?)
  2004-12-01 15:08 INVALID CHECKSUM error (In Linux Video Capture Interface?) Michael Thomas Heath
@ 2004-12-01 16:24 ` Jesse Pollard
  0 siblings, 0 replies; 2+ messages in thread
From: Jesse Pollard @ 2004-12-01 16:24 UTC (permalink / raw)
  To: Michael Thomas Heath, linux-kernel; +Cc: Mike.Thomas.Heath

On Wednesday 01 December 2004 09:08, Michael Thomas Heath wrote:
> I recently underwent the effort to setup an older parallel Colour QuickCam
> on Linux using the Video4Linux interface. However, when I went to boot, I
> got an "INVALID CHECKSUM 0005" error:
>
> 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
> 0000:00:09.0: 3Com PCI 3c900 Cyclone 10Mbps TPO at 0xd400. Vers LK1.1.19
>  ***INVALID CHECKSUM 0005*** <6>Linux video capture interface: v1.00
> Colour QuickCam for Video4Linux v0.05
> Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
>
>
> I've never encountered an error like this before; I asked around and people
> suggested testing my RAM (Which I did, everything was fine), and
> recompiling my kernel. I recompiled my kernel image, and used dd to copy to
> avoid errors in the copying of the kernel.

It is the network card... (you can find the message in drivers/net/3c59x.c)
The 0005 is the difference between the incorrect checksum and the eprom 
version

I believe there is an utility (also written by D. Becker) that can fix this.
It isn't a severe error - I've seen this after a W95 boot on other interfaces,
and I'm not sure why it occurs... (In the windows case, the problem was
cleared for every other reboot - wierd.)

In my case, it happens on a 3c509 card, and the utility is a 3c5x9setup.c
It allows inspection of the eprom on the network card, and had the ability
to recompute the checksum and update it. I suspect your card has a similar
capability to be programmed (like a netboot .

In your case you might look for a 3c59??setup.c utility. For all I know
it may be the SAME utility.

I checked www.scyld.com for such an utility, but got some "page not found" 
reportedly because of incompleted updates.

I don't think it should cause a problem, the driver looks like it goes ahead
and completes setup anyway. I think of it more as a hint of possible problem,
not an actual problem. The checksum SHOULD be correct, but isn't.

> I'd apreaciate you CC any replies to my home e-
> mail, "Mike.Thomas.Heath@gmail.com"
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

end of thread, other threads:[~2004-12-01 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-01 15:08 INVALID CHECKSUM error (In Linux Video Capture Interface?) Michael Thomas Heath
2004-12-01 16:24 ` Jesse Pollard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).