Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 1999 18:04:56 +0000
From:      Roger Hardiman <roger@cs.strath.ac.uk>
To:        Duane Gustavus <duane@denton.com>
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: fxtv
Message-ID:  <36A4C947.6201@cs.strath.ac.uk>
References:  <19990116123615.B11467@pagesz.net> <199901161831.MAA12521@adsl194.directlink.net> <19990116153012.A22556@pagesz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Randall, Duane

I just caught up with your problem. No tuner recognised on you
Hauppauge 404 with bt878.

The EEPROM dump from fxtv shows the problem.

>  |CAPTURE CARD EEPROM CONTENTS:
>  |   Read 256 EEPROM bytes (0x00 - 0xff)
>  |    84 12 00 00 05 50 0e 7f 08 1a 23 11 ef 65 2b 85
>  |    00 00 00 00 00 84 0a 00 01 01 20 77 00 40 45 99
>  |    12 00 74 02 01 00 02 79 e5

Byte 9 is the tuner type. Normally a value from 0 to 16.
You have the value 0x1a.

This is outside the normal range and unrecognised by the driver.
Perhaps the driver should have printed a warning.

Anyway, there are two things we can do
a) I have already emailed my friends inside Hauppage.
b) We can add this code ( 0x1a ) to the driver

To do this, I need to know for certain which tuner type you have
and you can get this from the Windows driver.


Mail me back with your results and we will fix the driver for you.

Finally, are you running 2.2.x or 3.0-R or 3.0-CURRENT

Bye
Roger

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?36A4C947.6201>