Archive for 2009/02


Hauppauge WinTV HVR-1950 on Linux MythBuntu MythTV

What I did to get analog tv tuner, composite, or s-video capture to work:

Fresh install of mythbuntu 9.04
Extract and install the firmware files for HVR-1950:

Download http://www.isely.net/downloads/fwextract.pl to ~/Desktop
Insert the CD that came with your HVR-1950 (contains windows drivers) [assume it mounted as /media/cdrom0]
cd ~/Desktop
chmod u+x fwextract.pl
./fwextract.pl /media/cdrom0/Drivers/
sudo copy *.fw /lib/firmware

Run mythtv-setup using sudo

sudo mythtv-setup
Capture Card […]

SPEEDTEST.NET MINI with JSP

You can download a neat flash broadband speed test from http://www.speedtest.net/mini.php and put it on your own web site.
It comes with server side scripts in PHP, ASP.NET, and ASP for the upload half of the test.  But what if you want it to run on your java web container server such as tomcat or jboss?
Well, I […]