blob: f4c524f124ac63d15beee76f7bd4a86d386de4a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
== Hauppauge HVR 900 ==
==== Installation ====
1. copy tuner.h into ./linux/include/media/ in your v4l directory
2. simply replace following files in the repository
* em28xx-cards.c
* em28xx.h
* tuner-core.c
* tuner-types.c
* xc3028.c
with the files in this directory and simply recompile
==== Firmware ====
this device needs a firmware, which is stored in emBDA.sys
build the firmwareextractor with
$ gcc convert.c -o convert
and extract the firmware
$ ./convert emBDA.sys > /lib/firmware/xceive_xc_3028.fw
(I only tested that tool with Hauppauge HVR 900, Terratec might work too but without any guarantee - please send me BDA files of other xc3028 devices)
==== General ====
* the xc3028 works very reliable and the frequencies are correct for europe
* Please add your email, product name, vendor/product id to the discussion in the v4l wiki at www.linuxtv.org
* I'll not be responsible for any damage caused by this driver, use it with your own risk
==== TODO ====
* some cleanup
* figuring out channel locks
Markus Rechberger <mrechberger@gmail.com>
|