Quick install:

1. Get firmware from here:

    ftp://ftp.shspvr.com/download/wintv-pvr_250-350/win9x-2k-xp_mpeg_wdm_drv/pvr48wdm_1.8.22037.exe

   and run the extract script like this:

    utils/ivtvfwextract.pl pvr48wdm_1.8.22037.exe

   which will show new files in /lib/modules named ivtv-fw-enc.bin and
   ivtv-fw-dec.bin.

2. Get the audio firmware (only for pvr150/500 cards) here:

    ftp://ftp.shspvr.com/download/wintv-pvr_150-500/inf/pvr_2.0.24.23035.zip 

   Copy the HcwMakoAud.ROM file from that zip folder into your /lib/modules
   folder.

3. Do a `make install` inside the ivtv directory. Pay attention to any messages
   about conflicts with modules of the same name and follow the instructions.
   Run `depmod -a`

4. Run `modprobe ivtv'

5. Get the Perl Modules to be able to use ptune.pl to tune channels, here:

    http://ivtv.writeme.ch/tiki-index.php?page=ptune

6. After that you should be able to use utils/ptune.pl and tune, then ivtvctl 
   to setup encoding parameters, and 'cat /dev/video0 > /tmp/test.mpg' to make
   mpeg files :-).

7. Take a look at all the options available through ivtvctl (run 'ivtvctl -h'
   to see all options). 
