![]() |
TV card Problem
I have the HVR-2200 TV card, which works great in windows, And I have found the linux driver. http://www.kernellabs.com/blog/?page_id=17
What I cant do is figure out how to install the driver/firmware information in Ubuntu 10.04. Any help would be appreciated!!! Thanks! |
Instructions are provided at their wiki: http://linuxtv.org/wiki/index.php/Ha...Making_it_Work
Read through it first and identify the parts relevant to Ubuntu before implementing. |
:confused:
Tried the instructions at the wiki site. They don't work. Says no such location after the first set of terminal attempts |
Open your terminal then copy and paste (or type) the following pressing enter after each line:
Code:
wget http://www.steventoth.net/linux/hvr22xx/22xxdrv_27086.zip Code:
wget http://www.steventoth.net/linux/hvr22xx/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip Code:
wget http://www.steventoth.net/linux/hvr22xx/extract.sh Code:
sh extract.sh Code:
sudo cp *fw /lib/firmware Code:
sudo apt-get install mercurial libncurses5-dev Code:
hg clone http://kernellabs.com/hg/saa7164-stable/ Code:
cd saa7164-stable Code:
perl -p -i -e 's/FIREDTV=m/FIREDTV=n/' v4l/.config Code:
make menuconfig Code:
make Code:
sudo make install |
All times are GMT -5. The time now is 09:13 AM. |