<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
It seems the Hauppauge HVR-2210 is not supported in the current
kernel. It is an "unrecognised card" on my 3.0-ARCH (stock)
installation.<br>
<br>
To get it to work required some effort patching the saa7164 driver
and setting up a modprobe.conf file for the card. It still gives an
error message on boot up "Warning: Unknown Hauppauge model #89009",
but does work (at least for DVB-T - I haven't tried / don't care
about the analog component).<br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
1. Download AUR package "v4l-dvb-git" (<a
href="https://aur.archlinux.org/packages.php?ID=45680"
style="font-family: sans-serif !important; text-decoration: none;
color: rgb(0, 119, 187); outline-style: none; outline-width:
initial; outline-color: initial; font-weight: bold; ">https://aur.archlinux.org/packages.php?ID=45680</a>).
Untar it somewhere convenient.<br style="font-family: sans-serif
!important; ">
2. Run the PKGBUILD (makepkg) and it will pull the latest src<br
style="font-family: sans-serif !important; ">
3. cd /src/media_build/v4l<br style="font-family: sans-serif
!important; ">
4. Edit "Makefile" and "Makefile.sound", replacing instances of
"$(KERNELRELEASE)" or "KERNELRELEASE" with "3.0-ARCH" (no quotes).<br
style="font-family: sans-serif !important; ">
5. Browse back up to "media_build" directory and "make menuconfig"
and deselect drivers you don't want. I had to deselect '"cx28835",
as it caused a compile error. YMMV.<br style="font-family:
sans-serif !important; ">
6. To get my HVR-2210 working, I also had to patch the files in the
directory "/src/media_build/linux/drivers/media/video/saa7164"
according to these instructions at this post: <a
href="http://www.pcmediacenter.com.au/forum/topic/37541-hauppauge-hvr-2200-tuner-install-guide/page__view__findpost__p__316006"
style="font-family: sans-serif !important; text-decoration: none;
color: rgb(0, 119, 187); outline-style: none; outline-width:
initial; outline-color: initial; font-weight: bold; ">http://www.pcmediacenter.com.au/forum/t
… _p__316006</a>. Note: I had to manually patch the files as the
'patch' command errored.<br style="font-family: sans-serif
!important; ">
7. After patching, run "make" and then "sudo make install". <br
style="font-family: sans-serif !important; ">
8. In my case I had to add an option in /etc/modprobe.d/saa7164.conf
> "option saa7164 card=10"<br>
<br>
I hope this is of use to those of you using non-supported Hauppauge
variants under the 3.0 kernel.<br>
<br>
<font face="Times New Roman, Times, serif"><br>
<br>
</font>
</body>
</html>