seiflotfy
394
Comment:
|
1539
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
=Howto install Hauppauge WinTV HVR 1100 under edgy= | '''Howto install Hauppauge WinTV HVR 1100 under Ubuntu(Edgy)''' |
Line 5: | Line 5: |
I used this froum its in french though --> http://forum.ubuntu-fr.org/viewtopic.php?id=73834&p=1 | |
Line 8: | Line 8: |
first check if your card got detected {{{lspci}}} you should get something like: {{{0000:00:12.0 Multimedia controller: Philips Semiconductors SAA7133 Video Broadcast Decoder (rev d1) Subsystem: Hauppauge computer works Inc.: Unknown device 6701 Flags: bus master, medium devsel, latency 32, IRQ 12 Memory at eb101000 (32-bit, non-prefetchable) [size=2K] Capabilities: [40] Power Management version 2}}} |
|
Line 10: | Line 19: |
||sudo apt-get install build-essential mercurial linux-headers-`uname -r`dvb-utils|| | {{sudo apt-get install build-essential mercurial linux-headers-`uname -r` dvb-utils}} then get the v4l-dvb files: {{{cd /opt/ hg clone http://linuxtv.org/hg/v4l-dvb|| cd v4l-dvb make sudo make install sudo -s}}} do: {{{sudo modprobe -r saa7134-alsa saa7134-dvb saa7134 && sudo modprobe saa7134 card=101 && sudo modprobe saa7134-dvb}}} then: {{{echo "saa7134-dvb" >> /etc/modules}}} now get the frimware compatible with your card from http://thadathil.net:8000/dvb/ then "sudo" copy it to /lib/firmware/2.6.17-10-generic/ {{{sudo reboot }}} I think that was it now it is installed soon i will write another howto for scanning channels... :) |
Howto install Hauppauge WinTV HVR 1100 under Ubuntu(Edgy)
This howto is for installing Hauppuage WinTV HVR 1100 under Ubuntu "might work for other wintv cards" no guarantee though... I used this froum its in french though --> http://forum.ubuntu-fr.org/viewtopic.php?id=73834&p=1
Here we go first check if your card got detected lspci you should get something like: {{{0000:00:12.0 Multimedia controller: Philips Semiconductors SAA7133 Video Broadcast Decoder (rev d1)
- Subsystem: Hauppauge computer works Inc.: Unknown device 6701 Flags: bus master, medium devsel, latency 32, IRQ 12 Memory at eb101000 (32-bit, non-prefetchable) [size=2K] Capabilities: [40] Power Management version 2}}}
first make sure you have the packacges required for the configuration of the Card open a console and type:
then get the v4l-dvb files: {{{cd /opt/ hg clone http://linuxtv.org/hg/v4l-dvb|| cd v4l-dvb make sudo make install sudo -s}}}
do: sudo modprobe -r saa7134-alsa saa7134-dvb saa7134 && sudo modprobe saa7134 card=101 && sudo modprobe saa7134-dvb then: echo "saa7134-dvb" >> /etc/modules
now get the frimware compatible with your card from http://thadathil.net:8000/dvb/ then "sudo" copy it to /lib/firmware/2.6.17-10-generic/
{{{sudo reboot }}}
I think that was it now it is installed soon i will write another howto for scanning channels...
seiflotfy (last edited 2008-08-06 16:17:33 by localhost)