Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 1998 12:40:49 -0700
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        multimedia@FreeBSD.ORG
Subject:   bt848 card identification...
Message-ID:  <199806141940.MAA17883@rah.star-gate.com>

next in thread | raw e-mail | index | archive | help

I made a simple mod to sign.c :
      for ( p = &signature.bytes[ 0 ], x = 0; x < 16; ++x ) {

new   for ( p = &signature.bytes[ 0 ], x = 0; x < 128; ++x ) {

Also, I updated sign.c at http://www.freebsd.org/~ahasty/Bt848.html

So please modify your sign.c or download it from the web site and
post the output of:

fxtv-0.47 -debug startup

and the output of the new sign.c

	Tnks,
	Amancio






To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806141940.MAA17883>